PvtLiveGas.hpp
Go to the documentation of this file.
155 void evalBDeriv(double press, const double* surfvol, int pvtTableIdx, double& B, double& dBdp) const;
157 void evalRDeriv(double press, const double* surfvol, int pvtTableIdx, double& R, double& dRdp) const;
Definition: BlackoilPhases.hpp:48 Definition: AnisotropicEikonal.hpp:43 virtual void B(const int n, const int *pvtRegionIdx, const double *p, const double *T, const double *z, double *output_B) const Formation volume factor as a function of p, T and z. PvtLiveGas(const std::vector< Opm::PvtgTable > &pvtgTables) virtual ~PvtLiveGas() int getTableIndex_(const int *pvtTableIdx, int cellIdx) const Definition: PvtLiveGas.hpp:147 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_dbdr) const double evalB(double press, const double *surfvol, int pvtTableIdx) const double evalR(double press, const double *surfvol, int pvtTableIdx) const virtual void rsSat(const int n, const int *pvtRegionIdx, 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... void evalRDeriv(double press, const double *surfvol, int pvtTableIdx, double &R, double &dRdp) const virtual void mu(const int n, const int *pvtRegionIdx, const double *p, const double *T, const double *z, double *output_mu) const Viscosity as a function of p, T and z. virtual void R(const int n, const int *pvtRegionIdx, const double *p, const double *z, double *output_R) const Solution factor as a function of p and z. Definition: PvtLiveGas.hpp:38 double miscible_gas(const double press, const double *surfvol, const int pvtTableIdx, const int item, const bool deriv=false) const std::vector< std::vector< std::vector< std::vector< double > > > > undersat_gas_tables_ Definition: PvtLiveGas.hpp:174 void evalBDeriv(double press, const double *surfvol, int pvtTableIdx, double &B, double &dBdp) const virtual void rvSat(const int n, const int *pvtRegionIdx, 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. std::vector< std::vector< std::vector< double > > > saturated_gas_table_ Definition: PvtLiveGas.hpp:173 Definition: PvtInterface.hpp:30 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 Formation volume factor and p-derivative as functions of p, T and z. virtual void dRdp(const int n, const int *pvtRegionIdx, const double *p, const double *z, double *output_R, double *output_dRdp) const Solution factor and p-derivative as functions of p and z. |