18 params.
addRequiredParam<std::string>(
"parameter",
"The input parameter(s) to control");
20 "value",
"The name of control data to be set into the input parameter.");
21 params.
addClassDescription(
"Control object that reads a boolean value computed by the control " 22 "logic system and sets it into a specified MOOSE object parameter(s)");
27 :
THMControl(parameters), _value(getControlData<bool>(
"value"))
34 setControllableValue<bool>(
"parameter",
_value);
const bool & _value
The value that is written into the MOOSE object's input parameter.
Control object that reads a boolean value computed by the control logic system and sets it into a spe...
registerMooseObject("ThermalHydraulicsApp", SetBoolValueControl)
static InputParameters validParams()
SetBoolValueControl(const InputParameters ¶meters)
static InputParameters validParams()