Skip to content
Snippets Groups Projects
Commit 39e0e03d authored by Henry Weller's avatar Henry Weller
Browse files

functionObjects: Corrected docs

parent f200a992
Branches
Tags
1 merge request!60Merge foundation
......@@ -81,7 +81,7 @@ Description
pressure1
{
type pressure;
libs ("libutilityFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
calcTotal no;
calcCoeff yes;
......
......@@ -19,7 +19,7 @@ functions
turbulenceFields1
{
type turbulenceFields;
libs ("libutilityFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
enabled true;
writeControl timeStep;
writeInterval 1;
......
......@@ -51,7 +51,7 @@ Description
wallShearStress1
{
type wallShearStress;
libs ("libutilityFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
patches (".*Wall");
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment