From 132d3aa2e3d47141fd7b9f18700ab90e295fc5f0 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 9 Feb 2026 17:23:04 -0600 Subject: [PATCH] update docs re: Tsplit --- docs/source_docs/user_guide/inputs/species.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/species.rst b/docs/source_docs/user_guide/inputs/species.rst index d0a0158..a6841aa 100644 --- a/docs/source_docs/user_guide/inputs/species.rst +++ b/docs/source_docs/user_guide/inputs/species.rst @@ -110,20 +110,17 @@ The following inputs are defined for each species using the prefix ``species.[sp | | * Each polynomial is defined by six coefficients (``a0`` ... ``a5``). | | | | | Coefficients ``a0`` through ``a4`` are use for computing specific | | | | | heat while all six coefficients are used to compute enthalpy. | | | -| | The seventh coefficient, ``a6``, may be provided for completeness | | | -| | but is not used as MFIX-Exa presently does not need to compute | | | -| | entropy. | | | +| | The coefficient ``a6`` may be provided for completeness | | | +| | but is not used as MFIX-Exa does not compute entropy. | | | | | | | | -| | * By default, two sets of coefficients are required. The coefficients | | | | | * Typically, two sets of coefficients are used. The coefficients | | | | | define two polynomials used to compute the specific heat and | | | | | enthalpy across low and high temperatures. The transition temperature | | | | | (``Tsplit``) defines the transition from low to high polynomials. | | | | | | | | -| | * A single polynomial can be used for all temperatures by setting the | | | -| | transition temperature to -1. | | | | | * If a single set of coefficients are supplied, they will be used for | | | | | all temperatures and ``Tsplit`` is not required. | | | +| | | | | +------------------------+-------------------------------------------------------------------------+----------+-----------+ | NASA7.Tsplit | Defines the transition temperature between NASA-7 polynomials. | Reals | 1000 | | | | | | -- GitLab