mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added skeleton of interpolation using ADBs as input
This commit is contained in:
committed by
babrodtk
parent
7b0132b110
commit
0e3b951cd0
@@ -299,6 +299,8 @@ namespace Opm
|
||||
void setSwatInitScaling(const std::vector<double>& saturation,
|
||||
const std::vector<double>& pc);
|
||||
|
||||
//ARB: hasVFP... og getVFP... må muligens legges i interface-klassen...
|
||||
|
||||
|
||||
private:
|
||||
/// Initializes the properties.
|
||||
@@ -348,6 +350,8 @@ namespace Opm
|
||||
// Densities, one std::array per PVT region.
|
||||
std::vector<std::array<double, BlackoilPhases::MaxNumPhases> > densities_;
|
||||
|
||||
// ARB: Smart pointer to VFPProperties.
|
||||
|
||||
// VAPPARS
|
||||
double vap1_;
|
||||
double vap2_;
|
||||
|
||||
Reference in New Issue
Block a user