STYLE: tutorials comment

This commit is contained in:
mattijs
2010-10-27 16:07:29 +01:00
parent 64d13d8b38
commit 47390ae99a
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ functions
// Names of fields to sample. Should contain above velocity field! // Names of fields to sample. Should contain above velocity field!
fields (p U k); fields (p U k);
// Cells particles can travel before being removed // Steps particles can travel before being removed
lifeTime 10000; lifeTime 10000;
// Number of steps per cell (estimate). Set to 1 to disable subcycling. // Number of steps per cell (estimate). Set to 1 to disable subcycling.

View File

@ -84,7 +84,7 @@ functions
// Names of fields to sample. Should contain above velocity field! // Names of fields to sample. Should contain above velocity field!
fields (p k U); fields (p k U);
// Cells particles can travel before being removed // Steps particles can travel before being removed
lifeTime 10000; lifeTime 10000;
// Number of steps per cell (estimate). Set to 1 to disable subcycling. // Number of steps per cell (estimate). Set to 1 to disable subcycling.