Turbulent Boundary Layer Calculator
Find the turbulent flat-plate boundary layer thickness, local Reynolds number, skin friction coefficients, and wall shear stress using the 1/7th-power-law correlation.
🌪️ What is the Turbulent Boundary Layer Calculator?
This turbulent boundary layer calculator uses the 1/7th-power-law (Prandtl) correlation to find the turbulent boundary layer thickness delta, the local Reynolds number Re_x, the local and average skin friction coefficients C_f,x and C_f,avg, and the wall shear stress tau_w for turbulent 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 five values plus a chart of how delta grows along the plate.
The 1/7th-power-law is an empirical correlation, not an exact mathematical solution. Unlike the laminar Blasius boundary layer, which solves the governing equations directly, turbulent flow is chaotic and statistically averaged, so engineers fit a power-law velocity profile u/U = (y/delta)^(1/7) to measured data instead. This calculator matters directly for aircraft skin friction drag estimation, turbine and compressor blade boundary layer analysis, ship hull resistance at cruising speed, and any wind tunnel or CFD study checking whether a flow has already transitioned to turbulence at a given station.
A common misconception is that the turbulent boundary layer formula is just a rescaled version of the laminar Blasius formula, it is not, the exponent on Re_x changes from -0.5 (laminar) to -0.2 (turbulent), and the growth rate with x changes from x^0.5 to x^0.8. Real flows transition from laminar to turbulent around Re_x = 5x10^5 on a smooth flat plate, once small disturbances in the laminar layer grow unstable and viscosity can no longer damp them out. Below that Reynolds number a flow is likely still laminar and the Blasius (laminar) calculator on this site is the more appropriate tool.
This calculator is a quick reference for aerodynamics and fluid mechanics coursework, turbulent flat-plate drag estimation, and sanity-checking CFD or wind tunnel results anywhere a turbulent boundary layer forms over a flat surface with no pressure gradient.
📐 Formula
📖 How to Use This Calculator
Steps
💡 Example Calculations
Example 1 - Air over a mid-length plate (default values)
Example 2 - Water flow over a shorter plate
Example 3 - Air over a short plate, Re_x below the valid range
Example 4 - Invalid input: zero distance from the leading edge
❓ Frequently Asked Questions
🔗 Related Calculators
What is a turbulent boundary layer?
A turbulent boundary layer is the thin, chaotic, eddying region of fluid next to a solid surface where velocity ramps up from zero at the wall (no-slip) to the free-stream velocity U. Unlike a laminar boundary layer, it mixes momentum across its thickness through swirling eddies, which makes it thicker and grows faster than a laminar layer at the same Reynolds number.
What is the 1/7th-power-law correlation?
The 1/7th-power-law is an empirical correlation, popularized by Ludwig Prandtl, that approximates the turbulent flat-plate boundary layer thickness as delta = 0.37x / Re_x^0.2. It comes from fitting the turbulent velocity profile to a power law u/U = (y/delta)^(1/7), and it is valid for Re_x roughly between 5x10^5 and 1x10^7 on a smooth flat plate.
How is the turbulent 1/7th-power-law different from the laminar Blasius solution?
The Blasius solution is an exact mathematical solution of the laminar boundary layer equations, giving delta = 5.0x / sqrt(Re_x). The 1/7th-power-law is an empirical fit to measured turbulent velocity profiles, giving delta = 0.37x / Re_x^0.2, no exact closed-form solution exists for turbulent flow because of its chaotic, statistically averaged nature.
Why do real flows transition from laminar to turbulent around Re_x = 5x10^5?
Small disturbances in a laminar boundary layer grow unstable once viscous damping can no longer suppress them, and on a smooth flat plate with zero pressure gradient this instability reliably becomes fully turbulent by around Re_x = 5x10^5. Surface roughness, free-stream turbulence, and pressure gradients can shift this transition point earlier or later in practice.
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, and it is the single number that determines the boundary layer regime at that station.
What is the difference between local and average skin friction coefficient?
The local skin friction coefficient C_f,x = 0.0592 / Re_x^0.2 applies exactly at position x. The average skin friction coefficient C_f,avg = 0.074 / Re_x^0.2 (using Re_x for the full plate length L = x) is the mean value integrated from the leading edge up to that point, and it is what you multiply by the wetted area to get total skin friction drag on the plate.
How do I find the wall shear stress in a turbulent boundary layer?
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 local drag force per unit area the turbulent flow exerts on the plate surface at that location.
What happens if I enter a distance where Re_x is below 5x10^5?
The calculator still computes the turbulent delta, C_f,x, C_f,avg, and tau_w values, but labels the result 'Likely Laminar' and notes that the Blasius (laminar) boundary layer calculator is the more appropriate tool at that point, since the 1/7th-power-law correlation was not fitted to laminar data.
What happens if Re_x goes above 1x10^7?
The calculator still returns a result but labels it 'Turbulent (Extrapolated)', flagging that the 1/7th-power-law correlation is being used outside its standard validated range of 5x10^5 to 1x10^7. Results in this range should be treated as approximate rather than precise.
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 the turbulent boundary layer grow faster than the laminar one?
Turbulent eddies actively mix high-momentum fluid from the free stream down toward the wall and low-momentum fluid outward, spreading the velocity deficit over a thicker region than viscous diffusion alone would in laminar flow. This is why turbulent delta scales with x^0.8, a faster growth rate than the x^0.5 scaling of the laminar Blasius boundary layer.