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;
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user