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
20 changes: 19 additions & 1 deletion Docs/source/networks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,13 @@ burning. This network is managed by pynucastro.
above).


nova networks
=============

Two networks have been created for exploring novae.

``nova``
========
--------

This network is composed of 17 nuclei: $\isotm{H}{1,2}$,
$\isotm{He}{3,4}$, $\isotm{Be}{7}$, $\isotm{B}{8}$,
Expand Down Expand Up @@ -210,6 +215,19 @@ Once the temperature reaches a threshold of $\gtrsim 10^8\,\mathrm{K}$, the fast
$\isotm{N}{13}(p,\gamma)\isotm{O}{14}$, are more likely than the $\beta^{+}$-decays $\isotm{N}{13}(\beta^{+}\nu_e)\isotm{C}{13}$
reactions. These rates are also included in this network.

``nova-li``
-----------

This network builds on ``nova`` and adds $\isotm{Li}{7}$ as well as
nuclei beyond fluorine. It should give a more accurate energy in late
stages of the burst, and can also be used to explore lithium
production.

.. figure:: ../../networks/nova-li/nova-li.png
:align: center




He-burning networks
===================
Expand Down
15 changes: 15 additions & 0 deletions networks/nova-li/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
3 changes: 3 additions & 0 deletions networks/nova-li/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `nova-li`

This is a version of the `nova` network that includes Li and Be
2 changes: 2 additions & 0 deletions networks/nova-li/_parameters
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@namespace: network

Loading
Loading