From 4e8dcb785b6d07c4e5d502f274c5130fec3b9b62 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 7 Feb 2025 13:42:59 -0500 Subject: [PATCH 1/2] add notes about EOS_DIR and NETWORK_DIR and index them --- Docs/source/eos_implementations.rst | 7 ++++++- Docs/source/networks.rst | 9 +++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Docs/source/eos_implementations.rst b/Docs/source/eos_implementations.rst index 57a6d5f181..da05f49b2e 100644 --- a/Docs/source/eos_implementations.rst +++ b/Docs/source/eos_implementations.rst @@ -2,10 +2,15 @@ Available Equations of State **************************** -.. index:: eos_t +.. index:: eos_t, EOS_DIR The following equations of state are available in Microphysics. +.. note:: + + The EOS is chosen at compile-time via the ``EOS_DIR`` make + variable. + .. note:: Except where noted, each of these EOSs will provide the full diff --git a/Docs/source/networks.rst b/Docs/source/networks.rst index c95110c6bf..4411495b70 100644 --- a/Docs/source/networks.rst +++ b/Docs/source/networks.rst @@ -7,6 +7,13 @@ of state and transport coefficient routines. Even if there are no reactions taking place, a network still needs to be defined, so Microphysics knows the properties of the fluid. +.. index:: NETWORK_DIR + +.. note:: + + The network is set at compile-time via the ``NETWORK_DIR`` + make variable. + .. tip:: If reactions can be ignored, then the ``general_null`` network can @@ -21,6 +28,8 @@ Microphysics knows the properties of the fluid. ``general_null`` ================ +.. index:: general_null + ``general_null`` is a bare interface for a nuclear reaction network --- no reactions are enabled. The data in the network is defined at compile type by specifying an From 2b2fcad7d5895a9235da88e78cae7ca2c941ce73 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 7 Feb 2025 13:51:14 -0500 Subject: [PATCH 2/2] add an inputs to nse_table_cell --- unit_test/nse_table_cell/inputs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 unit_test/nse_table_cell/inputs diff --git a/unit_test/nse_table_cell/inputs b/unit_test/nse_table_cell/inputs new file mode 100644 index 0000000000..2443f5bcf7 --- /dev/null +++ b/unit_test/nse_table_cell/inputs @@ -0,0 +1,4 @@ + +unit_test.density = 1.e9 +unit_test.temperature = 5.e9 +unit_test.ye = 0.48