STYLE: adjust doc for extractEulerianParticles

This commit is contained in:
Mark Olesen
2017-06-21 16:31:42 +01:00
parent a995fcccb6
commit 597bad0d86

View File

@ -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
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