Duct Components

The straight-run pieces that carry the flow.

What a Duct Component Is

A Duct component is one straight run of duct: a single piece with a constant cross-section carrying a known airflow. You chain duct components (with elbows, tees, and transitions between them) from the fan to each terminal. Each one contributes straight-run friction loss, and its length feeds the fittings around it.

Duct Inputs

Length

The straight-run length in feet. Do not include equivalent lengths for fittings. DuctStatic calculates fitting losses directly from loss coefficients, not equivalent lengths.

Do not use the equivalent length method for fittings. DuctStatic uses the dynamic loss coefficient (Co) method, which is more accurate. Set each elbow, tee, and transition's actual geometry rather than folding it into a longer straight run.

Duct Shape

Round: Enter the inside diameter in inches.

Rectangular: Enter width and height in inches. The calculator uses hydraulic diameter internally: Dh = 2WH / (W+H)

These inputs use the default English view (feet, inches); the header toggle switches the form to SI (m, mm).

Material

Select the duct material. This determines the absolute roughness used in the friction factor calculation (you can override ε with a custom value if needed).

Material also drives the acoustics: flexible duct attenuates sound more than unlined sheet metal, and an internally lined duct adds the absorption of acoustical lining per octave band. See Calculation Method → Sound.

How Friction Loss is Calculated

For each duct run, DuctStatic computes:

  1. Air velocity from flow and cross-sectional area
  2. Reynolds number from velocity, hydraulic diameter, air density, and viscosity
  3. Darcy friction factor via the Colebrook-White equation (iterative Newton-Raphson; laminar flow uses f = 64/Re)
  4. Friction loss: ΔP = f × (L/Dh) × (ρV²/2)

See Calculation Method for the full explanation.