Segregated Runge–Kutta methods

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 edit

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 edit

  1. ^ Colomés, Oriol; Badia, Santiago (3 February 2016). "Segregated Runge–Kutta methods for the incompressible Navier–Stokes equations". International Journal for Numerical Methods in Engineering. 105 (5): 372–400. Bibcode:2016IJNME.105..372C. doi:10.1002/nme.4987. hdl:2117/86545. S2CID 34117796.
  2. ^ Ascher, Uri M.; Ruuth, Steven J.; Spiteri, Raymond J. (November 1997). "Implicit-explicit Runge-Kutta methods for time-dependent partial differential equations". Applied Numerical Mathematics. 25 (2–3): 151–176. CiteSeerX 10.1.1.48.1525. doi:10.1016/S0168-9274(97)00056-1.
  3. ^ Boscarino, Sebastiano (July 2009). "On an accurate third order implicit-explicit Runge–Kutta method for stiff problems". Applied Numerical Mathematics. 59 (7): 1515–1528. doi:10.1016/j.apnum.2008.10.003.