mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added soMax to flow_legacy
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user