PvtLiveOil.hpp
Go to the documentation of this file.
154 void evalBDeriv(size_t pvtTableIdx, double press, const double* surfvol, double& B, double& dBdp) const;
156 void evalRDeriv(size_t pvtTableIdx, double press, const double* surfvol, double& R, double& dRdp) const;
Definition: BlackoilPhases.hpp:48 virtual 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. Definition: AnisotropicEikonal.hpp:43 virtual ~PvtLiveOil() virtual 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. PvtLiveOil(const std::vector< Opm::PvtoTable > &pvtoTables) virtual void rsSat(const int n, const int *pvtTableIdx, const double *p, double *output_rsSat, double *output_drsSatdp) const Solution gas/oil ratio and its derivatives at saturated conditions as a function of p... virtual void rvSat(const int n, const int *pvtTableIdx, const double *p, double *output_rvSat, double *output_drvSatdp) const Vapor oil/gas ratio and its derivatives at saturated conditions as a function of p. virtual 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. virtual 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. virtual 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. Definition: PvtInterface.hpp:30 virtual void b(const int n, const int *pvtTableIdx, const double *p, const double *T, const double *r, double *output_b, double *output_dbdp, double *output_dbdr) const Definition: PvtLiveOil.hpp:39 |