Adds new well formulation

Todo: incorporate WellDensitySegment. Currently values of the pressure
drop is hardcoded to make the rest of the code work
Todo: make it possible to shut perforation with crossflow.
This commit is contained in:
Tor Harald Sandve
2014-03-11 14:28:16 +01:00
parent 9cb7e8635e
commit a19aff63e7
2 changed files with 233 additions and 30 deletions

View File

@@ -158,6 +158,15 @@ namespace Opm {
computeAccum(const SolutionState& state,
const int aix );
void
addOldWellEq(const SolutionState& state);
void
addWellControlEq(const SolutionState& state);
void
addWellEq(const SolutionState& state);
void
assemble(const V& dtpv,
const BlackoilState& x ,