Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Docs/source/networks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,19 @@ The full network appears as:
:align: center


``ase-iron``
------------

As with ``ase``, this network is constructed to have reverse rates for all forward rates, allowing
it to be used with the :ref:`self_consistent_nse` solver. It builds off of ``ase`` by including
more iron-group nuclei (using the same nuclei as ``he-burn-28amnp``).

The full network appears as:

.. figure:: ../../networks/he-burn/ase-iron/ase-iron.png
:align: center


``cno_he_burn_33a``
-------------------

Expand Down
15 changes: 15 additions & 0 deletions networks/he-burn/ase-iron/Make.package
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
CEXE_headers += network_properties.H

ifeq ($(USE_REACT),TRUE)
CEXE_sources += actual_network_data.cpp
CEXE_headers += actual_network.H
CEXE_headers += tfactors.H
CEXE_headers += partition_functions.H
CEXE_sources += partition_functions_data.cpp
CEXE_headers += actual_rhs.H
CEXE_headers += reaclib_rates.H
CEXE_headers += table_rates.H
CEXE_sources += table_rates_data.cpp
USE_SCREENING = TRUE
USE_NEUTRINOS = TRUE
endif
19 changes: 19 additions & 0 deletions networks/he-burn/ase-iron/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# `ase`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is just a duplicate from ase/README?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep. fixed


This network is specifically tailored for self-consistent NSE evolution.
This network achieves machine precision accuracy when comparing equilibrium
composition from direct integration and NSE composition.
This can be demonstrated using the `nse_compatibility` script.

This is similar to `he-burn-19a` except:

* neutrinos are included.

* N14 is not included.

* Every forward rate has a corresponding reverse rate calculated from
detailed balance. This includes the reverse rates for C12+C12,
C12+O16, and O16+O16 as they're removed in other `he-burn` nets.

* Q-value is recomputed in `DerivedRate` for better consistency
with NSE.
2 changes: 2 additions & 0 deletions networks/he-burn/ase-iron/_parameters
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@namespace: network

Loading
Loading