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)");
34 setControllableValue<Real>(
"parameter",
_value);
SetRealValueControl(const InputParameters ¶meters)
static InputParameters validParams()
static InputParameters validParams()
const Real & _value
The value that is written into the MOOSE object's input parameter.
registerMooseObject("ThermalHydraulicsApp", SetRealValueControl)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Control object that reads a Real value computed by the control logic system and sets it into a specif...