Definition at line 97 of file cfmeshParams.H.
Public Member Functions | |
| cfmeshParams ()=default | |
Public Attributes | |
| bool | alwDiscDomains {false} |
| std::string | geomFilePath |
| std::string | generator |
| double | maxCellSize {-1.} |
| double | minCellSize {-1.} |
| double | bndryCellSize {-1.} |
| double | bndryCellSizeRefThk {-1.} |
| bool | keepCellIB {false} |
| bool | chkGluMsh {false} |
| jsoncons::optional< cfmBoundaryLayer > | boundaryLayers |
| jsoncons::optional< cfmSrfFeatEdge > | srfEdge {} |
| std::vector< cfmObjRef > | objRefLst |
| std::string | refTyp |
| double | refCellSize |
| std::string | refP0 |
| std::string | refP1 |
| double | refRad0 |
| double | refRad1 |
| jsoncons::optional< cfmMeshQual > | improveMeshQuality {} |
| std::vector< cfmLclRefPatch > | refPatches |
| jsoncons::optional< cfmRenBndry > | renBndry |
| bool | isPackMesh {true} |
Inherits meshingParams.
|
default |
| bool cfmeshParams::alwDiscDomains {false} |
Definition at line 103 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| double cfmeshParams::bndryCellSize {-1.} |
Definition at line 108 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| double cfmeshParams::bndryCellSizeRefThk {-1.} |
Definition at line 109 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| jsoncons::optional<cfmBoundaryLayer> cfmeshParams::boundaryLayers |
Definition at line 114 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| bool cfmeshParams::chkGluMsh {false} |
Definition at line 111 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| std::string cfmeshParams::generator |
Definition at line 105 of file cfmeshParams.H.
Referenced by cfmeshGen::createMeshFromSTL().
| std::string cfmeshParams::geomFilePath |
Definition at line 104 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict(), NEM::DRV::CFMeshMeshGenDriver::setFiles(), NEM::DRV::CFMeshMeshGenDriver::setOpts(), and cfmeshGen::surfaceFeatureEdgeDetect().
| jsoncons::optional<cfmMeshQual> cfmeshParams::improveMeshQuality {} |
Definition at line 129 of file cfmeshParams.H.
Referenced by cfmeshGen::createMeshFromSTL(), and cfmeshGen::improveMeshQuality().
| bool cfmeshParams::isPackMesh {true} |
Definition at line 138 of file cfmeshParams.H.
Referenced by cfmeshGen::createMeshFromSTL(), and cfmeshGen::initialize().
| bool cfmeshParams::keepCellIB {false} |
Definition at line 110 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| double cfmeshParams::maxCellSize {-1.} |
Definition at line 106 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| double cfmeshParams::minCellSize {-1.} |
Definition at line 107 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| std::vector<cfmObjRef> cfmeshParams::objRefLst |
Definition at line 120 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| double cfmeshParams::refCellSize |
Definition at line 122 of file cfmeshParams.H.
| std::string cfmeshParams::refP0 |
Definition at line 123 of file cfmeshParams.H.
| std::string cfmeshParams::refP1 |
Definition at line 124 of file cfmeshParams.H.
| std::vector<cfmLclRefPatch> cfmeshParams::refPatches |
Definition at line 132 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| double cfmeshParams::refRad0 |
Definition at line 125 of file cfmeshParams.H.
| double cfmeshParams::refRad1 |
Definition at line 126 of file cfmeshParams.H.
| std::string cfmeshParams::refTyp |
Definition at line 121 of file cfmeshParams.H.
| jsoncons::optional<cfmRenBndry> cfmeshParams::renBndry |
Definition at line 135 of file cfmeshParams.H.
Referenced by cfmeshGen::createMshDict().
| jsoncons::optional<cfmSrfFeatEdge> cfmeshParams::srfEdge {} |
Definition at line 117 of file cfmeshParams.H.
Referenced by cfmeshGen::initialize(), and cfmeshGen::surfaceFeatureEdgeDetect().