WaterPropsIAPWSphi.h Source File#
WaterPropsIAPWSphi.h
Go to the documentation of this file.
Low level class for the real description of water.
Definition WaterPropsIAPWSphi.h:33
double phiR_dt() const
Calculate the mixed derivative d2_phiR/(dtau ddelta)
Definition WaterPropsIAPWSphi.cpp:796
double phi_tt(double tau, double delta)
Second derivative of phi wrt tau.
Definition WaterPropsIAPWSphi.cpp:783
double phi_dd(double tau, double delta)
2nd derivative of phi wrt delta
Definition WaterPropsIAPWSphi.cpp:616
double phi0_d() const
Calculate d_phi0_d(delta), the first derivative of phi0 wrt delta.
Definition WaterPropsIAPWSphi.cpp:506
double phiR_dd() const
Calculate d2_phiR_dd(delta), the second derivative of phiR wrt delta.
Definition WaterPropsIAPWSphi.cpp:527
double gibbs_RT() const
Calculate the dimensionless Gibbs free energy.
Definition WaterPropsIAPWSphi.cpp:939
double phi0() const
Calculate Equation 6.5 for phi0, the ideal gas part of the dimensionless Helmholtz free energy.
Definition WaterPropsIAPWSphi.cpp:380
double TAUp[52]
Value of internally calculated polynomials of powers of TAU.
Definition WaterPropsIAPWSphi.h:183
double phi0_dt() const
Calculate the mixed derivative d2_phi0/(dtau ddelta)
Definition WaterPropsIAPWSphi.cpp:791
double phi_d(double tau, double delta)
Calculate derivative of phi wrt delta.
Definition WaterPropsIAPWSphi.cpp:512
double DELTAsave
Last delta that was used to calculate polynomials.
Definition WaterPropsIAPWSphi.h:195
double cv_R() const
Calculate the dimensionless constant volume heat capacity, Cv/R.
Definition WaterPropsIAPWSphi.cpp:974
double intEnergy_RT() const
Calculate the dimensionless internal energy, u/RT.
Definition WaterPropsIAPWSphi.cpp:966
double phiR_t() const
Calculate Equation 6.6 for dphiRdtau, the derivative residual part of the dimensionless Helmholtz fre...
Definition WaterPropsIAPWSphi.cpp:652
double enthalpy_RT() const
Calculate the dimensionless enthalpy, h/RT.
Definition WaterPropsIAPWSphi.cpp:946
double phi(double tau, double delta)
Calculate the Phi function, which is the base function.
Definition WaterPropsIAPWSphi.cpp:440
double entropy_R() const
Calculate the dimensionless entropy, s/R.
Definition WaterPropsIAPWSphi.cpp:956
double phi0_dd() const
Calculate d2_phi0_dd(delta), the second derivative of phi0 wrt delta.
Definition WaterPropsIAPWSphi.cpp:610
double phiR() const
Calculate Equation 6.6 for phiR, the residual part of the dimensionless Helmholtz free energy.
Definition WaterPropsIAPWSphi.cpp:394
double pressureM_rhoRT(double tau, double delta)
Calculate the dimensionless pressure at tau and delta;.
Definition WaterPropsIAPWSphi.cpp:520
double dimdpdrho(double tau, double delta)
Dimensionless derivative of p wrt rho at constant T.
Definition WaterPropsIAPWSphi.cpp:624
double phiR_tt() const
Calculate Equation 6.6 for dphiRdtau, the second derivative residual part of the dimensionless Helmho...
Definition WaterPropsIAPWSphi.cpp:723
double dfind(double p_red, double tau, double deltaGuess)
This function computes the reduced density, given the reduced pressure and the reduced temperature,...
Definition WaterPropsIAPWSphi.cpp:864
double dimdpdT(double tau, double delta)
Dimensionless derivative of p wrt T at constant rho.
Definition WaterPropsIAPWSphi.cpp:632
double cp_R() const
Calculate the dimensionless constant pressure heat capacity, Cv/R.
Definition WaterPropsIAPWSphi.cpp:982
double DELTAp[16]
Value of internally calculated polynomials of powers of delta.
Definition WaterPropsIAPWSphi.h:186
double phi_t(double tau, double delta)
First derivative of phi wrt tau.
Definition WaterPropsIAPWSphi.cpp:702
void tdpolycalc(double tau, double delta)
Calculates internal polynomials in tau and delta.
Definition WaterPropsIAPWSphi.cpp:361
double phiR_d() const
Calculate d_phiR_d(delta), the first derivative of phiR wrt delta.
Definition WaterPropsIAPWSphi.cpp:448
Generated by