mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user