Free Hvac Duct Sizing Calculator

HVAC Duct Sizing Calculator body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f8f9fa; color: #333; line-height: 1.6; margin: 0; padding: 20px; display: flex; flex-direction: column; align-items: center; } .loan-calc-container { background-color: #ffffff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); width: 100%; max-width: 700px; margin-bottom: 30px; border: 1px solid #e0e0e0; } h1, h2 { color: #004a99; text-align: center; margin-bottom: 20px; } .input-group { margin-bottom: 18px; display: flex; flex-direction: column; } .input-group label { font-weight: 600; margin-bottom: 8px; color: #004a99; } .input-group input[type="number"], .input-group select { padding: 12px; border: 1px solid #ced4da; border-radius: 5px; font-size: 1rem; box-sizing: border-box; transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; } .input-group input[type="number"]:focus, .input-group select:focus { border-color: #004a99; box-shadow: 0 0 0 0.2rem rgba(0, 74, 153, 0.25); outline: none; } button { background-color: #004a99; color: white; padding: 12px 25px; border: none; border-radius: 5px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: background-color 0.2s ease-in-out; width: 100%; margin-top: 10px; } button:hover { background-color: #003a7a; } #result { margin-top: 25px; padding: 20px; border-radius: 5px; background-color: #e9ecef; text-align: center; border: 1px solid #d3d9df; } #result h3 { margin-top: 0; color: #004a99; font-size: 1.4rem; } .result-value { font-size: 2.2rem; font-weight: bold; color: #28a745; /* Success Green */ margin-top: 10px; } .article-section { width: 100%; max-width: 700px; background-color: #ffffff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border: 1px solid #e0e0e0; margin-top: 30px; } .article-section h2 { margin-top: 0; color: #004a99; } .article-section h3 { color: #004a99; margin-top: 25px; border-bottom: 1px solid #eee; padding-bottom: 5px; } .article-section p, .article-section ul { margin-bottom: 15px; } .article-section ul { padding-left: 20px; } .article-section code { background-color: #e9ecef; padding: 2px 5px; border-radius: 3px; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; } @media (max-width: 768px) { .loan-calc-container, .article-section { padding: 20px; } h1 { font-size: 1.8rem; } button { font-size: 1rem; } .result-value { font-size: 1.8rem; } }

HVAC Duct Sizing Calculator

Calculate the appropriate HVAC duct size based on airflow and velocity requirements.

Round Rectangular

Recommended Duct Size

Understanding HVAC Duct Sizing

Properly sized HVAC ductwork is crucial for an efficient and comfortable home or building. Undersized ducts can restrict airflow, leading to reduced heating and cooling performance, increased energy consumption, and premature wear on your HVAC equipment. Oversized ducts can lead to noise issues and inefficient air distribution.

This calculator helps determine the appropriate dimensions for your ductwork based on two key parameters: the required airflow (measured in Cubic Feet per Minute, CFM) and the target air velocity (measured in Feet Per Minute, FPM).

The Math Behind Duct Sizing

The fundamental principle used in duct sizing is the relationship between airflow, velocity, and the cross-sectional area of the duct. The core formula is derived from the continuity equation in fluid dynamics:

Airflow (CFM) = Area (sq ft) * Velocity (FPM)

To find the required cross-sectional area of the duct, we rearrange this formula:

Area (sq ft) = Airflow (CFM) / Velocity (FPM)

Calculating Area

First, the calculator determines the required cross-sectional area in square feet. For example, if you need 400 CFM and your target velocity is 700 FPM:

Area = 400 CFM / 700 FPM = 0.5714 sq ft

Converting to Square Inches

Since duct dimensions are typically measured in inches, we convert the area from square feet to square inches (1 sq ft = 144 sq inches):

Area (sq inches) = Area (sq ft) * 144

Using our example: 0.5714 sq ft * 144 sq in/sq ft = 82.28 sq inches

Determining Duct Dimensions

