30 virtual void init()
override;
31 virtual void check()
const override;
static InputParameters validParams()
Base class for components that connect to flow channel boundaries.
THM::FlowModelID _flow_model_id
Flow model ID.
virtual void check() const override
Check the component integrity.
const UserObjectName & getFluidPropertiesName() const
Gets the name of fluid properties used in all flow connections.
std::shared_ptr< const FlowModel > _flow_model
Flow model.
Base class for boundary components connected to 1D components.
UserObjectName _fp_name
Fluid property user object name.
FlowBoundary(const InputParameters ¶ms)
virtual void init() override
Initializes the component.