Monketoo's picture
Add files using upload-large-folder tool
f2d46be verified

---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:

  1. 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

  1. Get a free copy of "Yplus_LIKE_Eddy_Scales_Book_Version.m" at www.cfdturbulence.com, or email me at tayloreddydk1@gmail.com.

or

  1. Use the free $y^+$ estimation GUI tool offered by cfd-online, which is at http://www.cfd-online.com/Tools/yplus.php

or

  1. 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×104942=2.43×107 m2/sv = \frac{\mu}{\rho} = \frac{2.28 \times 10^{-4}}{942} = 2.43 \times 10^{-7} \text{ m}^2/\text{s}

Rex=Uδ(x)v=7000.12.43×107=2.87×108,<109Re_x = \frac{U_\infty \delta(x)}{v} = \frac{700 * 0.1}{2.43 \times 10^{-7}} = 2.87 \times 10^{8}, < 10^{9}

Cf=[2log10(Rex)0.65]2.3=[2log10(2.87×108)0.65]2.3=1.60×103C_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}

τw=CfρU22=1.60×10394270022=3.78×105\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

u=τwρ=3.78×105942=20.0u_* = \sqrt{\frac{\tau_w}{\rho}} = \sqrt{\frac{3.78 \times 10^5}{942}} = 20.0

y(at y+=1)=y+vu=12.43×10720=1.22×108 my(\text{at } y^+=1) = \frac{y^+ v}{u_*} = \frac{1 * 2.43 \times 10^{-7}}{20} = 1.22 \times 10^{-8} \text{ m} ---PAGE_BREAK---

y⁺ Calculation, Example 6D Solutions

Approach 1 and 2 (the Matlab script, Yplus_LIKE_Eddy_Scales_Book_Version.m)

Rex=2.89×108Re_x = 2.89 \times 10^8

y(at y+=1)=1.23×108 my(\text{at } y^+=1) = 1.23 \times 10^{-8} \text{ m}

Approach 4 (previous slide)

Rex=2.87×108Re_x = 2.87 \times 10^8

y(at y+=1)=1.22×108 my(\text{at } y^+=1) = 1.22 \times 10^{-8} \text{ m}

Approach 3 (cfd-online tool)