Contents - Index


K_Sharp-edged_Pipe_Exit



The K_Sharp_edged_Pipe_Exit(S$) function returns the resistance coefficient for a sharp-edged exit for laminar or turbulent flow.  S$ should either be 'Laminar' or 'Turbulent'. 

Example:
$UnitSystem SI K Pa J 
$VarInfo DELTAP units=Pa
$VarInfo h_L units=m
K=k_sharp_edged_pipe_exit('Laminar')
V_tilde=10 [m/s]
rho=1000 [kg/m^3]
g=g#
h_L=K*V_tilde^2/(2*g)
DELTAP=h_L*rho*g

{Solution:
DELTAP=100000 [kg/m-s^2]
h_L=10.2 [m]
K=2 
}



Notes:
The resistance coefficient is the same as for the rounded pipe exit.

Reference:
Cengel and Cimbala, Fluid Mechanics, Fundamentals and Applications,McGraw-Hill, 2006
Page A-29 of Crane, "Flow of Fluids through Valves, Fittings and pipe", Technical Paper No. 410M, Crane Co, NY, 1979

Minor Losses Index