mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: MultisegmentWellEquations::recoverSolutionWell()
this recovers the well solution from a solution vector. use the new method in the well implementation.
This commit is contained in:
@@ -142,10 +142,6 @@ protected:
|
||||
// handling the overshooting and undershooting of the fractions
|
||||
void processFractions(const int seg) const;
|
||||
|
||||
// xw = inv(D)*(rw - C*x)
|
||||
void recoverSolutionWell(const BVector& x,
|
||||
BVectorWell& xw) const;
|
||||
|
||||
void updatePrimaryVariables(const WellState& well_state) const;
|
||||
|
||||
void updateUpwindingSegments();
|
||||
|
||||
Reference in New Issue
Block a user