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

Added documentation of new potential to the main YAML example file.

parent e268b696
No related branches found
No related tags found
No related merge requests found
...@@ -76,12 +76,21 @@ PointMassPotential: ...@@ -76,12 +76,21 @@ PointMassPotential:
# Isothermal potential parameters # Isothermal potential parameters
IsothermalPotential: IsothermalPotential:
position_x: 100. # Location of centre of isothermal potential (internal units) position_x: 100. # Location of centre of isothermal potential with respect to centre of the box (internal units)
position_y: 100. position_y: 100.
position_z: 100. position_z: 100.
vrot: 200. # Rotation speed of isothermal potential (internal units) vrot: 200. # Rotation speed of isothermal potential (internal units)
timestep_mult: 0.03 # Dimensionless pre-factor for the time-step condition timestep_mult: 0.03 # Dimensionless pre-factor for the time-step condition
# External potential parameters
SoftenedIsothermalPotential:
position_x: 0. # Location of centre of isothermal potential with respect to centre of the box (internal units)
position_y: 0.
position_z: 0.
vrot: 200. # rotation speed of isothermal potential (internal units)
epsilon: 0.1 # Softening size (internal units)
timestep_mult: 0.03 # controls time step
# Disk-patch potential parameters # Disk-patch potential parameters
DiscPatchPotential: DiscPatchPotential:
surface_density: 10. # Surface density of the disc (internal units) surface_density: 10. # Surface density of the disc (internal units)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment