registerMooseObject("ThermalHydraulicsApp", BoolComponentParameterValuePostprocessor)
Postprocessor for reading a boolean value from the control logic system.
virtual Real getValue() const override
static InputParameters validParams()
const std::string & _component_name
The name of the component we read the value from.
const std::string & _param_name
The name of boolean parameter.
MooseObjectParameterName _ctrl_param_name
The name of the control parameter in MOOSE.
virtual void initialize() override
bool _value
The value of the boolean parameter in component '_component_name'.
InputParameterWarehouse & _input_parameter_warehouse
BoolComponentParameterValuePostprocessor(const InputParameters ¶meters)
static InputParameters validParams()