From a4520bfe8555665f276f96eee8059134ab7cabfa Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 7 May 2012 18:20:18 +0000 Subject: [PATCH] Added reference for the HFC-134a equation of state --- src/tpx/HFC134a.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/tpx/HFC134a.h b/src/tpx/HFC134a.h index 014005ac7..d97aec133 100644 --- a/src/tpx/HFC134a.h +++ b/src/tpx/HFC134a.h @@ -5,6 +5,14 @@ namespace tpx { +//! Equation of state for HFC-134a. +//! +//! Implements the equation of state given in: +//! R. Tillner-Roth and H.D. Baehr. "An International Standard Formulation for +//! The Thermodynamic Properties of 1,1,1,2-Tetrafluoroethane (HFC-134a) for +//! Temperatures From 170 K to 455 K and Pressures up to 70 MPa". J. Phys. +//! Chem. Ref. Data, Vol. 23, No. 5, 1994. pp. 657--729. +//! http://dx.doi.org/10.1063/1.555958 class HFC134a : public Substance { public: @@ -36,4 +44,3 @@ private: }; } #endif // ! HFC134_H -