functionObjects::surfaceInterpolate: Corrected documentation

Resolves bug-report https://bugs.openfoam.org/view.php?id=3407
This commit is contained in:
Henry Weller
2019-12-05 22:39:52 +00:00
parent 6d13edddfb
commit d32e012238

View File

@ -42,18 +42,17 @@ Description
type surfaceInterpolate; type surfaceInterpolate;
libs ("libfieldFunctionObjects.so"); libs ("libfieldFunctionObjects.so");
... ...
fields ((p pNear)(U UNear)); fields ((p pInterp)(U UInterp));
} }
\endverbatim \endverbatim
Usage Usage
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: nearWallFields | yes | type | type name: surfaceInterpolate | yes |
fields | list of fields with corresponding output field names | yes | fields | list of fields with corresponding output field names | yes |
\endtable \endtable
See also See also
Foam::functionObjects::fvMeshFunctionObject Foam::functionObjects::fvMeshFunctionObject
Foam::functionObjects::timeControl Foam::functionObjects::timeControl