---PAGE_BREAK---
y⁺ Calculation, Example 6D
Example 6D: Consider a high-velocity fluid over a flat plate. It is desired to find the thickness of the viscous sublayer at $y^+=1$. The fluid is H₂O at 395 K and 1 MPa. Its free stream velocity is 700 m/s, and has a boundary layer $\delta=0.1$ m.
Solutions:
Use the "Yplus_LIKE_Eddy_Scales_Book_Version.m" application found in my CFD/turbulence book, "Applied Computational Fluid Dynamics and Turbulence Modeling", Springer International Publishing, 1st Ed., ISBN 978-3-030-28690-3, 2019, DOI: 10.1007/978-3-030-28691-0.
or
Get a free copy of "Yplus_LIKE_Eddy_Scales_Book_Version.m" at www.cfdturbulence.com , or email me at tayloreddydk1@gmail.com .
or
Use the free $y^+$ estimation GUI tool offered by cfd-online, which is at http://www.cfd-online.com/Tools/yplus.php
or
Follow the step-by-step solution shown in the next slide.
---PAGE_BREAK---
$y^+$ Calculation, Example 6D
From $P$ and $T$, $\rho = 942 \text{ kg/m}^3$ and $\mu = 2.28 \times 10^{-4} \text{ kg/m-s}$.
v = μ ρ = 2.28 × 10 − 4 942 = 2.43 × 10 − 7 m 2 / s v = \frac{\mu}{\rho} = \frac{2.28 \times 10^{-4}}{942} = 2.43 \times 10^{-7} \text{ m}^2/\text{s}v = ρ μ = 942 2.28 × 1 0 − 4 = 2.43 × 1 0 − 7 m 2 / s
R e x = U ∞ δ ( x ) v = 700 ∗ 0.1 2.43 × 10 − 7 = 2.87 × 10 8 , < 10 9 Re_x = \frac{U_\infty \delta(x)}{v} = \frac{700 * 0.1}{2.43 \times 10^{-7}} = 2.87 \times 10^{8}, < 10^{9}R e x = v U ∞ δ ( x ) = 2.43 × 1 0 − 7 700 ∗ 0.1 = 2.87 × 1 0 8 , < 1 0 9
C f = [ 2 log 10 ( R e x ) − 0.65 ] − 2.3 = [ 2 log 10 ( 2.87 × 10 8 ) − 0.65 ] − 2.3 = 1.60 × 10 − 3 C_f = [2 \log_{10}(Re_x) - 0.65]^{-2.3} = [2 \log_{10}(2.87 \times 10^8) - 0.65]^{-2.3} = 1.60 \times 10^{-3}C f = [ 2 log 10 ( R e x ) − 0.65 ] − 2.3 = [ 2 log 10 ( 2.87 × 1 0 8 ) − 0.65 ] − 2.3 = 1.60 × 1 0 − 3
τ w = C f ρ U ∞ 2 2 = 1.60 × 10 − 3 942 ∗ 700 2 2 = 3.78 × 10 5 \tau_w = C_f \frac{\rho U_\infty^2}{2} = 1.60 \times 10^{-3} \frac{942 * 700^2}{2} = 3.78 \times 10^5τ w = C f 2 ρ U ∞ 2 = 1.60 × 1 0 − 3 2 942 ∗ 70 0 2 = 3.78 × 1 0 5
u ∗ = τ w ρ = 3.78 × 10 5 942 = 20.0 u_* = \sqrt{\frac{\tau_w}{\rho}} = \sqrt{\frac{3.78 \times 10^5}{942}} = 20.0u ∗ = ρ τ w = 942 3.78 × 1 0 5 = 20.0
y ( at y + = 1 ) = y + v u ∗ = 1 ∗ 2.43 × 10 − 7 20 = 1.22 × 10 − 8 m y(\text{at } y^+=1) = \frac{y^+ v}{u_*} = \frac{1 * 2.43 \times 10^{-7}}{20} = 1.22 \times 10^{-8} \text{ m}y ( at y + = 1 ) = u ∗ y + v = 20 1 ∗ 2.43 × 1 0 − 7 = 1.22 × 1 0 − 8 m
---PAGE_BREAK---
y⁺ Calculation, Example 6D Solutions
Approach 1 and 2 (the Matlab script, Yplus_LIKE_Eddy_Scales_Book_Version.m)
R e x = 2.89 × 10 8 Re_x = 2.89 \times 10^8R e x = 2.89 × 1 0 8
y ( at y + = 1 ) = 1.23 × 10 − 8 m y(\text{at } y^+=1) = 1.23 \times 10^{-8} \text{ m}y ( at y + = 1 ) = 1.23 × 1 0 − 8 m
Approach 4 (previous slide)
R e x = 2.87 × 10 8 Re_x = 2.87 \times 10^8R e x = 2.87 × 1 0 8
y ( at y + = 1 ) = 1.22 × 10 − 8 m y(\text{at } y^+=1) = 1.22 \times 10^{-8} \text{ m}y ( at y + = 1 ) = 1.22 × 1 0 − 8 m
Approach 3 (cfd-online tool)