Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes
edgeStats Class Reference

Helper class to calculate minimum edge length on mesh. More...

Collaboration diagram for edgeStats:
Collaboration graph
[legend]

Public Member Functions

 edgeStats (const polyMesh &mesh)
 Construct from mesh. More...
 
 edgeStats (const polyMesh &mesh, const twoDPointCorrector *)
 Construct from mesh and corrector. More...
 
scalar minLen (Ostream &os) const
 Calculate minimum edge length and print. More...
 

Static Public Attributes

static const scalar edgeTol_
 

Private Member Functions

direction getNormalDir (const twoDPointCorrector *) const
 If 2d get component of normal dir. More...
 
 edgeStats (const edgeStats &)
 Disallow default bitwise copy construct. More...
 
void operator= (const edgeStats &)
 Disallow default bitwise assignment. More...
 

Private Attributes

const polyMeshmesh_
 Reference to mesh. More...
 
direction normalDir_
 Component (0,1,2) of normal direction or 3 if 3D case. More...
 

Detailed Description

Helper class to calculate minimum edge length on mesh.

Source files

Definition at line 54 of file edgeStats.H.

Constructor & Destructor Documentation

◆ edgeStats() [1/3]

edgeStats ( const edgeStats )
private

Disallow default bitwise copy construct.

◆ edgeStats() [2/3]

edgeStats ( const polyMesh mesh)

Construct from mesh.

◆ edgeStats() [3/3]

edgeStats ( const polyMesh mesh,
const twoDPointCorrector  
)

Construct from mesh and corrector.

Member Function Documentation

◆ getNormalDir()

direction getNormalDir ( const twoDPointCorrector ) const
private

If 2d get component of normal dir.

◆ operator=()

void operator= ( const edgeStats )
private

Disallow default bitwise assignment.

◆ minLen()

scalar minLen ( Ostream os) const

Calculate minimum edge length and print.

Field Documentation

◆ mesh_

const polyMesh& mesh_
private

Reference to mesh.

Definition at line 59 of file edgeStats.H.

◆ normalDir_

direction normalDir_
private

Component (0,1,2) of normal direction or 3 if 3D case.

Definition at line 62 of file edgeStats.H.

◆ edgeTol_

const scalar edgeTol_
static

Definition at line 82 of file edgeStats.H.


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