calculating the mass flow rate for the segments.

This commit is contained in:
Kai Bao
2015-10-16 13:21:02 +02:00
parent 3b3ac203d9
commit 93a86019af
2 changed files with 10 additions and 0 deletions

View File

@@ -205,6 +205,9 @@ namespace Opm {
// the current one at the current iteration.
std::vector<ADB> segment_comp_surf_volume_current_;
// the mass flow rate in the segments
ADB segment_mass_flow_rates_;
const std::vector<WellMultiSegmentConstPtr> wells_multisegment_;
std::vector<int> top_well_segments_;