CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include <Helmholtz.h>
Public Member Functions | |
phi0_enthalpy_entropy_offset (double a1, double a2) | |
~phi0_enthalpy_entropy_offset () | |
void | to_json (rapidjson::Value &el, rapidjson::Document &doc) |
double | base (double tau, double delta) |
double | dTau (double tau, double delta) |
double | dTau2 (double tau, double delta) |
double | dDelta (double tau, double delta) |
double | dDelta2 (double tau, double delta) |
double | dDelta2_dTau (double tau, double delta) |
double | dDelta_dTau (double tau, double delta) |
double | dDelta_dTau2 (double tau, double delta) |
double | dTau3 (double tau, double delta) |
double | dDelta3 (double tau, double delta) |
Public Member Functions inherited from phi_BC | |
phi_BC () | |
virtual | ~phi_BC () |
\[ \phi_0 = a_1+a_2\tau \]
constructor: phi0_enthalpy_entropy_offset(double a1, double a2)
Definition at line 532 of file Helmholtz.h.
|
inline |
Definition at line 537 of file Helmholtz.h.
|
inline |
Definition at line 540 of file Helmholtz.h.
|
inlinevirtual |
Returns the base, non-dimensional, Helmholtz energy term (no derivatives) [-]
tau | Reciprocal reduced temperature where tau=Tc/T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 549 of file Helmholtz.h.
|
inlinevirtual |
Returns the first partial derivative of Helmholtz energy term with respect to delta [-]
tau | Reciprocal reduced temperature where tau=Tc / T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 552 of file Helmholtz.h.
|
inlinevirtual |
Returns the second partial derivative of Helmholtz energy term with respect to delta [-]
tau | Reciprocal reduced temperature where tau=Tc / T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 553 of file Helmholtz.h.
|
inlinevirtual |
Returns the third mixed partial derivative (delta2,dtau1) of Helmholtz energy term with respect to delta and tau [-]
tau | Reciprocal reduced temperature where tau=Tc / T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 554 of file Helmholtz.h.
|
inlinevirtual |
Returns the third partial derivative of Helmholtz energy term with respect to delta [-]
tau | Reciprocal reduced temperature where tau=Tc / T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 558 of file Helmholtz.h.
|
inlinevirtual |
Returns the second mixed partial derivative (delta1,dtau1) of Helmholtz energy term with respect to delta and tau [-]
tau | Reciprocal reduced temperature where tau=Tc / T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 555 of file Helmholtz.h.
|
inlinevirtual |
Returns the third mixed partial derivative (delta1,dtau2) of Helmholtz energy term with respect to delta and tau [-]
tau | Reciprocal reduced temperature where tau=Tc / T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 556 of file Helmholtz.h.
|
inlinevirtual |
Returns the first partial derivative of Helmholtz energy term with respect to tau [-]
tau | Reciprocal reduced temperature where tau=Tc/T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 550 of file Helmholtz.h.
|
inlinevirtual |
Returns the second partial derivative of Helmholtz energy term with respect to tau [-]
tau | Reciprocal reduced temperature where tau=Tc/T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 551 of file Helmholtz.h.
|
inlinevirtual |
Returns the third partial derivative of Helmholtz energy term with respect to tau [-]
tau | Reciprocal reduced temperature where tau=Tc / T |
delta | Reduced pressure where delta = rho / rhoc |
Implements phi_BC.
Definition at line 557 of file Helmholtz.h.
|
inlinevirtual |
Implements phi_BC.
Definition at line 542 of file Helmholtz.h.