Boundary Layer Thickness Calculator (Blasius)

Find the Blasius laminar boundary layer thickness, local Reynolds number, skin friction coefficient, and wall shear stress over a flat plate.

📏 Boundary Layer Thickness Calculator (Blasius)
Distance from leading edge (x)0.3
m
0.015
m/s
kg/m³
Pa·s
Boundary Layer Thickness δ (mm)
Local Reynolds Number Re_x
Skin Friction Coefficient C_f,x
Wall Shear Stress τ_w (Pa)
Flow Regime
Step-by-step working

📏 What is the Boundary Layer Thickness Calculator (Blasius)?

This boundary layer thickness calculator uses the Blasius solution to find the 99% boundary layer thickness delta, the local Reynolds number Re_x, the local skin friction coefficient C_f,x, and the wall shear stress tau_w for laminar flow over a flat plate. Enter the free-stream velocity U, the distance from the leading edge x, the fluid density rho, and the dynamic viscosity mu, and it returns all four values plus a chart of how delta grows along the plate.

A boundary layer is the thin region of fluid next to a solid surface where viscosity slows the flow down from the free-stream velocity U at the outer edge to zero at the wall itself (the no-slip condition). Boundary layer thickness matters directly for aircraft wing drag estimation, heat exchanger and turbine blade design, ship hull friction resistance, and any wind tunnel or CFD study that needs to check whether a flow is still laminar at a given station.

A common misconception is that boundary layer thickness grows linearly with distance, it actually grows with the square root of x, so it thickens fast near the leading edge and more slowly further downstream. Another important distinction: the Blasius solution is only valid for laminar flow, once the local Reynolds number Re_x reaches roughly 5x10^5, the boundary layer transitions toward turbulence and a different, turbulent correlation is needed instead.

This calculator is a quick reference for aerodynamics and fluid mechanics coursework, flat-plate drag estimation, and sanity-checking CFD or wind tunnel results, anywhere a laminar boundary layer forms over a flat surface with no pressure gradient.

📐 Formula

Re_x  =  ρUx / μ
ρ = fluid density (kg/m³)
U = free-stream velocity (m/s)
x = distance from the leading edge (m)
μ = dynamic viscosity (Pa·s)
δ  =  5.0x / √Re_x
δ = 99% boundary layer thickness (m), the Blasius solution result
Example: U = 10 m/s, x = 0.3 m, air (ρ = 1.225 kg/m³, μ = 1.81×10⁻⁵ Pa·s), Re_x ≈ 2.0304×10&sup5;, δ ≈ 3.329 mm.
C_f,x  =  0.664 / √Re_x      τ_w  =  C_f,x × 0.5ρU²
C_f,x = local skin friction coefficient (dimensionless)
τ_w = wall shear stress (Pa), the local drag force per unit area on the plate

📖 How to Use This Calculator

Steps

1
Enter the distance from the leading edge. Use the slider or type the distance x, in metres, measured from the front edge of the flat plate.
2
Enter the free-stream velocity, density, and viscosity. Enter U in m/s, fluid density rho in kg/m3, and dynamic viscosity mu in Pa.s.
3
Read the boundary layer results and chart. See delta, Re_x, C_f,x, tau_w, the flow regime label, and the delta versus x chart.

💡 Example Calculations

Example 1 - Air over a small lab-scale plate (default values)

1
U = 10 m/s, x = 0.3 m, air at ρ = 1.225 kg/m³, μ = 1.81×10⁻⁵ Pa·s
2
Re_x = 1.225 × 10 × 0.3 ÷ 0.0000181 = 2.0304×10&sup5;, this is below 5×10&sup5;, so the flow is laminar
3
δ = 5.0 × 0.3 ÷ √203038.674 = 3.329 mm, C_f,x = 0.00147, τ_w = 0.0903 Pa
δ = 3.329 mm, Re_x = 2.0304×10&sup5;, Laminar
Try this example →

Example 2 - Air over a longer plate at lower speed

1
U = 5 m/s, x = 0.8 m, air at ρ = 1.225 kg/m³, μ = 1.81×10⁻⁵ Pa·s
2
Re_x = 1.225 × 5 × 0.8 ÷ 0.0000181 = 2.7072×10&sup5;, still below 5×10&sup5;, so the flow is laminar
3
δ = 5.0 × 0.8 ÷ √270718.232 = 7.688 mm, C_f,x = 0.00128, τ_w = 0.0195 Pa
δ = 7.688 mm, Re_x = 2.7072×10&sup5;, Laminar
Try this example →

