24 virtual void execute()
override;
Control that additionally provides the capability to produce/consume data values, to allow control op...
const InputParameters & parameters() const
Get the parameters of the object.
Terminates the simulation when a boolean chain control data has a certain value.
virtual void execute() override
Execute the control.
const bool _throw_error
Flag to throw an error if the terminate condition is met.
void terminate()
Performs termination.
const bool _terminate_on_true
Whether to terminate on true or false.
const std::string & _termination_message
Message to use if termination occurs.
static InputParameters validParams()
const bool & _input
The control data that indicates if the simulation should be terminated.