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