mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding addWellContributionToMassBalanceEq to BlackoilMultiSegmentModel
This commit is contained in:
@@ -231,10 +231,10 @@ namespace Opm {
|
||||
addWellFluxEq(const std::vector<ADB>& cq_s,
|
||||
const SolutionState& state);
|
||||
|
||||
/* void
|
||||
void
|
||||
addWellContributionToMassBalanceEq(const std::vector<ADB>& cq_s,
|
||||
const SolutionState& state,
|
||||
const WellState& xw) {}; */
|
||||
const WellState& xw);
|
||||
|
||||
/* void
|
||||
addWellControlEq(const SolutionState& state,
|
||||
|
||||
Reference in New Issue
Block a user