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 Real value computed by the control logic "
22 "system and sets it into a specified MOOSE object parameter(s)");
27 :
THMControl(parameters), _value(getControlData<Real>(
"value"))
34 setControllableValue<Real>(
"parameter",
_value);
registerMooseObject("ThermalHydraulicsApp", SetRealValueControl)
Control object that reads a Real value computed by the control logic system and sets it into a specif...
const Real & _value
The value that is written into the MOOSE object's input parameter.
SetRealValueControl(const InputParameters ¶meters)
static InputParameters validParams()
static InputParameters validParams()