Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed Oct 1, 2023
1 parent 60b4125 commit 08c2ef1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/source/guide/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ A TOUGH input file is defined as follows:
"minc": dict,
"chemical_properties": dict,
"non_condensible_gas": list[str],
"index": bool,
"start": bool,
"nover": bool,
"array_dimensions": dict,
Expand Down Expand Up @@ -113,7 +114,7 @@ Rock properties

Rock properties (block ROCKS) are defined using the keyword ``"rocks"`` as a dictionary where keys refer to the names of the rocks and the values to their properties.
Domainwise initial conditions (block INDOM) can also be defined by providing the keyword ``"initial_condition"``.
For TMVOC, an additional keyword ``"phase_composition"`` can be used to define phase composition materialwise (block ROCKS), domainwise (block INDOM) or elementwise (block INCON).
For ECO2M and TMVOC, an additional keyword ``"phase_composition"`` can be used to define phase composition materialwise (block ROCKS), domainwise (block INDOM) or elementwise (block INCON).
For instance, for a rock called ``"rock1"``, its properties are defined as follows:

.. code-block::
Expand Down
2 changes: 1 addition & 1 deletion doc/source/tough3/guide/capillary_pressure_functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The notation used below is:
- :math:`P_{cgn} = P_n - P_g =` gas-NAPL capillary pressure for TMVOC, which is equivalent to :math:`P_{cgl} = P_l - P_g =` gaseous CO\ :sub:`2`-liquid CO\ :sub:`2` capillary pressure for ECO2M
- :math:`P_{cgl} = P_l - P_g =` gas-aqueous capillary pressure for TMVOC, which is equivalent to :math:`P_{cga} = P_a - P_g =` gaseous CO\ :sub:`2`-aqueous capillary pressure for ECO2M
- :math:`P_{cnl} = P_{cgl} - P_{cgn}` for TMVOC, and similarly :math:`P_{cla} = P_{cga} - P_{cgl}` for ECO2M
- :math:`S_l`, :math:`S_g`, and :math:`S_n` are the saturations of aqueous, gas (or gaseous COCO\ :sub:`2`) and NAPL (or liquid CO\ :sub:`2`) phases, respectively
- :math:`S_l`, :math:`S_g`, and :math:`S_n` are the saturations of aqueous, gas (or gaseous CO\ :sub:`2`) and NAPL (or liquid CO\ :sub:`2`) phases, respectively


Linear Function (ICP=1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The notation used below is:
- :math:`k_{rl}`: aqueous phase relative permeability
- :math:`k_{rg}`: gas (for all two-phase EOSs and TMVOC) or gaseous CO\ :sub:`2` (for ECO2M) phase relative permeability
- :math:`k_{rn}`: NAPL (for TMVOC) or liquid CO\ :sub:`2` (for ECO2M) phase relative permeability
- :math:`S_l`, :math:`S_g`, and :math:`S_n` are the saturations of aqueous, gas (or gaseous COCO\ :sub:`2`) and NAPL (or liquid CO\ :sub:`2`) phases, respectively
- :math:`S_l`, :math:`S_g`, and :math:`S_n` are the saturations of aqueous, gas (or gaseous CO\ :sub:`2`) and NAPL (or liquid CO\ :sub:`2`) phases, respectively


Linear Functions (IRP=1)
Expand Down

0 comments on commit 08c2ef1

Please sign in to comment.