Once the required cross-sectional area in square inches is known, the calculator determines the appropriate duct dimensions:

  • Round Ducts: The area of a circle is π * radius² or π * (diameter/2)². We solve for the diameter:
    Area = π * (Diameter²/4)
    Diameter² = (4 * Area) / π
    Diameter = sqrt((4 * Area) / π)
    For our example (82.28 sq inches):
    Diameter = sqrt((4 * 82.28) / 3.14159) = sqrt(104.8) ≈ 10.24 inches The calculator would then typically recommend a standard duct size close to this, often rounding up to the nearest available size like 10″ or 12″.
  • Rectangular Ducts: The area of a rectangle is Width * Height. For a given required area, there are many possible width and height combinations. This calculator works best when one dimension (either width or height) is known or limited by installation constraints (e.g., joist space). If a width is provided, it calculates the required height:
    Height = Area / Width
    If no specific dimension is provided, it might suggest a square duct (Width = Height) or a common aspect ratio. For simplicity, if a width is entered, it calculates the corresponding height. Let's assume a maximum available width of 12 inches:
    Height = 82.28 sq inches / 12 inches ≈ 6.86 inches This would suggest a 12″ x 7″ or 12″ x 8″ duct.

Friction Rate (Alternative Method)

While this calculator uses airflow and velocity, another common method for duct sizing involves friction rate (inches of water gauge per 100 feet of duct). HVAC designers often use ductulator wheels or software that considers friction rate along with airflow to determine appropriate duct sizes, balancing system performance and installation costs.

When to Use This Calculator

This calculator is useful for:

  • DIY Homeowners: Planning a new duct system or replacing sections.
  • HVAC Technicians: Performing initial assessments or verifying existing ductwork.
  • Building Designers: Estimating duct requirements during the design phase.

Disclaimer: This calculator provides an estimation based on common industry guidelines. For critical applications or complex systems, always consult with a qualified HVAC professional and refer to ACCA (Air Conditioning Contractors of America) Manual D for detailed residential duct design.

function calculateDuctSize() { var airflow = parseFloat(document.getElementById("airflow").value); var velocity = parseFloat(document.getElementById("velocity").value); var ductType = document.getElementById("ductType").value; var rectWidth = parseFloat(document.getElementById("rectWidth").value); var rectHeight = parseFloat(document.getElementById("rectHeight").value); var resultDiv = document.getElementById("result"); var calculatedSizeDiv = document.getElementById("calculatedSize"); var unitOfMeasureDiv = document.getElementById("unitOfMeasure"); var notesDiv = document.getElementById("notes"); // Clear previous results resultDiv.style.display = "none"; calculatedSizeDiv.textContent = ""; unitOfMeasureDiv.textContent = ""; notesDiv.textContent = ""; // Validate inputs if (isNaN(airflow) || airflow <= 0) { alert("Please enter a valid positive number for Required Airflow."); return; } if (isNaN(velocity) || velocity D = sqrt(4*Area/pi) var diameterInches = Math.sqrt((4 * areaSqIn) / Math.PI); recommendedSize = diameterInches.toFixed(2); displayUnit = "inches (Diameter)"; calculationNotes = "This is the theoretical diameter. Round up to the nearest standard duct size."; // Set dimensions for rectangular input to be hidden if round is selected document.getElementById("rectangular-dimensions").style.display = "none"; } else if (ductType === "rectangular") { document.getElementById("rectangular-dimensions").style.display = "flex"; // Show rect dimensions if (!isNaN(rectWidth) && rectWidth > 0) { var calculatedHeightInches = areaSqIn / rectWidth; recommendedSize = rectWidth.toFixed(2) + '" x ' + calculatedHeightInches.toFixed(2) + '"'; displayUnit = "inches (Width x Height)"; calculationNotes = "Based on your provided width. Ensure the height fits installation constraints."; } else if (!isNaN(rectHeight) && rectHeight > 0) { var calculatedWidthInches = areaSqIn / rectHeight; recommendedSize = calculatedWidthInches.toFixed(2) + '" x ' + rectHeight.toFixed(2) + '"'; displayUnit = "inches (Width x Height)"; calculationNotes = "Based on your provided height. Ensure the width fits installation constraints."; } else { // If neither width nor height is provided, suggest a square duct var sideLength = Math.sqrt(areaSqIn); recommendedSize = sideLength.toFixed(2) + '" x ' + sideLength.toFixed(2) + '"'; displayUnit = "inches (Square)"; calculationNotes = "Suggesting a square duct. Adjust dimensions as needed for installation."; } } calculatedSizeDiv.textContent = recommendedSize; unitOfMeasureDiv.textContent = displayUnit; notesDiv.textContent = calculationNotes; resultDiv.style.display = "block"; } // Handle showing/hiding rectangular dimensions based on selection document.getElementById("ductType").addEventListener("change", function() { var rectDiv = document.getElementById("rectangular-dimensions"); if (this.value === "rectangular") { rectDiv.style.display = "flex"; } else { rectDiv.style.display = "none"; } });

Leave a Comment