mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
DOC: Updated cloudName -> cloud
This commit is contained in:
@ -18,7 +18,7 @@ trackForward true;
|
|||||||
lifeTime 10000;
|
lifeTime 10000;
|
||||||
nSubCycle 5;
|
nSubCycle 5;
|
||||||
|
|
||||||
cloudName particleTracks;
|
cloud particleTracks;
|
||||||
|
|
||||||
seedSampleSet
|
seedSampleSet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -55,7 +55,7 @@ Usage
|
|||||||
trackLength 1e-3;
|
trackLength 1e-3;
|
||||||
nSubCycle 5;
|
nSubCycle 5;
|
||||||
bounds (0.2 -10 -10)(0.22 10 10);
|
bounds (0.2 -10 -10)(0.22 10 10);
|
||||||
cloudName particleTracks;
|
cloud particleTracks;
|
||||||
|
|
||||||
seedSampleSet
|
seedSampleSet
|
||||||
{
|
{
|
||||||
@ -78,7 +78,7 @@ Usage
|
|||||||
lifetime | Maximum number of particle tracking steps | yes |
|
lifetime | Maximum number of particle tracking steps | yes |
|
||||||
trackLength | Tracking segment length | no |
|
trackLength | Tracking segment length | no |
|
||||||
nSubCycle | Number of tracking steps per cell | no|
|
nSubCycle | Number of tracking steps per cell | no|
|
||||||
cloudName | Cloud name to use | yes |
|
cloud | Cloud name to use | yes |
|
||||||
bounds | Bounding box to trim tracks | no | invertedBox
|
bounds | Bounding box to trim tracks | no | invertedBox
|
||||||
seedSampleSet| Seeding method (see below)| yes |
|
seedSampleSet| Seeding method (see below)| yes |
|
||||||
\endtable
|
\endtable
|
||||||
|
|||||||
@ -55,7 +55,7 @@ Usage
|
|||||||
lifeTime 10000;
|
lifeTime 10000;
|
||||||
trackLength 1e-3;
|
trackLength 1e-3;
|
||||||
bounds (0.2 -10 -10)(0.22 10 10);
|
bounds (0.2 -10 -10)(0.22 10 10);
|
||||||
cloudName particleTracks;
|
cloud particleTracks;
|
||||||
|
|
||||||
seedSampleSet
|
seedSampleSet
|
||||||
{
|
{
|
||||||
@ -77,7 +77,7 @@ Usage
|
|||||||
lifetime | Maximum number of particle tracking steps | yes |
|
lifetime | Maximum number of particle tracking steps | yes |
|
||||||
trackLength | Tracking segment length | no |
|
trackLength | Tracking segment length | no |
|
||||||
nSubCycle | Number of tracking steps per cell | no|
|
nSubCycle | Number of tracking steps per cell | no|
|
||||||
cloudName | Cloud name to use | yes |
|
cloud | Cloud name to use | yes |
|
||||||
bounds | Bounding box to trim tracks | no | invertedBox
|
bounds | Bounding box to trim tracks | no | invertedBox
|
||||||
seedSampleSet| Seeding method (see below)| yes |
|
seedSampleSet| Seeding method (see below)| yes |
|
||||||
\endtable
|
\endtable
|
||||||
|
|||||||
Reference in New Issue
Block a user