mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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,
|
const double pcow,
|
||||||
double & swat);
|
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:
|
private:
|
||||||
int getTableIndex_(const int* pvtTableIdx, int cellIdx) const
|
int getTableIndex_(const int* pvtTableIdx, int cellIdx) const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user