[Doc] Fix alphabetization of thermo and species thermo models

This commit is contained in:
Ray Speth 2019-10-10 09:01:10 -04:00 committed by Bryan W. Weber
parent 71ba021467
commit 6dbcd94029
2 changed files with 34 additions and 34 deletions

View file

@ -76,13 +76,13 @@ and optionally reactions that can take place in that phase. The fields of a
- :ref:`ideal-surface <sec-yaml-ideal-surface>`
- :ref:`ions-from-neutral-molecule <sec-yaml-ions-from-neutral-molecule>`
- :ref:`lattice <sec-yaml-lattice>`
- :ref:`liquid-water-IAPWS95 <sec-yaml-liquid-water-IAPWS95>`
- :ref:`Margules <sec-yaml-Margules>`
- :ref:`Maskell-solid-solution <sec-yaml-Maskell-solid-solution>`
- :ref:`electron-cloud <sec-yaml-electron-cloud>`
- :ref:`pure-fluid <sec-yaml-pure-fluid>`
- :ref:`Redlich-Kister <sec-yaml-Redlich-Kister>`
- :ref:`Redlich-Kwong <sec-yaml-Redlich-Kwong>`
- :ref:`liquid-water-IAPWS95 <sec-yaml-liquid-water-IAPWS95>`
``kinetics``
String specifying the kinetics model to be used. Supported model strings
@ -584,6 +584,20 @@ Additional fields:
``unity``, ``species-molar-volume``, or ``solvent-molar-volume``.
.. _sec-yaml-ideal-surface:
``ideal-surface``
-----------------
An ideal surface phase, as
`described here <https://cantera.org/documentation/dev/doxygen/html/d2/d95/classCantera_1_1SurfPhase.html#details>`__.
Additional fields:
``site-density``
The molar density of surface sites
.. _sec-yaml-ions-from-neutral-molecule:
``ions-from-neutral-molecule``
@ -627,6 +641,15 @@ Additional fields:
The molar density of lattice sites
.. _sec-yaml-liquid-water-IAPWS95:
``liquid-water-IAPWS95``
------------------------
An equation of state for liquid water, as
`described here <https://cantera.org/documentation/dev/doxygen/html/dc/d86/classCantera_1_1WaterSSTP.html#details>`__.
.. _sec-yaml-Margules:
``Margules``
@ -777,26 +800,3 @@ A multi-species Redlich-Kwong phase as
The parameters for each species are contained in the corresponding species
entries.
.. _sec-yaml-ideal-surface:
``ideal-surface``
-----------------
An ideal surface phase, as
`described here <https://cantera.org/documentation/dev/doxygen/html/d2/d95/classCantera_1_1SurfPhase.html#details>`__.
Additional fields:
``site-density``
The molar density of surface sites
.. _sec-yaml-liquid-water-IAPWS95:
``liquid-water-IAPWS95``
------------------------
An equation of state for liquid water, as
`described here <https://cantera.org/documentation/dev/doxygen/html/dc/d86/classCantera_1_1WaterSSTP.html#details>`__.

View file

@ -245,9 +245,9 @@ Species equation of state models
- :ref:`HKFT <sec-yaml-eos-hkft>`
- :ref:`ideal-gas <sec-yaml-eos-ideal-gas>`
- :ref:`ions-from-neutral-molecule <sec-yaml-eos-ions-from-neutral>`
- :ref:`liquid-water-IAPWS95 <sec-yaml-eos-liquid-water-iapws95>`
- :ref:`molar-volume-temperature-polynomial <sec-yaml-eos-molar-volume-temperature-polynomial>`
- :ref:`Redlich-Kwong <sec-yaml-eos-redlich-kwong>`
- :ref:`liquid-water-IAPWS95 <sec-yaml-eos-liquid-water-iapws95>`
.. _sec-yaml-eos-constant-volume:
@ -369,6 +369,15 @@ Example::
multipliers: {KCl(l): 1.2}
.. _sec-yaml-eos-liquid-water-iapws95:
Liquid Water IAPWS95
--------------------
A detailed equation of state for liquid water as
`described here <https://cantera.org/documentation/dev/doxygen/html/de/d64/classCantera_1_1PDSS__Water.html#details>`__.
.. _sec-yaml-eos-molar-volume-temperature-polynomial:
Molar volume temperature polynomial
@ -405,15 +414,6 @@ Additional fields:
coefficients for binary interactions between the two species.
.. _sec-yaml-eos-liquid-water-iapws95:
Water IAPWS95
-------------
A detailed equation of state for liquid water as
`described here <https://cantera.org/documentation/dev/doxygen/html/de/d64/classCantera_1_1PDSS__Water.html#details>`__.
.. _sec-yaml-species-transport:
Species transport models