diff --git a/doc/sphinx/yaml/phases.rst b/doc/sphinx/yaml/phases.rst index 87959f390..3e9f99d37 100644 --- a/doc/sphinx/yaml/phases.rst +++ b/doc/sphinx/yaml/phases.rst @@ -76,13 +76,13 @@ and optionally reactions that can take place in that phase. The fields of a - :ref:`ideal-surface ` - :ref:`ions-from-neutral-molecule ` - :ref:`lattice ` + - :ref:`liquid-water-IAPWS95 ` - :ref:`Margules ` - :ref:`Maskell-solid-solution ` - :ref:`electron-cloud ` - :ref:`pure-fluid ` - :ref:`Redlich-Kister ` - :ref:`Redlich-Kwong ` - - :ref:`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 `__. + +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 `__. + + .. _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 `__. - -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 `__. diff --git a/doc/sphinx/yaml/species.rst b/doc/sphinx/yaml/species.rst index 1f2c5a1f2..8dd0f1bfe 100644 --- a/doc/sphinx/yaml/species.rst +++ b/doc/sphinx/yaml/species.rst @@ -245,9 +245,9 @@ Species equation of state models - :ref:`HKFT ` - :ref:`ideal-gas ` - :ref:`ions-from-neutral-molecule ` + - :ref:`liquid-water-IAPWS95 ` - :ref:`molar-volume-temperature-polynomial ` - :ref:`Redlich-Kwong ` - - :ref:`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 `__. + + .. _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 `__. - - .. _sec-yaml-species-transport: Species transport models