Flow Rate Calculator Formula
Understand the math behind the flow rate calculator. Each variable explained with a worked example.
Formulas Used
Volumetric Flow Rate
vol_flow = area * velocityFlow Rate (litres/s)
vol_flow_lps = area * velocity * 1000Mass Flow Rate
mass_flow = area * velocity * densityVariables
| Variable | Description | Default |
|---|---|---|
diameter | Pipe Inner Diameter(mm) | 100 |
velocity | Average Flow Velocity(m/s) | 2 |
density | Fluid Density(kg/m^3) | 1000 |
d_m | Derived value= diameter / 1000 | calculated |
area | Derived value= pi * pow(d_m, 2) / 4 | calculated |
How It Works
Volumetric & Mass Flow Rate
Flow rate through a pipe depends on the cross-sectional area and the average fluid velocity.
Formulas
Q = A V = (pi D^2 / 4) V (volumetric flow)
m_dot = rho Q = rho A V (mass flow)
where D is the pipe diameter, V is the average velocity, and rho is the fluid density.
Worked Example
Water flowing at 2 m/s through a 100 mm diameter pipe.
diameter = 100velocity = 2density = 1000
- 01D = 100 mm = 0.1 m
- 02A = pi x 0.1^2 / 4 = 0.007854 m^2
- 03Q = 0.007854 x 2 = 0.01571 m^3/s = 15.71 L/s
- 04Mass flow = 1000 x 0.01571 = 15.71 kg/s
Ready to run the numbers?
Open Flow Rate Calculator