Given a 2D mesh insert all the topology changes to extrude. Does not work in parallel. More...
Public Member Functions | |
ClassName ("extrude2DMesh") | |
Find extrusion direction. More... | |
extrude2DMesh (polyMesh &, const dictionary &dict, const extrudeModel &model) | |
extrude2DMesh (const extrude2DMesh &)=delete | |
Disallow default bitwise copy construction. More... | |
~extrude2DMesh () | |
Destructor. More... | |
void | addFrontBackPatches () |
Add front and back patches. More... | |
void | setRefinement (polyTopoChange &) |
Play commands into polyTopoChange to extrude mesh. More... | |
void | updateMesh (const mapPolyMesh &) |
Force recalculation of locally stored data on topological change. More... | |
void | distribute (const mapDistributePolyMesh &) |
Force recalculation of locally stored data for mesh distribution. More... | |
label | frontPatchi () const |
label | backPatchi () const |
void | operator= (const extrude2DMesh &)=delete |
Disallow default bitwise assignment. More... | |
Given a 2D mesh insert all the topology changes to extrude. Does not work in parallel.
Definition at line 61 of file extrude2DMesh.H.
extrude2DMesh | ( | polyMesh & | , |
const dictionary & | dict, | ||
const extrudeModel & | model | ||
) |
|
delete |
Disallow default bitwise copy construction.
~extrude2DMesh | ( | ) |
Destructor.
ClassName | ( | "extrude2DMesh" | ) |
Find extrusion direction.
void findExtrudeDirection();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 121 of file extrude2DMesh.H.
|
inline |
Force recalculation of locally stored data for mesh distribution.
Definition at line 125 of file extrude2DMesh.H.
|
inline |
Definition at line 128 of file extrude2DMesh.H.
|
inline |
Definition at line 133 of file extrude2DMesh.H.
References extrude2DMesh::operator=().
|
delete |
Disallow default bitwise assignment.
Referenced by extrude2DMesh::backPatchi().