Given a 2D mesh insert all the topology changes to extrude. Does not work in parallel. More...
#include <extrude2DMesh.H>
Public Member Functions | |
| ClassName ("extrude2DMesh") | |
| Runtime type information. | |
| extrude2DMesh (polyMesh &, const dictionary &dict, const extrudeModel &model) | |
| ~extrude2DMesh ()=default | |
| Destructor. | |
| void | addFrontBackPatches () |
| Add front and back patches. | |
| void | setRefinement (polyTopoChange &) |
| 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. | |
| label | frontPatchi () const |
| label | backPatchi () const |
Given a 2D mesh insert all the topology changes to extrude. Does not work in parallel.
Definition at line 59 of file extrude2DMesh.H.
| extrude2DMesh | ( | polyMesh & | , |
| const dictionary & | dict, | ||
| const extrudeModel & | model ) |
References dict.
|
default |
Destructor.
| ClassName | ( | "extrude2DMesh" | ) |
Runtime type information.
| void addFrontBackPatches | ( | ) |
Add front and back patches.
| void setRefinement | ( | polyTopoChange & | ) |
Play commands into polyTopoChange to extrude mesh.
|
inline |
Force recalculation of locally stored data on topological change.
Definition at line 143 of file extrude2DMesh.H.
|
inline |
Force recalculation of locally stored data for mesh distribution.
Definition at line 149 of file extrude2DMesh.H.
|
inline |
Definition at line 152 of file extrude2DMesh.H.
|
inline |
Definition at line 157 of file extrude2DMesh.H.