mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-05 12:17:17 -05:00
ebos: add the raw array of PVT numbers.
this can be used by flow_ebos to be passed to legacy code.
This commit is contained in:
+4
-1
@@ -760,6 +760,9 @@ public:
|
||||
return pvtnum_[elemIdx];
|
||||
}
|
||||
|
||||
const std::vector<int>& pvtRegionArray() const
|
||||
{ return pvtnum_; }
|
||||
|
||||
/*!
|
||||
* \brief Returns the index of the relevant region for thermodynmic properties
|
||||
*/
|
||||
@@ -1507,7 +1510,7 @@ private:
|
||||
|
||||
EclThresholdPressure<TypeTag> thresholdPressures_;
|
||||
|
||||
std::vector<unsigned short> pvtnum_;
|
||||
std::vector<int> pvtnum_;
|
||||
std::vector<unsigned short> satnum_;
|
||||
std::vector<unsigned short> miscnum_;
|
||||
std::vector<unsigned short> rockTableIdx_;
|
||||
|
||||
Reference in New Issue
Block a user