Add a local version of computeWellConnectionPressures()

Solvent is accounted for in the calculations of well connection
pressures by adjusting the surface_density and the b-factor

TODO: Restructuring to avoid code duplication with
BlackoilModelBase_impl
This commit is contained in:
Tor Harald Sandve
2015-09-21 11:20:28 +02:00
parent 7bdd91d78f
commit fb9e21d695
2 changed files with 140 additions and 0 deletions

View File

@@ -195,6 +195,10 @@ namespace Opm {
const SolutionState& state,
WellState& xw);
void computeWellConnectionPressures(const SolutionState& state,
const WellState& xw);
void
computeMassFlux(const int actph ,
const V& transi,