functionObjects::surfaceInterpolate: Corrected documentation
Resolves bug-report https://bugs.openfoam.org/view.php?id=3407
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user