Completed transformation of post-processing utilities into functionObjects
This commit is contained in:
@ -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
|
||||
(
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
@ -47,8 +47,8 @@ Description
|
||||
\verbatim
|
||||
tracks
|
||||
{
|
||||
libs ("liblagrangianFunctionObjects.so");
|
||||
type icoUncoupledKinematicCloud;
|
||||
libs ("liblagrangianFunctionObjects.so");
|
||||
type icoUncoupledKinematicCloud;
|
||||
}
|
||||
\endverbatim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user