Definition at line 126 of file blockMeshParams.H.
Public Attributes | |
std::array< double, 3 > | centerCyl {0., 0., 0.} |
Vector for storing cylinder center coordinates. More... | |
double | radius1 |
Radius on one end of cylinder. More... | |
jsoncons::optional< double > | radius2 |
Radius on the other end of cylinder; if not set, radius1 used. More... | |
double | height |
Height of cylinder. More... | |
std::array< double, 3 > | cylGrading {0., 0., 0.} |
Vector of mesh grading in X, Y, and Z direction respectively. More... | |
Inherits bmShape.
std::array<double, 3> bmCylTaperedCone::centerCyl {0., 0., 0.} |
Definition at line 129 of file blockMeshParams.H.
std::array<double, 3> bmCylTaperedCone::cylGrading {0., 0., 0.} |
Definition at line 145 of file blockMeshParams.H.
double bmCylTaperedCone::height |
Definition at line 141 of file blockMeshParams.H.
double bmCylTaperedCone::radius1 |
Definition at line 133 of file blockMeshParams.H.
jsoncons::optional<double> bmCylTaperedCone::radius2 |
Definition at line 137 of file blockMeshParams.H.