PvtDead.hpp
Go to the documentation of this file.
Definition: BlackoilPhases.hpp:48 virtual ~PvtDead() Definition: AnisotropicEikonal.hpp:43 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 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. void initFromOil(const TableContainer &pvdoTables) 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 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 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: PvtDead.hpp:45 void initFromGas(const TableContainer &pvdgTables) Definition: PvtInterface.hpp:30 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 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. |