mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding variableStateExtractWellsVars() for BlackoilMultiSegmentModel
This commit is contained in:
@@ -240,12 +240,15 @@ namespace Opm {
|
||||
const WellState& xw,
|
||||
const V& aliveWells) {};
|
||||
|
||||
std::vector<int>
|
||||
variableWellStateIndices() const {};
|
||||
|
||||
void
|
||||
makeConstantState(SolutionState& state) const;
|
||||
|
||||
void
|
||||
variableStateExtractWellsVars(const std::vector<int>& indices,
|
||||
std::vector<ADB>& vars,
|
||||
SolutionState& state) const;
|
||||
|
||||
|
||||
/*
|
||||
|
||||
const Grid& grid_;
|
||||
@@ -315,11 +318,6 @@ namespace Opm {
|
||||
const std::vector<int>& indices,
|
||||
std::vector<ADB>& vars) const;
|
||||
|
||||
void
|
||||
variableStateExtractWellsVars(const std::vector<int>& indices,
|
||||
std::vector<ADB>& vars,
|
||||
SolutionState& state) const;
|
||||
|
||||
void
|
||||
computeAccum(const SolutionState& state,
|
||||
const int aix );
|
||||
|
||||
Reference in New Issue
Block a user