Calculate pressure loss for single phase liquid pipelines using the AGA equation.
`Tr = 4 log(3.7 / (rr)) `
`Ts = 4 log((Re) / (Ts)) - 0.6 `
`Tt = 4 Df log((Re) / (1.4125 Ts)) `
`Tf = min(Tr, Tt) `
`fd = (2 / (Tf))^2 `
where :
Tr = rough pipe transmission factor
Ts = smooth pipe transmission factor
Tt = turbulent pipe transmission factor
Tf= Fanning transmission factor
fd = Darcy friction factor
rr = pipe relative roughness
Re = Reynolds number
Df = AGA drag factor
The AGA equation is used to calculate the Fanning transmission factor using an iteration method. Check that the convergence is close to or equal to one. The pressure loss is calculated from the Darcy friction factor using the Darcy-Weisbach equation. For low Reynolds numbers Re < 2000, the fluid flow is laminar and the Darcy friction factor should be calculated using the Hagen-Poiseuille laminar flow equation. For high Reynolds numbers Re > 4000, the fluid flow is turbulent and the Darcy friction factor should be calculated using the AGA equation. In the transition region 2000 < Re < 4000, the flow is unstable and the friction loss cannot be reliably calculated.
Pipe bends can be specified as either a bend angle, AGA bend index (degrees of bend per mile), or AGA drag factor. The drag factor is interpolated from the AGA table. The drag factor includes pipe roughness. Valves, tees and other pipe fittings should be included by adding a minor loss equivalent length to the pipeline length.
Change Module :
Related Modules :