mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
water-gas ratio input and output plus simulator for salt precipitation and water evaporation
This commit is contained in:
@@ -1737,6 +1737,7 @@ public:
|
||||
const PVec& saturation() const { return sat_; }
|
||||
const Vec& rs() const { return rs_; }
|
||||
const Vec& rv() const { return rv_; }
|
||||
const Vec& rvw() const { return rvw_; }
|
||||
|
||||
private:
|
||||
|
||||
@@ -1807,6 +1808,7 @@ private:
|
||||
PVec sat_;
|
||||
Vec rs_;
|
||||
Vec rv_;
|
||||
Vec rvw_;
|
||||
const CartesianIndexMapper& cartesianIndexMapper_;
|
||||
Vec swatInit_;
|
||||
Vec cellCenterDepth_;
|
||||
|
||||
Reference in New Issue
Block a user