Example 3 - Water flow, turbulent-transition regime

1
U = 2 m/s, x = 1 m, water at ρ = 1000 kg/m³, μ = 0.001 Pa·s
2
Re_x = 1000 × 2 × 1 ÷ 0.001 = 2.0000×10&sup6;, this is above 5×10&sup5;, so Blasius laminar theory no longer applies here
3
The calculator still returns δ = 3.536 mm from the laminar formula, C_f,x = 0.00047, τ_w = 0.9390 Pa, but flags the result as turbulent-transition, meaning a turbulent correlation should be used for the real thickness instead
δ = 3.536 mm (laminar formula only), Re_x = 2.0000×10&sup6;, Turbulent (Blasius invalid)
Try this example →

Example 4 - Invalid input: zero distance from the leading edge

1
x = 0 m (at the leading edge itself), U = 10 m/s, air
2
A boundary layer has not yet formed at x = 0, and the formula divides by a Reynolds number of zero. The calculator shows an error instead of a result.
Error: distance from the leading edge x must be greater than 0
Try this example →

❓ Frequently Asked Questions

What is boundary layer thickness?+
Boundary layer thickness (delta) is the distance from a solid surface, measured perpendicular to the flow, at which the fluid velocity reaches 99% of the free-stream velocity U. Inside this thin layer, viscous effects slow the fluid down from U at the edge to zero at the wall (the no-slip condition).
What is the Blasius solution?+
The Blasius solution is an exact solution to the laminar boundary layer equations for steady, incompressible flow over a flat plate with zero pressure gradient, found by Paul Richard Heinrich Blasius in 1908. It gives the 99% boundary layer thickness as delta = 5.0x / sqrt(Re_x), where x is distance from the leading edge and Re_x is the local Reynolds number.
Why does the Blasius formula use 5.0 instead of a rounder number?+
The value 5.0 comes from numerically solving the Blasius similarity equation and finding where the velocity profile reaches 99% of the free-stream value. Some references use 4.91 or 5.2 depending on the exact percentage chosen (99% versus 99.9%) or rounding convention, but 5.0 is the standard textbook value for the 99% thickness.
When does the Blasius solution stop being valid?+
The Blasius solution assumes laminar flow, which holds until the local Reynolds number Re_x reaches roughly 5x10^5 (the classic transition value for a flat plate). Beyond that point the boundary layer becomes turbulent, and a turbulent correlation such as delta = 0.37x / Re_x^0.2 should be used instead.
What is the local Reynolds number Re_x?+
Re_x = rho U x / mu, where rho is fluid density, U is free-stream velocity, x is distance from the leading edge, and mu is dynamic viscosity. It is called 'local' because it changes with position x along the plate, unlike a single characteristic-length Reynolds number for an entire object.
What is the skin friction coefficient C_f,x?+
C_f,x = 0.664 / sqrt(Re_x) is the local skin friction coefficient from the Blasius solution, a dimensionless measure of the wall shear stress relative to the flow's dynamic pressure at that point on the plate. It decreases with distance x because the boundary layer thickens and the velocity gradient at the wall becomes gentler.
How do I find the wall shear stress from the Blasius solution?+
Wall shear stress tau_w = C_f,x times 0.5 rho U squared, combining the local skin friction coefficient with the fluid's dynamic pressure. It has units of pascals (Pa) and represents the drag force per unit area the fluid exerts on the plate surface at that location.
Do I need kinematic viscosity or dynamic viscosity for this calculator?+
This calculator takes fluid density (rho) and dynamic viscosity (mu) as separate inputs and computes everything from those, matching how most textbooks and material property tables present the data. Kinematic viscosity, if you have it instead, is nu = mu / rho, so multiply nu by rho to recover mu before entering it.
Why does delta grow with the square root of x instead of linearly?+
The Blasius similarity solution shows that viscous diffusion spreads perpendicular to the wall proportional to sqrt(x/U), while the fluid has only had time x/U to diffuse outward from the leading edge. This square-root dependence means the boundary layer thickens quickly near the leading edge and then more slowly further downstream.
What are typical boundary layer thicknesses in practice?+
For air at 10 m/s flowing 0.3 m from the leading edge of a flat plate, the Blasius boundary layer thickness is only about 3.3 mm, illustrating how thin laminar boundary layers typically are at everyday lab-scale speeds and distances, even though they have an outsized effect on drag and heat transfer.
Does the Blasius solution apply to flow over a curved surface or a pipe?+
No, the Blasius solution is specifically derived for a flat plate with zero pressure gradient. Curved surfaces introduce a pressure gradient that changes the boundary layer growth rate, and internal pipe flow has a different geometry entirely (the boundary layers from opposite walls eventually merge), so neither case can use this formula directly.

