Report Solution GOR and OGR at Segment Level

This enables calculating the SOFRF and SGFRF summary vectors.
This commit is contained in:
Bård Skaflestad
2022-11-07 16:52:22 +01:00
parent fa1ea7f997
commit 5b69890ece
4 changed files with 27 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright Equinor ASA 2021
Copyright Equinor ASA 2021, 2022.
This file is part of the Open Porous Media project (OPM).
@@ -45,6 +45,8 @@ public:
std::size_t size() const;
std::vector<double> rates;
std::vector<double> dissolved_gas_rate;
std::vector<double> vaporized_oil_rate;
/// Segment condition volume flow rates through segment (per phase)
std::vector<double> phase_resv_rates;