Foam::primitiveMeshCheck Namespace Reference

Variables

scalar closedThreshold = 1.0e-6
 Data to control mesh checking. More...
 
scalar aspectThreshold = 1000
 Aspect ratio warning threshold. More...
 
scalar nonOrthThreshold = 70
 Non-orthogonality warning threshold in deg. More...
 
scalar skewThreshold = 4
 Skewness warning threshold. More...
 
scalar planarCosAngle = 1.0e-6
 Threshold where faces are considered coplanar. More...
 

Variable Documentation

◆ closedThreshold

Foam::scalar closedThreshold = 1.0e-6
extern

Data to control mesh checking.

Cell closedness warning threshold

set as the fraction of un-closed area to closed area

Definition at line 36 of file primitiveMeshCheck.C.

Referenced by primitiveMesh::checkClosedBoundary(), and primitiveMesh::checkClosedCells().

◆ aspectThreshold

Foam::scalar aspectThreshold = 1000
extern

Aspect ratio warning threshold.

Definition at line 37 of file primitiveMeshCheck.C.

Referenced by primitiveMesh::checkClosedCells().

◆ nonOrthThreshold

Foam::scalar nonOrthThreshold = 70
extern

Non-orthogonality warning threshold in deg.

Definition at line 38 of file primitiveMeshCheck.C.

Referenced by polyMesh::checkFaceOrthogonality(), and primitiveMesh::checkFaceOrthogonality().

◆ skewThreshold

Foam::scalar skewThreshold = 4
extern

Skewness warning threshold.

Definition at line 39 of file primitiveMeshCheck.C.

Referenced by polyMesh::checkFaceSkewness(), and primitiveMesh::checkFaceSkewness().

◆ planarCosAngle

Foam::scalar planarCosAngle = 1.0e-6
extern

Threshold where faces are considered coplanar.

Definition at line 40 of file primitiveMeshCheck.C.

Referenced by primitiveMesh::checkConcaveCells().