mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 23:41:55 -06: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:
parent
f334bb32b9
commit
bff4c8ade9
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user