Skip to content

Commit

Permalink
Add mesa's nuclear inlist options
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jan 30, 2023
1 parent f71a40c commit 30da1ef
Show file tree
Hide file tree
Showing 27 changed files with 771 additions and 132 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ More details about the MESA implementation can be found in `Section 10.2 of Jerm
Installation
------------

First ensure that you have installed `MESA <https://docs.mesastar.org/en/release-r22.05.1/installation.html>`_ and have the
First ensure that you have installed `MESA <https://docs.mesastar.org/en/release-r22.11.1/installation.html>`_ and have the
environment variable ``MESA_DIR`` pointing to your MESA installation.

Currently supported MESA versions:
Expand Down Expand Up @@ -85,4 +85,10 @@ eos inlist

The ``eos`` inlist is the same as the MESA EOS inlist and can contain anything that inlist specifies. It is the only inlist that allows
for nesting of other inlists.
See `MESA's eos options <https://docs.mesastar.org/en/release-r22.05.1/reference/eos.html>`_ for the full set of supported options.
See `MESA's eos options <https://docs.mesastar.org/en/release-r22.11.1/reference/eos.html>`_ for the full set of supported options.


nuclear inlist
~~~~~~~~~~~~~~

The ``nuclear`` inliust contains many of the nuclear related inlist options from MESA's `star_job <https://docs.mesastar.org/en/release-r22.11.1//reference/star_job.html>`_ and `controls <https://docs.mesastar.org/en/release-r22.11.1/reference/controls.html>`_ inlists.
6 changes: 0 additions & 6 deletions defaults/bbq.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
! Nuclear network in MESA format. If path is not fully specified then we look in $MESA_DIR/data/net_data/nets
net_name = 'approx21.net'

! Screening mode
screening_mode = 'chugunov'

! Scale factor for weak reactions
weak_rate_factor = 1

! Solver tolerances
max_steps = 1000000
eps = 1d-8
Expand Down
Loading

0 comments on commit 30da1ef

Please sign in to comment.