adding function computeInitialComposition to MultisegmentWell

This commit is contained in:
Kai Bao
2017-09-05 15:34:31 +02:00
parent eb119f245d
commit 1e32b40837
2 changed files with 8 additions and 4 deletions

View File

@@ -236,7 +236,7 @@ namespace Opm
std::vector<double> perforation_cell_pressure_diffs_;
// the intial component compistion of segments
std::vector<double> segment_comp_initial_;
std::vector<std::vector<double> > segment_comp_initial_;
void initMatrixAndVectors(const int num_cells) const;