A messy mesh class which supports the possibility of creating a shapeMesh for regular Star meshes (no arbitrary interfaces or collapsed SAMM cells). If any of these special feateres exist, the mesh is created as polyMesh. More...
Public Member Functions | |
starMesh (const fileName &prefix, const Time &rt, const scalar scaleFactor) | |
Construct from case name. More... | |
starMesh (const starMesh &)=delete | |
Disallow default bitwise copy construction. More... | |
~starMesh () | |
Destructor. More... | |
void | writeMesh () |
Write mesh. More... | |
void | operator= (const starMesh &)=delete |
Disallow default bitwise assignment. More... | |
A messy mesh class which supports the possibility of creating a shapeMesh for regular Star meshes (no arbitrary interfaces or collapsed SAMM cells). If any of these special feateres exist, the mesh is created as polyMesh.
Definition at line 67 of file starMesh.H.
Construct from case name.
~starMesh | ( | ) |
Destructor.
void writeMesh | ( | ) |
Write mesh.
|
delete |
Disallow default bitwise assignment.