Completed transformation of post-processing utilities into functionObjects

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

View File

@ -28,16 +28,15 @@ Group
grpFieldFunctionObjects
Description
This function object generates streamline data by sampling a set of
user-specified fields along a particle track, transported by a
user-specified velocity field.
Generates streamline data by sampling a set of user-specified fields along a
particle track, transported by a user-specified velocity field.
Example of function object specification:
\verbatim
streamLine1
{
type streamLine;
libs ("libfieldFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
setFormat vtk;
trackForward yes;