mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding computePropertiesForWellConnectionPressures to StandardWell
This commit is contained in:
@@ -169,6 +169,11 @@ namespace Opm
|
||||
// number of the perforations for this well
|
||||
int number_of_perforations_;
|
||||
|
||||
// record the index of the first perforation
|
||||
// TODO: it might not be needed if we refactor WellState to be a vector
|
||||
// of states of individual well.
|
||||
int first_perf_;
|
||||
|
||||
// well index for each perforation
|
||||
std::vector<double> well_index_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user