When you size tubing for viscous fluid, you’re balancing four variables at once: pressure drop, pipe size, viscosity, and flow rate. If you get any of them wrong, you waste pump power or end up with sluggish response. Use this Poiseuille’s Law calculator to relate flow rate, pressure drop, pipe radius, pipe length, viscosity, or average velocity—all based on the core Hagen-Poiseuille equation. This math isn’t just academic; it comes up in hydraulic circuits, medical devices, and any fluid-handling automation. You’ll find the main formulas, a real-world example, some context on flow regimes, and a FAQ that gets into common mistakes you’ll see in practice.
What is Poiseuille's Law?
Poiseuille's Law tells you the amount of fluid that moves through a cylindrical tube per second, given a specified pressure drop, the size and length of the tube, and the viscosity of the fluid. The relationship only describes what's happening when layers of fluid glide smoothly past each other—what we call laminar flow.
Simple Explanation
Picture trying to push honey through a straw compared to water. The honey resists a lot more because it’s thick. Poiseuille’s Law quantifies that idea: widen the straw and you get much more flow—the effect is extreme (radius to the fourth power). Make it longer or use a thicker liquid, and you’ll need extra pressure, exactly in proportion. But keep in mind, this law only fits when everything is running in parallel layers (laminar), not when you see swirling and mixing (turbulence).
📐 Browse all 1000+ Interactive Calculators
Table of Contents
Poiseuille Flow Diagram
How to Use This Calculator
- Select your Calculation Mode from the dropdown — choose what you want to solve for (flow rate, pressure drop, pipe radius, pipe length, viscosity, or average velocity).
- Enter values for Pressure Drop (ΔP), Pipe Radius (r), Pipe Length (L), and Dynamic Viscosity (η) — or Flow Rate (Q) if your selected mode requires it. The input for the variable you're solving will be hidden automatically.
- Check your units: pressure in Pascals (Pa), radius and length in meters (m), viscosity in Pa·s, flow rate in m³/s.
- Click Calculate to see your result.
Interactive Poiseuille's Law Calculator
This calculator is intended for education, concept evaluation, and preliminary design. Results are based on the equations and assumptions described on this page, but cannot account for every real-world load case, tolerance, material property, environmental condition, installation detail, safety factor, code, or regulatory requirement. Verify all inputs, assumptions, units, and results independently before selecting components or using the result in a real application. Safety-critical, structural, medical, lifting, transportation, or regulated applications must be reviewed by a qualified engineer.
Poiseuille's Law Interactive Visualizer
Watch how pressure drop, pipe radius, length, and fluid viscosity interact to determine flow rate through cylindrical pipes. Adjust parameters to see the dramatic effect of the r⁴ relationship and flow regime transitions.
FLOW RATE
15.7 mL/s
REYNOLDS NUMBER
1250
FLOW REGIME
LAMINAR
FIRGELLI Automations — Interactive Engineering Calculators
Poiseuille's Law Equations
Use the formula below to calculate volumetric flow rate through a cylindrical pipe.
Volumetric Flow Rate
Q = (π r⁴ ΔP) / (8 η L)
Where:
- Q = volumetric flow rate (m³/s)
- r = internal radius of the pipe (m)
- ΔP = pressure drop (P₁ - P₂) along the pipe (Pa)
- η = dynamic viscosity of the fluid (Pa·s)
- L = length of the pipe (m)
- π = pi (≈ 3.14159)
Use the formula below to calculate average fluid velocity.
Average Fluid Velocity
v = Q / (π r²) = (r² ΔP) / (8 η L)
Where:
- v = average velocity of fluid (m/s)
- Other variables as defined above
Note: Maximum velocity at the centerline is vmax = 2v
Use the formula below to calculate Reynolds number and determine the flow regime.
Reynolds Number (Flow Regime)
Re = (ρ v D) / η = (ρ v 2r) / η
Where:
- Re = Reynolds number (dimensionless)
- ρ = fluid density (kg/m³)
- D = pipe diameter = 2r (m)
Flow Regimes:
- Re < 2300: Laminar flow (Poiseuille's Law valid)
- 2300 ≤ Re < 4000: Transitional flow
- Re ≥ 4000: Turbulent flow (Poiseuille's Law invalid)
Simple Example
Water (η = 0.001 Pa·s) flows through a pipe with radius 0.002 m and length 0.1 m under a 1,000 Pa pressure drop.
Q = (π × 0.002⁴ × 1000) / (8 × 0.001 × 0.1) = 6.28 × 10⁻⁷ m³/s ≈ 0.628 mL/s
Reynolds number ≈ 400 — fully laminar. Poiseuille's Law is valid.
Theory & Practical Applications
If you're working with Newtonian fluids moving at steady rates through straight, round pipes, Poiseuille’s Law is your go-to starting point. The equation comes from the Navier-Stokes fundamentals—taking into account no slip at the pipe walls, and ending up with a parabolic velocity curve. The upshot is the flow rate swings wildly with changes in pipe radius (to the fourth power), so tube sizing matters a lot more than your gut might tell you.
Fundamental Physics of Laminar Pipe Flow
The math works out when you balance the pushing force from pressure against the resisting force from viscosity across a cylindrical section. Viscous drag is tied to velocity gradient at the wall (shear stress). Integrate twice, using the boundary condition that fluid at the wall doesn’t move (no slip), and you get a velocity shape that’s zero at the wall and highest at the center—a parabola, not a flat profile. The calculation for total flow means adding up all those layers, and because the area increases with radius and the velocity rises even more, the result is the familiar r⁴ relationship. Doubling pipe radius for a set pressure can get you sixteen times the flow, so a “minor tweak” to pipe size is rarely minor in hydraulic design. Keep in mind: as viscosity changes—for example, if your oil gets hotter—flow jumps quickly.
Reynolds Number and Validity Limitations
This law is only good when the flow is laminar—parallel layers, little mixing. You can check this with Reynolds number (Re = ρvD/η). For straight, smooth pipes, you’ll usually see laminar flow up to about Re 2300, but roughness or sharp entrances can lower that threshold. Above that, turbulence kicks in, mixing dominates, and the pressure-flow relationship changes entirely. In turbulent flow, your pressure drop is more about velocity squared, and the effect of pipe size isn’t nearly as wild. For turbulent work, you’ll need the Darcy-Weisbach equation and to look up (or calculate) a friction factor. Make sure you’re using the right equation for your regime—using Poiseuille past the laminar limit is a common cause of undersized equipment and big pressure losses.
Industrial Applications and Design Considerations
If you’re working on medical hardware (IV lines, microfluidics), hydraulic lines in automation, or polymer extrusion, Poiseuille’s Law is critical for defining your starting geometry. For example: a standard IV line with a tiny inner diameter needs enough pressure drop to overcome resistance even for small flows, and the sensitivity to diameter is extreme at this scale. In industrial hydraulics, you’re always trading off tube size: smaller bore makes tighter control with less wasted oil volume (faster pressure response), but losses climb quickly as you increase flow or switch to thicker fluids. In processes like injection molding, temperature and viscosity change as the machine warms up, so you might start off-laminar and drift into another regime during normal operation. First calculations always assume Newtonian fluid and desk conditions, but real-world tweaks—such as oil aging, tube wall roughness, temperature swings, or non-Newtonian fluids—need to be checked as you finish the design.
The Critical r⁴ Dependence in System Design
This r⁴ rule isn’t just mathematical trivia—it’s what usually bites you if the system performance drops or maintenance is skipped. Increase your tube radius by 19% and you double your flow for the same pressure. But the reverse is dangerous: scale or deposits rob you much faster than you might think. Just a 20% reduction in radius and your flow drops to 41%. It explains hard-to-fix problems in both engineering systems and human arteries.
For example, in the body, plaque buildup is dangerous partly because of this same r⁴ effect—a third less diameter means blood flow plummets, and the heart compensates by raising pressure. In machines, you’re better off paying for periodic cleaning than trying to make up lost flow with pump power.
Temperature Effects and Viscosity Variation
Viscosity doesn’t stay put—it drops with rising temperature, often by half with a 15–20°C jump for standard hydraulic oils. Since higher viscosity means lower flow at fixed pressure, you’ll see your system behave very differently at startup versus when it’s warmed up. In water systems, viscosity drops from roughly 1.8 mPa·s at freezing to about 0.3 mPa·s near boiling—a large swing. Any system designed for year-round or variable operation should reflect this, or you’ll see too little flow on cold days and excessive flow on hot ones. This becomes a matter of practical operation: either specify the worst-case and accept the rest, or provide temperature control or flow compensation.
Worked Example: Hydraulic System Tubing Design
Problem: Design the supply line for a precision hydraulic actuator requiring 12.5 L/min of ISO VG 46 hydraulic oil at 40°C. The oil supply reservoir is 8.7 meters from the actuator. Determine the minimum tube inside diameter to maintain pressure drop below 150 kPa while ensuring laminar flow. Oil properties: density ρ = 870 kg/m³, dynamic viscosity η = 0.042 Pa·s at 40°C.
Solution:
Step 1: Convert flow rate to SI units:
Q = 12.5 L/min × (1 m³/1000 L) × (1 min/60 s) = 2.083 × 10⁻⁴ m³/s
Step 2: Rearrange Poiseuille's Law to solve for radius:
Q = (π r⁴ ΔP) / (8 η L)
r⁴ = (8 η L Q) / (π ΔP)
r = [(8 η L Q) / (π ΔP)]^(1/4)
Step 3: Substitute given values (ΔP = 150,000 Pa, L = 8.7 m):
r = [(8 × 0.042 × 8.7 × 2.083×10⁻⁴) / (π × 150,000)]^0.25
r = [(6.071×10⁻⁴) / (471,239)]^0.25
r = [1.288×10⁻⁹]^0.25
r = 0.00598 m = 5.98 mm
Step 4: Calculate inside diameter:
D = 2r = 11.96 mm ≈ 12 mm
Step 5: Verify Reynolds number to confirm laminar flow:
Average velocity: v = Q / (π r²) = 2.083×10⁻⁴ / (π × 0.00598²) = 1.856 m/s
Re = (ρ v D) / η = (870 × 1.856 × 0.01196) / 0.042 = 460.8
Step 6: Verify pressure drop with selected diameter (D = 12 mm, r = 0.006 m):
ΔP = (8 η L Q) / (π r⁴)
ΔP = (8 × 0.042 × 8.7 × 2.083×10⁻⁴) / (π × 0.006⁴)
ΔP = 6.071×10⁻⁴ / 4.072×10⁻⁹
ΔP = 149,100 Pa = 149.1 kPa ✓ (below 150 kPa limit)
Conclusion: A tube with 12 mm inside diameter satisfies both requirements: pressure drop of 149.1 kPa (within specification) and Reynolds number of 461 (laminar flow). Standard tubing size selection would specify 12 mm ID with appropriate wall thickness for system pressure rating. If using standard fractional inch tubing, 1/2" (12.7 mm ID) would provide margin against fouling and temperature variations while maintaining laminar flow and acceptable pressure drop.
Design Notes: This calculation assumes smooth interior tubing. Commercial hydraulic tubing often has surface roughness that becomes significant only in turbulent flow, so this assumption is valid. The low Reynolds number (461) provides substantial margin below the 2300 laminar-turbulent transition, allowing for flow disturbances at bends, fittings, and entrance effects. Temperature excursions to 50°C would reduce viscosity to approximately 0.025 Pa·s, increasing Reynolds number to about 770—still comfortably laminar. Cold-start conditions at 20°C (η ≈ 0.180 Pa·s) would increase pressure drop to approximately 640 kPa, which might require system modifications or warm-up procedures if problematic.
Frequently Asked Questions
Free Engineering Calculators
Explore our complete library of free engineering and physics calculators.
Browse All Calculators →🔗 Explore More Free Engineering Calculators
- Hydraulic Pressure Drop Calculator — Pipe Hose
- Bernoulli Equation Calculator
- CFM Calculator — Room Ventilation Airflow
- Darcy-Weisbach Friction Loss Calculator
- Fan Calculator
- Npsh Net Positive Suction Head Calculator
- Broad Crested Weir Calculator
- Hydraulic Press Force Calculator — Tonnage from Cylinder
- Hydraulic Cylinder Speed Calculator
- Hydraulic Reservoir Sizing Calculator
About the Author
Robbie Dickson — Chief Engineer & Founder, FIRGELLI Automations
Robbie Dickson brings over two decades of engineering expertise to FIRGELLI Automations. With a distinguished career at Rolls-Royce, BMW, and Ford, he has deep expertise in mechanical systems, actuator technology, and precision engineering.
📹 Video Walkthrough — How to Use This Calculator
📹 Video Walkthrough — How to Use This Calculator
Need to implement these calculations?
Explore the precision-engineered motion control solutions used by top engineers.
