mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WIP version for addWellControlEq()
not figuring out how to calculate the density of the mixuture.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user