Skip to content

Commit

Permalink
MOD: Renaming EnthalpyBasedBalanceEquations.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlipovac committed Feb 5, 2025
1 parent 04bdee6 commit def040a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/porepy/models/compositional_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
tensor. To be used in a fractional flow model. This model is computationally
expensive, since it requires a re-discretization of the MPFA, but also numerically
consistent.
- :class:`TwoVariableTotalEnergyBalanceEquations`: A specialized total energy balance
- :class:`EnthalpyBasedEnergyBalanceEquations`: A specialized total energy balance
using an independent (specific fluid) enthalpy variable in the accumulation term.
Otherwise completely analogous to its base
:class:`~porepy.models.energy_balance.TotalEnergyBalanceEquations`.
Expand Down Expand Up @@ -304,7 +304,7 @@ def well_fluid_flux(self, interfaces: list[pp.MortarGrid]) -> pp.ad.Operator:
return self.well_flux(interfaces)


class TwoVariableTotalEnergyBalanceEquations(
class EnthalpyBasedEnergyBalanceEquations(
pp.energy_balance.TotalEnergyBalanceEquations
):
"""Mixed-dimensional balance of total energy in a fluid mixture, formulated with an
Expand Down Expand Up @@ -828,7 +828,7 @@ def component_source(


class PrimaryEquationsCF(
TwoVariableTotalEnergyBalanceEquations,
EnthalpyBasedEnergyBalanceEquations,
ComponentMassBalanceEquations,
pp.fluid_mass_balance.FluidMassBalanceEquations,
):
Expand Down

0 comments on commit def040a

Please sign in to comment.