Mass Flow Rate Calculator Formula
Understand the math behind the mass flow rate calculator. Each variable explained with a worked example.
Formulas Used
Mass Flow Rate
mass_flow = density * velocity * areaMass Flow Rate
mass_flow_hr = density * velocity * area * 3600Volumetric Flow Rate
vol_flow = velocity * area * 1000Variables
| Variable | Description | Default |
|---|---|---|
density | Fluid Density (rho)(kg/m³) | 1000 |
velocity | Fluid Velocity (V)(m/s) | 2 |
diameter | Pipe Inner Diameter (D)(mm) | 100 |
d_m | Derived value= diameter / 1000 | calculated |
area | Derived value= pi * pow(d_m, 2) / 4 | calculated |
How It Works
Mass Flow Rate
Mass flow rate is the mass of fluid passing through a cross-section per unit time. It is a fundamental quantity in fluid mechanics, thermodynamics, and process engineering.
Formula
m_dot = rho × V × A
where rho is the fluid density, V is the average velocity, and A is the cross-sectional area. For a circular pipe, A = pi × D² / 4. Mass flow is conserved through a system (continuity equation).
Worked Example
Water (1000 kg/m³) flowing at 2 m/s through a 100 mm pipe.
density = 1000velocity = 2diameter = 100
- 01D = 100 mm = 0.1 m
- 02A = pi × 0.1² / 4 = 0.007854 m²
- 03m_dot = 1000 × 2 × 0.007854 = 15.708 kg/s
- 04Volume flow = 2 × 0.007854 × 1000 = 15.708 L/s
Ready to run the numbers?
Open Mass Flow Rate Calculator