βš™οΈ Thermodynamics Reference Guide

Standard formulations, academic textbooks, power cycles, and steam tables references.

πŸ“š Recommended Textbooks

Essential texts for engineering classrooms and industrial consulting portfolios:

TD

Fundamentals of Engineering Thermodynamics

Moran, Shapiro, Boettner, & Bailey

The standard textbook for macroscopic thermodynamics, covering mass and energy balance for control volumes, entropy generation, exergy analysis, and power plant cycles.

Beginner / Intermediate Academic
TD

Thermodynamics: An Engineering Approach

Yunus A. Γ‡engel & Michael A. Boles

Renowned for clear pedagogical flow and real-world engine cycle analyses. Outstanding coverage of ideal gas mixtures and psychrometric sizers.

Beginner Academic
TD

Fundamentals of Thermodynamics

Sonntag, Borgnakke, & Van Wylen

An advanced classical text focusing heavily on thermodynamic properties formulations, phase transitions, and chemical reaction equilibriums.

Advanced Industrial / Research

πŸ“„ Key Publications & Papers

Subject Reference Paper Used in Calculator
Water & Steam Properties IAPWS-IF97 / Wagner, W. et al. (2000). The IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam. ASME J. Eng. Gas Turbines. Steam Tables / Rankine
Moist Air Properties Hyland, R. W., & Wexler, A. (1983). Formulations for the thermodynamic properties of moist air. ASHRAE Transactions. Psychrometric Sizer
Saturation Vapor Pressure Buck, A. L. (1981). New equations for computing vapor pressure and enhancement factor. Journal of Applied Meteorology. Moist Air Solver
Centrifugal Pump Efficiency Hydraulic Institute Standards (ANSI/HI 1.1-1.2) - Centrifugal pump affinity relationship definitions. Pump Affinity Laws

πŸ“Š Governing Equations & Correlations

Buck Saturation Vapor Pressure Equation

Calculates the saturation pressure of pure water vapor over liquid water:

$$P_{sat}(T) = 0.61121 \cdot \exp \left( \frac{17.502 \cdot T}{T + 240.97} \right) \quad \left[\text{kPa}\right]$$

Where $T$ is temperature in $^\circ\text{C}$. Used in our psychrometric and moist air solvers for high-precision boundary evaluations.

Moist Air Humidity Ratio ($\omega$)

Calculates the mass ratio of water vapor to dry air in a given volume:

$$\omega = \frac{m_v}{m_a} = 0.62198 \cdot \frac{P_v}{P - P_v} \quad \left[\text{kg/kg}_{\text{da}}\right]$$

Where $P_v = RH \cdot P_{sat}$ is the partial pressure of water vapor, and $P$ is total barometric pressure.

Gas Power Cycle (Brayton relations)

Calculates isentropic compression/expansion temperatures as a function of pressure ratio $r_p = P_2/P_1$ under ideal gas assumptions:

$$\frac{T_2}{T_1} = \left( \frac{P_2}{P_1} \right)^{(k-1)/k} = r_p^{(k-1)/k}$$

Where $k = C_p/C_v$ is the specific heat ratio ($k \approx 1.4$ for ambient air).

🧠 Pedagogical Notes

1. Isentropic Efficiencies

Real power plant equipment experiences fluid friction and heat leaks, deviating from ideal reversible paths. This is quantified using isentropic efficiencies:

  • Turbine Efficiency ($\eta_t$): Ratio of actual work extracted to ideal isentropic work: $$\eta_t = \frac{h_{in} - h_{out,actual}}{h_{in} - h_{out,isentropic}}$$
  • Compressor/Pump Efficiency ($\eta_c$): Ratio of ideal isentropic work input to actual work required: $$\eta_c = \frac{h_{out,isentropic} - h_{in}}{h_{out,actual} - h_{in}}$$

2. Compressibility Factor ($Z$)

Indicates the deviation of a real gas from ideal gas behavior: $$Z = \frac{P v}{R T}$$ For an ideal gas, $Z = 1$. For steam and high-pressure gases, $Z$ deviates significantly, requiring the Helmholtz free energy solvers (such as IAPWS-IF97) implemented in our steam table engine.

🌐 Academic & Online Resources

  • IAPWS Official Site: iapws.org - Standard release sheets detailing formulations for water/steam and heavy water properties.
  • LearnChemE: Screencasts, interactive simulations, and resources for thermodynamics and material balances.

πŸ’¬ Forums & Communities

  • Eng-Tips Forums (Power / Fluids): eng-tips.com - Professional discussions on boilers, steam traps, heat cycles, and turbines.
  • Physics StackExchange: Excellent for thermodynamic cycle optimization and entropy calculations.