ENH: streamline : added subcycling

This commit is contained in:
mattijs
2010-10-26 18:42:36 +01:00
parent 281f06df04
commit 1525e24b37
6 changed files with 95 additions and 29 deletions

View File

@ -83,7 +83,10 @@ functions
fields (p U k);
// Cells particles can travel before being removed
lifeTime 1000;
lifeTime 10000;
// Number of steps per cell (estimate). Set to 1 to disable subcycling.
nSubCycle 5;
// Cloud name to use
cloudName particleTracks;

View File

@ -85,7 +85,10 @@ functions
fields (p k U);
// Cells particles can travel before being removed
lifeTime 1000;
lifeTime 10000;
// Number of steps per cell (estimate). Set to 1 to disable subcycling.
nSubCycle 5;
// Cloud name to use
cloudName particleTracks;