Skip to content

Commit

Permalink
Adding a readme for wdmergers
Browse files Browse the repository at this point in the history
  • Loading branch information
Khanak Bhargava committed Dec 1, 2023
1 parent 02a2d50 commit 125e0cb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Exec/science/wdmerger/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This contains information about the input parameters that can be used for running WD mergers

# Easiest way to start a merger
# Ref: https://articles.adsabs.harvard.edu/pdf/1983ApJ...268..368E
problem.roche_radius_factor = 1.0e0

# To set the CO mass fractions and He shell mass for WDs with masses between 0.45 M_sun and 0.60 M_sun,use
problem.hybrid_wd_c_frac = 0.00e0
problem.hybrid_wd_o_frac = 0.00e0
problem.hybrid_wd_he_shell_mass = 0.00e0

# To set the CO mass fractions and He shell mass for WDs with masses between 0.6 M_sun and 1.05 M_sun, use
problem.co_wd_c_frac = 0.00e0
problem.co_wd_o_frac = 0.00e0
problem.co_wd_he_shell_mass = 0.00e0


0 comments on commit 125e0cb

Please sign in to comment.