20 "The name of the component we will be controlling.");
22 "parameter",
"The name of the parameter in the component we will be controlling");
24 "The name of the function prescribing the value.");
31 _component_name(getParam<
std::string>(
"component")),
32 _param_name(getParam<
std::string>(
"parameter")),
33 _ctrl_param_name(
"component", _component_name, _param_name),
34 _function(getFunction(
"function"))
static InputParameters validParams()
MooseObjectParameterName _ctrl_param_name
TimeFunctionComponentControl(const InputParameters ¶meters)
static InputParameters validParams()
Real value(unsigned n, unsigned alpha, unsigned beta, Real x)
const Function & _function
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real value(Real t, const Point &p) const
registerMooseObject("ThermalHydraulicsApp", TimeFunctionComponentControl)