adding a function computeWellPotentials for StandardWellsDense

for each well. It is a temporay approach for testing without breaking
any compilation before changing the interface for WellsManager.
This commit is contained in:
Kai Bao
2017-03-15 15:20:25 +01:00
parent 297dd97c74
commit 57f7650228

View File

@@ -251,6 +251,11 @@ enum WellVariablePositions {
computeWellPotentials(const Simulator& ebosSimulator,
WellState& well_state) const;
// TODO: temporary function name for now before changing the simulator and also WellsMananger
void computeWellPotentials(const WellState& well_state,
std::vector<double>& well_potentials) const;
WellCollection* wellCollection() const;
const std::vector<double>&