21 "The function to give a true or false value");
24 "Control for enabling/disabling objects when a function value is true");
registerMooseObject("MooseApp", ConditionalFunctionEnableControl)
virtual bool conditionMet(const unsigned int &i) override
Condition that must be true for an entry of the "enable" list to be enabled and/or an entry of the "d...
static InputParameters validParams()
static InputParameters validParams()
Control for enabling/disabling objects when a function value is true.
Base class for controls that enable/disable object(s) based on some condition.
virtual Real value(Real t, const Point &p) const
Override this to evaluate the scalar function at point (t,x,y,z), by default this returns zero...
const Function & _function
The function to give a true or false value.
ConditionalFunctionEnableControl(const InputParameters ¶meters)