Orszag Tang Vortex - SFG-CUHK/scorpio-test-cases GitHub Wiki

It is a 2D MHD problem that first studied by Orszag & Tang(1998). It studied the behavior of a rotating conducting fluid under a periodically perturbed magnetic field. We follow the standard setting of the O-T vortex and perform the simulation using Scorpio. The initial setting is shown below (identical to Philip (2004)).

Parameter Setting Parameter Setting
x [0, 1] y [0, 1]
Nx 401 Ny 403
Gamma 5/3 CFL 0.4
Solver HLLD Flux-limiter minmod
tend 10 rho0 25/(36\pi)
P0 5/(12\pi) B0 1/(4\pi)

Here x, y are the dimension of the simulation domain, Nx, Ny are the resolution of the boxes. The HLLD solver is applied for the Riemann problem, and the minmod flux limiter is used to ensure the TVD properties. The test case end at tend and the adiabatic fluid is initially uniform with density rho0 and pressure P0. The initial velocity and magnetic field are described by the following equations.

eq1

eq2

Where vx, vy are the and x, y components of velocity, Bx, By are the x and y magnetic fields vectors and B0 is the magnitude the magmatic field.

Result of the Orszag-Tang vortex, simulated with Scorpio

The simulation finished normally, and the result is comparable with other experiments (Philip (2004), Dai & .Woodward (1998)).

⚠️ **GitHub.com Fallback** ⚠️