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

Changed theta parameter for 3D Evrard collapse test.

parent 3182c042
No related branches found
No related tags found
1 merge request!508Evrard and other tests
......@@ -32,14 +32,10 @@ SPH:
Gravity:
eta: 0.025 # Constant dimensionless multiplier for time integration.
epsilon: 0.001 # Softening length (in internal units).
theta: 0.1
theta: 0.9
a_smooth: 1.25 # (Optional) Smoothing scale in top-level cell sizes to smooth the long-range forces over (this is the default value).
r_cut: 4.5 # (Optional) Cut-off in number of top-level cells beyond which no FMM forces are computed (this is the default value).
# Parameters related to the initial conditions
InitialConditions:
file_name: ./evrard.hdf5 # The file to read
Scheduler:
tasks_per_cell: 400
cell_split_size: 20 # or so
......@@ -45,7 +45,7 @@ pos[:,2] = r * cos_theta
pos += array([R, R, R])
h = ones(numPart) * R / numPart**(1. / 3.)
h = ones(numPart) * 2. * R / numPart**(1. / 3.)
# Generate extra arrays
v = zeros((numPart, 3))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment