Skip to content

Commit 9f13cb0

Browse files
author
Khanak Bhargava
committed
Fixed format
1 parent 43bfaa8 commit 9f13cb0

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

Diff for: Exec/science/wdmerger/README

-17
This file was deleted.

Diff for: Exec/science/wdmerger/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Input parameters to simulate WD mergers
22

3-
### Easiest way to start a merger:
3+
Easiest way to start a merger:
44

55
```
66
problem.roche_radius_factor = 1.0e0
77
```
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)
99

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).
1111

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:
1313
```
1414
problem.hybrid_wd_c_frac = 0.00e0
1515
problem.hybrid_wd_o_frac = 0.00e0
1616
problem.hybrid_wd_he_shell_mass = 0.00e0
1717
```
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:
1919
```
2020
problem.co_wd_c_frac = 0.00e0
2121
problem.co_wd_o_frac = 0.00e0

0 commit comments

Comments
 (0)