30 virtual void init()
override;
31 virtual void check()
const override;
virtual void init() override
Initializes the component.
FlowJunction(const InputParameters ¶ms)
virtual void check() const override
Check the component integrity.
std::shared_ptr< const FlowModel > _flow_model
Flow model.
const UserObjectName & getFluidPropertiesName() const
Gets the name of fluid properties used in all flow connections.
THM::FlowModelID _flow_model_id
Flow model ID.
Base class for flow junctions.
static InputParameters validParams()
Base class for junctions of 1D components.
const std::string _junction_uo_name
Name of junction user object name, if any.
UserObjectName _fp_name
Fluid property user object name.