17 "offset_mesh_by_inner_radius",
false,
"Offset the mesh by the inner radius?");
47 return std::numeric_limits<Real>::quiet_NaN();
const std::vector< double > y
Real _total_width
Total width of all transverse regions.
ExternalBoundaryType
External boundary type.
Real _axial_offset
Distance by which to offset the mesh from the component axis.
virtual void setupMesh()
Performs mesh setup such as creating mesh or naming mesh sets.
Base class for 2D generated heat structures.
static InputParameters validParams()
HeatStructureCylindricalBase(const InputParameters ¶ms)
virtual Real getUnitPerimeter(const ExternalBoundaryType &side) const override
Gets the perimeter of one unit of this heat structure on the specified side.
Real _inner_radius
Inner radius of the heat structure.
static InputParameters validParams()
virtual void setupMesh() override
Performs mesh setup such as creating mesh or naming mesh sets.
virtual Real computeAxialBoundaryArea(const Real &y_min, const Real &y_max) const override
Computes the area of an axial boundary.
virtual Real computeRadialBoundaryArea(const Real &length, const Real &y) const override
Computes the area of a radial boundary.
void mooseError(Args &&... args) const