mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Merge pull request #907 from andlaus/thpress_from_initial
implement determining the threshold pressure from the initial condition
This commit is contained in:
commit
80c16e7ea9
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user