BDF2

Second order backward differentiation formula time integration scheme.

The backwards differencing formula of second order, BDF-2, is a linear, two-step, second-order method. It is A-stable.

Description

With , the vector of nonlinear variables, and , a nonlinear operator, we write the PDE of interest as:

Using for the current time step, for the previous step, and for the one before that, BDF-2 can be written:

Input Parameters

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

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

    Controllable:No

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

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Set the enabled status of the MooseObject.

Input Files