Family of Runge–Kutta methods to solve differential algebraic equations
The Segregated Runge–Kutta (SRK) method[1] is a family of IMplicit–EXplicit (IMEX) Runge–Kutta methods[2][3] that were developed to approximate the solution of differential algebraic equations (DAE) of index 2.
The SRK method were motivated as a numerical method for the time integration of the incompressible Navier–Stokes equations with two salient properties. First, velocity and pressure computations are segregated. Second, the method keeps the same order of accuracy for both velocities and pressures. However, the SRK method can also be applied to any other DAE of index 2.
The Segregated Runge–Kutta method
Consider an index 2 DAE defined as follows:

- where
,
,
and 
In the previous equations
is known as the differential variable, while
is known as the algebraic variable. The time derivative of the differential variable,
, depends on itself,
, on the algebraic variable,
, and on the time,
. The second equation can be seen as a constraint on differential variable,
.
Let us take the time derivative of the second equation. Assuming that the function
is linear and does not depend on time, and that the function
is linear with respect to
, we have that

A Runge–Kutta time integration scheme is defined as a multistage integration in which each stage is computed as a combination of the unknowns evaluated in other stages. Depending on the definition of the parameters, this combination can lead to an implicit scheme or an explicit scheme. Implicit and explicit schemes can be combined, leading to IMEX schemes.
Suppose that the function
can be split into two operators
and
such that

- where
and
are the terms to be treated implicitly and explicitly, respectively.
The SRK method is based on the use of IMEX Runge–Kutta schemes and can be defined by the following scheme:
- Given a time step size
, at a time
,
- for each Runge-Kutta stage
, with
, solve:
- 1)

- 2)
.
- Update the variables at
solving:
- 3)

- 4)
.
References