NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
shmMeshQualityControls Struct Reference

Mesh Quality Controls. More...

Detailed Description

Definition at line 352 of file snappymeshParams.H.

Public Attributes

int maxNonOrtho {65}
 Maximum non-orthogonality. More...
 
double maxBndrySkew {20.}
 Max Boundary Skewness. More...
 
double maxIntSkew {4.}
 Max Internal Skewness. More...
 
double maxConc {80.}
 Max Concativity. More...
 
double minVol {1e-13}
 Minimum Cell Volume. More...
 
double minTetQ {1e-15}
 Minimum Tet Quality. More...
 
double minArea {-1.}
 Minimum Area. More...
 
double minTwist {0.02}
 Minimum Twist. More...
 
double minFaceW {0.05}
 Minimum Face Weight. More...
 
double minVolRto {0.01}
 Minimum Volume Ratio. More...
 
double minDet {0.001}
 Minimum Determinant. More...
 
double minTriTwist {-1.}
 Minimum Triangle Twist. More...
 
int smoothScale {5}
 nSmoothScale More...
 
double errReduction {0.75}
 Error Reduction. More...
 

Member Data Documentation

◆ errReduction

double shmMeshQualityControls::errReduction {0.75}

Definition at line 394 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ maxBndrySkew

double shmMeshQualityControls::maxBndrySkew {20.}

Definition at line 358 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ maxConc

double shmMeshQualityControls::maxConc {80.}

Definition at line 364 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ maxIntSkew

double shmMeshQualityControls::maxIntSkew {4.}

Definition at line 361 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ maxNonOrtho

int shmMeshQualityControls::maxNonOrtho {65}

Definition at line 355 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ minArea

double shmMeshQualityControls::minArea {-1.}

Definition at line 373 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ minDet

double shmMeshQualityControls::minDet {0.001}

Definition at line 385 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ minFaceW

double shmMeshQualityControls::minFaceW {0.05}

Definition at line 379 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ minTetQ

double shmMeshQualityControls::minTetQ {1e-15}

Definition at line 370 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ minTriTwist

double shmMeshQualityControls::minTriTwist {-1.}

Definition at line 388 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ minTwist

double shmMeshQualityControls::minTwist {0.02}

Definition at line 376 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ minVol

double shmMeshQualityControls::minVol {1e-13}

Definition at line 367 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ minVolRto

double shmMeshQualityControls::minVolRto {0.01}

Definition at line 382 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ smoothScale

int shmMeshQualityControls::smoothScale {5}

Definition at line 391 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().


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