Blasius Similarity Solution for Boundary Layer Flow Over a Flat Plate

Total Page:16

File Type:pdf, Size:1020Kb

Blasius Similarity Solution for Boundary Layer Flow Over a Flat Plate Blasius Similarity Solution For Boundary Layer Flow Over a Flat Plate MEMS1055, Computer Aided Analysis in Transport Phenomena Dr. Peyman Givi Seth Strayer 4/9/19 Contents 1 Introduction 1 2 Formulation 1 2.1 Analytical Derivation of the Blasius Solution . 1 3 Results 4 3.1 Solution Convergence and Boundary Layer Thickness . 4 3.2 Optimum ∆η ........................................ 5 3.3 Drag . 5 3.4 Shear Stress and Drag Coefficient . 6 4 Conclusion 7 5 Appendix 8 5.1 Additional Tables and Figures . 8 5.2 References . 11 List of Figures 11 i 1 Introduction In this report we consider the Blasius Boundary Layer Solution for flow over a flat plate of length unity. The similarity variables are given by r r U u 1 Uν η = y ; f 0(η) = ; (ηf 0 − f) (1) xν U 2 x where U denotes the freestream velocity. We would like to analytically show that ff 00 + 2f 000 = 0 f(0) = f 0(0) = 0 f 0(1) = 1 and use these results to calculate a numerical solution. Using the numerical solution, we would also like to: • Determine a finite η such that the Blasius solution converges and discuss the optimum ∆η • Calculate the drag on the wall of the plate • Determine a relationship for calculating the boundary layer thickness δ • Determine the relationship between the shear stress and drag coefficients and Reynolds Number 2 Formulation 2.1 Analytical Derivation of the Blasius Solution In this section, the Blasius third-order ODE and it's corresponding boundary conditions will be derived. From the definition of Navier-Stokes, we have that: f1(u; x; y; ν; U) = 0 (2) f2(v; x; y; ν; U) = 0 (3) Using the Buckingham Pi Theorem, we can find nondimensionless parameters which accurately describe the system presented by Equations 2 and 3. Note that the derivation of these parameters is omitted. With regards to u, r u U Π = ; Π = y (4) 1 U 2 xν such that: r u U = f y = F (η) (5) U xν With regards to v, r r x U Π = v ; Π = y (6) 3 Uν 4 xν 1 such that: r r x U v = f y = G(η) (7) Uν xν Based on these nondimensional parameters, we assume that the solution is of the form: r Uν u = UF (η); v = G(η) (8) x We now use the nondimensionalized quantities to go about solving the Navier-Stokes Equations. From continuity, we have, @u @v + = 0 (9) @x @y such that: p @u @ @F @η @F 1 y U = (UF (η)) = U = U − p @x @x @η @x @η 2 x−3=2 ν @u Uη @F = − (10) @x 2x @η Likewise, for the y component: @v U @G = (11) @y x @η Then from Equations 9, 10, and 11: Uη @F U @G − + = 0 (12) 2x @η x @η Upon factoring, we get: U η @F @G − + = 0 x 2 @η @η @G η @F = @η 2 @η Integrating both sides with respect to η yields: Z η @G 1 Z η @F dη = η dη 0 @η 2 0 @η For the left-hand side, v(0) = 0 due to the no-slip boundary condition implies G(0) = 0 from Equation 8. The right-hand side is integrated by parts. After some simple calculus, the function G(η) is calculated as: 1 G(η) = ηf 0 − f (13) 2 Next, we would like to solve the x-component of the momentum equation, presented below. @u @u @2u u + v = ν (14) @x @y @y2 2 From Equation 10, we have: @u Uη @F = − (15) @x 2x @η Furthermore: r @u @ @F @η @F U = UF (η) = U = U (16) @y @y @η @y @η xν @2u @ @u U 2 @2F = = (17) @y2 @y @y xν @η2 With u and v as prescribed in Equation 8, along with Equations 14, 15, 16, and 17, the momentum equation becomes: r r Uη @F Uν @F U U 2 @2F UF (η) − + G(η) U = ν 2x @η x @η xν xν @η2 Upon factoring and rearrangement: U 2 @F ηF (η) @F @2F G(η) − = x @η 2 @η @η2 Since F = F (η) and G = G(η), we may write: dF ηF (η) dF d2F G(η) − = dη 2 dη dη2 df 0 1 0 Letting F = dη = f , and substituing in G(η) = 2 ηf − f from Equation 13, we have: 1 η ηf 0 − ff 00 − f 0f 00 = f 000 2 2 1 1 η ηf 0f 00 − ff 00 − f 0f 00 = f 000 2 2 2 1 − ff 00 = f 000 2 Finally, we obtain: ff 00 + 2f 000 = 0 (18) Let us now examine the boundary conditions. At η = 0, we have u; v = 0 due to the no-slip boundary condition. Thus, from Equations 8 and 13: 1 G(0) = 0 = − f ) f(0) = 0 (19) 2 From Equation 8, we have: u(0) f 0(0) = = 0 ) f 0(0) = 0 (20) U Finally, as η ! 1, the velocity u should approach the freestream velocity, u ! U such that: U f 0(η ! 1) = = 1 ) f 0(1) = 1 (21) U 3 3 Results The MATLAB Script used to calculate the solution to Equation 18 is "Project 4.m". This script takes the third-order ODE and transforms it into three first-order ODE's. It then uses Euler's Method to solve the first-order ODE's, and also applies the shooting method to determine an initial value for the unprescribed boundary condition for f 00(0). Full code listings for this script are given in the Appendix, Section 5.1, Figures 3 and 4. The exact methodology behind solving a third-order ODE of this nature has been omitted from this report. 3.1 Solution Convergence and Boundary Layer Thickness The numerical solution to Equation 18 for a step size of ∆η = 0:01 is shown in Figure 1. We can see that the normalized velocity profile, f 0 = u=U, asymptotically approaches a value of one, indicating that the velocity approaches the freestream velocity as η is increased. Portions of the tabular data are presented in the Appendix, Table 1. Figure 1: Blasius Solution for ∆η = 0:01 Given the boundary condition presented by Equation 21, we would like to determine a finite value of η where the condition begins to hold. This value determines where convergence of the system occurs. Given the asymptotic nature of the solution, typically η is chosen such that the velocity is within 99% of the freestream velocity, u = 0:99U. By examining the tabular data presented in Table 1, we observe that at η = 4:92, u = 0:99009. This is the first value to come within 99% of the freestream velocity. Thus, replacing η = 1 with η = η∗ (finite): η∗ = 4:92 (22) Using this same concept, if we define the boundary layer thickness δ as the value of y for which u = 0:99U, along with the definition of η in Equation 1, we obtain: 4 rxν rxν rxν δ = y = η = 4:92 ≈ 5 (23) U U U 3.2 Optimum ∆η In this section, the optimum step size ∆η is calculated. The term optimized in this report will refer to the last value before which the change in the initial guess h(1) used in regards to the shooting method no longer exceeds the change in step size. Results for varying mesh sizes are given in Figure 2. Figure 2: Step Size Optimization From this figure, we can see that the change in the initial guess h(1) never exceeds the change in step size. Thus, decreasing the step size from the initial size of ∆η = 0:01 will only result in more computational expense with nearly the same amount of computational accuracy. Thus, we conclude that the optimum step size for this problem is: ∆η = 0:01 (24) 3.3 Drag In this section, the drag on the wall of the plate is calculated. The shear stress on the wall τw is given by: r r @u U @F U 00 τw = µ = µU = µU f (25) @y y=0 xν @η η=0 xν η=0 Then the drag force is given by: Z L Z L r r U 00 Ux 00 D = τwdx = µU f dx = 2µU f (26) 0 0 xν η=0 ν η=0 Evaluating for a unit length of L = 1, a freestream velocity equal to unity, dynamic viscosity µ = 1:01e − 3, and kinematic viscosity ν = 1:01e − 6, we obtain: r 1(1) 00 00 D = 2(1:01e − 3)(1) f = 2:01f η=0 (27) 1:01e − 6 η=0 5 00 From Table 1, f η=0 = 0:33031. Thus, D = 2:01(0:33031) = 0:66391N (28) 3.4 Shear Stress and Drag Coefficient In this section, we wish to find relations between the shear stress coefficient and the drag coefficient in terms of Reynolds Number. Consider the shear stress coefficient given by: τ C = w (29) f 1 2 2 ρU From Equation 25, we can write: q U 00 q U 00 µU xν f ν xν f C = η=0 = η=0 f 1 2 1 2 ρU 2 U 00 r ν 2f 00 p η=0 Cf = 2 f η=0 = Ux Rex 00 From Table 1, f η=0 = 0:33031 such that: 2(0:33031) 0:66 Cf = p = p (30) Rex Rex Thus, the shear stress coefficient can be approximated as: 0:66 Cf ≈ p (31) Rex Likewise, the drag coefficient is given by: D C = (32) fm 1 2 2 ρU L From Equation 26, we can write: q Ux 00 q Ux 00 2µU ν f 4ν ν f C = η=0 = η=0 fm 1 2 2 ρU L UL 00 4f η=0 Cfm = p ReL 00 Again, from Table 1, f η=0 = 0:33031 such that: 4(0:33031) 1:32 Cfm = p = p (33) ReL ReL Thus, the drag coefficient can be approximated as: 1:32 Cfm ≈ p (34) ReL 6 4 Conclusion In this report we were able to calculate the Blasius Boundary Layer Solution for flow over a flat plate of length unity.
Recommended publications
  • Brief History of the Early Development of Theoretical and Experimental Fluid Dynamics
    Brief History of the Early Development of Theoretical and Experimental Fluid Dynamics John D. Anderson Jr. Aeronautics Division, National Air and Space Museum, Smithsonian Institution, Washington, DC, USA 1 INTRODUCTION 1 Introduction 1 2 Early Greek Science: Aristotle and Archimedes 2 As you read these words, there are millions of modern engi- neering devices in operation that depend in part, or in total, 3 DA Vinci’s Fluid Dynamics 2 on the understanding of fluid dynamics – airplanes in flight, 4 The Velocity-Squared Law 3 ships at sea, automobiles on the road, mechanical biomedi- 5 Newton and the Sine-Squared Law 5 cal devices, and so on. In the modern world, we sometimes take these devices for granted. However, it is important to 6 Daniel Bernoulli and the Pressure-Velocity pause for a moment and realize that each of these machines Concept 7 is a miracle in modern engineering fluid dynamics wherein 7 Henri Pitot and the Invention of the Pitot Tube 9 many diverse fundamental laws of nature are harnessed and 8 The High Noon of Eighteenth Century Fluid combined in a useful fashion so as to produce a safe, efficient, Dynamics – Leonhard Euler and the Governing and effective machine. Indeed, the sight of an airplane flying Equations of Inviscid Fluid Motion 10 overhead typifies the laws of aerodynamics in action, and it 9 Inclusion of Friction in Theoretical Fluid is easy to forget that just two centuries ago, these laws were Dynamics: the Works of Navier and Stokes 11 so mysterious, unknown or misunderstood as to preclude a flying machine from even lifting off the ground; let alone 10 Osborne Reynolds: Understanding Turbulent successfully flying through the air.
    [Show full text]
  • In Classical Fluid Dynamics, a Boundary Layer Is the Layer I
    Atm S 547 Boundary Layer Meteorology Bretherton Lecture 1 Scope of Boundary Layer (BL) Meteorology (Garratt, Ch. 1) In classical fluid dynamics, a boundary layer is the layer in a nearly inviscid fluid next to a surface in which frictional drag associated with that surface is significant (term introduced by Prandtl, 1905). Such boundary layers can be laminar or turbulent, and are often only mm thick. In atmospheric science, a similar definition is useful. The atmospheric boundary layer (ABL, sometimes called P[lanetary] BL) is the layer of fluid directly above the Earth’s surface in which significant fluxes of momentum, heat and/or moisture are carried by turbulent motions whose horizontal and vertical scales are on the order of the boundary layer depth, and whose circulation timescale is a few hours or less (Garratt, p. 1). A similar definition works for the ocean. The complexity of this definition is due to several complications compared to classical aerodynamics. i) Surface heat exchange can lead to thermal convection ii) Moisture and effects on convection iii) Earth’s rotation iv) Complex surface characteristics and topography. BL is assumed to encompass surface-driven dry convection. Most workers (but not all) include shallow cumulus in BL, but deep precipitating cumuli are usually excluded from scope of BLM due to longer time for most air to recirculate back from clouds into contact with surface. Air-surface exchange BLM also traditionally includes the study of fluxes of heat, moisture and momentum between the atmosphere and the underlying surface, and how to characterize surfaces so as to predict these fluxes (roughness, thermal and moisture fluxes, radiative characteristics).
    [Show full text]
  • Blasius Boundary Layer
    3 Fluid flow at a large Reynolds number. In our first application of matched asymptotic expansions to problems of fluid dynam- ics, let us consider a two-dimensional flow past a solid body, B, at a large Reynolds number. In non-dimensional variables we have the Navier-Stokes equations derived in Section 1 (see equations (1.71)-(1.74)) which, omitting over bars, can be written as ∂u ∂u ∂u ∂p ∂2u ∂2u! + u + v = − + Re−1 + , (3.1) ∂t ∂x ∂y ∂x ∂x2 ∂y2 ∂v ∂v ∂v ∂p ∂2v ∂2v ! + u + v = − + Re−1 + , (3.2) ∂t ∂x ∂y ∂y ∂x2 ∂y2 ∂u ∂v + = 0. (3.3) ∂x ∂y As boundary conditions we take a uniform stream far from the body, u → 1, v → 0, p → 0 as x2 + y2 → ∞, (3.4) and the no-slip conditions on the surface of the body, u = v = 0 at r = ∂B, (3.5) r being the position vector in the (x, y)-plane. One needs to be a little careful with formulating far-field conditions, especially when the solid surface extends to infinity downstream, however in every particular case this should not be an issue. 3.1 Outer limit - inviscid flow. Let Re → ∞. We attempt solution for the flow as an expansion, u = u0(x, y, t) + ..., v = v0(x, y, t) + ..., p = p0(x, y, t) + ..., (3.6) where the neglected terms are small but at this stage we do not know how small. The Navier-Stokes equations suggest correction terms of order Re−1but in fact the corrections prove to be O(Re−1/2).
    [Show full text]
  • Turbulence, Entropy and Dynamics
    TURBULENCE, ENTROPY AND DYNAMICS Lecture Notes, UPC 2014 Jose M. Redondo Contents 1 Turbulence 1 1.1 Features ................................................ 2 1.2 Examples of turbulence ........................................ 3 1.3 Heat and momentum transfer ..................................... 4 1.4 Kolmogorov’s theory of 1941 ..................................... 4 1.5 See also ................................................ 6 1.6 References and notes ......................................... 6 1.7 Further reading ............................................ 7 1.7.1 General ............................................ 7 1.7.2 Original scientific research papers and classic monographs .................. 7 1.8 External links ............................................. 7 2 Turbulence modeling 8 2.1 Closure problem ............................................ 8 2.2 Eddy viscosity ............................................. 8 2.3 Prandtl’s mixing-length concept .................................... 8 2.4 Smagorinsky model for the sub-grid scale eddy viscosity ....................... 8 2.5 Spalart–Allmaras, k–ε and k–ω models ................................ 9 2.6 Common models ........................................... 9 2.7 References ............................................... 9 2.7.1 Notes ............................................. 9 2.7.2 Other ............................................. 9 3 Reynolds stress equation model 10 3.1 Production term ............................................ 10 3.2 Pressure-strain interactions
    [Show full text]
  • Chapter 5 Frictional Boundary Layers
    Chapter 5 Frictional boundary layers 5.1 The Ekman layer problem over a solid surface In this chapter we will take up the important question of the role of friction, especially in the case when the friction is relatively small (and we will have to find an objective measure of what we mean by small). As we noted in the last chapter, the no-slip boundary condition has to be satisfied no matter how small friction is but ignoring friction lowers the spatial order of the Navier Stokes equations and makes the satisfaction of the boundary condition impossible. What is the resolution of this fundamental perplexity? At the same time, the examination of this basic fluid mechanical question allows us to investigate a physical phenomenon of great importance to both meteorology and oceanography, the frictional boundary layer in a rotating fluid, called the Ekman Layer. The historical background of this development is very interesting, partly because of the fascinating people involved. Ekman (1874-1954) was a student of the great Norwegian meteorologist, Vilhelm Bjerknes, (himself the father of Jacques Bjerknes who did so much to understand the nature of the Southern Oscillation). Vilhelm Bjerknes, who was the first to seriously attempt to formulate meteorology as a problem in fluid mechanics, was a student of his own father Christian Bjerknes, the physicist who in turn worked with Hertz who was the first to demonstrate the correctness of Maxwell’s formulation of electrodynamics. So, we are part of a joined sequence of scientists going back to the great days of classical physics.
    [Show full text]
  • The Atmospheric Boundary Layer (ABL Or PBL)
    The Atmospheric Boundary Layer (ABL or PBL) • The layer of fluid directly above the Earth’s surface in which significant fluxes of momentum, heat and/or moisture are carried by turbulent motions whose horizontal and vertical scales are on the order of the boundary layer depth, and whose circulation timescale is a few hours or less (Garratt, p. 1). A similar definition works for the ocean. • The complexity of this definition is due to several complications compared to classical aerodynamics: i) Surface heat exchange can lead to thermal convection ii) Moisture and effects on convection iii) Earth’s rotation iv) Complex surface characteristics and topography. Atm S 547 Lecture 1, Slide 1 Sublayers of the atmospheric boundary layer Atm S 547 Lecture 1, Slide 2 Applications and Relevance of BLM i) Climate simulation and NWP ii) Air Pollution and Urban Meteorology iii) Agricultural meteorology iv) Aviation v) Remote Sensing vi) Military Atm S 547 Lecture 1, Slide 3 History of Boundary-Layer Meteorology 1900 – 1910 Development of laminar boundary layer theory for aerodynamics, starting with a seminal paper of Prandtl (1904). Ekman (1905,1906) develops his theory of laminar Ekman layer. 1910 – 1940 Taylor develops basic methods for examining and understanding turbulent mixing Mixing length theory, eddy diffusivity - von Karman, Prandtl, Lettau 1940 – 1950 Kolmogorov (1941) similarity theory of turbulence 1950 – 1960 Buoyancy effects on surface layer (Monin and Obuhkov, 1954). Early field experiments (e. g. Great Plains Expt. of 1953) capable of accurate direct turbulent flux measurements 1960 – 1970 The Golden Age of BLM. Accurate observations of a variety of boundary layer types, including convective, stable and trade- cumulus.
    [Show full text]
  • Boundary Layers
    1 I-campus project School-wide Program on Fluid Mechanics Modules on High Reynolds Number Flows K. P. Burr, T. R. Akylas & C. C. Mei CHAPTER TWO TWO-DIMENSIONAL LAMINAR BOUNDARY LAYERS 1 Introduction. When a viscous fluid flows along a fixed impermeable wall, or past the rigid surface of an immersed body, an essential condition is that the velocity at any point on the wall or other fixed surface is zero. The extent to which this condition modifies the general character of the flow depends upon the value of the viscosity. If the body is of streamlined shape and if the viscosity is small without being negligible, the modifying effect appears to be confined within narrow regions adjacent to the solid surfaces; these are called boundary layers. Within such layers the fluid velocity changes rapidly from zero to its main-stream value, and this may imply a steep gradient of shearing stress; as a consequence, not all the viscous terms in the equation of motion will be negligible, even though the viscosity, which they contain as a factor, is itself very small. A more precise criterion for the existence of a well-defined laminar boundary layer is that the Reynolds number should be large, though not so large as to imply a breakdown of the laminar flow. 2 Boundary Layer Governing Equations. In developing a mathematical theory of boundary layers, the first step is to show the existence, as the Reynolds number R tends to infinity, or the kinematic viscosity ν tends to zero, of a limiting form of the equations of motion, different from that obtained by putting ν = 0 in the first place.
    [Show full text]
  • Engineering Fluid Dynamics CTW-TS Bachelor Thesis Remco Olimulder
    Faculty of Advanced Technology Engineering Fluid Dynamics The boundary layer of a fluid CTW-TS stream over a flat Bachelor thesis plate Date Januari 2013 Remco Olimulder TS- 136 ii Abstract In the flow over a solid surface a boundary layer is formed. In this study this boundary layer is investi- gated theoretically, numerically and experimentally. The equations governing the incompressible laminar flow in thin boundary layers have been derived following Prandtl’s theory. For the case of two-dimensional flow over an infinite flat plate at zero incidence, the similarity solution of Blasius is formulated. In addition the similarity solution for the flow stagnating on an infinite flat plate has been derived. Subsequently the Integral Momentum Equation method of von Kármán is derived. This method is then used to numerically solve for the flow in the boundary layer along the flat plate and for the stagnation-point flow. For the experimental part of the investigation a wind-tunnel model of a flat plate, of finite thickness, was placed inside the silent wind tunnel. The leading-edge of the wind-tunnel model has a specific smooth shape, designed such that the boundary layer develops like the boundary layer along a plate of infinitesimal thickness. The pressure distribution along the wind-tunnel model, obtained from a CFD calculation has been used as input for the Integral Momentum Equation method to predict the boundary layer development along the model and compare it to Blasius’ solution. The velocity distribution in the boundary layer has been measured using hot-wire anemometry (HWA) at three distances from the leading edge.
    [Show full text]
  • Apollo Afterbody Heat Transfer and Pressure with and Without Ablation at M, of 5.8 to 8.3
    https://ntrs.nasa.gov/search.jsp?R=19660027030 2020-03-24T01:55:18+00:00Z View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by NASA Technical Reports Server NASA TECHNICAL NOTE NASA TN D-3620 0 N 40 @? P z c e c/I e z APOLLO AFTERBODY HEAT TRANSFER AND PRESSURE WITH AND WITHOUT ABLATION AT M, OF 5.8 TO 8.3 by George Lee and Robert E. Sandell Ames Research Center Moffett Field, Cali$ NATIONAL AERONAUTICS AND SPACE ADMINISTRATION b WASHINGTON, D. C. SEPTEMBER 1966 1 3” TECH LIBRARY KAFB, NM APQLLO AFTERBODY HEAT TRANSFER AND PRESSURE WITH AND WITHOUT ABLATION AT Moo OF 5.8 TO 8.3 By George Lee and Robert E. Sundell Ames Research Center Moffett Field, Calif. NATIONAL AERONAUTICS AND SPACE ADMINISTRATION For sale by the Clearinghouse for Federal Scientific and Technical Information Springfield, Virginia 22151 - Price 62.00 APOUO AFTEIiBODY HEAT TRANSFER AND PRESSURE WITH AND WITHOUT ABLATION AT I!&,OF 3.8 TO 8.3 '' By George Lee and Robert E. Sundell Ames Research Center SUMMARY Apollo afterbody pressures and heat transfer with and without an ablating nose cap have been measured at Mach numbers 5.8 to 8.3, stream enthalpies of 1.628~106to 9.296~106J/kg, and Reynolds numbers based on diameter of 200 to 22,000. Correlations of the data and comparisons with theories have been made. INTRODUCTION Ablation type heat shields, commonly used for the thermal protection of the stagnation region of spacecraft, inject gases into the stream.
    [Show full text]
  • Analysis of Boundary Layers Through Computational Fluid Dynamics and Experimental Analysis
    Analysis of Boundary Layers through Computational Fluid Dynamics and Experimental analysis By Eugene O’Reilly, B.Eng This thesis is submitted as the fulfilment of the requirement for the award of degree of Master of Engineering Supervisors Dr Joseph Stokes and Dr Brian Corcoran School of Mechanical and Manufacturing Engineering, Dublin City University, Ireland. October 2006 DECLARATION I hereby certify that this material, which I now submit for assessment on the programme of study leading to the award of Degree of Master of Engineering is entirely my own work and has not been taken from the work of others save and to the extent that such work has been cited and acknowledged within the text of my own work Signed ID Number 99604434 Date 2&j \Oj 2QOG I ACKNOWLEDGEMENTS I would like to thank Dr Joseph Stokes and Dr Brian Corcoran of the School of Mechanical and Manufacturing Engineering, Dublin City University, for their advice and guidance through this work Their helpful discussions and availability to discuss any problems I was having has been the cornerstone of this research Thanks also, to Mr Michael May of the School of Mechanical and Manufacturing Engineering for his invaluable help and guidance in the design and construction of the experimental equipment To Mr Cian Meme and Mr Eoin Tuohy of the workshop for their technical advice and excellent work in the production of the required parts and to Mr Keith Hickey for his help with all my software queries and computer issues Thanks also to Mr Ben Austin and Mr David Cunningham of the School
    [Show full text]
  • Ludwig Prandtl and Boundary Layers in Fluid Flow How a Small Viscosity Can Cause Large Effects
    GENERAL I ARTICLE Ludwig Prandtl and Boundary Layers in Fluid Flow How a Small Viscosity can Cause large Effects Jaywant H Arakeri and P N Shankar In 1904, Prandtl proposed the concept of bound­ ary layers that revolutionised the study of fluid mechanics. In this article we present the basic ideas of boundary layers and boundary-layer sep­ aration, a phenomenon that distinguishes stream­ lined from bluff bodies. Jaywant Arakeri is in the Mechanical Engineering A Long-Standing Paradox Department and in the Centre for Product It is a matter of common experience that when we stand Development and in a breeze or wade in water we feel a force which is Manufacture at the Indian called the drag force. We now know that the drag is Institute of Science, caused by fluid friction or viscosity. However, for long it Bangalore. His research is was believed that the viscosity shouldn't enter the pic­ mainly in instability and turbulence in fluid motion. ture at all since it was so small in value for both water He is also interested in and air. Assuming no viscosity, the finest mathematical issues related to environ­ physicists of the 19th century constructed a large body ment and development. of elegant results which predicted that the drag on a body in steady flow would be zero. This discrepancy between ideal fluid theory or hydrodynamics and com­ mon experience was known as 'd' Alembert's paradox' The paradox was only resolved in a revolutionary 1904 paper by L Prandtl who showed that viscous effects, no matter how'small the viscosity, can never be neglected.
    [Show full text]
  • The Turbulence Structure in Rough- and Smooth-Wall Boundary Layers
    J. Fluid Mech. (2007), vol. 592, pp. 263–293. c 2007 Cambridge University Press 263 doi:10.1017/S0022112007008518 Printed in the United Kingdom Turbulence structure in rough- and smooth-wall boundary layers R. J. V O L I N O1,M.P.SCHULTZ2 AND K. A. F L A C K1 1Mechanical Engineering Department, United States Naval Academy, Annapolis, MD 21402, USA 2Naval Architecture and Ocean Engineering Department, United States Naval Academy, Annapolis, MD 21402, USA (Received 9 April 2007 and in revised form 18 July 2007) Turbulence measurements for rough-wall boundary layers are presented and compared to those for a smooth wall. The rough-wall experiments were made on a woven mesh surface at Reynolds numbers approximately equal to those for the smooth wall. Fully rough conditions were achieved. The present work focuses on turbulence structure, as documented through spectra of the fluctuating velocity components, swirl strength, and two-point auto- and cross-correlations of the fluctuating velocity and swirl. The present results are in good agreement, both qualitatively and quantitatively, with the turbulence structure for smooth-wall boundary layers documented in the literature. The boundary layer is characterized by packets of hairpin vortices which induce low- speed regions with regular spanwise spacing. The same types of structure are observed for the rough- and smooth-wall flows. When the measured quantities are normalized using outer variables, some differences are observed, but quantitative similarity, in large part, holds. The present results support and help to explain the previously documented outer-region similarity in turbulence statistics between smooth- and rough-wall boundary layers.
    [Show full text]