ENH: wallBoundedStreamLine: -store one value per location -optional tracklength specification

This commit is contained in:
mattijs
2012-02-07 11:35:18 +00:00
parent 18e2c53007
commit 0dbdea4781
7 changed files with 88 additions and 32 deletions

View File

@ -108,6 +108,10 @@ functions
// Steps particles can travel before being removed
lifeTime 100;
// Optional absolute length of steps (trackLength)
// Size of single track segment [m]
//trackLength 1e-3;
// Cloud name to use
cloudName particleTracks;