This adds bubble/dew point pressure output to legacy flow

This commit is contained in:
babrodtk
2017-04-18 11:29:49 +02:00
parent 6d9440d8e2
commit 8ae7178f0a
7 changed files with 96 additions and 15 deletions

View File

@@ -84,6 +84,8 @@ namespace Opm {
, rsSat(ADB::null())
, rvSat(ADB::null())
, soMax() // FIXME: Not handled properly
, Pb() //FIXME: Not handled properly
, Pd() //FIXME: Not handled properly
, krnswdc_ow() // FIXME: Not handled properly
, krnswdc_go() // FIXME: Not handled properly
, pcswmdc_ow() // FIXME: Not handled properly
@@ -99,6 +101,8 @@ namespace Opm {
ADB rsSat;
ADB rvSat;
std::vector<double> soMax;
std::vector<double> Pb;
std::vector<double> Pd;
std::vector<double> krnswdc_ow;
std::vector<double> krnswdc_go;
std::vector<double> pcswmdc_ow;