Contents
- Index
K_supply_tee
The K_supply_tee(V1overV3) function returns the resistance coefficient for a supply duct with two tee ducts of equal area. The coefficient returned is for the duct 1 and should be applied to the upstream main duct velocity. The coefficient is a function of the branch 1 to upstream volumetric flow rates. The correlation is for circular ducts. Note that the function DuctSupplyTee_CL in the component library implements the dimensional version of this function.
Inputs:
V1overV3 = ratio of duct 1 to upstream flow rates
Example:
$UnitSystem SI C kPa Degree
$VarInfo DELTAP units=Pa
$VarInfo rho units=kg/m^3
V1overV3=0.4
K=k_supply_tee(V1overV3)
vel = 10 [m/s]
P = Po#
T = 20 [C]
F$ = 'Air'
rho=density(F$,P=P,T=T)
DELTAP = rho*vel^2/2*K
{Solution:
DELTAP=21.53 [Pa]
K=0.3576
}
Reference:
Legg, R., 2017, "Chapter 14: Ducted Air Systems" in Air Conditioning System Design, Butterworth-Heinemann
Minor Losses Index