starMesh Class Reference

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

Detailed Description

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

Source files

Definition at line 67 of file starMesh.H.

Constructor & Destructor Documentation

◆ starMesh() [1/2]

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

Construct from case name.

◆ starMesh() [2/2]

starMesh ( const starMesh )
delete

Disallow default bitwise copy construction.

◆ ~starMesh()

~starMesh ( )

Destructor.

Member Function Documentation

◆ writeMesh()

void writeMesh ( )

Write mesh.

◆ operator=()

void operator= ( const starMesh )
delete

Disallow default bitwise assignment.


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