31 virtual void execute()
override;
Base class for function objects.
virtual void initialSetup() override
Called once at the beginning of the simulation, used to initialize recovered control values...
A basic control for changing an input parameter using a Function.
const InputParameters & parameters() const
Get the parameters of the object.
virtual void execute() override
Execute the control.
Base class for Control objects.
const Function & _function
The function to execute.
static InputParameters validParams()
Class constructor.
RealFunctionControl(const InputParameters ¶meters)