PostprocessorDT

under construction:Undocumented Class

The PostprocessorDT has not been documented, if you would like to contribute to MOOSE by writing documentation, please see Documenting MOOSE. The content contained on this page explains the typical documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.

!syntax description /Executioner/TimeStepper/PostprocessorDT

Input Parameters

  • postprocessorThe name of the postprocessor that computes the dt

    C++ Type:PostprocessorName

    Description:The name of the postprocessor that computes the dt

Required Parameters

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

    Default:False

    C++ Type:bool

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

  • dtInitial value of dt

    C++ Type:double

    Description:Initial value of dt

  • scale1Multiple scale and supplied postprocessor value.

    Default:1

    C++ Type:double

    Description:Multiple scale and supplied postprocessor value.

  • factor0Add a factor to the supplied postprocessor value.

    Default:0

    C++ Type:double

    Description:Add a factor to the supplied postprocessor value.

Optional Parameters

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

    C++ Type:std::vector

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

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

References