Cluster Formation
if(phase == 2, phaseTime+MCStime, 0)
if(phase == 1 and max_c > 0.1, 2,
if(phase == 2 and phaseTime>phase2duration, 3,
if(phase == 3 and max_c < 0.05, 1,
phase
)))
if(phase == 2, 300, 0)
2
0
0
alpha*(-f -r)
alpha*epsilon*(3.5*c-b-r)
if(c < 0.0065, 0.5,
if(c < 0.841, 0.0589,
0.5))
if(c < 0.0065, 20*c,
if(c < 0.841, -3*c+0.15,
15*(c-1)))
if(cell.id != 0, 1, 0)
* {{documentation:course:clusters_new_parameters.mp4|Movie: Cluster Formation & cAmp Spirals}}
* for the movie the system size was 500x500 with 4000 cells randomly placed, everything else was like in the example above
test
if(phase == 2, phaseTime+MCStime, 0)
if(phase == 1 and max_c > 0.1, 2,
if(phase == 2 and phaseTime>phase2duration, 3,
if(phase == 3 and max_c < 0.05, 1,
phase
)))
if(phase == 2, 50, 0)
2
0
0
alpha*(-f -r)
alpha*epsilon*(3.5*c-b-r)
if(c < 0.0065, 20*c,
if(c < 0.841, -3*c+0.15,
15*(c-1)))
if(cell.id != 0, 1, 0)
if(c < 0.0065, 0.5,
if(c < 0.841, 0.0589,
0.5))
* {{documentation:course:slug_new_parameters.mp4|Movie: Crawling Slug}}