From 69c00a443efd09b32afbe0ee168fe176442d2523 Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Mon, 21 May 2018 07:25:25 +0100 Subject: [PATCH] Changed to using higher resolution by default --- examples/KelvinHelmholtz_2D/makeIC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/KelvinHelmholtz_2D/makeIC.py b/examples/KelvinHelmholtz_2D/makeIC.py index bd0f39ed90..744b39de82 100644 --- a/examples/KelvinHelmholtz_2D/makeIC.py +++ b/examples/KelvinHelmholtz_2D/makeIC.py @@ -24,7 +24,7 @@ import sys # Generates a swift IC file for the Kelvin-Helmholtz vortex in a periodic box # Parameters -L2 = 128 # Particles along one edge in the low-density region +L2 = 256 # Particles along one edge in the low-density region gamma = 5./3. # Gas adiabatic index P1 = 2.5 # Central region pressure P2 = 2.5 # Outskirts pressure -- GitLab