pipe_flow
Calculate fluid dynamics Darcy-Weisbach friction factor, Reynolds number, head loss, and pressure drop in pipes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowRateM3s | Yes | Volumetric flow rate Q in m^3/s | |
| pipeLengthM | Yes | Total pipe run length L in meters | |
| pipeDiameterM | Yes | Internal pipe diameter D in meters | |
| pipeRoughnessM | No | Absolute pipe surface roughness (m) | |
| fluidDensityKgM3 | No | Fluid density (kg/m^3) | |
| dynamicViscosityPaS | No | Dynamic viscosity (Pa·s) |