renaming function updateWellState

to updatePrimaryVariablesNewton

this should be a fallout during the well code refactoring
This commit is contained in:
Kai Bao
2022-04-29 12:55:54 +02:00
parent cd663351f6
commit 7145ec32ee
3 changed files with 12 additions and 12 deletions

View File

@@ -173,10 +173,10 @@ protected:
void updateUpwindingSegments();
// updating the well_state based on well solution dwells
void updateWellState(const BVectorWell& dwells,
const double relaxation_factor,
const double DFLimit,
const double max_pressure_change) const;
void updatePrimaryVariablesNewton(const BVectorWell& dwells,
const double relaxation_factor,
const double DFLimit,
const double max_pressure_change) const;
void computeSegmentFluidProperties(const EvalWell& temperature,
const EvalWell& saltConcentration,