Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions networks/he-burn/ase-iron/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# `ase-iron`

This network builds on `ase` and includes more iron-group nuclei.
Since there are several weak-rates, the NSE state will slowly vary due
to the Ye evolution.
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