| data.in | simulation | |
|---|---|---|
nbiter 100 dt 0.01 record 50 boxsize 10 10 cxmax 1 cxdiff 20 |
Above left is a minimal parameter file. In this case, the simulation contains only one object, a motor complex. The outcome of the simulation can be seen by clicking on the picture on the right. The complex is freely diffusion inside a empty box.
The parameter file defines what is necessary to run this simulation:nbiter 100
tells the simulation to perform 100 iterationsdt 0.01
sets the time step to 0.01 seconds.record 50
tells the simulation to record 50 frames.boxsize 10 10
defines the dimension (w, h) of the box in micrometers,cxmax 1
defines the number of motor complexes,cxdiff
defines the diffusion coefficient of the complexes in micrometers square per seconds.You can run a similar simulation simply by dowloading the file data.in on your own computer, by clicking on the link below the animation. (see here for instructions on installing and running the program).