mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Completed transformation of post-processing utilities into functionObjects
This commit is contained in:
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user