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
...
faceZone f0;
nLocations 10;
alphaName alpha.water;
UName U;
rhoName rho;
phiName phi;
alpha alpha.water;
U U;
rho rho;
phi phi;
}
\endverbatim
......@@ -50,10 +50,14 @@ Usage
Property | Description | Required | Default value
type | type name: extractEulerianParticles | yes |
faceZone | Name of faceZone used as collection surface | yes |
nLocations | Number of injection bins to generate | yes |
aplhaName | Name of phase indicator field | yes |
rhoName | Name of density field | yes |
phiNane | Name of flux field | yes |
alpha | Name of phase indicator field | yes |
alphaThreshold | Threshold for alpha field | no | 0.1 |
nLocations | Number of injection bins to generate | no | 0 |
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
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