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.
bmCylTaperedCone Struct Reference

Detailed Description

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.

Member Data Documentation

◆ centerCyl

std::array<double, 3> bmCylTaperedCone::centerCyl {0., 0., 0.}

Definition at line 129 of file blockMeshParams.H.

◆ cylGrading

std::array<double, 3> bmCylTaperedCone::cylGrading {0., 0., 0.}

Definition at line 145 of file blockMeshParams.H.

◆ height

double bmCylTaperedCone::height

Definition at line 141 of file blockMeshParams.H.

◆ radius1

double bmCylTaperedCone::radius1

Definition at line 133 of file blockMeshParams.H.

◆ radius2

jsoncons::optional<double> bmCylTaperedCone::radius2

Definition at line 137 of file blockMeshParams.H.


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