Move getPerfCellPressure to wellInterface

The cell pressure is independent of well model and belongs to the interface
This should move the MSW model one step closer to supporting GasWater cases
This commit is contained in:
Tor Harald Sandve
2021-11-30 10:48:02 +00:00
parent 3d02e29da1
commit 2c17b1942c
5 changed files with 28 additions and 32 deletions

View File

@@ -332,6 +332,9 @@ protected:
bool solveWellForTesting(const Simulator& ebosSimulator, WellState& well_state, const GroupState& group_state,
DeferredLogger& deferred_logger);
Eval getPerfCellPressure(const FluidState& fs) const;
};
}