Skip to content
Snippets Groups Projects
Commit 597bad0d authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: adjust doc for extractEulerianParticles

parent a995fccc
Branches
Tags
No related merge requests found
...@@ -38,10 +38,10 @@ Usage ...@@ -38,10 +38,10 @@ Usage
... ...
faceZone f0; faceZone f0;
nLocations 10; nLocations 10;
alphaName alpha.water; alpha alpha.water;
UName U; U U;
rhoName rho; rho rho;
phiName phi; phi phi;
} }
\endverbatim \endverbatim
...@@ -50,10 +50,14 @@ Usage ...@@ -50,10 +50,14 @@ Usage
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: extractEulerianParticles | yes | type | type name: extractEulerianParticles | yes |
faceZone | Name of faceZone used as collection surface | yes | faceZone | Name of faceZone used as collection surface | yes |
nLocations | Number of injection bins to generate | yes | alpha | Name of phase indicator field | yes |
aplhaName | Name of phase indicator field | yes | alphaThreshold | Threshold for alpha field | no | 0.1 |
rhoName | Name of density field | yes | nLocations | Number of injection bins to generate | no | 0 |
phiNane | Name of flux field | yes | U | Name of velocity field | no | U |
rho | Name of density field | no | rho |
phi | Name of flux field | no | phi |
minDiameter | min diameter | no | small |
maxDiameter | max diameter | no | great |
\endtable \endtable
SourceFiles SourceFiles
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment