Skip to content

Commit

Permalink
Update FiniteVolume.rst.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltomin authored Dec 9, 2024
1 parent 3876bb8 commit c5ad460
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/coreComponents/finiteVolume/docs/FiniteVolume.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ The fluid density, :math:`\rho^{upw}`, and the fluid viscosity, :math:`\mu^{upw}

For :ref:`CompositionalMultiphaseFlow` there are different options how :math:`\rho^{avg}` can be computed, which are controlled by `gravityDensityScheme` parameter:

#. `ArithmeticAverage`: :math:`\rho^{avg}` is computed using simple arithmetic average: math:`\rho^{avg} = 0.5 \cdot (rho_K + rho_L)`, where :math:`rho_K` and :math:`rho_K` are densities in the two cells.
#. `ArithmeticAverage`: :math:`\rho^{avg}` is computed using simple arithmetic average: :math:`\rho^{avg} = 0.5 \cdot (rho_K + rho_L)`, where :math:`rho_K` and :math:`rho_K` are densities in the two cells.

#. `PhasePresence`: average phase density is computed using checking for phase presence:
* math:`\rho^{avg} = 0.5 \cdot (rho_K + rho_L)` if phase is present in both cells :math:`K` and :math:`L`
* math:`\rho^{avg} = rho_K` if phase is present only in cell :math:`K`
* math:`\rho^{avg} = rho_L` if phase is present only in cell :math:`L`
* :math:`\rho^{avg} = 0.5 \cdot (rho_K + rho_L)` if phase is present in both cells :math:`K` and :math:`L`
* :math:`\rho^{avg} = rho_K` if phase is present only in cell :math:`K`
* :math:`\rho^{avg} = rho_L` if phase is present only in cell :math:`L`

Hybrid FVM
~~~~~~~~~~
Expand Down

0 comments on commit c5ad460

Please sign in to comment.