What is boundary layer thickness?

Boundary layer thickness (delta) is the distance from a solid surface, measured perpendicular to the flow, at which the fluid velocity reaches 99% of the free-stream velocity U. Inside this thin layer, viscous effects slow the fluid down from U at the edge to zero at the wall (the no-slip condition).

What is the Blasius solution?

The Blasius solution is an exact solution to the laminar boundary layer equations for steady, incompressible flow over a flat plate with zero pressure gradient, found by Paul Richard Heinrich Blasius in 1908. It gives the 99% boundary layer thickness as delta = 5.0x / sqrt(Re_x), where x is distance from the leading edge and Re_x is the local Reynolds number.

Why does the Blasius formula use 5.0 instead of a rounder number?

The value 5.0 comes from numerically solving the Blasius similarity equation and finding where the velocity profile reaches 99% of the free-stream value. Some references use 4.91 or 5.2 depending on the exact percentage chosen (99% versus 99.9%) or rounding convention, but 5.0 is the standard textbook value for the 99% thickness.

When does the Blasius solution stop being valid?

The Blasius solution assumes laminar flow, which holds until the local Reynolds number Re_x reaches roughly 5x10^5 (the classic transition value for a flat plate). Beyond that point the boundary layer becomes turbulent, and a turbulent correlation such as delta = 0.37x / Re_x^0.2 should be used instead.

What is the local Reynolds number Re_x?

Re_x = rho U x / mu, where rho is fluid density, U is free-stream velocity, x is distance from the leading edge, and mu is dynamic viscosity. It is called 'local' because it changes with position x along the plate, unlike a single characteristic-length Reynolds number for an entire object.

What is the skin friction coefficient C_f,x?

C_f,x = 0.664 / sqrt(Re_x) is the local skin friction coefficient from the Blasius solution, a dimensionless measure of the wall shear stress relative to the flow's dynamic pressure at that point on the plate. It decreases with distance x because the boundary layer thickens and the velocity gradient at the wall becomes gentler.

How do I find the wall shear stress from the Blasius solution?

Wall shear stress tau_w = C_f,x times 0.5 rho U squared, combining the local skin friction coefficient with the fluid's dynamic pressure. It has units of pascals (Pa) and represents the drag force per unit area the fluid exerts on the plate surface at that location.

Do I need kinematic viscosity or dynamic viscosity for this calculator?

This calculator takes fluid density (rho) and dynamic viscosity (mu) as separate inputs and computes everything from those, matching how most textbooks and material property tables present the data. Kinematic viscosity, if you have it instead, is nu = mu / rho, so multiply nu by rho to recover mu before entering it.

Why does delta grow with the square root of x instead of linearly?

The Blasius similarity solution shows that viscous diffusion spreads perpendicular to the wall proportional to sqrt(x/U), while the fluid has only had time x/U to diffuse outward from the leading edge. This square-root dependence means the boundary layer thickens quickly near the leading edge and then more slowly further downstream.

What are typical boundary layer thicknesses in practice?

For air at 10 m/s flowing 0.3 m from the leading edge of a flat plate, the Blasius boundary layer thickness is only about 3.3 mm, illustrating how thin laminar boundary layers typically are at everyday lab-scale speeds and distances, even though they have an outsized effect on drag and heat transfer.

Does the Blasius solution apply to flow over a curved surface or a pipe?

No, the Blasius solution is specifically derived for a flat plate with zero pressure gradient. Curved surfaces introduce a pressure gradient that changes the boundary layer growth rate, and internal pipe flow has a different geometry entirely (the boundary layers from opposite walls eventually merge), so neither case can use this formula directly.