You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Exec/science/wdmerger/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
# Input parameters to simulate WD mergers
2
2
3
-
### Easiest way to start a merger:
3
+
Easiest way to start a merger:
4
4
5
5
```
6
6
problem.roche_radius_factor = 1.0e0
7
7
```
8
-
### This is used to calculate the orbital distance and the rotational period. (Ref: https://articles.adsabs.harvard.edu/pdf/1983ApJ...268..368E)
8
+
This is used to calculate the orbital distance and the rotational period. (Ref: https://articles.adsabs.harvard.edu/pdf/1983ApJ...268..368E)
9
9
10
-
### Castro either uses the inital WD masses or the initial central densities to generate desired stars. Users can specify one of these and leave the other parameter negative. If both are provided, it will use the central densities to generate the model and assume masses as an estimate for the purpose of determining the envelope mass boundary. This is established [here](https://github.com/AMReX-Astro/Castro/blob/10534968cf09ba73f1044186389740559adc4188/Util/model_parser/model_parser.H#L208).
10
+
Castro either uses the inital WD masses or the initial central densities to generate desired stars. Users can specify one of these and leave the other parameter negative. If both are provided, it will use the central densities to generate the model and assume masses as an estimate for the purpose of determining the envelope mass boundary. This is established [here](https://github.com/AMReX-Astro/Castro/blob/10534968cf09ba73f1044186389740559adc4188/Util/model_parser/model_parser.H#L208).
11
11
12
-
### 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:
12
+
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:
13
13
```
14
14
problem.hybrid_wd_c_frac = 0.00e0
15
15
problem.hybrid_wd_o_frac = 0.00e0
16
16
problem.hybrid_wd_he_shell_mass = 0.00e0
17
17
```
18
-
### 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:
18
+
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:
0 commit comments