Added reference for the HFC-134a equation of state
This commit is contained in:
parent
4ab7da72f7
commit
a4520bfe85
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue