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,8 +28,9 @@ Group
grpLagrangianFunctionObjects
Description
This function object outputs Lagrangian cloud information to a file. The
current outputs include:
Outputs Lagrangian cloud information to a file.
The current outputs include:
- total current number of parcels
- total current mass of parcels
@ -38,7 +39,7 @@ Description
cloudInfo1
{
type cloudInfo;
libs ("libcloudFunctionObjects.so");
libs ("libcloudFunctionObjects.so");
...
clouds
(

View File

@ -19,10 +19,10 @@ functions
cloudInfo1
{
type cloudInfo;
libs ("libcloudFunctionObjects.so");
libs ("libcloudFunctionObjects.so");
enabled true;
writeControl timeStep;
writeInterval 1;
writeControl timeStep;
writeInterval 1;
clouds (myCloud1);
}

View File

@ -47,8 +47,8 @@ Description
\verbatim
tracks
{
libs ("liblagrangianFunctionObjects.so");
type icoUncoupledKinematicCloud;
libs ("liblagrangianFunctionObjects.so");
type icoUncoupledKinematicCloud;
}
\endverbatim