Skip to content
Snippets Groups Projects
Commit 69c00a44 authored by Josh Borrow's avatar Josh Borrow
Browse files

Changed to using higher resolution by default

parent c6a62cad
No related branches found
No related tags found
1 merge request!540Add Pressure-Energy (P-U) SPH
...@@ -24,7 +24,7 @@ import sys ...@@ -24,7 +24,7 @@ import sys
# Generates a swift IC file for the Kelvin-Helmholtz vortex in a periodic box # Generates a swift IC file for the Kelvin-Helmholtz vortex in a periodic box
# Parameters # 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 gamma = 5./3. # Gas adiabatic index
P1 = 2.5 # Central region pressure P1 = 2.5 # Central region pressure
P2 = 2.5 # Outskirts pressure P2 = 2.5 # Outskirts pressure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment