From 0c8b5d36a270f033b1271821e353593591f991ed Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Thu, 5 Mar 2026 14:34:52 -0600 Subject: [PATCH] update docs for reference_temperature --- docs/source_docs/user_guide/inputs/fluid_model.rst | 5 +++-- docs/source_docs/user_guide/inputs/solids_model.rst | 9 +++++---- docs/source_docs/user_guide/inputs/species.rst | 3 --- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/fluid_model.rst b/docs/source_docs/user_guide/inputs/fluid_model.rst index a52fcdf..42d2543 100644 --- a/docs/source_docs/user_guide/inputs/fluid_model.rst +++ b/docs/source_docs/user_guide/inputs/fluid_model.rst @@ -206,7 +206,7 @@ The following inputs are defined using the prefix ``fluid.viscosity``: +-----------------------+----------------------------------------------------------------+--------+----------+ -Molecular Weight +Molecular weight ---------------- The following inputs are defined using the prefix ``[fluid_name]``: @@ -296,7 +296,8 @@ The following inputs are defined using the prefix ``[fluid_name]``. | | specific heat model is ``constant``. | | | +--------------------------+----------------------------------------------------------------+--------+----------+ | reference_temperature | Reference temperature used to compute fluid specific | Real | 298.0 | -| | enthalpy when using ``constant`` specific heat model. | | | +| | enthalpy when using ``constant`` fluid specific heat model or | | | +| | ``mixture`` model with ``constant`` model for species. | | | +--------------------------+----------------------------------------------------------------+--------+----------+ diff --git a/docs/source_docs/user_guide/inputs/solids_model.rst b/docs/source_docs/user_guide/inputs/solids_model.rst index ccd7d0e..bfc0c1b 100644 --- a/docs/source_docs/user_guide/inputs/solids_model.rst +++ b/docs/source_docs/user_guide/inputs/solids_model.rst @@ -15,11 +15,11 @@ models. The following inputs are defined with the prefix ``solids``: +----------------------------+--------------------------------------------------------------+----------+----------+ | species | Specify which species can constitute | Strings | None | | | the solids phase. Defined species must | | | -| | be a subset of the species defined in ``species.solve`` | | | +| | be a subset of the species defined in ``species.solve``. | | | +----------------------------+--------------------------------------------------------------+----------+----------+ -Molecular Weight +Molecular weight ---------------- The following inputs are defined with the prefix ``solids``: @@ -32,7 +32,7 @@ The following inputs are defined with the prefix ``solids``: -Specific Heat +Specific heat ------------- @@ -103,7 +103,8 @@ The following inputs are defined with the prefix ``solids``: | | specific heat model is ``constant``. | | | +------------------------+----------------------------------------------------------------+--------+----------+ | reference_temperature | Reference temperature used to compute solids specific | Real | 298.0 | -| | enthalpy when using ``constant`` specific heat model. | | | +| | enthalpy when using ``constant`` solids specific heat model or | | | +| | ``mixture`` model with ``constant`` model for species. | | | +------------------------+----------------------------------------------------------------+--------+----------+ diff --git a/docs/source_docs/user_guide/inputs/species.rst b/docs/source_docs/user_guide/inputs/species.rst index 792acd1..f94ad72 100644 --- a/docs/source_docs/user_guide/inputs/species.rst +++ b/docs/source_docs/user_guide/inputs/species.rst @@ -144,9 +144,6 @@ The following inputs are defined for each species using the prefix ``species.[sp | | specific heat model is ``constant`` and chemical reactions are | | | | | defined. | | | +------------------------+----------------------------------------------------------------+--------+----------+ -| reference_temperature | Reference temperature used to compute species specific | Real | 298.0 | -| | enthalpy when using ``constant`` specific heat model. | | | -+------------------------+----------------------------------------------------------------+--------+----------+ Viscosity -- GitLab