diff --git a/docs/source_docs/user_guide/inputs/fluid_model.rst b/docs/source_docs/user_guide/inputs/fluid_model.rst index 71194bab8c747b1e359e8b9b1353fb13a46c26fd..a52fcdfb2b5d123c3314d29e7f5e7cff8ab317af 100644 --- a/docs/source_docs/user_guide/inputs/fluid_model.rst +++ b/docs/source_docs/user_guide/inputs/fluid_model.rst @@ -259,7 +259,7 @@ The following inputs are defined using the prefix ``[fluid_name].specific_heat`` | | :math:`c_{p,\mathrm{mixture}} = \sum_n X_n c_{p,n}` | | | | | | | | +------------------------------+----------------------------------------------------------------+--------+----------+ -| constant | Constant fluid specific heat | Real | 0 | +| constant | Constant fluid specific heat. | Real | 0 | | | A value is required for ``constant`` specific heat model. | | | | | | | | +------------------------------+----------------------------------------------------------------+--------+----------+ @@ -289,12 +289,15 @@ The following inputs are defined using the prefix ``[fluid_name].specific_heat`` The following inputs are defined using the prefix ``[fluid_name]``. -+------------------------------+----------------------------------------------------------------+--------+----------+ -| | Description | Type | Default | -+==============================+================================================================+========+==========+ -| reference_temperature | Reference temperature used to compute specific | Real | 298. | -| | enthalpy. | | | -+------------------------------+----------------------------------------------------------------+--------+----------+ ++--------------------------+----------------------------------------------------------------+--------+----------+ +| | Description | Type | Default | ++==========================+================================================================+========+==========+ +| enthalpy_of_formation | Enthalpy of formation of fluid. Only used when the fluid | Real | 0 | +| | specific heat model is ``constant``. | | | ++--------------------------+----------------------------------------------------------------+--------+----------+ +| reference_temperature | Reference temperature used to compute fluid specific | Real | 298.0 | +| | enthalpy when using ``constant`` specific heat model. | | | ++--------------------------+----------------------------------------------------------------+--------+----------+ diff --git a/docs/source_docs/user_guide/inputs/solids_model.rst b/docs/source_docs/user_guide/inputs/solids_model.rst index 040aaa24858c553fdc847fa795d4c86d495a7b15..ccd7d0e1f7c7d879b1d166b87a1f4a12ab190c54 100644 --- a/docs/source_docs/user_guide/inputs/solids_model.rst +++ b/docs/source_docs/user_guide/inputs/solids_model.rst @@ -95,11 +95,16 @@ The following inputs are defined with the prefix ``solids.specific_heat``: The following inputs are defined with the prefix ``solids``: -+----------------------------+--------------------------------------------------------------+----------+----------+ -| | Description | Type | Default | -+============================+==============================================================+==========+==========+ -| reference_temperature | Reference temperature used for specific enthalpy. | Real | 0 | -+----------------------------+--------------------------------------------------------------+----------+----------+ + ++------------------------+----------------------------------------------------------------+--------+----------+ +| | Description | Type | Default | ++========================+================================================================+========+==========+ +| enthalpy_of_formation | Enthalpy of formation of solids. Only used when the solids | Real | 0 | +| | specific heat model is ``constant``. | | | ++------------------------+----------------------------------------------------------------+--------+----------+ +| reference_temperature | Reference temperature used to compute solids specific | Real | 298.0 | +| | enthalpy when using ``constant`` specific heat model. | | | ++------------------------+----------------------------------------------------------------+--------+----------+ Thermal conductivity diff --git a/docs/source_docs/user_guide/inputs/species.rst b/docs/source_docs/user_guide/inputs/species.rst index a6841aa634d6516476d9318123b6d32b9e788685..792acd15c484778a507cb4f5ecf80d8528daf5ca 100644 --- a/docs/source_docs/user_guide/inputs/species.rst +++ b/docs/source_docs/user_guide/inputs/species.rst @@ -62,8 +62,8 @@ The following inputs are defined using the prefix ``species.specific_heat``: | | Description | Type | Default | +========================+=========================================================================+==========+===========+ | model | Species specific heat model. This setting only applies if either | String | | -| | ``fluid.specific_heat = mixture`` or | | | -| | ``solids.specific_heat = mixture`` | | | +| | ``fluid.specific_heat.model = mixture`` or | | | +| | ``solids.specific_heat.model = mixture`` | | | | | | | | | | Options (case-insensitive): | | | | | | | | @@ -136,13 +136,17 @@ The following inputs are defined for each species using the prefix ``species.[sp The following inputs are defined for each species using the prefix ``species.[species_name]``: -+------------------------+-------------------------------------------------------------------------+----------+-----------+ -| | Description | Type | Default | -+========================+=========================================================================+==========+===========+ -| enthalpy_of_formation | Enthalpy of formation of species. Required only when | Real | 0 | -| | the specific heat model is ``constant`` and chemical reactions | | | -| | are defined. | | | -+------------------------+-------------------------------------------------------------------------+----------+-----------+ + ++------------------------+----------------------------------------------------------------+--------+----------+ +| | Description | Type | Default | ++========================+================================================================+========+==========+ +| enthalpy_of_formation | Enthalpy of formation of species. Only used when the species | Real | 0 | +| | 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