pipe_pressure_drop
Calculate friction pressure drop in a pipe using Darcy-Weisbach with the Colebrook-White friction factor. Handles laminar and turbulent flow, fitting losses by the K-method, and elevation change. Powered by multicalci.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_m3h | Yes | Volumetric flow rate, m3/h | |
| length_m | Yes | Straight pipe length, m | |
| diameter_mm | Yes | Pipe internal diameter, mm | |
| density_kgm3 | No | Fluid density, kg/m3 | |
| roughness_mm | No | Absolute pipe roughness, mm (CS 0.045, SS 0.015) | |
| viscosity_cp | No | Dynamic viscosity, cP | |
| fitting_k_total | No | Sum of fitting K factors | |
| elevation_change_m | No | Rise from inlet to outlet, m (negative if falling) |