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