📐First-Principles Engineering Standards

Engineering Calculation Methodology

HVACLogic replaces rule-of-thumb sales estimators with deterministic, open-access mathematical models. Every calculator exposes the physical loss coefficients, fluid dynamics, and thermodynamic properties mandated by ASHRAE, ACCA, and NIST.

Core Engineering Principles

1. Deterministic & Transparent

Given identical aerodynamic, thermal, and geographic parameters, our computational algorithms always produce verifiable, peer-reviewed engineering results with zero proprietary black-box heuristics.

🔬

2. ASHRAE & ACCA Standardized

All equations implement published industry standards: ASHRAE Fundamentals, ACCA Manual J (8th Edition), ACCA Manual S, ACCA Manual D, and SMACNA HVAC Duct Construction Standards.

🛡️

3. Empirical Fluid & Thermal Loss

Calculations account for real-world derating factors: flexible duct installation sag, aspect ratio friction penalties, duct compression, and zeotropic refrigerant temperature glide.

🌀

1. Airflow & Duct Sizing Fluid Mechanics

Our Digital Ductulator implements the Darcy-Weisbach equation and the implicit Colebrook-White formula for galvanized sheet metal roughness (ε = 0.0003 ft) under standard air density (ρ = 0.075 lb/ft³):

duct_fluid_mechanics.math
ASHRAE CH. 21 / SMACNA
01hf = 0.109136 * (Q^1.852) / (D^4.87)
02De = 1.30 * ( (a * b)^0.625 ) / ( (a + b)^0.25 )

Flexible duct calculations incorporate SMACNA field compression factors (0% to 30% compression), increasing friction loss by up to 2.2× to prevent airflow choking in unstraightened flex installations.

🏠

2. Whole-Home Heat Load & Equipment Capacity (Manual J / S)

Building load calculations model steady-state envelope heat transmission ($q = U \times A \times \Delta T$), solar heat gain coefficients (SHGC), and internal sensible/latent loads (230 BTU/hr sensible + 200 BTU/hr latent per occupant):

manual_j_heat_transfer.math
ACCA MANUAL J 8TH ED
01Q_sensible = 1.08 * CFM * (T_indoor_db - T_supply_db)
02Q_latent = 4840 * CFM * (W_indoor - W_supply)

Equipment sizing strictly enforces ACCA Manual S over-sizing tolerances: cooling equipment is limited to 90% to 115% of Manual J total load (125% for heat pumps) to prevent poor latent dehumidification and compressor short-cycling.

🔧

3. Refrigeration Thermodynamics & A2L Temperature Glide

Charging diagnostics reference high-resolution NIST REFPROP pressure-temperature polynomial fits. For non-azeotropic zeotropic blends like R-454B (68.9% R-32 / 31.1% R-1234yf) and R-407C, discrete bubble-point and dew-point curves are evaluated:

refrigerant_charging_thermodynamics.math
EPA 608 / NIST REFPROP
01Target_SH = (3 * T_indoor_wb - T_outdoor_db - 80) / 2
02Actual_SC = T_sat_bubble(P_liquid) - T_liquid_pipe

Our diagnostic matrix enforces EPA Section 608 stabilized charging guidelines: systems must run for a minimum of 15 minutes before logging manifold pressures to prevent false undercharge conclusions.