tracking if wells are newly added in WellStateFullyImplicitBlackoil

For a newly added well, the initialized rate cans cause big problem when
applied to VFP interploation when THP control is involved.
This commit is contained in:
Kai Bao
2017-04-03 15:07:56 +02:00
parent a8ae9276c5
commit ef7769b77e
3 changed files with 44 additions and 6 deletions

View File

@@ -249,7 +249,7 @@ enum WellVariablePositions {
void
computeWellPotentials(const Simulator& ebosSimulator,
const WellState& well_state,
std::vector<double>& well_potentials) const;
std::vector<double>& well_potentials) const;
// TODO: some preparation work, mostly related to group control and RESV,
// at the beginning of each time step (Not report step)