Changeset 449 for experiments
- Timestamp:
- 11/27/15 02:48:05 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.show
r448 r449 31 31 //just a draft, this function and all constants in expdef need serious review 32 32 var foramSpeedMmPerMin=0.1; //0.1 mm/minute based on http://drs.nio.org/drs/bitstream/handle/2264/418/ONGC_Bull_37%281%29_53.pdf 33 var localDriveMicronsPerStep=framsToMicrons(0.08); //0.08 is used in expdef as distance (in frams units) per simulation step 33 var localDriveMicronsPerStep=framsToMicrons(0.08); //0.08 is used in expdef as distance (in frams units) per simulation step. TODO Use a variable/constant/function from expdef instead of copying this value here 34 34 var foramSpeedMmPerSec=foramSpeedMmPerMin/60; 35 35 var localDriveMmPerStep=localDriveMicronsPerStep/1000;
Note: See TracChangeset
for help on using the changeset viewer.