WellInterfaceFluidSystem: rename flowPhaseToEbosPhaseIdx to flowPhaseToModelPhaseIdx

This commit is contained in:
Arne Morten Kvarving
2024-02-06 12:36:45 +01:00
parent c4c7d2e4f5
commit 34e883c1de
4 changed files with 14 additions and 14 deletions

View File

@@ -224,7 +224,7 @@ checkConstraints(WellState& well_state,
template<typename FluidSystem>
int
WellInterfaceFluidSystem<FluidSystem>::
flowPhaseToEbosPhaseIdx(const int phaseIdx) const
flowPhaseToModelPhaseIdx(const int phaseIdx) const
{
const auto& pu = this->phaseUsage();
if (FluidSystem::phaseIsActive(FluidSystem::waterPhaseIdx) && pu.phase_pos[Water] == phaseIdx)