adjustments to account for vaporized water

This commit is contained in:
Paul Egberts
2022-04-08 22:31:21 +02:00
parent 6f29bf715c
commit ab3be6dce4
8 changed files with 58 additions and 12 deletions

View File

@@ -56,6 +56,7 @@ public:
double temperature{0};
double dissolved_gas_rate{0};
double vaporized_oil_rate{0};
double vaporized_wat_rate{0};
std::vector<double> well_potentials;
std::vector<double> productivity_index;
std::vector<double> surface_rates;