Skip to content

A Matlab tool calculating the friction pressure loss (head loss) in circular pipes with full flow water in SI Units.

License

Notifications You must be signed in to change notification settings

DrTol/pressure_loss_calculator-Matlab

Repository files navigation

Pressure Loss Calculator Tool - Matlab (SI Units)

A Matlab tool calculating the friction pressure loss (head loss) in circular pipes with full flow water, as well useful to compare different solver types or friction factor algorithms (details given in Features).

Excel functions (also as add-in) for the same calculator/s can be found in pressure_loss_calculator-Excel.git.

Table of Contents

Features

  • This Matlab tool has the options in selecting the solver type through the equations either by 'Darcy-Weisbach' or by 'Hazen-Williams'.
  • Besides, another feature in the tool options allows users to select through various algorithms to calculate the Darcy-Weisbach friction coefficient f, limited to algorithms by 'Moody', 'Colebrook-White', 'Clamond', 'Swamee-Jain', 'Zigrang-Sylvester', and 'Haaland'. Other algorithms can be found in another repository mariocastrogama/Colebrook-White!
  • Aside from the main Matlab tool, two other converter tools are also given to obtain the Hazen-Williams roughness coefficient C as a non-steady variable by a function of (i) the absolute roughness of the pipe (also known as ε - eps) and (ii) the Darcy-Weisbach friction factor f.
  • The limitations for use of equations and algorithms are given in the code (e.g. the operational limitations in using Hazen-Williams).

Usage

Example scripts are given to illustrate how to use the Matlab tools developed.

How2Use the Pressure Loss Calculator Tool

examplePressureLoss.m: shows how to use the main Matlab tool PressureLossCalculator.m with a given data for a pipe segment with different combinations of the solver and the Darcy-Weisbach friction factor algorithms (details given in Features).

How2Use the Converter Tools

exampleRougnessConverters.m: shows how to use the Matlab converter tools with bi-directional examples of use (e.g. conversion of relative pipe roughness (eps/D) to Hazen-Wiliams rougness coefficient (C) as well as conversion from C to eps/D). There are two converter tools:

  • tConverterDW2HW.m: Bi-directional converter between the Hazen-Williams roughness coefficient (C) and the Darcy-Weisbach friction factor (f).
  • tConverterRoughness.m: Bi-directional converter between the pipe relative roughness (eps/D) and the Hazen-Williams roughness coefficient (C).

Darcy-Weisbach Friction Factor Functions

Various Matlab functions can be found for various algorithms, details given below. How2Use each of them can be found in the last section (within switch-case there) of the PressureLossCalculator.m.

  • f_Moody.m: as based on Moody correlation.
  • f_ColebrookWhite.m: Iterative solution of the implicit Colebrook's friction factor expression.
  • f_Clamond.m: The explicit approximation (of the Colebrook's friction factor expression) by Clamond D.
  • f_Haaland.m: Another explicit approximation by Haaland SE.
  • f_SwameeJain.m: Another explicit approximation by Swamee P&Jain A.
  • f_ZigrangSylvester.m: Another explicit approximation by Zigrang DJ&Sylvester ND.

Other Matlab Files in Use

License

You are free to use, modify and distribute the code as long as authorship is properly acknowledged. The same applies for the original works 'XSteam.m' by Holmgren M. and 'colebrook.m' by Clamond D, this repository Matlab tools make use of.

Acknowledgement

We would like to acknowledge all of the open-source minds in general for their willing of share (as apps or comments/answers in forums), which has encouraged our department to publish our Matlab tools developed during the PhD study here in GitHub.

This repository pressure_loss_calculator-Matlab makes use of other original open-source projects:

  • XSteam by Holmgren M. | Author Description: XSteam provides accurate steam and water properties from 0 - 1000 bar and from 0 - 2000 deg C according to the standard IAPWS IF-97. For accuracy of the functions in different regions see IF-97 (www.iapws.org).
  • colebrook.m by Clamond D. | Author Description: fast, accurate and robust computation of the Darcy-Weisbach friction factor F according to the Colebrook equation.

This Matlab tool is a by-product from the PhD study about the 4th generation (4G) low-temperature district heating systems in supply to low-energy houses, carried out by Hakan İbrahim Tol, PhD under the supervision of Prof. Dr. Svend Svendsen and Ass. Prof. Susanne Balslev Nielsen at the Technical University of Denmark (DTU). The PhD topic: "District heating in areas with low energy houses - Detailed analysis of district heating systems based on low temperature operation and use of renewable energy" - free download by DTU (link) or by ResearchGate (link).

How2Cite:

  1. Tol, Hİ. pressure_loss_calculator-Matlab. DOI: 10.5281/zenodo.1211619. GitHub Repository 2018; https://github.com/DrTol/pressure_loss_calculator-Matlab/
  2. Tol, Hİ. District heating in areas with low energy houses - Detailed analysis of district heating systems based on low temperature operation and use of renewable energy. PhD Supervisors: Svendsen S. & Nielsen SB. Technical University of Denmark 2015; 204 p. ISBN: 9788778773685.

References

  • Sanks RL. Flow in conduits. In: Sanks RL, Tchobanoglous G, Bosserman BE, Jones GM, editors. Pumping station design. Boston, USA: Butterworth-Heinemann 1998: p. 33-39.
  • Clamond D. Efficient resolution of the colebrook equation. Industrial & Engineering Chemistry Research 2009; 48: p. 3665-3671.
  • Clamond D. colebrook.m - Efficient resolution of the Colebrook-White equation (v1.0). MathWorks File Exchange: https://nl.mathworks.com/matlabcentral/fileexchange/21990-colebrook-m?focused=5105324&tab=function
  • Diskin MH. The limits of applicability of the Hazen-Williams formula. La Houille Blanche 1960; 6: p. 720-726.
  • Liou CP. Limitations and proper use of the Hazen-Williams equation. Journal of Hydraulic Engineering 1998; 124(9): p. 951-954.
  • Colebrook CF & White CM. Experiments with fluid friction in roughened pipes. Proceedings of the Royal Society A - Mathematical, Physical & Engineering Sciences 1937: p. 367-381.
  • Niazkar M, Talebbeydokhti N & Afzali SH. Relationship between Hazen-William coefficient and Colebrook-White friction factor: Application in water network analysis. European Water 2017; 58: p. 513-520.
  • Asker M, Turgut OE & Coban MT. A review of non iterative friction factor correlations for the calculation of pressure drop in pipes. Bitlis Eren Univ J Sci & Technol 2014; 4(1): 8 p.
  • Genić S, Arandjelović I, Kolendić P, Jarić M, Budimir N & Genić M. A Review of explicit approximations of Colebrook’s equation. FME Transactions 2011; 39: p. 67-71.
  • Holmgren M. X Steam, Thermodynamic properties of water and steam (v1.0). MathWorks File Exchange: https://nl.mathworks.com/matlabcentral/fileexchange/9817-x-steam--thermodynamic-properties-of-water-and-steam