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;
libs ("libfieldFunctionObjects.so");
...
fields ((p pNear)(U UNear));
fields ((p pInterp)(U UInterp));
}
\endverbatim
Usage
\table
Property | Description | Required | Default value
type | type name: nearWallFields | yes |
Property | Description | Required | Default value
type | type name: surfaceInterpolate | yes |
fields | list of fields with corresponding output field names | yes |
\endtable
See also
Foam::functionObjects::fvMeshFunctionObject
Foam::functionObjects::timeControl