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

Updated parameter file for the EAGLE6 example.

parent 00e61bdd
No related branches found
No related tags found
1 merge request!543Fof
...@@ -64,14 +64,13 @@ SPH: ...@@ -64,14 +64,13 @@ SPH:
# Parameters for the Friends-Of-Friends algorithm # Parameters for the Friends-Of-Friends algorithm
FOF: FOF:
basename: fof_output # Common part of the name of output files basename: fof_output # Filename for the FOF outputs.
run_freq: 10 # (Optional) The no. of steps between each FOF search. Defaults to 2000. min_group_size: 20 # The minimum no. of particles required for a group. Defaults to 20 if unspecified.
min_group_size: 20 # (Optional) The minimum no. of particles required for a group. Defaults to 20 if unspecified. linking_length_ratio: 0.2 # Linking length in units of the main inter-particle separation.
linking_length_scale: 0.2 # (Optional) Scales the linking length. Defaults to 0.2 if unspecified. absolute_linking_length: -1. # (Optional) Absolute linking length (in internal units)
group_links_size_default: 20000 # (Optional) Sets the initial size of the group_links array, which is used to store links across MPI domains. Defaults to 20000 if unspecified. run_freq: 100 # (Optional) The no. of steps between each FOF search. Defaults to 2000.
group_id_default: 2147483647 # (Optional) Sets the group ID of particles in groups below the minimum size. Defaults to 2^31 - 1 if unspecified. Has to be positive. group_id_default: 2147483647 # (Optional) Sets the group ID of particles in groups below the minimum size. Defaults to 2^31 - 1 if unspecified. Has to be positive.
group_id_offset: 1 # (Optional) Sets the offset of group ID labeling. Defaults to 1 if unspecified. group_id_offset: 1 # (Optional) Sets the offset of group ID labeling. Defaults to 1 if unspecified.
#absolute_linking_length: 0.2 # (Optional) Sets an absolute linking length. Defaults to mean inter-particle spacing * linking_length_scale if unspecified.
# Parameters related to the initial conditions # Parameters related to the initial conditions
InitialConditions: InitialConditions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment