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

Do not specify the parameters in the YAML files if the values given are the default values.

parent a908b92d
No related branches found
No related tags found
1 merge request!564Yaml arrays
...@@ -31,11 +31,9 @@ SPH: ...@@ -31,11 +31,9 @@ SPH:
# Parameters related to the initial conditions # Parameters related to the initial conditions
InitialConditions: InitialConditions:
file_name: CoolingHalo.hdf5 # The file to read file_name: CoolingHalo.hdf5 # The file to read
shift: [0.,0.,0.] # A shift to apply to all particles read from the ICs (in internal units).
# External potential parameters # External potential parameters
IsothermalPotential: IsothermalPotential:
position: [0.,0.,0.] # location of centre of isothermal potential in internal units
vrot: 200. # rotation speed of isothermal potential in internal units vrot: 200. # rotation speed of isothermal potential in internal units
timestep_mult: 0.03 # controls time step timestep_mult: 0.03 # controls time step
epsilon: 0.1 #softening for the isothermal potential epsilon: 0.1 #softening for the isothermal potential
......
...@@ -34,7 +34,6 @@ InitialConditions: ...@@ -34,7 +34,6 @@ InitialConditions:
# External potential parameters # External potential parameters
IsothermalPotential: IsothermalPotential:
position: [0.,0.,0.] # Location of centre of isothermal potential in internal units
vrot: 200. # Rotation speed of isothermal potential in internal units vrot: 200. # Rotation speed of isothermal potential in internal units
timestep_mult: 0.03 # Controls time step timestep_mult: 0.03 # Controls time step
epsilon: 1.0 # Softening for the isothermal potential epsilon: 1.0 # Softening for the isothermal potential
......
...@@ -34,7 +34,6 @@ InitialConditions: ...@@ -34,7 +34,6 @@ InitialConditions:
# External potential parameters # External potential parameters
IsothermalPotential: IsothermalPotential:
position: [0.,0.,0.] # location of centre of isothermal potential in internal units
vrot: 200. # rotation speed of isothermal potential in internal units vrot: 200. # rotation speed of isothermal potential in internal units
epsilon: 1.0 epsilon: 1.0
timestep_mult: 0.03 # controls time step timestep_mult: 0.03 # controls time step
......
...@@ -30,7 +30,6 @@ InitialConditions: ...@@ -30,7 +30,6 @@ InitialConditions:
# External potential parameters # External potential parameters
IsothermalPotential: IsothermalPotential:
position: [0.,0.,0.] # location of centre of isothermal potential in internal units
vrot: 200. # rotation speed of isothermal potential in internal units vrot: 200. # rotation speed of isothermal potential in internal units
timestep_mult: 0.01 # controls time step timestep_mult: 0.01 # controls time step
epsilon: 0. # No softening at the centre of the halo epsilon: 0. # No softening at the centre of the halo
...@@ -32,7 +32,6 @@ SPH: ...@@ -32,7 +32,6 @@ SPH:
# Parameters related to the initial conditions # Parameters related to the initial conditions
InitialConditions: InitialConditions:
file_name: initial_conditions.hdf5 # The file to read file_name: initial_conditions.hdf5 # The file to read
shift: [0.,0.,0.] # A shift to apply to all particles read from the ICs (in internal units).
# External potential parameters # External potential parameters
PointMassPotential: PointMassPotential:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment