20 params.
addRequiredParam<std::string>(
"flow_channel",
"Name of flow channel to use for test");
33 const FlowChannelBase & flow_channel = getComponent<FlowChannelBase>(
"flow_channel");
A base class for flow channels.
Component used to test setup-status-checking capability.
static InputParameters validParams()
virtual std::shared_ptr< const FlowModel > getFlowModel() const
registerMooseObject("ThermalHydraulicsTestApp", TestSetupStatusComponent)
virtual void init() override
Initializes the component.
Base class for THM components.
static InputParameters validParams()
TestSetupStatusComponent(const InputParameters ¶ms)