BlackoilPvtProperties.hpp
Go to the documentation of this file.
void B(const int n, const int *pvtTableIdx, const double *p, const double *T, const double *z, double *output_B) const Formation volume factor as a function of p, T and z. const int * phasePosition() const Definition: AnisotropicEikonal.hpp:43 Definition: BlackoilPhases.hpp:27 void dBdp(const int n, const int *pvtTableIdx, const double *p, const double *T, const double *z, double *output_B, double *output_dBdp) const Formation volume factor and p-derivative as functions of p, T and z. const int * phaseUsed() const void mu(const int n, const int *pvtTableIdx, const double *p, const double *T, const double *z, double *output_mu) const Viscosity as a function of p, T and z. void R(const int n, const int *pvtTableIdx, const double *p, const double *z, double *output_R) const Solution factor as a function of p and z. Definition: BlackoilPvtProperties.hpp:47 void dRdp(const int n, const int *pvtTableIdx, const double *p, const double *z, double *output_R, double *output_dRdp) const Solution factor and p-derivative as functions of p and z. const double * surfaceDensities(int regionIdx=0) const PhaseUsage phaseUsage() const Definition: BlackoilPhases.hpp:36 void init(Opm::DeckConstPtr deck, Opm::EclipseStateConstPtr eclipseState, int samples) |