Given 2D mesh insert all the topology changes to extrude. Does not work in parallel. More...
Given 2D mesh insert all the topology changes to extrude. Does not work in parallel.
Definition at line 58 of file extrude2DMesh.H.
Public Member Functions | |
ClassName ("extrude2DMesh") | |
Runtime type information.
| |
extrude2DMesh (const polyMesh &) | |
Construct from mesh.
| |
void | setRefinement (const direction extrudeDir, const scalar thickness, const label frontPatchI, polyTopoChange &) const |
Play commands into polyTopoChange to extrude mesh.
| |
void | updateMesh (const mapPolyMesh &) |
Force recalculation of locally stored data on topological change.
| |
void | distribute (const mapDistributePolyMesh &) |
Force recalculation of locally stored data for mesh distribution.
|
extrude2DMesh | ( | const polyMesh & | ) |
Construct from mesh.
ClassName | ( | "extrude2DMesh" | ) |
Runtime type information.
void setRefinement | ( | const direction | extrudeDir, |
const scalar | thickness, | ||
const label | frontPatchI, | ||
polyTopoChange & | |||
) | const |
Play commands into polyTopoChange to extrude mesh.
void updateMesh | ( | const mapPolyMesh & | ) | [inline]
|
Force recalculation of locally stored data on topological change.
Definition at line 90 of file extrude2DMesh.H.
void distribute | ( | const mapDistributePolyMesh & | ) | [inline]
|
Force recalculation of locally stored data for mesh distribution.
Definition at line 94 of file extrude2DMesh.H.