[Thermo] Reference source of formula used in WaterPropsIAPWS::psat_est
This commit is contained in:
parent
af19481b65
commit
aa3780b094
1 changed files with 4 additions and 0 deletions
|
|
@ -211,6 +211,10 @@ doublereal WaterPropsIAPWS::temperature() const
|
|||
|
||||
doublereal WaterPropsIAPWS::psat_est(doublereal temperature) const
|
||||
{
|
||||
// Formula and constants from: "NBS/NRC Steam Tables: Thermodynamic and
|
||||
// Transport Properties and Computer Programs for Vapor and Liquid States of
|
||||
// Water in SI Units". L. Haar, J. S. Gallagher, G. S. Kell. Hemisphere
|
||||
// Publishing. 1984.
|
||||
static const doublereal A[8] = {
|
||||
-7.8889166E0,
|
||||
2.5514255E0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue