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

Use a smaller number of neighbours and larger h-tolerance for the stars in the...

Use a smaller number of neighbours and larger h-tolerance for the stars in the EAGLE examples to follow what was done in the Ref model.
parent ee90af27
Branches
Tags
1 merge request!903Use a smaller number of neighbours and larger h-tolerance for the stars in the…
...@@ -51,6 +51,11 @@ SPH: ...@@ -51,6 +51,11 @@ SPH:
minimal_temperature: 100.0 # (internal units) minimal_temperature: 100.0 # (internal units)
initial_temperature: 268.7 initial_temperature: 268.7
# Parameters of the stars neighbour search
Stars:
resolution_eta: 1.1642 # Target smoothing length in units of the mean inter-particle separation
h_tolerance: 7e-3
# Parameters for the Friends-Of-Friends algorithm # Parameters for the Friends-Of-Friends algorithm
FOF: FOF:
basename: fof_output # Filename for the FOF outputs. basename: fof_output # Filename for the FOF outputs.
......
...@@ -51,6 +51,11 @@ SPH: ...@@ -51,6 +51,11 @@ SPH:
minimal_temperature: 100.0 # (internal units) minimal_temperature: 100.0 # (internal units)
initial_temperature: 268.7 initial_temperature: 268.7
# Parameters of the stars neighbour search
Stars:
resolution_eta: 1.1642 # Target smoothing length in units of the mean inter-particle separation
h_tolerance: 7e-3
# Parameters for the Friends-Of-Friends algorithm # Parameters for the Friends-Of-Friends algorithm
FOF: FOF:
basename: fof_output # Filename for the FOF outputs. basename: fof_output # Filename for the FOF outputs.
......
...@@ -51,6 +51,11 @@ SPH: ...@@ -51,6 +51,11 @@ SPH:
minimal_temperature: 100.0 # (internal units) minimal_temperature: 100.0 # (internal units)
initial_temperature: 268.7 initial_temperature: 268.7
# Parameters of the stars neighbour search
Stars:
resolution_eta: 1.1642 # Target smoothing length in units of the mean inter-particle separation
h_tolerance: 7e-3
# Parameters for the Friends-Of-Friends algorithm # Parameters for the Friends-Of-Friends algorithm
FOF: FOF:
basename: fof_output # Filename for the FOF outputs. basename: fof_output # Filename for the FOF outputs.
......
...@@ -53,6 +53,11 @@ SPH: ...@@ -53,6 +53,11 @@ SPH:
CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration.
minimal_temperature: 100 # (internal units) minimal_temperature: 100 # (internal units)
# Parameters of the stars neighbour search
Stars:
resolution_eta: 1.1642 # Target smoothing length in units of the mean inter-particle separation
h_tolerance: 7e-3
# Parameters related to the initial conditions # Parameters related to the initial conditions
InitialConditions: InitialConditions:
file_name: ./EAGLE_ICs_100.hdf5 # The file to read file_name: ./EAGLE_ICs_100.hdf5 # The file to read
......
...@@ -54,6 +54,11 @@ SPH: ...@@ -54,6 +54,11 @@ SPH:
CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration.
minimal_temperature: 100 # (internal units) minimal_temperature: 100 # (internal units)
# Parameters of the stars neighbour search
Stars:
resolution_eta: 1.1642 # Target smoothing length in units of the mean inter-particle separation
h_tolerance: 7e-3
# Parameters for the Friends-Of-Friends algorithm # Parameters for the Friends-Of-Friends algorithm
FOF: FOF:
basename: fof_output # Filename for the FOF outputs. basename: fof_output # Filename for the FOF outputs.
......
...@@ -61,6 +61,11 @@ SPH: ...@@ -61,6 +61,11 @@ SPH:
CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration.
minimal_temperature: 100 # (internal units) minimal_temperature: 100 # (internal units)
# Parameters of the stars neighbour search
Stars:
resolution_eta: 1.1642 # Target smoothing length in units of the mean inter-particle separation
h_tolerance: 7e-3
# Parameters for the Friends-Of-Friends algorithm # Parameters for the Friends-Of-Friends algorithm
FOF: FOF:
basename: fof_output # Filename for the FOF outputs. basename: fof_output # Filename for the FOF outputs.
......
...@@ -53,6 +53,11 @@ SPH: ...@@ -53,6 +53,11 @@ SPH:
CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration.
minimal_temperature: 100 # (internal units) minimal_temperature: 100 # (internal units)
# Parameters of the stars neighbour search
Stars:
resolution_eta: 1.1642 # Target smoothing length in units of the mean inter-particle separation
h_tolerance: 7e-3
# Parameters for the Friends-Of-Friends algorithm # Parameters for the Friends-Of-Friends algorithm
FOF: FOF:
basename: fof_output # Filename for the FOF outputs. basename: fof_output # Filename for the FOF outputs.
......
...@@ -63,6 +63,11 @@ SPH: ...@@ -63,6 +63,11 @@ SPH:
CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration.
minimal_temperature: 100 # (internal units) minimal_temperature: 100 # (internal units)
# Parameters of the stars neighbour search
Stars:
resolution_eta: 1.1642 # Target smoothing length in units of the mean inter-particle separation
h_tolerance: 7e-3
# Parameters for the Friends-Of-Friends algorithm # Parameters for the Friends-Of-Friends algorithm
FOF: FOF:
basename: fof_output # Filename for the FOF outputs. basename: fof_output # Filename for the FOF outputs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment