mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor typo in mapFields documentation
This commit is contained in:
@ -50,7 +50,7 @@ Usage
|
|||||||
\table
|
\table
|
||||||
Property | Description | Required | Default value
|
Property | Description | Required | Default value
|
||||||
type | Type name: mapFields | yes |
|
type | Type name: mapFields | yes |
|
||||||
mapRgion | Name of region to map to | yes |
|
mapRegion | Name of region to map to | yes |
|
||||||
mapMethod | Mapping method | yes |
|
mapMethod | Mapping method | yes |
|
||||||
patchMapMethod | Patch mapping method | no | <auto>
|
patchMapMethod | Patch mapping method | no | <auto>
|
||||||
consistent | Mapping meshes have consistent boundaries | yes |
|
consistent | Mapping meshes have consistent boundaries | yes |
|
||||||
@ -61,7 +61,6 @@ Usage
|
|||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
mapFields.C
|
mapFields.C
|
||||||
IOmapFields.H
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -95,7 +95,7 @@ protected:
|
|||||||
|
|
||||||
// Protected data
|
// Protected data
|
||||||
|
|
||||||
//- Name of function object to retrueve data from
|
//- Name of function object to retrieve data from
|
||||||
word functionObjectName_;
|
word functionObjectName_;
|
||||||
|
|
||||||
//- List of fields on which to operate
|
//- List of fields on which to operate
|
||||||
|
|||||||
Reference in New Issue
Block a user