mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects: Corrected docs
This commit is contained in:
@ -81,7 +81,7 @@ Description
|
|||||||
pressure1
|
pressure1
|
||||||
{
|
{
|
||||||
type pressure;
|
type pressure;
|
||||||
libs ("libutilityFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
...
|
...
|
||||||
calcTotal no;
|
calcTotal no;
|
||||||
calcCoeff yes;
|
calcCoeff yes;
|
||||||
|
|||||||
@ -19,7 +19,7 @@ functions
|
|||||||
turbulenceFields1
|
turbulenceFields1
|
||||||
{
|
{
|
||||||
type turbulenceFields;
|
type turbulenceFields;
|
||||||
libs ("libutilityFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
enabled true;
|
enabled true;
|
||||||
writeControl timeStep;
|
writeControl timeStep;
|
||||||
writeInterval 1;
|
writeInterval 1;
|
||||||
|
|||||||
@ -51,7 +51,7 @@ Description
|
|||||||
wallShearStress1
|
wallShearStress1
|
||||||
{
|
{
|
||||||
type wallShearStress;
|
type wallShearStress;
|
||||||
libs ("libutilityFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
...
|
...
|
||||||
patches (".*Wall");
|
patches (".*Wall");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user