Duct Segments

The building blocks of your duct system.

What is a Segment?

A segment represents one straight run of duct. It's a single piece with constant cross-section, carrying a known airflow. Every loss in the system belongs to a segment: the friction loss of the straight run itself, plus any fittings (elbows, tees, etc.) that are part of that run.

Segment Inputs

Airflow

Enter the airflow through this segment in CFM (cubic feet per minute). This is the total flow in the duct at this point, not the supply to each downstream branch.

Length

The straight-run length of the duct in feet (or meters). 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. If you add a fitting to a segment, enter its actual geometry, not an equivalent straight-run length.

Duct Shape

Round: Enter the inside diameter in inches (or mm).

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

Material

Select the duct material. This determines the absolute roughness used in the friction factor calculation.

How Friction Loss is Calculated

For each segment, 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.