Skip to content
Snippets Groups Projects
Commit 0da1f81f authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Slight change to the Greho vortex IC script.

Former-commit-id: 77bd33da2637d8ab98a2c7e388011f53e6238e54
parent 9e91071c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment