Contents - Index


K_damper_parallel



The K_damper_parallel(theta) function returns the resistance coefficient for a damper with parallel vanes given the angle of the vanes.  The coefficient returned should be applied to the upstream damper box velocity.  Note that the function DuctDamperParallel_CL in the component library implements the dimensional version of this function.  

Inputs: 
theta = vane angle (degree or radian)

Example:
$UnitSystem SI C kPa Degree
$VarInfo DELTAP units=Pa
$VarInfo rho units=kg/m^3
theta = 40 [degree]
K=k_damper_parallel(theta)
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=329.6 [Pa]
K=5.474
}


Reference:
Dwyer, T., 2017, "Chapter 17: Controls, Dampers, and Valves" in Air Conditioning System Design, Butterworth-Heinemann

Minor Losses Index