OOF2: The Manual
Name
4th order Runge-Kutta (RK4) — Fourth order Runge-Kutta time stepping.
Synopsis
RK4()
Description
RK4 is a TimeStepper that implements the classic
fourth
order Runge-Kutta method for solving ordinary differential
equations. The error on each step is of order .
Given a vector of unknowns
(i.e. Field values in OOF2) at
time ,
and the first order differential equation
the fourth order Runge-Kutta estimate for is given by
where .
RK4 can be applied to second order equations
by using equation (6.142).
Because the method is explicit ( doesn't appear as an argument to ), equation (6.159) doesn't require a nonlinear solver even if is nonlinear.



