From 96bb43ae00b389d9dc31b419b7e6d4658ae09c0c Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Tue, 29 Jan 2019 09:53:58 +0000 Subject: [PATCH] DOC: Updated cloudName -> cloud --- etc/caseDicts/postProcessing/visualization/streamlines.cfg | 2 +- src/functionObjects/field/streamLine/streamLine.H | 4 ++-- .../field/wallBoundedStreamLine/wallBoundedStreamLine.H | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/caseDicts/postProcessing/visualization/streamlines.cfg b/etc/caseDicts/postProcessing/visualization/streamlines.cfg index f2a6cddb233..b3179509ee3 100644 --- a/etc/caseDicts/postProcessing/visualization/streamlines.cfg +++ b/etc/caseDicts/postProcessing/visualization/streamlines.cfg @@ -18,7 +18,7 @@ trackForward true; lifeTime 10000; nSubCycle 5; -cloudName particleTracks; +cloud particleTracks; seedSampleSet { diff --git a/src/functionObjects/field/streamLine/streamLine.H b/src/functionObjects/field/streamLine/streamLine.H index 169c2313492..ad1701aa0f0 100644 --- a/src/functionObjects/field/streamLine/streamLine.H +++ b/src/functionObjects/field/streamLine/streamLine.H @@ -55,7 +55,7 @@ Usage trackLength 1e-3; nSubCycle 5; bounds (0.2 -10 -10)(0.22 10 10); - cloudName particleTracks; + cloud particleTracks; seedSampleSet { @@ -78,7 +78,7 @@ Usage lifetime | Maximum number of particle tracking steps | yes | trackLength | Tracking segment length | 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 seedSampleSet| Seeding method (see below)| yes | \endtable diff --git a/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H b/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H index f4e70b88c66..219f87f734e 100644 --- a/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H +++ b/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H @@ -55,7 +55,7 @@ Usage lifeTime 10000; trackLength 1e-3; bounds (0.2 -10 -10)(0.22 10 10); - cloudName particleTracks; + cloud particleTracks; seedSampleSet { @@ -77,7 +77,7 @@ Usage lifetime | Maximum number of particle tracking steps | yes | trackLength | Tracking segment length | 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 seedSampleSet| Seeding method (see below)| yes | \endtable -- GitLab