sammMesh Class Reference

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 feateres 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...
 

Detailed Description

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 feateres exist, the mesh is created as polyMesh.

Source files

Definition at line 53 of file sammMesh.H.

Constructor & Destructor Documentation

◆ sammMesh() [1/2]

sammMesh ( const fileName prefix,
const Time rt,
const scalar  scaleFactor 
)

Construct from case name.

◆ sammMesh() [2/2]

sammMesh ( const sammMesh )
delete

Disallow default bitwise copy construction.

◆ ~sammMesh()

~sammMesh ( )

Destructor.

Member Function Documentation

◆ writeMesh()

void writeMesh ( )

Write mesh.

◆ operator=()

void operator= ( const sammMesh )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following file: