DT2

under construction:Undocumented Class

The DT2 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.


# DT2

!syntax description /Executioner/TimeStepper/DT2

## Overview

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

## Example Input File Syntax

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

!syntax parameters /Executioner/TimeStepper/DT2

!syntax inputs /Executioner/TimeStepper/DT2

!syntax children /Executioner/TimeStepper/DT2

!syntax description /Executioner/TimeStepper/DT2

Input Parameters

  • e_maxMaximum acceptable error.

    C++ Type:double

    Options:

    Description:Maximum acceptable error.

  • e_tolTarget error tolerance.

    C++ Type:double

    Options:

    Description:Target error tolerance.

Required Parameters

  • cutback_factor_at_failure0.5Factor to apply to timestep if it a time step fails to convergence.

    Default:0.5

    C++ Type:double

    Options:

    Description:Factor to apply to timestep if it a time step fails to convergence.

  • dt1The initial time step size.

    Default:1

    C++ Type:double

    Options:

    Description:The initial time step size.

  • max_increase1e+09Maximum ratio that the time step can increase.

    Default:1e+09

    C++ Type:double

    Options:

    Description:Maximum ratio that the time step can increase.

  • reset_dtFalseUse when restarting a calculation to force a change in dt.

    Default:False

    C++ Type:bool

    Options:

    Description:Use when restarting a calculation to force a change in dt.

Optional Parameters

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

    C++ Type:std::vector

    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.

Advanced Parameters

Input Files