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

functionObjects: Corrected docs

parent 6a03830b
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ Description ...@@ -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 ...@@ -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 ...@@ -51,7 +51,7 @@ Description
wallShearStress1 wallShearStress1
{ {
type wallShearStress; type wallShearStress;
libs ("libutilityFunctionObjects.so"); libs ("libfieldFunctionObjects.so");
... ...
patches (".*Wall"); patches (".*Wall");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment