-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to reflect NSE table interface
- Loading branch information
Showing
3 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
# massive star initial model | ||
|
||
This is the initial model routine for the massive star problem. | ||
|
||
The file: 15m_500_sec.txt is a 15 solar mass MESA initial model, with | ||
The file: `15m_500_sec.txt` is a 15 solar mass MESA initial model, with | ||
an aprox21 composition. | ||
|
||
It can be converted into the subset of nuclei for aprox19 via | ||
convert_21_to_19.py | ||
`convert_21_to_19.py` | ||
|
||
This setup uses Ye as the primary composition variable from the initial | ||
model in regions that are in NSE. | ||
|
||
Note: you should ensure that the NSE conditions in the inputs file match | ||
those of your simulation, so the model will be properly in HSE. | ||
|
||
Also note that when running with 32768 zones, you need to do: | ||
Also note that when running with > 16384 zones, you need to do: | ||
|
||
``` | ||
ulimit -s 16384 | ||
ulimit -s 32768 | ||
``` | ||
|
||
Since the arrays are put on the stack. | ||
since the arrays are put on the stack. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters