From 0da1f81fcae2f4e67457694cbc7611f814d9869f Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Thu, 18 Jul 2013 13:54:32 +0000 Subject: [PATCH] Slight change to the Greho vortex IC script. Former-commit-id: 77bd33da2637d8ab98a2c7e388011f53e6238e54 --- examples/GreshoVortex/makeIC.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/GreshoVortex/makeIC.py b/examples/GreshoVortex/makeIC.py index 1c9eb17a37..324dcb65b2 100644 --- a/examples/GreshoVortex/makeIC.py +++ b/examples/GreshoVortex/makeIC.py @@ -26,9 +26,9 @@ from numpy import * # Parameters periodic= 1 # 1 For periodic box -factor = 4 +factor = 3 boxSize = [ 1.0 , 1.0, 1.0/factor ] -L = 100 # Number of particles along one axis +L = 120 # Number of particles along one axis gamma = 5./3. # Gas adiabatic index rho = 1 # Gas density P0 = 0. # Constant additional pressure (should have no impact on the dynamics) -- GitLab