adding computePropertiesForWellConnectionPressures to StandardWell

This commit is contained in:
Kai Bao
2017-06-23 14:55:56 +02:00
parent d3378ab403
commit 20c36d19c1
4 changed files with 124 additions and 0 deletions

View File

@@ -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_;