Terminator

buildconstruction:Undocumented Class

The Terminator has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.


# Terminator

!syntax description /UserObjects/Terminator

## Overview

!! Replace these lines with information regarding the Terminator object.

## Example Input File Syntax

!! Describe and include an example of how to use the Terminator object.

!syntax parameters /UserObjects/Terminator

!syntax inputs /UserObjects/Terminator

!syntax children /UserObjects/Terminator

Requests termination of the current solve based on the values of Postprocessor value(s) via a logical expression.

Input Parameters

  • expressionFParser expression to process Postprocessor values into a boolean value. Termination of the simulation occurs when this returns true.

    C++ Type:FunctionExpression

    Options:

    Description:FParser expression to process Postprocessor values into a boolean value. Termination of the simulation occurs when this returns true.

Required Parameters

  • error_levelThe error level for the message. A level of ERROR will always lead to a hard termination of the entire simulation.

    C++ Type:MooseEnum

    Options:INFO, WARNING, ERROR

    Description:The error level for the message. A level of ERROR will always lead to a hard termination of the entire simulation.

  • execute_onTIMESTEP_ENDThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.

    Default:TIMESTEP_END

    C++ Type:ExecFlagEnum

    Options:NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM

    Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.

  • fail_modeHARDAbort entire simulation (HARD) or just the current time step (SOFT).

    Default:HARD

    C++ Type:MooseEnum

    Options:HARD, SOFT

    Description:Abort entire simulation (HARD) or just the current time step (SOFT).

  • messageAn optional message to be output when the termination condition is triggered

    C++ Type:std::string

    Options:

    Description:An optional message to be output when the termination condition is triggered

Optional Parameters

  • allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).

    Default:False

    C++ Type:bool

    Options:

    Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Options:

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Options:

    Description:Set the enabled status of the MooseObject.

  • force_preauxFalseForces the GeneralUserObject to be executed in PREAUX

    Default:False

    C++ Type:bool

    Options:

    Description:Forces the GeneralUserObject to be executed in PREAUX

  • force_preicFalseForces the GeneralUserObject to be executed in PREIC during initial setup

    Default:False

    C++ Type:bool

    Options:

    Description:Forces the GeneralUserObject to be executed in PREIC during initial setup

  • use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

    Default:False

    C++ Type:bool

    Options:

    Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

Advanced Parameters

Input Files