mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding function computeInitialComposition to MultisegmentWell
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user