Modified more Description entries in utilities for documenting purposes

This commit is contained in:
Chris Greenshields
2009-07-22 15:51:53 +01:00
parent 2f3016173e
commit 1bfa912781
33 changed files with 66 additions and 39 deletions

View File

@ -24,6 +24,7 @@ License
Description
Translates foam output to GMV readable files.
A free post-processor with available binaries from
http://www-xdiv.lanl.gov/XCM/gmv/

View File

@ -23,7 +23,8 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Reader module for Fieldview9 to read Foam mesh&data.
Reader module for Fieldview9 to read OpenFOAM mesh and data.
Creates new 'fvbin' type executable which needs to be installed in place
of bin/fvbin.

View File

@ -23,6 +23,7 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Generates an .obj file to plot a probability distribution function
\*---------------------------------------------------------------------------*/
@ -48,7 +49,7 @@ int main(int argc, char *argv[])
(
pdf::New(pdfDictionary, rndGen)
);
scalar xMin = p->minValue();
scalar xMax = p->maxValue();

View File

@ -26,7 +26,8 @@ Application
CreateTurbulenceFields
Description
Creates a full setturbulence fields.
Creates a full set of turbulence fields.
- Currently does not output nut and nuTilda
Source files:

View File

@ -28,6 +28,7 @@ Application
Description
Calculates and writes the Co number as a surfaceScalarField obtained
from field phi.
The -noWrite option just outputs the max values without writing the
field.

View File

@ -29,6 +29,7 @@ Description
Calculates and writes the second largest eigenvalue of the sum of the
square of the symmetrical and anti-symmetrical parts of the velocity
gradient tensor.
The -noWrite option has no meaning.
\*---------------------------------------------------------------------------*/

View File

@ -27,8 +27,9 @@ Application
Description
Calculates and optionally writes the local Mach number from the velocity
field U at each time. The -nowrite option just outputs the max value
without writing the field.
field U at each time.
The -nowrite option just outputs the max value without writing the field.
\*---------------------------------------------------------------------------*/

View File

@ -28,6 +28,7 @@ Application
Description
Calculates and writes the Pe number as a surfaceScalarField obtained from
field phi.
The -noWrite option just outputs the max/min values without writing
the field.

View File

@ -27,6 +27,7 @@ Application
Description
Calculates and writes the second invariant of the velocity gradient tensor.
The -noWrite option just outputs the max/min values without writing
the field.

View File

@ -27,6 +27,7 @@ Application
Description
Calculates and writes the enstrophy of the velocity field U.
The -noWrite option just outputs the max/min values without writing the
field.

View File

@ -27,6 +27,7 @@ Application
Description
Calculates and writes the flowType of velocity field U.
The -noWrite option has no meaning.
The flow type parameter is obtained according to the following equation:

View File

@ -27,6 +27,7 @@ Application
Description
Calculates and writes the scalar field of uprime (sqrt(2/3 k)).
The -noWrite option just outputs the max/min values without writing
the field.

View File

@ -27,6 +27,7 @@ Application
Description
Calculates and writes the vorticity of velocity field U.
The -noWrite option just outputs the max/min values without writing
the field.