PvtInterface.hpp
Go to the documentation of this file.
virtual void rsSat(const int n, const int *pvtRegionIdx, const double *p, double *output_rsSat, double *output_drsSatdp) const =0 Solution gas/oil ratio and its derivatives at saturated conditions as a function of p... Definition: BlackoilPhases.hpp:48 virtual void dBdp(const int n, const int *pvtRegionIdx, const double *p, const double *T, const double *z, double *output_B, double *output_dBdp) const =0 Formation volume factor and p-derivative as functions of p and z. Definition: AnisotropicEikonal.hpp:43 Definition: BlackoilPhases.hpp:27 virtual void B(const int n, const int *pvtRegionIdx, const double *p, const double *T, const double *z, double *output_B) const =0 Formation volume factor as a function of p, T and z. virtual ~PvtInterface() virtual void R(const int n, const int *pvtRegionIdx, const double *p, const double *z, double *output_R) const =0 Solution factor as a function of p and z. virtual void dRdp(const int n, const int *pvtRegionIdx, const double *p, const double *z, double *output_R, double *output_dRdp) const =0 Solution factor and p-derivative as functions of p and z. void setPhaseConfiguration(const int num_phases, const int *phase_pos) virtual void mu(const int n, const int *pvtRegionIdx, const double *p, const double *T, const double *z, double *output_mu) const =0 Viscosity as a function of p, T and z. virtual void b(const int n, const int *pvtRegionIdx, const double *p, const double *T, const double *r, double *output_b, double *output_dbdp, double *output_dpdr) const =0 Definition: PvtInterface.hpp:30 virtual void rvSat(const int n, const int *pvtRegionIdx, const double *p, double *output_rvSat, double *output_drvSatdp) const =0 Vapor oil/gas ratio and its derivatives at saturated conditions as a function of p. void extractPvtTableIndex(std::vector< int > &pvtTableIdx, Opm::DeckConstPtr deck, size_t numCompressed, const int *compressedToCartesianIdx) Helper function to create an array containing the (C-Style) PVT table index for each compressed cell ... PvtInterface() |