24 virtual void execute()
override;
Limits a control value by a range.
Real & _limited_value
Control value after limiting.
LimitChainControl(const InputParameters ¶meters)
const Real _min_value
Lower bound to apply to control data.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real _max_value
Upper bound to apply to control data.
const InputParameters & parameters() const
Get the parameters of the object.
virtual void execute() override
Execute the control.
static InputParameters validParams()
Control that additionally provides the capability to produce/consume data values, to allow control op...
const Real & _unlimited_value
Control value before limiting.