mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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>&
|
||||
|
||||
Reference in New Issue
Block a user