Skip to content
Open
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
3 changes: 2 additions & 1 deletion Docs/source/networks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,14 @@ The full network appears as:

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``).
more iron-group nuclei.

The full network appears as:

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

Overall there are 28 nuclei with 7 approximated-out nuclei and 153 rates.

``cno_he_burn_33a``
-------------------
Expand Down
4 changes: 3 additions & 1 deletion networks/he-burn/ase-iron/Make.package
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ PYNUCASTRO_NETWORK = TRUE
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 += interp_tools.H
CEXE_headers += partition_functions.H
CEXE_headers += actual_rhs.H
CEXE_headers += rate_type.H
CEXE_headers += reaclib_rates.H
CEXE_headers += approximate_rates.H
CEXE_headers += modified_rates.H
CEXE_headers += table_rates.H
CEXE_headers += temperature_table_rates.H
CEXE_headers += derived_rates.H
Expand Down
Loading
Loading