Added soMax to flow_legacy

This commit is contained in:
babrodtk
2017-03-15 13:51:51 +01:00
parent bd0507cc3b
commit e0e1ca51e6
7 changed files with 27 additions and 13 deletions

View File

@@ -82,6 +82,7 @@ namespace Opm {
: rq(num_phases)
, rsSat(ADB::null())
, rvSat(ADB::null())
, soMax()
, fip()
{
}
@@ -92,6 +93,7 @@ namespace Opm {
std::vector<ReservoirResidualQuant> rq;
ADB rsSat;
ADB rvSat;
std::vector<double> soMax;
std::array<V, fipValues> fip;
};