Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenFOAM-plus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
339
Issues
339
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
OpenFOAM-plus
Commits
940fbe05
Commit
940fbe05
authored
Jan 29, 2019
by
Andrew Heather
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: Updated cloudName -> cloud
parent
89e60963
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
etc/caseDicts/postProcessing/visualization/streamlines.cfg
etc/caseDicts/postProcessing/visualization/streamlines.cfg
+1
-1
src/functionObjects/field/streamLine/streamLine.H
src/functionObjects/field/streamLine/streamLine.H
+2
-2
src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H
...jects/field/wallBoundedStreamLine/wallBoundedStreamLine.H
+2
-2
No files found.
etc/caseDicts/postProcessing/visualization/streamlines.cfg
View file @
940fbe05
...
...
@@ -18,7 +18,7 @@ trackForward true;
lifeTime 10000;
nSubCycle 5;
cloud
Name
particleTracks;
cloud
particleTracks;
seedSampleSet
{
...
...
src/functionObjects/field/streamLine/streamLine.H
View file @
940fbe05
...
...
@@ -55,7 +55,7 @@ Usage
trackLength 1e-3;
nSubCycle 5;
bounds (0.2 -10 -10)(0.22 10 10);
cloud
Name
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|
cloud
Name
| 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
...
...
src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H
View file @
940fbe05
...
...
@@ -55,7 +55,7 @@ Usage
lifeTime 10000;
trackLength 1e-3;
bounds (0.2 -10 -10)(0.22 10 10);
cloud
Name
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|
cloud
Name
| 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
...
...
Prashant Sonakar
@Prashant
·
Jan 29, 2019
Developer
Also need changes for alphaName->alpha in ParticleTrap.H
Also need changes for alphaName->alpha in ParticleTrap.H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment