Fixes in solvent model related to handling vapoil in the well model

Tested on SPE5 and Model2
This commit is contained in:
Tor Harald Sandve
2016-12-12 09:54:14 +01:00
parent 28c36ef949
commit 4f052e466b
5 changed files with 343 additions and 1 deletions

View File

@@ -44,6 +44,13 @@ namespace Opm {
const int solvent_pos,
const bool has_solvent);
template <class SolutionState>
void computeWellFlux(const SolutionState& state,
const std::vector<ADB>& mob_perfcells,
const std::vector<ADB>& b_perfcells,
Vector& aliveWells,
std::vector<ADB>& cq_s) const;
template <class SolutionState, class WellState>
void computePropertiesForWellConnectionPressures(const SolutionState& state,
const WellState& xw,