Skip to content
Snippets Groups Projects
Commit 911dbb35 authored by Bert Vandenbroucke's avatar Bert Vandenbroucke
Browse files

2D and 3D SineWavePotential tests now also work with an ideal gas.

parent aca9d796
No related branches found
No related tags found
1 merge request!317Cleaned up GIZMO code, added SineWavePotential tests.
......@@ -39,7 +39,7 @@ coords = np.zeros((numPart, 3))
v = np.zeros((numPart, 3))
m = np.zeros(numPart) + 1.
h = np.zeros(numPart) + 2./numPart
u = np.zeros(numPart)
u = np.zeros(numPart) + uconst
ids = np.arange(numPart, dtype = 'L')
rho = np.zeros(numPart)
......
......@@ -39,7 +39,7 @@ coords = np.zeros((numPart, 3))
v = np.zeros((numPart, 3))
m = np.zeros(numPart) + 1.
h = np.zeros(numPart) + 2./numPart
u = np.zeros(numPart)
u = np.zeros(numPart) + uconst
ids = np.arange(numPart, dtype = 'L')
rho = np.zeros(numPart)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment