ASHRAE Standards and CAE Thermal Fluid Simulation

Category: Thermal Analysis > Building Services | Integrated 2026-04-12
ASHRAE thermal comfort PMV distribution and CFD airflow simulation in office space
CFD Analysis of Indoor Thermal Environment Based on ASHRAE Standards -- Visualizing Airflow Patterns from HVAC Diffusers and PMV Distribution

ASHRAE Standards and CAE Thermal Fluid: Theoretical Foundations

Overview of ASHRAE Standards

๐Ÿง‘โ€๐ŸŽ“

Professor, how are ASHRAE standards related to CAE? I only have an image of them as building codes...

๐ŸŽ“

Simply put, ASHRAE is the American Society of Heating, Refrigerating and Air-Conditioning Engineers, an organization that sets the "pass/fail criteria" for HVAC design. Its relationship with CAE is direct. For example, ASHRAE 55 is the standard for indoor thermal comfort, and CFD is used to analyze airflow patterns and temperature distributions from air conditioning diffusers to verify compliance with that standard. ASHRAE 90.1 is the energy efficiency standard, requiring compliance verification through building energy simulation.

๐Ÿง‘โ€๐ŸŽ“

What? CFD results are used to determine pass/fail against building codes?

๐ŸŽ“

That's right. Especially in data center cooling design, ASHRAE TC9.9 defines environmental classes, and for Class A1, whether the intake temperature meets 18โ€“27ยฐC becomes the pass/fail criterion in CFD. Since verification by actual measurement alone is impossible before construction, CFD plays the role of "ASHRAE compliance verification at the design stage."

ASHRAE (American Society of Heating, Refrigerating and Air-Conditioning Engineers), founded in 1894, is an international authority in the HVAC field, and its suite of standards functions as the "pass/fail criteria" for CAE analysis. The main standards covered in this article are as follows.

StandardTargetApplication in CAE
ASHRAE 55Indoor Thermal ComfortAnalyze air temperature, wind speed, radiant temperature with CFD for PMV/PPD judgment
ASHRAE 62.1Ventilation and Indoor Air QualityEvaluate CO2 concentration distribution and ventilation efficiency (air age) with CFD
ASHRAE 90.1Building Energy EfficiencyCalculate energy consumption with EnergyPlus etc. and compare with baseline values
ASHRAE TC9.9Data Center EnvironmentPredict temperature distribution between server racks and hot spots with CFD
ASHRAE 170Healthcare Facility VentilationAnalyze airflow patterns and contaminant dispersion in operating rooms with CFD

ASHRAE 55 and Thermal Comfort Model (PMV/PPD)

๐Ÿง‘โ€๐ŸŽ“

I often hear about ASHRAE 55, but what exactly does it judge?

๐ŸŽ“

ASHRAE 55 is a standard that numerically judges "whether people in a room feel thermally comfortable, neither too hot nor too cold." Its core is the PMV (Predicted Mean Vote) model proposed by Professor Fanger (Technical University of Denmark), based on the human body's heat balance equation.

๐Ÿง‘โ€๐ŸŽ“

Human body heat balance, is that about thermoregulation?

๐ŸŽ“

Exactly. The metabolic heat $M$ minus the work $W$ is dissipated from the body to the environment. The dissipation paths are convection, radiation, and evaporation. If these are balanced, it's comfortable (PMV = 0). If heat cannot be dissipated sufficiently, it's hot (PMV > 0). If dissipation is excessive, it's cold (PMV < 0). In equation form, it looks like this:

$$ \text{PMV} = f(M, W, I_{cl}, f_{cl}, t_a, \bar{t}_r, v_a, p_a) $$

Here, each variable is as follows:

VariableMeaningTypical Value (Office)
$M$Metabolic rate [W/mยฒ]58.2 (1.0 met, seated light work)
$W$External work rate [W/mยฒ]0 (usually negligible)
$I_{cl}$Clothing insulation [clo]0.5 (summer) ~1.0 (winter)
$f_{cl}$Clothing area factor [-]$1.00 + 1.290 \, I_{cl}$ (if $I_{cl} \leq 0.078$)
$t_a$Air temperature [ยฐC]23โ€“26
$\bar{t}_r$Mean radiant temperature [ยฐC]Calculated from wall/window surface temperatures
$v_a$Air velocity [m/s]0.1โ€“0.2
$p_a$Water vapor partial pressure [Pa]Equivalent to 40โ€“60% relative humidity
๐Ÿง‘โ€๐ŸŽ“

What is the passing criterion for ASHRAE 55?

๐ŸŽ“

Compliance is achieved if PMV falls within the range $-0.5 \leq \text{PMV} \leq +0.5$. This corresponds to a PPD (Predicted Percentage Dissatisfied) of 10% or less. The PPD calculation formula is:

$$ \text{PPD} = 100 - 95 \cdot \exp\left(-0.03353 \cdot \text{PMV}^4 - 0.2179 \cdot \text{PMV}^2\right) $$
๐Ÿง‘โ€๐ŸŽ“

So, if we calculate PMV throughout the room with CFD and all occupied zones fall within -0.5 to +0.5, it passes, right?

๐ŸŽ“

That's correct. However, be careful: what CFD provides is only air temperature $t_a$ and air velocity $v_a$. Calculating PMV also requires radiant temperature $\bar{t}_r$ and humidity $p_a$. The former requires view factor calculations or radiation models, and the latter requires solving the moisture transport equation. Therefore, ASHRAE 55 compliance assessment is essentially a multiphysics problem.

ASHRAE 62.1 and Ventilation Analysis

๐Ÿง‘โ€๐ŸŽ“

ASHRAE 62.1 is the ventilation standard, right? Is this also verified with CFD?

๐ŸŽ“

Yes. ASHRAE 62.1 specifies the minimum required outdoor air rate for each use. For example, for offices, it's 2.5 L/s per person + 0.3 L/s/(mยฒ) per floor area. However, just "bringing in air" is not enough; it's crucial that it reaches all occupied zones. In large spaces or offices with complex partitions, simple airflow calculations can overlook short-circuiting (where supplied air is immediately drawn into the exhaust).

๐Ÿง‘โ€๐ŸŽ“

Short-circuiting seems very wasteful. How is that detected with CFD?

๐ŸŽ“

A commonly used metric in practice is Air Age (Local Mean Age of Air). This is the average time air has spent in the room before reaching a certain point. In CFD, it is obtained by adding a scalar transport equation:

$$ \frac{\partial (\rho \tau)}{\partial t} + \nabla \cdot (\rho \mathbf{u} \tau) = \nabla \cdot \left(\frac{\mu_{\text{eff}}}{\text{Sc}_t} \nabla \tau\right) + \rho $$

Here, $\tau$ is the air age [s], $\mu_{\text{eff}}$ is the effective viscosity (laminar + turbulent), $\text{Sc}_t$ is the turbulent Schmidt number (typically 0.7โ€“0.9), and the $\rho$ on the right side is the source term representing "passage of time." By solving with $\tau = 0$ (fresh air) at the supply inlet, the air age distribution at each point in the room is obtained.

๐Ÿง‘โ€๐ŸŽ“

So, areas with high air age = poorly ventilated areas. Are there any judgment criteria?

๐ŸŽ“

ASHRAE 62.1 uses an indicator called Ventilation Effectiveness $E_v$. For perfect mixing, $E_v = 1.0$; for displacement ventilation, $E_v = 1.2$ is typical. It can be calculated from the air age distribution obtained by CFD as $E_v = \tau_n / (2 \langle\tau\rangle)$ ($\tau_n$: nominal time constant = room volume / ventilation rate, $\langle\tau\rangle$: average air age at the exhaust). If there are areas with $E_v < 0.8$, the position of supply outlets or the shape of diffusers needs to be reviewed.

ASHRAE 90.1 and Energy Efficiency Standards

๐Ÿง‘โ€๐ŸŽ“

ASHRAE 90.1 is the energy standard, right? Is that more about energy simulation than CFD?

๐ŸŽ“

Good point. ASHRAE 90.1-2022 has three compliance paths. Prescriptive is the method of keeping insulation performance and lighting density below specified values. ECB (Energy Cost Budget) compares energy costs with a reference building. And Performance Rating (PRM) is simulation based on APPENDIX G. For LEED certification, PRM is virtually mandatory, requiring calculation of annual energy consumption using dynamic energy simulation tools like EnergyPlus or eQUEST.

๐Ÿง‘โ€๐ŸŽ“

So, CFD and building energy simulation are separate things?

๐ŸŽ“

Basically, yes. Energy simulation calculates the annual energy balance of the entire building over time, assuming one zone = perfect mixing. CFD is a 3D analysis with spatial resolution. However, in practice, linking these two is becoming more common. For example, using the non-uniform indoor temperature distribution obtained from CFD as a correction factor in energy simulation, or using the natural ventilation airflow rate obtained from CFD as input for EnergyPlus's ventilation module.

The most important energy performance indicator in ASHRAE 90.1 is EUI (Energy Use Intensity), with units of kBtu/ftยฒ/year or kWh/mยฒ/year. The baseline building EUI for an office building is about 85 kBtu/ftยฒ/year (ASHRAE 90.1-2019 baseline), and the design building must prove it is lower than this.

Data Center Cooling Classes (TC9.9)

๐Ÿง‘โ€๐ŸŽ“

Data centers were mentioned earlier, but what kind of standard is ASHRAE TC9.9?

๐ŸŽ“

ASHRAE TC9.9 (Technical Committee 9.9) publishes "Thermal Guidelines for Data Processing Environments," classifying IT equipment operating environments into four classes. This is the standard most frequently referenced in data center CFD design.

ClassIntake Temperature [ยฐC]Relative Humidity [%RH]Maximum Dew Point [ยฐC]Target Equipment
A1 (Recommended)18 โ€“ 2720 โ€“ 8017Mission-critical servers
A210 โ€“ 3520 โ€“ 8021General IT equipment
A35 โ€“ 408 โ€“ 8524Environmentally robust equipment
A45 โ€“ 458 โ€“ 9024For special applications
๐Ÿง‘โ€๐ŸŽ“

A1 is the strictest. How is it checked with CFD?

๐ŸŽ“

Calculate the temperature distribution at the intake face of the server racks (cold aisle side) and verify that all points fall within the A1 range of 18โ€“27ยฐC. A common problem is hot spots. This is a phenomenon where exhaust air (over 40ยฐC from the hot aisle side) recirculates to the top of racks or the ends of rack rows, raising the intake temperature. This is called "bypass air" or "recirculation." CFD can detect this in advance by producing temperature maps per rack.

๐Ÿง‘โ€๐ŸŽ“

I see, if CFD finds areas exceeding 27ยฐC, then design changes are needed, right? Like adding floor blanking panels?

๐ŸŽ“

Exactly. In practice, measures such as (1) optimizing perforated floor tile opening ratios and placement, (2) blanking panels (blocking empty slots), (3) cold aisle/hot aisle containment, and (4) repositioning in-row precision air conditioners (CRAC/CRAH) are parametrically studied using CFD. Quantifying the degree of recirculation using indicators like SHI (Supply Heat Index) or RHI (Return Heat Index) is also common.

Coffee Break Trivia Corner

ASHRAE History and Influence

ASHRAE was founded in 1894 as ASHE (American Society of Heating Engineers) and merged with ASREE (American Society of Refrigerating Engineers) in 1959 to become its current name. The first edition of ASHRAE Standard 55 was in 1966, and Fanger's (Technical University of Denmark) PMV theory was fully adopted in the 1992 revision. The current standard system influences building codes in over 180 countries and also forms the basis of Japan's JIS A4001. The 2023 edition of ASHRAE 55 formally adopted the Adaptive Comfort Model reflecting individual differences for naturally ventilated buildings, increasing flexibility for climate change adaptation.

Computational Methods for ASHRAE Standards and CAE Thermal Fluid

CFD Governing Equations and Turbulence Model Selection

๐Ÿง‘โ€๐ŸŽ“

When verifying ASHRAE compliance with CFD, are the governing equations the usual Navier-Stokes?

๐ŸŽ“

Yes. For indoor HVAC CFD, the basic equations are the incompressible RANS equations with a buoyancy term using the Boussinesq approximation:

$$ \nabla \cdot \mathbf{u} = 0 $$
$$ \rho \frac{\partial \mathbf{u}}{\partial t} + \rho (\mathbf{u} \cdot \nabla)\mathbf{u} = -\nabla p + \nabla \cdot \bigl[(\mu + \mu_t)(\nabla \mathbf{u} + \nabla \mathbf{u}^T)\bigr] - \rho_0 \beta (T - T_0) \mathbf{g} $$
$$ \rho c_p \frac{\partial T}{\partial t} + \rho c_p (\mathbf{u} \cdot \nabla)T = \nabla \cdot \left[(k + \frac{\mu_t c_p}{\text{Pr}_t})\nabla T\right] + Q $$

Here, $\beta$ is the volumetric expansion coefficient, $T_0$ is the reference temperature, $\mu_t$ is the eddy viscosity coefficient, and $\text{Pr}_t$ is the turbulent Prandtl number (typically 0.85โ€“0.9).

๐Ÿง‘โ€๐ŸŽ“

Which turbulence model is best to use? There are various ones like k-ฮต and SST, right?

๐ŸŽ“

The choice of turbulence model for indoor HVAC CFD varies by application. I've summarized the practical usage in a table:

ModelRecommended UseAdvantagesCaveats
RNG k-ฮตSteady-state analysis of entire officesStable, low computational costLow accuracy for swirling/separated flows
SST k-ฯ‰Airflow analysis near diffusersHigh accuracy near wallsSlightly higher computational cost than k-ฮต
LES (Large Eddy Simulation)Transient thermal environment evaluationResolves unsteady turbulent structuresComputational cost 10โ€“100 times higher
Zero-equationInitial design for data centersExtremely fastAccuracy is qualitative
๐Ÿง‘โ€๐ŸŽ“

Zero-equation models can be used for data centers? Isn't that a bit coarse?

๐ŸŽ“

Zero-equation models are mainstream in data center-specific tools (like 6SigmaDCX, Cadence Reality DC). This prioritizes "solving large-scale models containing thousands of racks in minutes." Accuracy is around ยฑ2ยฐC at rack intake faces. Ideally, final design verification would recalculate with RNG k-ฮต or SST k-ฯ‰, but for parametric studies in early design stages like data center PUE (Power Usage Effectiveness) optimization, zero-equation is sufficient.

Numerical Methods for PMV Calculation

๐Ÿง‘โ€๐ŸŽ“

When calculating PMV from CFD results, how is it done specifically?

๐ŸŽ“

Related Simulators

Experience the theory firsthand with the interactive simulator for this field

All Simulators
Rate this article
Thank you for your feedback!
Helpful
More details
Report error
Helpful
0
More details
0
Report error
0
Written by NovaSolver Contributors
Anonymous Engineers & AI โ€” Sitemap