Skip to content

yasuhiroinoue/celldynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D-vertex-dynamics-model

How to Make and Run

rm CMakeCache.txt
cmake .
make
./2dv

Ignore the following comments after simulation runs

Line tension by PCP = 0
Fluctuation = 0
Power of inner product (PCP) = 2
Pulse Period = 55
Phase Shift along x-axis = 0.7854
Phase Shift along y-axis = 1.5708
Random seed = 20110412

Output Result

_parameters.h
PERIOD_PARAVIEW: vtk file is output per PERIOD_PARAVIEW (100000 prefered)
TIME_CELL_DIVISION: cell cycle duration

Supplementary comments

2dv.cpp
at LINEs 560, 561
axis.x = cos(theta);
axis.y = sin(theta);
Cell division axis is given by these two lines

Acknowledge

Thanks to Kohei Shinohara, Itsuki Tateo

About

Cell dynamics simulation using 2D vertex

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors