diff --git a/docs/source_docs/user_guide/inputs/species.rst b/docs/source_docs/user_guide/inputs/species.rst index d0a015888f65d4d52ce1fb0f824b56cf09a846be..a6841aa634d6516476d9318123b6d32b9e788685 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 | | | | | |