mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Forces function object - updated header documentation
This commit is contained in:
@ -34,21 +34,17 @@ Description
|
|||||||
skin-friction forces over a given list of patches, and the resistance
|
skin-friction forces over a given list of patches, and the resistance
|
||||||
from porous zones.
|
from porous zones.
|
||||||
|
|
||||||
Forces and moments are calculated, with optional coordinate system and
|
Forces and moments are calculated in a global Cartesian coordinate system
|
||||||
writing of binned data, where force and moment contributions are collected
|
by default, or using a user-defined system. Contributions can be 'binned'
|
||||||
into a user-defined number of bins that span the input geometries for a
|
according to a user-defined number of uniform-width collection zones (bins)
|
||||||
user-defined direction vector.
|
that span the input geometries, oriented by a user-defined direction vector.
|
||||||
|
|
||||||
Data is written into multiple files in the
|
Results are written to multiple files as a function of time in the
|
||||||
postProcessing/\<functionObjectName\> directory:
|
postProcessing/\<functionObjectName\> directory:
|
||||||
- force.dat : forces in global Cartesian coordinate system
|
- force.dat : forces
|
||||||
- moment.dat : moments in global Cartesian coordinate system
|
- moment.dat : moments
|
||||||
- forceBin.dat : force bins in global Cartesian coordinate system
|
- forceBin.dat : force bins
|
||||||
- momentBin.dat : moment bins in global Cartesian coordinate system
|
- momentBin.dat : moment bins
|
||||||
- localForce.dat : forces in local Cartesian coordinate system
|
|
||||||
- localMoment.dat : moments in local Cartesian coordinate system
|
|
||||||
- localForceBin.dat : force bins in local Cartesian coordinate system
|
|
||||||
- localMomentBin.dat : moment bins in local Cartesian coordinate system
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
Example of function object specification:
|
Example of function object specification:
|
||||||
|
|||||||
Reference in New Issue
Block a user