WIP version for addWellControlEq()

not figuring out how to calculate the density of the mixuture.
This commit is contained in:
Kai Bao
2015-09-28 14:08:50 +02:00
parent 747a295122
commit 2e74b7cbaf
2 changed files with 51 additions and 84 deletions

View File

@@ -236,10 +236,10 @@ namespace Opm {
const SolutionState& state,
const WellState& xw);
/* void
void
addWellControlEq(const SolutionState& state,
const WellState& xw,
const V& aliveWells) {}; */
const V& aliveWells);
void
makeConstantState(SolutionState& state) const;