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,16 @@ Group
grpForcesFunctionObjects
Description
This function object extends the Foam::forces function object by providing
lift, drag and moment coefficients. The data can optionally be output into
bins, defined in a given direction.
Extends the forces functionObject by providing lift, drag and moment
coefficients. The data can optionally be output into bins, defined in a
given direction.
Example of function object specification:
\verbatim
forceCoeffs1
{
type forceCoeffs;
libs ("libforces.so");
libs ("libforces.so");
...
log yes;
patches (walls);

View File

@ -28,8 +28,8 @@ Group
grpForcesFunctionObjects
Description
This function object calculates the forces and moments by integrating the
pressure and skin-friction forces over a given list of patches.
Calculates the forces and moments by integrating the pressure and
skin-friction forces over a given list of patches.
Member function forces::write() calculates the forces/moments and
writes the forces/moments into the file \<timeDir\>/forces.dat and bin
@ -40,7 +40,7 @@ Description
forces1
{
type forces;
libs ("libforces.so");
libs ("libforces.so");
...
log yes;
patches (walls);