rename StandardWellConnections::getRho() to just rho()

This commit is contained in:
Arne Morten Kvarving
2022-11-21 15:35:53 +01:00
parent 9aeb48887c
commit 1d058a4edf
3 changed files with 9 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ updateWellStateFromPrimaryVariables(WellState& well_state,
this->primary_variables_.copyToWellState(well_state, deferred_logger);
WellBhpThpCalculator(baseif_).
updateThp(connections_.getRho(),
updateThp(connections_.rho(),
[this,&well_state]() { return this->baseif_.getALQ(well_state); },
{FluidSystem::phaseIsActive(FluidSystem::waterPhaseIdx),
FluidSystem::phaseIsActive(FluidSystem::oilPhaseIdx),