adding makeConstantState() to BlackoilMultiSegmentModel

This commit is contained in:
Kai Bao
2015-09-23 12:45:08 +02:00
parent 42c19e174b
commit c4f7ef3a47
2 changed files with 9 additions and 24 deletions

View File

@@ -243,6 +243,9 @@ namespace Opm {
std::vector<int>
variableWellStateIndices() const {};
void
makeConstantState(SolutionState& state) const;
/*
const Grid& grid_;
@@ -299,8 +302,6 @@ namespace Opm {
bool localWellsActive() const { return wells_ ? (wells_->number_of_wells > 0 ) : false; }
void
makeConstantState(SolutionState& state) const;
void
variableReservoirStateInitials(const ReservoirState& x,