Merge pull request #907 from andlaus/thpress_from_initial

implement determining the threshold pressure from the initial condition
This commit is contained in:
Atgeirr Flø Rasmussen 2015-11-17 09:03:02 +01:00
commit 80c16e7ea9

View File

@ -233,6 +233,12 @@ namespace Opm
const double pcow,
double & swat);
// return a reference to the "raw" PVT fluid object for a phase.
const PvtInterface& pvt(int phaseIdx) const
{
return pvt_.pvt(phaseIdx);
}
private:
int getTableIndex_(const int* pvtTableIdx, int cellIdx) const
{