26 virtual void init()
override;
27 virtual void check()
const override;
static InputParameters validParams()
const std::vector< BoundaryName > _hs_boundaries
Primary and secondary heat structure boundaries.
Builds mapping between two aligned subdomains/boundaries.
Base class for components of a boundary type.
HeatStructure2DCouplerBase(const InputParameters ¶meters)
std::vector< bool > _is_cylindrical
Flag for each heat structure deriving from HeatStructureCylindricalBase.
virtual void init() override
Initializes the component.
std::vector< Real > _coupling_area_fractions
Area fractions by which to multiply coupling terms.
std::vector< Real > _areas
Areas for the primary and secondary sides.
std::vector< Component2D::ExternalBoundaryType > _hs_side_types
Heat structure side types for each boundary.
MeshAlignment _mesh_alignment
Mesh alignment.
virtual void setupMesh() override
Performs mesh setup such as creating mesh or naming mesh sets.
const InputParameters & parameters() const
const std::vector< std::string > _hs_names
Primary and secondary heat structure names.
Couples boundaries of two 2D heat structures.
std::vector< bool > _is_plate
Flag for each heat structure being HeatStructurePlate.
virtual void check() const override
Check the component integrity.