SR2BackwardEulerTimeIntegration

Source: models/common/BackwardEulerTimeIntegration.py

Define the backward Euler time integration residual \(r = s - s_n - (t - t_n) \dot{s}\), where \(s\) is the variable being integrated, \(\dot{s}\) is the variable rate, and \(t\) is time. Subscripts \(n\) denote quantities from the previous time step.

Inputs

variableinput · SR2 · required

Variable being integrated

timeinput · Scalar · default t

Time

Other options

ratestr

Override name for the variable rate.