Completed transformation of post-processing utilities into functionObjects

This commit is contained in:
Henry Weller
2016-06-28 19:26:23 +01:00
parent 1bef3ab2e6
commit 3e3a183732
76 changed files with 1225 additions and 916 deletions

View File

@ -52,7 +52,7 @@ functions
type fieldMinMax;
// Where to load it from (if not already in solver)
libs ("libfieldFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
// Function object enabled flag
enabled true;

View File

@ -28,18 +28,19 @@ Group
grpFieldFunctionObjects
Description
This function object calculates the value and location of scalar minimim
and maximum for a list of user-specified fields. For variables with a rank
greater than zero, either the min/max of a component value or the magnitude
is reported. When operating in parallel, the processor owning the value
is also given.
Calculates the value and location of scalar minimim and maximum for a list
of user-specified fields.
For variables with a rank greater than zero, either the min/max of a
component value or the magnitude is reported. When operating in parallel,
the processor owning the value is also given.
Example of function object specification:
\verbatim
fieldMinMax1
{
type fieldMinMax;
libs ("libfieldFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
write yes;
log yes;