Solutions Manual for Fundamentals of Fluid Mechanics 7th edition by Munson Rothmayer Okiishi and Huebsch

Size: px
Start display at page:

Download "Solutions Manual for Fundamentals of Fluid Mechanics 7th edition by Munson Rothmayer Okiishi and Huebsch"

Transcription

1 Solutions Manual for Fundamentals of Fluid Mecanics 7t edition by Munson Rotmayer Okiisi and Huebsc Link full download : ttps://digitalcontentmarket.org/download/solutions-manual-forfundamentals-of-fluid-mecanics-7t-edition-by-munson-rotmayer-okiisi-and-uebsc/ A.1 Introduction VA.1 Pouring a liquid Numerical metods using digital computers are, of course, commonly utilized to solve a wide variety of flow problems. As discussed in Capter 6, altoug te differential equations tat gov-ern te flow of Newtonian fluids [te Navier Stokes equations (Eq )] were derived many years ago, tere are few known analytical solutions to tem. However, wit te advent of ig-speed digital computers it as become possible to obtain approximate numerical solutions to tese (and oter fluid mecanics) equations for a wide variety of circumstances. Computational fluid dynamics (CFD) involves replacing te partial differential equations wit discretized algebraic equations tat approximate te partial differential equations. Tese equations are ten numerically solved to obtain flow field values at te discrete points in space and/or time. Since te Navier Stokes equations are valid everywere in te flow field of te fluid continuum, an analytical solution to tese equations provides te solution for an infinite num-ber of points in te flow. However, analytical solutions are available for only a limited number of simplified flow geometries. To overcome tis limitation, te governing equations can be discretized and put in algebraic form for te computer to solve. Te CFD simulation solves for te relevant flow variables only at te discrete points, wic make up te grid or mes of te solution (discussed in more detail below). Interpolation scemes are used to obtain values at non-grid point locations. CFD can be tougt of as a numerical experiment. In a typical fluids experiment, an exper-imental model is built, measurements of te flow interacting wit tat model are taken, and te results are analyzed. In CFD, te building of te model is replaced wit te formulation of te governing equations and te development of te numerical algoritm. Te process of obtaining measurements is replaced wit running an algoritm on te computer to simulate te flow inter-action. Of course, te analysis of results is common ground to bot tecniques. CFD can be classified as a subdiscipline to te study of fluid dynamics. However, it sould be pointed out tat a toroug coverage of CFD topics is well beyond te scope of tis textbook. Tis appendix igligts some of te more important topics in CFD, but is only intended as a brief introduction. Te topics include discretization of te governing equations, grid generation, bound-ary conditions, application of CFD, and some representative examples. A.2 Discretization Te process of discretization involves developing a set of algebraic equations (based on discrete points in te flow domain) to be used in place of te partial differential equations. Of te various discretization tecniques available for te numerical solution of te governing differential equations, te following tree types are most common: (1) te finite difference metod, (2) te finite element (or finite volume) metod, and (3) te boundary element metod. In eac of tese metods, te continuous flow field (i.e., velocity or pressure as a function of space and time) is described in terms of discrete (rater tan continuous) values at prescribed locations. Troug tis tecnique te dif-ferential equations are replaced by a set of algebraic equations tat can be solved on te computer. For te finite element (or finite volume) metod, te flow field is broken into a set of small fluid elements (usually triangular areas if te flow is two-dimensional, or small volume elements if te flow is tree-dimensional). Te conservation equations (i.e., conservation of mass, momentum, and energy) are written in an appropriate form for eac element, and te set of resulting 725

2 726 Appendix A Computational Fluid Dynamics i t panel U Γ i 1 Γ i Γ i+ 1 Γ i = strengt of vortex on i t panel Figure A.1 Panel metod for flow past an airfoil. algebraic equations for te flow field is solved numerically. Te number, size, and sape of elements are dictated in part by te particular flow geometry and flow conditions for te problem at and. As te number of elements increases (as is necessary for flows wit complex bound-aries), te number of simultaneous algebraic equations tat must be solved increases rapidly. Prob-lems involving one million to ten million (or more) grid cells are not uncommon in today s CFD community, particularly for complex tree-dimensional geometries. Furter information about tis metod can be found in Refs. 1 and 2. For te boundary element metod, te boundary of te flow field (not te entire flow field as in te finite element metod) is broken into discrete segments (Ref. 3) and appropriate singularities suc as sources, sinks, doublets, and vortices are distributed on tese boundary elements. Te strengts and type of te singularities are cosen so tat te appropriate boundary condi-tions of te flow are obtained on te boundary elements. For points in te flow field not on te boundary, te flow is calculated by adding te contributions from te various singularities on te boundary. Altoug te details of tis metod are rater matematically sopisticated, it may (depending on te particular problem) require less computational time and space tan te finite element metod. Typical boundary elements and teir associated singularities (vortices) for twodimensional flow past an airfoil are sown in Fig. A.1. Suc use of te boundary element metod in aerodynamics is often termed te panel metod in recognition of te fact tat eac element plays te role of a panel on te airfoil surface (Ref. 4). Te finite difference metod for computational fluid dynamics is peraps te most easily understood of te tree metods listed above. For tis metod te flow field is dissected into a set of grid points and te continuous functions (velocity, pressure, etc.) are approximated by dis-crete values of tese functions calculated at te grid points. Derivatives of te functions are approximated by using te differences between te function values at local grid points divided by te grid spacing. Te standard metod for converting te partial differential equations to algebraic equations is troug te use of Taylor series expansions. (See Ref. 5.) For example, assume a standard rectangular grid is applied to a flow domain as sown in Fig. A.2. Tis grid stencil sows five grid points in x y space wit te center point being labeled as i, j. Tis index notation is used as subscripts on variables to signify location. For example, u i1 1, j is te u component of velocity at te first point to te rigt of te center point i, j. Te grid spac-ing in te i and j directions is given as x and y, respectively. To find an algebraic approximation to a first derivative term suc as 0u/ 0x at te i, j grid point, consider a Taylor series expansion written for u at i 1 1 as u 5u 1 b i1 1, j i, j a 0u x 0 2 u 1 x u b 1 x23 0x i, j 1! 1 a 0x 2 i, j 2! 1 a 0x 3 3! b i, j 1 p (A.1) y i 1 i i + 1 j + 1 y j j 1 x x Figure A.2 Standard rectangular grid.

3 Solving for te underlined term in te above equation results in te following: u i1 1, j 0u b a 0x i, j 5 x 2u i, j A.3 Grids O1 x2 (A.2) were O1 x 2 contains iger order terms proportional to x, 1 x2 2, and so fort. Equation A.2 represents a forward difference equation to approximate te first derivative using values at i 1 1, j and i, j along wit te grid spacing in te x direction. Obviously in solving for te 0u/ 0x term we ave ignored iger order terms suc as te second and tird derivatives present in Eq. A.1. Tis process is termed truncation of te Taylor series expansion. Te lowest order term tat was truncated included 1 x2 2. Notice tat te first derivative term contains x. Wen solv-ing for te first derivative, all terms on te rigt-and side were divided by x. Terefore, te term O1 x2 signifies tat tis equation as error of order 1 x2, wic is due to te neglected terms in te Taylor series and is called truncation error. Hence, te forward difference is termed first-order accurate. Tus, we can transform a partial derivative into an algebraic expression involving values of te variable at neigboring grid points. Tis metod of using te Taylor series expansions to obtain discrete algebraic equations is called te finite difference metod. Similar procedures can be used to develop approximations termed backward difference and central difference representations of te first derivative. Te central difference makes use of bot te left and rigt points (i.e., i 2 1, j and i 1 1, j) and is second-order accurate. In addition, finite difference equations can be developed for te oter spatial directions (i.e., 0u/ 0y) as well as for second derivatives 10 2 u/ 0x 2 2, wic are also contained in te Navier Stokes equations (see Ref. 5 for details). Applying tis metod to all terms in te governing equations transfers te differential equations into a set of algebraic equations involving te pysical variables at te grid points (i.e., u i, j, p i, j for i 5 1, 2, 3, p and j 5 1, 2, 3, p, etc.). Tis set of equations is ten solved by appro-priate numerical tecniques. Te larger te number of grid points used, te larger te number of equations tat must be solved. A student of CFD sould realize tat te discretization of te continuum governing equations involves te use of algebraic equations tat are an approximation to te original partial differential equation. Along wit tis approximation comes some amount of error. Tis type of error is termed truncation error because te Taylor series expansion used to represent a deriv-ative is truncated at some reasonable point and te iger order terms are ignored. Te trun-cation errors tend to zero as te grid is refined by making x and y smaller, so grid refine-ment is one metod of reducing tis type of error. Anoter type of unavoidable numerical error is te so-called round-off error. Tis type of error is due to te limit of te computer on te number of digits it can retain in memory. Engineering students can run into round-off errors from teir calculators if tey plug values into te equations at an early stage of te solution process. Fortunately, for most CFD cases, if te algoritm is set up properly, round-off errors are usually negligible. A.3 Grids CFD computations using te finite difference metod provide te flow field at discrete points in te flow domain. Te arrangement of tese discrete points is termed te grid or te mes. Te type of grid developed for a given problem can ave a significant impact on te numer-ical simulation, including te accuracy of te solution. Te grid must represent te geometry correctly and accurately, since an error in tis representation can ave a significant effect on te solution. Te grid must also ave sufficient grid resolution to capture te relevant flow pysics, oterwise tey will be lost. Tis particular requirement is problem dependent. For example, if a flow field as small-scale structures, te grid resolution must be sufficient to capture tese structures. It is usually necessary to increase te number of grid points (i.e., use a finer mes) were large gradients are to be expected, suc as in te boundary layer near a solid surface. Te same can also be

4 728 Appendix A Computational Fluid Dynamics (a) (b) Figure A.3 Structured grids. (a) Rectangular grid. (b) Grid around a parabolic surface. VA.2 Dynamic grid said for te temporal resolution. Te time step, t, used for unsteady flows must be smaller tan te smallest time scale of te flow features being investigated. Generally, te types of grids fall into two categories: structured and unstructured, depending on weter or not tere exists a systematic pattern of connectivity of te grid points wit teir neigbors. As te name implies, a structured grid as some type of regular, coerent structure to te mes lay-out tat can be defined matematically. Te simplest structured grid is a uniform rectangular grid, as sown in Fig. A.3a. However, structured grids are not restricted to rectangular geometries. Figure A.3b sows a structured grid wrapped around a parabolic surface. Notice tat grid points are clustered near te surface (i.e., grid spacing in normal direction increases as one moves away from te surface) to elp capture te steep flow gradients found in te boundary layer region. Tis type of variable grid spacing is used werever tere is a need to increase grid resolution and is termed grid stretcing. For te unstructured grid, te grid cell arrangement is irregular and as no systematic pattern. Te grid cell geometry usually consists of various-sized triangles for two-dimensional prob-lems and tetraedrals for tree-dimensional grids. An example of an unstructured grid is sown in Fig. A.4. Unlike structured grids, for an unstructured grid eac grid cell and te connection information to neigboring cells is defined separately. Tis produces an increase in te computer code complexity as well as a significant computer storage requirement. Te advantage to an unstructured grid is tat it can be applied to complex geometries, were structured grids would ave severe difficulty. Te finite difference metod is usually restricted to structured grids wereas te finite volume (or finite element) metod can use eiter structured or unstructured grids. Oter grids include ybrid, moving, and adaptive grids. A grid tat uses a combination of grid elements (rectangles, triangles, etc.) is termed a ybrid grid. As te name implies, te moving grid Figure A.4 Anisotropic adaptive mes for flow induced by te rotor of a elicopter in over, wit ground effect. Left: flow; Rigt: grid. (From Newmerical Tecnologies International, Montreal, Canada. Used by permission.)

5 A.4 Boundary Conditions A.5 Basic Representative Examples 729 is elpful for flows involving a time-dependent geometry. If, for example, te problem involves simulating te flow witin a pumping eart or te flow around a flapping wing, a mes tat moves wit te geometry is desired. Te nature of te adaptive grid lies in its ability to literally adapt itself during te simulation. For tis type of grid, wile te CFD code is trying to reac a converged solution, te grid will adapt itself to place additional grid resources in regions of ig-flow gradients. Suc a grid is particularly useful wen a new problem arises and te user is not quite sure were to refine te grid due to ig-flow gradients. Te same governing equations, te Navier Stokes equations (Eq ), are valid for all incompressible Newtonian fluid flow problems. Tus, if te same equations are solved for all types of problems, ow is it possible to acieve different solutions for different types of flows involving different flow geometries? Te answer lies in te boundary conditions of te problem. Te boundary conditions are wat allow te governing equations to differentiate between different flow fields (for example, flow past an automobile and flow past a person running) and produce a solution unique to te given flow geometry. It is critical to specify te correct boundary conditions so tat te CFD simulation is a wellposed problem and is an accurate representation of te pysical problem. Poorly defined boundary conditions can ultimately affect te accuracy of te solution. One of te most common boundary conditions used for simulation of viscous flow is te no-slip condition, as discussed in Section 1.6. Tus, for example, for two-dimensional external or internal flows, te x and y components of velocity (u and v) are set to zero at te stationary wall to satisfy te no-slip condition. Oter boundary conditions tat must be appropriately specified involve inlets, outlets, far-field, wall gradients, etc. It is important to not only select te correct pysical boundary condition for te problem, but also to correctly implement tis boundary condition into te numerical simulation. A.5 Basic Representative Examples A very simple one-dimensional example of te finite difference tecnique is presented in te following example. E X A M P L E A. 1 Flow from a Tank A viscous oil flows from a large, open tank and troug a long, small-diameter pipe as sown in Fig. EA.1a. At time t 5 0 te fluid dept is H. Use a finite difference tecnique to determine te liquid dept as a function of time, 5 1t2. Compare tis result wit te exact solution of te governing equation. SOLUTION Altoug tis is an unsteady flow 1i.e., te deeper te oil, te faster it flows from te tank2 we assume tat te flow is quasisteady and apply steady flow equations as follows. As sown by Eq , te mean velocity, V, for steady lami-nar flow in a round pipe of diameter D is given by D 2 p V 5 32m/ (1) were p is te pressure drop over te lengt /. For tis problem te pressure at te bottom of te tank 1te inlet of te pipe2 is g and tat at te pipe exit is zero. Hence, p 5 g and Eq. 1 becomes D 2 g V 5 32m/ (2) Conservation of mass requires tat te flowrate from te tank, Q 5 pd 2 V/4, is related to te rate of cange of dept of oil in te tank, d/dt, by Q 5 2 p 2 d 4 D T dt were D T is te tank diameter. Tus, or p D 2 V 5 2 p DT 2 d 4 4 dt V 5 2a D T 2 d D b dt (3)

6 730 Appendix A Computational Fluid Dynamics H D T 2 3 i 1 i i 1 D i 0 t 2 t V i = i 1i t t (a) (b) H 0.8H t = H t = 0.1 Exact: = He -t 0.4H 0.2H 0 t Figure EA.1 (c) By combining Eqs. 2 and 3 we obtain or D 2 g D T 2 d 32m/ 5 2a D b dt d 5 2C dt were C 5 gd 4 /32m/D 2 T is a constant. For simplicity we assume te conditions are suc tat C 5 1. Tus, we must solve d 5 2wit 5 H at t 5 0 (4) dt Te exact solution to Eq. 4 is obtained by separating te variables and integrating to obtain 5 He 2t (5) However, assume tis solution was not known. Te following finite difference tecnique can be used to obtain an approximate solution. As sown in Fig. EA.1b, we select discrete points 1nodes or grid points2 in time and approximate te time derivative of by te expression d 2 i i2 1 dt ` t5 t i t were t is te time step between te different node points on te time axis and i and i2 1 are te approximate values of at nodes i and i 2 1. Equation 6 is called te backward-difference approxima-tion to d/dt. We are free to select watever value of t tat we wis. 1Altoug we do not need to space te nodes at equal distances, it is often convenient to do so.2 Since te governing equation 1Eq. 42 is an ordinary differential equation, te grid for te finite difference metod is a one-dimensional grid as sown in Fig. EA.1b rater tan a two-dimensional grid 1wic occurs for partial differential equa-tions2 as sown in Fig. EA.2b, or a tree-dimensional grid. Tus, for eac value of i 5 2, 3, 4,... we can approximate te governing equation, Eq. 4, as i 2 i i t (6)

7 A.5 Basic Representative Examples 731 or i 5 1 i t2 (7) We cannot use Eq. 7 for i 5 1 since it would involve te non-existing 0. Rater we use te initial condition 1Eq. 42, wic gives 1 5 H Te result is te following set of N algebraic equations for te N approximate values of at times t 1 5 0, t 2 5 t,..., t N 5 1N 2 12 t. 1 5 H / 11 1 t / 11 1 t2 or in general i 5 H/ 11 1 t2 i2 1 Te results for 0 6 t 6 1 are sown in Fig. EA.1c. Tabulated values of te dept for t 5 1 are listed in te table below. t i for t1 i for t H H H H Exact 1Eq H... N 5 N2 1/ 11 1 t2 For most problems te corresponding equations would be more complicated tan tose just given, and a computer would be used to solve for te i. For tis problem te solution is simply 2 5 H/ 11 1 t2 It is seen tat te approximate results compare quite favorably wit te exact solution given by Eq. 5. It is expected tat te finite difference results would more closely approximate te exact re-sults as t is decreased since in te limit of t S 0 te finite dif-ference approximation for te derivatives 1Eq. 62 approaces te actual definition of te derivative. 3 5 H/ 11 1 t For most CFD problems te governing equations to be solved are partial differential equations [rater tan an ordinary differential equation as in te above example (Eq. A.1)] and te finite difference metod becomes considerably more involved. Te following example illustrates some of te concepts involved. E X A M P L E A. 2 Flow Past a Cylinder Consider steady, incompressible flow of an inviscid fluid past a circular cylinder as sown in Fig. EA.2a. Te stream function, c, for tis flow is governed by te Laplace equation 1see Section c 0 2 c (1) 0x 0y Te exact analytical solution is given in Section Describe a simple finite difference tecnique tat can be used to solve tis problem. SOLUTION Te first step is to define a flow domain and set up an appropriate grid for te finite difference sceme. Since we expect te flow field to be symmetrical bot above and below and in front of and beind te cylinder, we consider only one-quarter of te entire flow domain as indicated in Fig. EA.2b. We locate te upper boundary and rigt-and boundary far enoug from te cylinder so tat we expect te flow to be essentially uniform at tese locations. It is not always clear ow far from te object tese boundaries must be located. If tey are not far enoug, te solution obtained will be incorrect because we ave imposed artificial, uniform flow conditions at a location were te actual flow is not uniform. If tese boundaries are farter tan necessary from te object, te flow domain will be larger tan necessary and excessive computer time and storage will be required. Experience in solving suc problems is invaluable! Once te flow domain as been selected, an appropriate grid is imposed on tis domain 1see Fig. EA.2b2. Various grid structures can be used. If te grid is too coarse, te numerical solution may not be capable of capturing te fine scale structure of te actual flow field. If te grid is too fine, excessive computer time and

8 U 732 Appendix A Computational Fluid Dynamics y r a θ j + y (a) + x x i (b) ψ i, j + 1 y ψ i 1, j x ψ i, j x ψ i + 1, j y (c) ψ i, j 1 Figure EA.2 storage may be required. Considerable work as gone into form-ing appropriate grids 1Ref. 62. We consider a grid tat is uniformly spaced in te x and y directions, as sown in Fig. EA.2b. As sown in Eq , te exact solution to Eq. 1 1in terms of polar coordinates r, u rater tan Cartesian coordinates x, y2 is c 5 Ur 11 2 a 2 /r 2 2 sin u. Te finite difference solution approximates tese stream function values at a discrete 1finite2 number of locations 1te grid points2 as c i, j, were te i and j in-dices refer to te corresponding x i and y j locations. Te derivatives of c can be approximated as follows: and 0c 1 0x x 1 c i1 1, j 2 c i, j 2 0c 1 0y y 1 c i, j1 1 2 c i, j2 Tis particular approximation is called a forward-difference approximation. Oter approximations are possible. By similar reasoning, it is possible to sow tat te second derivatives of c can be written as follows: and 0 2 c 1 0x 2 1 x c 1 0y 2 1 y22 c 2 2c 1c 1 i1 1, j i, j i2 1, j2 (2) c 2 2c 1c 1 i, j1 1 i, j i, j2 12 (3) Tus, by combining Eqs. 1, 2, and 3 we obtain 0 2 c 0 2 c 1 1 c i1 1, j 1 c i2 1, j x 2 1 0y 2 1 x22 1 y c 1 c i, j1 1 i, j a 1 x y22 b c i, j 5 0 (4) Equation 4 can be solved for te stream function at x i and y j to give c 5 i, j 2 31 x y y2 2 1 c 1 c i1 1, j i2 1, j x2 2 1c i, j1 1 1 c i, j (5) Note tat te value of c i, j depends on te values of te stream function at neigboring grid points on eiter side and above and below te point of interest 1see Eq. 5 and Fig. EA. 2c2. To solve te problem 1eiter exactly or by te finite difference tecnique2, it is necessary to specify boundary conditions for points located on te boundary of te flow domain 1see Section For example, we may specify tat c 5 0 on te lower boundary of te domain 1see Fig. EA.2b2 and c 5 C, a constant, on te upper boundary of te domain. Appropriate boundary con-ditions on te two vertical ends of te flow domain can also be specified. Tus, for points interior to te boundary Eq. 5 is valid; similar equations or specified values of c i, j are valid for boundary points. Te result is an equal number of equations and unknowns, c i, j, one for every grid point. For tis problem, tese equations represent a set of linear algebraic equations for c i, j, te solution

9 A.6 Metodology 733 of wic provides te finite difference approximation for te and stream function at discrete grid points in te flow field. Streamlines 1lines of constant c2 can be obtained by interpolating values v 5 2 0c 2 1 c 2 c 1 i 1 1, j i, j of c i, j between te grid points and connecting te dots of 0x x 2 c 5 constant. Te velocity field can be obtained from te deriva- Furter details of te finite difference tecnique can be found in tives of te stream function according to Eq Tat is, standard references on te topic 1Refs. 5, 7, 82. Also, see te com- 0c 1 pletely solved viscous flow CFD problem in Appendix I. u 5 0y y 1 c i, j c i, j 2 Te preceding two examples are rater simple because te governing equations are not too complex. A finite difference solution of te more complicated, nonlinear Navier Stokes equation (Eq ) requires considerably more effort and insigt and larger and faster computers. A typical finite difference grid for a more complex flow, te flow past a turbine blade, is sown in Fig. A.5. Note tat te mes is muc finer in regions were large gradients are to be expected (i.e., near te leading and trailing edges of te blade) and coarser away from te blade. Figure A.5 Finite difference grid for flow past a turbine blade. (From Ref. 9, used by permission.) A.6 Metodology In general, most applications of CFD take te same basic approac. Some of te differences include problem complexity, available computer resources, available expertise in CFD, and weter a commercially available CFD package is used, or a problem-specific CFD algoritm is developed. In today s market, tere are many commercial CFD codes available to solve a wide variety of problems. However, if te intent is to conduct a toroug investigation of a specific fluid flow problem suc as in a researc environment, it is possible tat taking te time to develop a problem-specific algoritm may be most efficient in te long run. Te features common to most CFD applications can be summarized in te flow cart sown in Fig. A.6. A complete, detailed CFD solution for a viscous flow obtained by using te steps summarized in te flow cart can be accessed from te book s web site at CFD Metodology Pysics Grid Discretize Solve Analyze Problem Geometry Discretization Algoritm Verification Meto d Development & Validation Steady Governing Structured or Accuracy / Postprocess Equations Unstructured Unsteady Values Model s Specia l Requirements Implicit or Explici t Run Simulation Visualize Flow Field Assumptions & Interpret Convergence Result Simplifications s Figure A.6 Flow cart of general CFD metodology.

10 734 Appendix A Computational Fluid Dynamics A.7 Application of CFD Te Algoritm Development box is grayed because tis step is required only wen developing your own CFD code. Wen using a commercial CFD code, tis step is not necessary. Tis cart represents a generalized metodology to CFD. Tere are oter more complex components tat are idden in te above steps, wic are beyond te scope of a brief introduction to CFD. In te early stages of CFD, researc and development was primarily driven by te aerospace industry. Today, CFD is still used as a researc tool, but it also as found a place in industry as a design tool. Tere is now a wide variety of industries tat make at least some use of CFD, including automotive, industrial, HVAC, naval, civil, cemical, biological, and oters. Industries are using CFD as an added engineering tool tat complements te experimental and teoretical work in fluid dynamics. VA.3 Tornado simulation A.7.1 Advantages of CFD Tere are many advantages to using CFD for simulation of fluid flow. One of te most important advantages is te realizable savings in time and cost for engineering design. In te past, coming up wit a new engineering design meant somewat of a trial-and-error metod of building and testing multiple prototypes prior to finalizing te design. Wit CFD, many of te issues dealing wit fluid flow can be flused out prior to building te actual prototype. Tis translates to a significant savings in time and cost. It sould be noted tat CFD is not meant to replace experimental testing, but rater to work in conjunction wit it. Experimental testing will always be a necessary component of engineering design. Oter advantages include te ability of CFD to: (1) obtain flow information in regions tat would be difficult to test experimentally, (2) simulate real flow conditions, (3) conduct large parametric tests on new designs in a sorter time, and (4) enance visualization of complex flow penomena. A good example of te advantages of CFD is sown in Figure A.7. Researcers use a type of CFD approac called large-eddy simulation or LES to simulate te fluid dynamics of a tornado as it encounters a debris field and begins to pick up sand-sized particles. A full animation of tis tor-nado simulation can be accessed by visiting te book web site. Te motivation for tis work is to investigate weter tere are significant differences in te fluid mecanics wen debris particles are present. Historically it as been difficult to get compreensive experimental data trougout a tor-nado, so CFD is elping to sine some ligt on te complex fluid dynamics involved in suc a flow. A.7.2 Difficulties in CFD One of te key points tat a beginning CFD student sould understand is tat one cannot treat te computer as a magic black box wen performing flow simulations. It is quite possible to obtain a fully converged solution for te CFD simulation, but tis is no guarantee tat te results are pysi-cally correct. Tis is wy it is important to ave a good understanding of te flow pysics and ow tey are modeled. Any numerical tecnique (including tose discussed above), no matter ow sim-ple in concept, contains many idden subtleties and potential problems. For example, it may seem reasonable tat a finer grid would ensure a more accurate numerical solution. Wile tis may be true (as Example A.1), it is not always so straigtforward; a variety of stability or convergence problems may occur. In suc cases te numerical solution obtained may exibit unreasonable oscillations or te numerical result may diverge to an unreasonable (and incorrect) result. Oter problems tat may arise include (but are not limited to): (1) difficulties in dealing wit te nonlinear terms of te Navier Stokes equations, (2) difficulties in modeling or capturing turbulent flows, (3) convergence issues, (4) difficulties in obtaining a quality grid for complex geometries, and (5) managing resources, bot time and computational, for complex problems suc as unsteady tree-dimensional flows. A.7.3 Verification and Validation Verification and validation of te simulation are critical steps in te CFD process. Tis is a neces-sary requirement for CFD, particularly since it is possible to ave a converged solution tat is non-pysical. Figure A.8 sows te streamlines for viscous flow past a circular cylinder at a given instant

11 A.7Application of CFD 735 Figure A.7 Results from a large-eddy simulation sowing te visual appearance of te debris and funnel cloud from a simulated medium swirl F3-F4 tornado. Te funnel cloud is translating at 15 m/s and is ingesting 1-mm-diameter sand from te surface as it encounters a debris field. Please visit te book web site to access a full animation of tis tornado simulation. (Potograps and animation courtesy of Dr. David Lewellen (Ref. 10) and Paul Lewellen, West Virginia University.) after it was impulsively started from rest. Te lower alf of te figure represents te results of a finite difference calculation; te upper alf of te figure represents te potograp from an experi-ment of te same flow situation. It is clear tat te numerical and experimental results agree quite well. For any CFD simulation, several levels of testing need to be accomplised before one can ave confidence in te solution. Te most important verification to be performed is grid conver-gence testing. In its simplest form, it consists of proving tat furter refinement of te grid (i.e., increasing te number of grid points) does not alter te final solution. Wen tis as been acieved, you ave a grid-independent solution. Oter verification factors tat need to be investigated include Figure A.8 Streamlines for flow past a circular cylinder at a sort time after te flow was impulsively started. Te upper alf is a potograp from a flow visualization experiment. Te lower alf is from a finite difference calculation. (See te potograp at te beginning of Capter 9.) (From Ref. 9, used by permission.)

12 736 Appendix A Computational Fluid Dynamics te suitability of te convergence criterion, weter te time step is adequate for te time scale of te problem, and comparison of CFD solutions to existing data, at least for baseline cases. Even wen using a commercial CFD code tat as been validated on many problems in te past, te CFD practitioner still needs to verify te results troug suc measures as grid-dependence testing. A.7.4 Summary In CFD, tere are many different numerical scemes, grid tecniques, etc. Tey all ave teir advantages and disadvantages. A great deal of care must be used in obtaining approximate numerical solutions to te governing equations of fluid motion. Te process is not as simple as te ofteneard just let te computer do it. Remember tat CFD is a tool and as suc needs to be used appropriately to produce meaningful results. Te general field of computational fluid dynam-ics, in wic computers and numerical analysis are combined to solve fluid flow problems, rep-resents an extremely important subject area in advanced fluid mecanics. Considerable progress as been made in te past relatively few years, but muc remains to be done. Te reader is encour-aged to consult some of te available literature. References 1. Baker, A. J., Finite Element Computational Fluid Mecanics, McGraw-Hill, New York, Carey, G. F., and Oden, J. T., Finite Elements: Fluid Mecanics, Prentice-Hall, Englewood Cliffs, N.J., Brebbia, C. A., and Dominguez, J., Boundary Elements: An Introductory Course, McGraw-Hill, New York, Moran, J., An Introduction to Teoretical and Computational Aerodynamics, Wiley, New York, Anderson, J. D., Computational Fluid Dynamics: Te Basics wit Applications, McGraw-Hill, New York, Tompson, J. F., Warsi, Z. U. A., and Mastin, C. W., Numerical Grid Generation: Foundations and Applications, Nort-Holland, New York, Peyret, R., and Taylor, T. D., Computational Metods for Fluid Flow, Springer-Verlag, New York, Tanneill, J. C., Anderson, D. A., and Pletcer, R. H., Computational Fluid Mecanics and Heat Transfer, 2nd Ed., Taylor and Francis, Wasington, D.C., Hall, E. J., and Pletcer, R. H., Simulation of Time Dependent, Compressible Viscous Flow Using Central and Upwind-Biased Finite-Difference Tecniques, Tecnical Report HTL-52, CFD-22, College of Engineering, lowa State University, Lewellen, D. C., Gong, B., and Lewellen, W. S., Effects of Debris on Near-Surface Tornado Dynamics, 22nd Conference on Severe Local Storms, Paper 15.5, American Meteorological Society, 2004.

Driven Cavity Example

Driven Cavity Example BMAppendixI.qxd 11/14/12 6:55 PM Page I-1 I CFD Driven Cavity Example I.1 Problem One of the classic benchmarks in CFD is the driven cavity problem. Consider steady, incompressible, viscous flow in a square

More information

Bounding Tree Cover Number and Positive Semidefinite Zero Forcing Number

Bounding Tree Cover Number and Positive Semidefinite Zero Forcing Number Bounding Tree Cover Number and Positive Semidefinite Zero Forcing Number Sofia Burille Mentor: Micael Natanson September 15, 2014 Abstract Given a grap, G, wit a set of vertices, v, and edges, various

More information

Chapter K. Geometric Optics. Blinn College - Physics Terry Honan

Chapter K. Geometric Optics. Blinn College - Physics Terry Honan Capter K Geometric Optics Blinn College - Pysics 2426 - Terry Honan K. - Properties of Ligt Te Speed of Ligt Te speed of ligt in a vacuum is approximately c > 3.0µ0 8 mês. Because of its most fundamental

More information

1.2 Numerical Solutions of Flow Problems

1.2 Numerical Solutions of Flow Problems 1.2 Numerical Solutions of Flow Problems DIFFERENTIAL EQUATIONS OF MOTION FOR A SIMPLIFIED FLOW PROBLEM Continuity equation for incompressible flow: 0 Momentum (Navier-Stokes) equations for a Newtonian

More information

MATH 5a Spring 2018 READING ASSIGNMENTS FOR CHAPTER 2

MATH 5a Spring 2018 READING ASSIGNMENTS FOR CHAPTER 2 MATH 5a Spring 2018 READING ASSIGNMENTS FOR CHAPTER 2 Note: Tere will be a very sort online reading quiz (WebWork) on eac reading assignment due one our before class on its due date. Due dates can be found

More information

Fast Calculation of Thermodynamic Properties of Water and Steam in Process Modelling using Spline Interpolation

Fast Calculation of Thermodynamic Properties of Water and Steam in Process Modelling using Spline Interpolation P R E P R N T CPWS XV Berlin, September 8, 008 Fast Calculation of Termodynamic Properties of Water and Steam in Process Modelling using Spline nterpolation Mattias Kunick a, Hans-Joacim Kretzscmar a,

More information

Our Calibrated Model has No Predictive Value: An Example from the Petroleum Industry

Our Calibrated Model has No Predictive Value: An Example from the Petroleum Industry Our Calibrated Model as No Predictive Value: An Example from te Petroleum Industry J.N. Carter a, P.J. Ballester a, Z. Tavassoli a and P.R. King a a Department of Eart Sciences and Engineering, Imperial

More information

Investigating an automated method for the sensitivity analysis of functions

Investigating an automated method for the sensitivity analysis of functions Investigating an automated metod for te sensitivity analysis of functions Sibel EKER s.eker@student.tudelft.nl Jill SLINGER j..slinger@tudelft.nl Delft University of Tecnology 2628 BX, Delft, te Neterlands

More information

4.1 Tangent Lines. y 2 y 1 = y 2 y 1

4.1 Tangent Lines. y 2 y 1 = y 2 y 1 41 Tangent Lines Introduction Recall tat te slope of a line tells us ow fast te line rises or falls Given distinct points (x 1, y 1 ) and (x 2, y 2 ), te slope of te line troug tese two points is cange

More information

2 The Derivative. 2.0 Introduction to Derivatives. Slopes of Tangent Lines: Graphically

2 The Derivative. 2.0 Introduction to Derivatives. Slopes of Tangent Lines: Graphically 2 Te Derivative Te two previous capters ave laid te foundation for te study of calculus. Tey provided a review of some material you will need and started to empasize te various ways we will view and use

More information

Haar Transform CS 430 Denbigh Starkey

Haar Transform CS 430 Denbigh Starkey Haar Transform CS Denbig Starkey. Background. Computing te transform. Restoring te original image from te transform 7. Producing te transform matrix 8 5. Using Haar for lossless compression 6. Using Haar

More information

13.5 DIRECTIONAL DERIVATIVES and the GRADIENT VECTOR

13.5 DIRECTIONAL DERIVATIVES and the GRADIENT VECTOR 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 1 13.5 DIRECTIONAL DERIVATIVES and te GRADIENT VECTOR Directional Derivatives In Section 13.3 te partial derivatives f x and f

More information

CESILA: Communication Circle External Square Intersection-Based WSN Localization Algorithm

CESILA: Communication Circle External Square Intersection-Based WSN Localization Algorithm Sensors & Transducers 2013 by IFSA ttp://www.sensorsportal.com CESILA: Communication Circle External Square Intersection-Based WSN Localization Algoritm Sun Hongyu, Fang Ziyi, Qu Guannan College of Computer

More information

Linear Interpolating Splines

Linear Interpolating Splines Jim Lambers MAT 772 Fall Semester 2010-11 Lecture 17 Notes Tese notes correspond to Sections 112, 11, and 114 in te text Linear Interpolating Splines We ave seen tat ig-degree polynomial interpolation

More information

3.6 Directional Derivatives and the Gradient Vector

3.6 Directional Derivatives and the Gradient Vector 288 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES 3.6 Directional Derivatives and te Gradient Vector 3.6.1 Functions of two Variables Directional Derivatives Let us first quickly review, one more time, te

More information

4.2 The Derivative. f(x + h) f(x) lim

4.2 The Derivative. f(x + h) f(x) lim 4.2 Te Derivative Introduction In te previous section, it was sown tat if a function f as a nonvertical tangent line at a point (x, f(x)), ten its slope is given by te it f(x + ) f(x). (*) Tis is potentially

More information

Non-Interferometric Testing

Non-Interferometric Testing NonInterferometric Testing.nb Optics 513 - James C. Wyant 1 Non-Interferometric Testing Introduction In tese notes four non-interferometric tests are described: (1) te Sack-Hartmann test, (2) te Foucault

More information

Grid Adaptation for Functional Outputs: Application to Two-Dimensional Inviscid Flows

Grid Adaptation for Functional Outputs: Application to Two-Dimensional Inviscid Flows Journal of Computational Pysics 176, 40 69 (2002) doi:10.1006/jcp.2001.6967, available online at ttp://www.idealibrary.com on Grid Adaptation for Functional Outputs: Application to Two-Dimensional Inviscid

More information

The Euler and trapezoidal stencils to solve d d x y x = f x, y x

The Euler and trapezoidal stencils to solve d d x y x = f x, y x restart; Te Euler and trapezoidal stencils to solve d d x y x = y x Te purpose of tis workseet is to derive te tree simplest numerical stencils to solve te first order d equation y x d x = y x, and study

More information

CRASHWORTHINESS ASSESSMENT IN AIRCRAFT DITCHING INCIDENTS

CRASHWORTHINESS ASSESSMENT IN AIRCRAFT DITCHING INCIDENTS 27 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES CRASHWORTHINESS ASSESSMENT IN AIRCRAFT DITCHING INCIDENTS C. Candra*, T. Y. Wong* and J. Bayandor** * Te Sir Lawrence Wackett Aerospace Centre

More information

Numerical Derivatives

Numerical Derivatives Lab 15 Numerical Derivatives Lab Objective: Understand and implement finite difference approximations of te derivative in single and multiple dimensions. Evaluate te accuracy of tese approximations. Ten

More information

ANTENNA SPHERICAL COORDINATE SYSTEMS AND THEIR APPLICATION IN COMBINING RESULTS FROM DIFFERENT ANTENNA ORIENTATIONS

ANTENNA SPHERICAL COORDINATE SYSTEMS AND THEIR APPLICATION IN COMBINING RESULTS FROM DIFFERENT ANTENNA ORIENTATIONS NTNN SPHRICL COORDINT SSTMS ND THIR PPLICTION IN COMBINING RSULTS FROM DIFFRNT NTNN ORINTTIONS llen C. Newell, Greg Hindman Nearfield Systems Incorporated 133. 223 rd St. Bldg. 524 Carson, C 9745 US BSTRCT

More information

More on Functions and Their Graphs

More on Functions and Their Graphs More on Functions and Teir Graps Difference Quotient ( + ) ( ) f a f a is known as te difference quotient and is used exclusively wit functions. Te objective to keep in mind is to factor te appearing in

More information

Multi-Stack Boundary Labeling Problems

Multi-Stack Boundary Labeling Problems Multi-Stack Boundary Labeling Problems Micael A. Bekos 1, Micael Kaufmann 2, Katerina Potika 1 Antonios Symvonis 1 1 National Tecnical University of Atens, Scool of Applied Matematical & Pysical Sciences,

More information

Excel based finite difference modeling of ground water flow

Excel based finite difference modeling of ground water flow Journal of Himalaan Eart Sciences 39(006) 49-53 Ecel based finite difference modeling of ground water flow M. Gulraiz Akter 1, Zulfiqar Amad 1 and Kalid Amin Kan 1 Department of Eart Sciences, Quaid-i-Azam

More information

H-Adaptive Multiscale Schemes for the Compressible Navier-Stokes Equations Polyhedral Discretization, Data Compression and Mesh Generation

H-Adaptive Multiscale Schemes for the Compressible Navier-Stokes Equations Polyhedral Discretization, Data Compression and Mesh Generation H-Adaptive Multiscale Scemes for te Compressible Navier-Stokes Equations Polyedral Discretization, Data Compression and Mes Generation F. Bramkamp 1, B. Gottsclic-Müller 2, M. Hesse 1, P. Lamby 2, S. Müller

More information

Alternating Direction Implicit Methods for FDTD Using the Dey-Mittra Embedded Boundary Method

Alternating Direction Implicit Methods for FDTD Using the Dey-Mittra Embedded Boundary Method Te Open Plasma Pysics Journal, 2010, 3, 29-35 29 Open Access Alternating Direction Implicit Metods for FDTD Using te Dey-Mittra Embedded Boundary Metod T.M. Austin *, J.R. Cary, D.N. Smite C. Nieter Tec-X

More information

Vector Processing Contours

Vector Processing Contours Vector Processing Contours Andrey Kirsanov Department of Automation and Control Processes MAMI Moscow State Tecnical University Moscow, Russia AndKirsanov@yandex.ru A.Vavilin and K-H. Jo Department of

More information

19.2 Surface Area of Prisms and Cylinders

19.2 Surface Area of Prisms and Cylinders Name Class Date 19 Surface Area of Prisms and Cylinders Essential Question: How can you find te surface area of a prism or cylinder? Resource Locker Explore Developing a Surface Area Formula Surface area

More information

Computing geodesic paths on manifolds

Computing geodesic paths on manifolds Proc. Natl. Acad. Sci. USA Vol. 95, pp. 8431 8435, July 1998 Applied Matematics Computing geodesic pats on manifolds R. Kimmel* and J. A. Setian Department of Matematics and Lawrence Berkeley National

More information

Computer Physics Communications. Multi-GPU acceleration of direct pore-scale modeling of fluid flow in natural porous media

Computer Physics Communications. Multi-GPU acceleration of direct pore-scale modeling of fluid flow in natural porous media Computer Pysics Communications 183 (2012) 1890 1898 Contents lists available at SciVerse ScienceDirect Computer Pysics Communications ournal omepage: www.elsevier.com/locate/cpc Multi-GPU acceleration

More information

12.2 Techniques for Evaluating Limits

12.2 Techniques for Evaluating Limits 335_qd /4/5 :5 PM Page 863 Section Tecniques for Evaluating Limits 863 Tecniques for Evaluating Limits Wat ou sould learn Use te dividing out tecnique to evaluate its of functions Use te rationalizing

More information

PYRAMID FILTERS BASED ON BILINEAR INTERPOLATION

PYRAMID FILTERS BASED ON BILINEAR INTERPOLATION PYRAMID FILTERS BASED ON BILINEAR INTERPOLATION Martin Kraus Computer Grapics and Visualization Group, Tecnisce Universität Müncen, Germany krausma@in.tum.de Magnus Strengert Visualization and Interactive

More information

You Try: A. Dilate the following figure using a scale factor of 2 with center of dilation at the origin.

You Try: A. Dilate the following figure using a scale factor of 2 with center of dilation at the origin. 1 G.SRT.1-Some Tings To Know Dilations affect te size of te pre-image. Te pre-image will enlarge or reduce by te ratio given by te scale factor. A dilation wit a scale factor of 1> x >1enlarges it. A dilation

More information

2.8 The derivative as a function

2.8 The derivative as a function CHAPTER 2. LIMITS 56 2.8 Te derivative as a function Definition. Te derivative of f(x) istefunction f (x) defined as follows f f(x + ) f(x) (x). 0 Note: tis differs from te definition in section 2.7 in

More information

THE POSSIBILITY OF ESTIMATING THE VOLUME OF A SQUARE FRUSTRUM USING THE KNOWN VOLUME OF A CONICAL FRUSTRUM

THE POSSIBILITY OF ESTIMATING THE VOLUME OF A SQUARE FRUSTRUM USING THE KNOWN VOLUME OF A CONICAL FRUSTRUM THE POSSIBILITY OF ESTIMATING THE VOLUME OF A SQUARE FRUSTRUM USING THE KNOWN VOLUME OF A CONICAL FRUSTRUM SAMUEL OLU OLAGUNJU Adeyemi College of Education NIGERIA Email: lagsam04@aceondo.edu.ng ABSTRACT

More information

Image Registration via Particle Movement

Image Registration via Particle Movement Image Registration via Particle Movement Zao Yi and Justin Wan Abstract Toug fluid model offers a good approac to nonrigid registration wit large deformations, it suffers from te blurring artifacts introduced

More information

Intra- and Inter-Session Network Coding in Wireless Networks

Intra- and Inter-Session Network Coding in Wireless Networks Intra- and Inter-Session Network Coding in Wireless Networks Hulya Seferoglu, Member, IEEE, Atina Markopoulou, Member, IEEE, K K Ramakrisnan, Fellow, IEEE arxiv:857v [csni] 3 Feb Abstract In tis paper,

More information

Piecewise Polynomial Interpolation, cont d

Piecewise Polynomial Interpolation, cont d Jim Lambers MAT 460/560 Fall Semester 2009-0 Lecture 2 Notes Tese notes correspond to Section 4 in te text Piecewise Polynomial Interpolation, cont d Constructing Cubic Splines, cont d Having determined

More information

12.2 Investigate Surface Area

12.2 Investigate Surface Area Investigating g Geometry ACTIVITY Use before Lesson 12.2 12.2 Investigate Surface Area MATERIALS grap paper scissors tape Q U E S T I O N How can you find te surface area of a polyedron? A net is a pattern

More information

FAST ALGORITHMS FOR CALCULATIONS OF VISCOUS INCOMPRESSIBLE FLOWS USING THE ARTIFICIAL COMPRESSIBILITY METHOD

FAST ALGORITHMS FOR CALCULATIONS OF VISCOUS INCOMPRESSIBLE FLOWS USING THE ARTIFICIAL COMPRESSIBILITY METHOD TASK QUARTERLY 12 No 3, 273 287 FAST ALGORITHMS FOR CALCULATIONS OF VISCOUS INCOMPRESSIBLE FLOWS USING THE ARTIFICIAL COMPRESSIBILITY METHOD ZBIGNIEW KOSMA Institute of Applied Mechanics, Technical University

More information

THANK YOU FOR YOUR PURCHASE!

THANK YOU FOR YOUR PURCHASE! THANK YOU FOR YOUR PURCHASE! Te resources included in tis purcase were designed and created by me. I ope tat you find tis resource elpful in your classroom. Please feel free to contact me wit any questions

More information

Density Estimation Over Data Stream

Density Estimation Over Data Stream Density Estimation Over Data Stream Aoying Zou Dept. of Computer Science, Fudan University 22 Handan Rd. Sangai, 2433, P.R. Cina ayzou@fudan.edu.cn Ziyuan Cai Dept. of Computer Science, Fudan University

More information

Lecture 1 GENERAL INTRODUCTION: HISTORICAL BACKGROUND AND SPECTRUM OF APPLICATIONS

Lecture 1 GENERAL INTRODUCTION: HISTORICAL BACKGROUND AND SPECTRUM OF APPLICATIONS Lecture 1 GENERAL INTRODUCTION: HISTORICAL BACKGROUND AND SPECTRUM OF APPLICATIONS 1.1 INTRODUCTION Analysis of physical problems in any area of engineering and science involves a multipronged approach:

More information

AN IMPROVED VOLUME-OF-FLUID (IVOF) METHOD FOR WAVE IMPACT TYPE PROBLEMS. K.M.Theresa Kleefsman, Arthur E.P. Veldman

AN IMPROVED VOLUME-OF-FLUID (IVOF) METHOD FOR WAVE IMPACT TYPE PROBLEMS. K.M.Theresa Kleefsman, Arthur E.P. Veldman Proceedings of OMAE-FPSO 2004 OMAE Speciality Symposium on FPSO Integrity 2004, Houston, USA OMAE-FPSO 04-0066 AN IMPROVED VOLUME-OF-FLUID (IVOF) METHOD FOR WAVE IMPACT TYPE PROBLEMS K.M.Teresa Kleefsman,

More information

12.2 TECHNIQUES FOR EVALUATING LIMITS

12.2 TECHNIQUES FOR EVALUATING LIMITS Section Tecniques for Evaluating Limits 86 TECHNIQUES FOR EVALUATING LIMITS Wat ou sould learn Use te dividing out tecnique to evaluate its of functions Use te rationalizing tecnique to evaluate its of

More information

HASH ALGORITHMS: A DESIGN FOR PARALLEL CALCULATIONS

HASH ALGORITHMS: A DESIGN FOR PARALLEL CALCULATIONS HASH ALGORITHMS: A DESIGN FOR PARALLEL CALCULATIONS N.G.Bardis Researc Associate Hellenic Ministry of te Interior, Public Administration and Decentralization 8, Dragatsaniou str., Klatmonos S. 0559, Greece

More information

Feature-Based Steganalysis for JPEG Images and its Implications for Future Design of Steganographic Schemes

Feature-Based Steganalysis for JPEG Images and its Implications for Future Design of Steganographic Schemes Feature-Based Steganalysis for JPEG Images and its Implications for Future Design of Steganograpic Scemes Jessica Fridric Dept. of Electrical Engineering, SUNY Bingamton, Bingamton, NY 3902-6000, USA fridric@bingamton.edu

More information

An Algorithm for Loopless Deflection in Photonic Packet-Switched Networks

An Algorithm for Loopless Deflection in Photonic Packet-Switched Networks An Algoritm for Loopless Deflection in Potonic Packet-Switced Networks Jason P. Jue Center for Advanced Telecommunications Systems and Services Te University of Texas at Dallas Ricardson, TX 75083-0688

More information

Unsupervised Learning for Hierarchical Clustering Using Statistical Information

Unsupervised Learning for Hierarchical Clustering Using Statistical Information Unsupervised Learning for Hierarcical Clustering Using Statistical Information Masaru Okamoto, Nan Bu, and Tosio Tsuji Department of Artificial Complex System Engineering Hirosima University Kagamiyama

More information

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering Debojyoti Ghosh Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering To study the Dynamic Stalling of rotor blade cross-sections Unsteady Aerodynamics: Time varying

More information

Interference and Diffraction of Light

Interference and Diffraction of Light Interference and Diffraction of Ligt References: [1] A.P. Frenc: Vibrations and Waves, Norton Publ. 1971, Capter 8, p. 280-297 [2] PASCO Interference and Diffraction EX-9918 guide (written by Ann Hanks)

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

CHAPTER 7: TRANSCENDENTAL FUNCTIONS

CHAPTER 7: TRANSCENDENTAL FUNCTIONS 7.0 Introduction and One to one Functions Contemporary Calculus 1 CHAPTER 7: TRANSCENDENTAL FUNCTIONS Introduction In te previous capters we saw ow to calculate and use te derivatives and integrals of

More information

Minimizing Memory Access By Improving Register Usage Through High-level Transformations

Minimizing Memory Access By Improving Register Usage Through High-level Transformations Minimizing Memory Access By Improving Register Usage Troug Hig-level Transformations San Li Scool of Computer Engineering anyang Tecnological University anyang Avenue, SIGAPORE 639798 Email: p144102711@ntu.edu.sg

More information

Section 2.3: Calculating Limits using the Limit Laws

Section 2.3: Calculating Limits using the Limit Laws Section 2.3: Calculating Limits using te Limit Laws In previous sections, we used graps and numerics to approimate te value of a it if it eists. Te problem wit tis owever is tat it does not always give

More information

RECONSTRUCTING OF A GIVEN PIXEL S THREE- DIMENSIONAL COORDINATES GIVEN BY A PERSPECTIVE DIGITAL AERIAL PHOTOS BY APPLYING DIGITAL TERRAIN MODEL

RECONSTRUCTING OF A GIVEN PIXEL S THREE- DIMENSIONAL COORDINATES GIVEN BY A PERSPECTIVE DIGITAL AERIAL PHOTOS BY APPLYING DIGITAL TERRAIN MODEL IV. Évfolyam 3. szám - 2009. szeptember Horvát Zoltán orvat.zoltan@zmne.u REONSTRUTING OF GIVEN PIXEL S THREE- DIMENSIONL OORDINTES GIVEN Y PERSPETIVE DIGITL ERIL PHOTOS Y PPLYING DIGITL TERRIN MODEL bsztrakt/bstract

More information

Verification of a Compressible CFD Code using the Method of Manufactured Solutions

Verification of a Compressible CFD Code using the Method of Manufactured Solutions Verification of a Compressible CFD Code using te Metod of Manufactured Solutions Cristoper J. Roy, Tomas M. Smit, and Curtis C. Ober Sandia National Laboratories* P. O. Box 58 Albuquerque,NM 8785 AIAA

More information

Optimal In-Network Packet Aggregation Policy for Maximum Information Freshness

Optimal In-Network Packet Aggregation Policy for Maximum Information Freshness 1 Optimal In-etwork Packet Aggregation Policy for Maimum Information Fresness Alper Sinan Akyurek, Tajana Simunic Rosing Electrical and Computer Engineering, University of California, San Diego aakyurek@ucsd.edu,

More information

Introduction to C omputational F luid Dynamics. D. Murrin

Introduction to C omputational F luid Dynamics. D. Murrin Introduction to C omputational F luid Dynamics D. Murrin Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat transfer, mass transfer, chemical reactions, and related phenomena

More information

1.4 RATIONAL EXPRESSIONS

1.4 RATIONAL EXPRESSIONS 6 CHAPTER Fundamentals.4 RATIONAL EXPRESSIONS Te Domain of an Algebraic Epression Simplifying Rational Epressions Multiplying and Dividing Rational Epressions Adding and Subtracting Rational Epressions

More information

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP Vol. 12, Issue 1/2016, 63-68 DOI: 10.1515/cee-2016-0009 MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP Juraj MUŽÍK 1,* 1 Department of Geotechnics, Faculty of Civil Engineering, University

More information

MAPI Computer Vision

MAPI Computer Vision MAPI Computer Vision Multiple View Geometry In tis module we intend to present several tecniques in te domain of te 3D vision Manuel Joao University of Mino Dep Industrial Electronics - Applications -

More information

, 1 1, A complex fraction is a quotient of rational expressions (including their sums) that result

, 1 1, A complex fraction is a quotient of rational expressions (including their sums) that result RT. Complex Fractions Wen working wit algebraic expressions, sometimes we come across needing to simplify expressions like tese: xx 9 xx +, xx + xx + xx, yy xx + xx + +, aa Simplifying Complex Fractions

More information

Comparison of the Efficiency of the Various Algorithms in Stratified Sampling when the Initial Solutions are Determined with Geometric Method

Comparison of the Efficiency of the Various Algorithms in Stratified Sampling when the Initial Solutions are Determined with Geometric Method International Journal of Statistics and Applications 0, (): -0 DOI: 0.9/j.statistics.000.0 Comparison of te Efficiency of te Various Algoritms in Stratified Sampling wen te Initial Solutions are Determined

More information

SPC 307 Aerodynamics. Lecture 1. February 10, 2018

SPC 307 Aerodynamics. Lecture 1. February 10, 2018 SPC 307 Aerodynamics Lecture 1 February 10, 2018 Sep. 18, 2016 1 Course Materials drahmednagib.com 2 COURSE OUTLINE Introduction to Aerodynamics Review on the Fundamentals of Fluid Mechanics Euler and

More information

Numerical and theoretical analysis of shock waves interaction and reflection

Numerical and theoretical analysis of shock waves interaction and reflection Fluid Structure Interaction and Moving Boundary Problems IV 299 Numerical and theoretical analysis of shock waves interaction and reflection K. Alhussan Space Research Institute, King Abdulaziz City for

More information

Mean Shifting Gradient Vector Flow: An Improved External Force Field for Active Surfaces in Widefield Microscopy.

Mean Shifting Gradient Vector Flow: An Improved External Force Field for Active Surfaces in Widefield Microscopy. Mean Sifting Gradient Vector Flow: An Improved External Force Field for Active Surfaces in Widefield Microscopy. Margret Keuper Cair of Pattern Recognition and Image Processing Computer Science Department

More information

θ R = θ 0 (1) -The refraction law says that: the direction of refracted ray (angle θ 1 from vertical) is (2)

θ R = θ 0 (1) -The refraction law says that: the direction of refracted ray (angle θ 1 from vertical) is (2) LIGHT (Basic information) - Considering te ligt of a projector in a smoky room, one gets to geometrical optics model of ligt as a set of tiny particles tat travel along straigt lines called "optical rays.

More information

Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich

Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich 1 Computational Fluid dynamics Computational fluid dynamics (CFD) is the analysis of systems involving fluid flow, heat

More information

Truncated Newton-based multigrid algorithm for centroidal Voronoi diagram calculation

Truncated Newton-based multigrid algorithm for centroidal Voronoi diagram calculation NUMERICAL MATHEMATICS: Teory, Metods and Applications Numer. Mat. Teor. Met. Appl., Vol. xx, No. x, pp. 1-18 (200x) Truncated Newton-based multigrid algoritm for centroidal Voronoi diagram calculation

More information

Faculty of Mechanical and Manufacturing Engineering, University Tun Hussein Onn Malaysia (UTHM), Parit Raja, Batu Pahat, Johor, Malaysia

Faculty of Mechanical and Manufacturing Engineering, University Tun Hussein Onn Malaysia (UTHM), Parit Raja, Batu Pahat, Johor, Malaysia Applied Mechanics and Materials Vol. 393 (2013) pp 305-310 (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.393.305 The Implementation of Cell-Centred Finite Volume Method

More information

All truths are easy to understand once they are discovered; the point is to discover them. Galileo

All truths are easy to understand once they are discovered; the point is to discover them. Galileo Section 7. olume All truts are easy to understand once tey are discovered; te point is to discover tem. Galileo Te main topic of tis section is volume. You will specifically look at ow to find te volume

More information

Notes: Dimensional Analysis / Conversions

Notes: Dimensional Analysis / Conversions Wat is a unit system? A unit system is a metod of taking a measurement. Simple as tat. We ave units for distance, time, temperature, pressure, energy, mass, and many more. Wy is it important to ave a standard?

More information

UUV DEPTH MEASUREMENT USING CAMERA IMAGES

UUV DEPTH MEASUREMENT USING CAMERA IMAGES ABCM Symposium Series in Mecatronics - Vol. 3 - pp.292-299 Copyrigt c 2008 by ABCM UUV DEPTH MEASUREMENT USING CAMERA IMAGES Rogerio Yugo Takimoto Graduate Scool of Engineering Yokoama National University

More information

The (, D) and (, N) problems in double-step digraphs with unilateral distance

The (, D) and (, N) problems in double-step digraphs with unilateral distance Electronic Journal of Grap Teory and Applications () (), Te (, D) and (, N) problems in double-step digraps wit unilateral distance C Dalfó, MA Fiol Departament de Matemàtica Aplicada IV Universitat Politècnica

More information

Zernike vs. Zonal Matrix Iterative Wavefront Reconstructor. Sophia I. Panagopoulou, PhD. University of Crete Medical School Dept.

Zernike vs. Zonal Matrix Iterative Wavefront Reconstructor. Sophia I. Panagopoulou, PhD. University of Crete Medical School Dept. Zernie vs. Zonal Matrix terative Wavefront Reconstructor opia. Panagopoulou PD University of Crete Medical cool Dept. of Optalmology Daniel R. Neal PD Wavefront ciences nc. 480 Central.E. Albuquerque NM

More information

CFD MODELING FOR PNEUMATIC CONVEYING

CFD MODELING FOR PNEUMATIC CONVEYING CFD MODELING FOR PNEUMATIC CONVEYING Arvind Kumar 1, D.R. Kaushal 2, Navneet Kumar 3 1 Associate Professor YMCAUST, Faridabad 2 Associate Professor, IIT, Delhi 3 Research Scholar IIT, Delhi e-mail: arvindeem@yahoo.co.in

More information

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4 UMEÅ UNIVERSITY Department of Physics Claude Dion Olexii Iukhymenko May 15, 2015 Strömningslära Fluid Dynamics (5FY144) Computer laboratories using COMSOL v4.4!! Report requirements Computer labs must

More information

Hash-Based Indexes. Chapter 11. Comp 521 Files and Databases Fall

Hash-Based Indexes. Chapter 11. Comp 521 Files and Databases Fall Has-Based Indexes Capter 11 Comp 521 Files and Databases Fall 2012 1 Introduction Hasing maps a searc key directly to te pid of te containing page/page-overflow cain Doesn t require intermediate page fetces

More information

Section 3. Imaging With A Thin Lens

Section 3. Imaging With A Thin Lens Section 3 Imaging Wit A Tin Lens 3- at Ininity An object at ininity produces a set o collimated set o rays entering te optical system. Consider te rays rom a inite object located on te axis. Wen te object

More information

Tuning MAX MIN Ant System with off-line and on-line methods

Tuning MAX MIN Ant System with off-line and on-line methods Université Libre de Bruxelles Institut de Recerces Interdisciplinaires et de Développements en Intelligence Artificielle Tuning MAX MIN Ant System wit off-line and on-line metods Paola Pellegrini, Tomas

More information

Measuring Length 11and Area

Measuring Length 11and Area Measuring Lengt 11and Area 11.1 Areas of Triangles and Parallelograms 11.2 Areas of Trapezoids, Romuses, and Kites 11.3 Perimeter and Area of Similar Figures 11.4 Circumference and Arc Lengt 11.5 Areas

More information

Hash-Based Indexes. Chapter 11. Comp 521 Files and Databases Spring

Hash-Based Indexes. Chapter 11. Comp 521 Files and Databases Spring Has-Based Indexes Capter 11 Comp 521 Files and Databases Spring 2010 1 Introduction As for any index, 3 alternatives for data entries k*: Data record wit key value k

More information

Investigation of cross flow over a circular cylinder at low Re using the Immersed Boundary Method (IBM)

Investigation of cross flow over a circular cylinder at low Re using the Immersed Boundary Method (IBM) Computational Methods and Experimental Measurements XVII 235 Investigation of cross flow over a circular cylinder at low Re using the Immersed Boundary Method (IBM) K. Rehman Department of Mechanical Engineering,

More information

Classify solids. Find volumes of prisms and cylinders.

Classify solids. Find volumes of prisms and cylinders. 11.4 Volumes of Prisms and Cylinders Essential Question How can you find te volume of a prism or cylinder tat is not a rigt prism or rigt cylinder? Recall tat te volume V of a rigt prism or a rigt cylinder

More information

Section 1.2 The Slope of a Tangent

Section 1.2 The Slope of a Tangent Section 1.2 Te Slope of a Tangent You are familiar wit te concept of a tangent to a curve. Wat geometric interpretation can be given to a tangent to te grap of a function at a point? A tangent is te straigt

More information

On the Use of Radio Resource Tests in Wireless ad hoc Networks

On the Use of Radio Resource Tests in Wireless ad hoc Networks Tecnical Report RT/29/2009 On te Use of Radio Resource Tests in Wireless ad oc Networks Diogo Mónica diogo.monica@gsd.inesc-id.pt João Leitão jleitao@gsd.inesc-id.pt Luis Rodrigues ler@ist.utl.pt Carlos

More information

Implementation of Integral based Digital Curvature Estimators in DGtal

Implementation of Integral based Digital Curvature Estimators in DGtal Implementation of Integral based Digital Curvature Estimators in DGtal David Coeurjolly 1, Jacques-Olivier Lacaud 2, Jérémy Levallois 1,2 1 Université de Lyon, CNRS INSA-Lyon, LIRIS, UMR5205, F-69621,

More information

A Statistical Approach for Target Counting in Sensor-Based Surveillance Systems

A Statistical Approach for Target Counting in Sensor-Based Surveillance Systems Proceedings IEEE INFOCOM A Statistical Approac for Target Counting in Sensor-Based Surveillance Systems Dengyuan Wu, Decang Cen,aiXing, Xiuzen Ceng Department of Computer Science, Te George Wasington University,

More information

FLOWING FLUIDS AND PRESSURE VARIATION

FLOWING FLUIDS AND PRESSURE VARIATION Chapter 4 Pressure differences are (often) the forces that move fluids FLOWING FLUIDS AND PRESSURE VARIATION Fluid Mechanics, Spring Term 2011 e.g., pressure is low at the center of a hurricane. For your

More information

An Effective Sensor Deployment Strategy by Linear Density Control in Wireless Sensor Networks Chiming Huang and Rei-Heng Cheng

An Effective Sensor Deployment Strategy by Linear Density Control in Wireless Sensor Networks Chiming Huang and Rei-Heng Cheng An ffective Sensor Deployment Strategy by Linear Density Control in Wireless Sensor Networks Ciming Huang and ei-heng Ceng 5 De c e mbe r0 International Journal of Advanced Information Tecnologies (IJAIT),

More information

ENERGY-224 Reservoir Simulation Project Report. Ala Alzayer

ENERGY-224 Reservoir Simulation Project Report. Ala Alzayer ENERGY-224 Reservoir Simulation Project Report Ala Alzayer Autumn Quarter December 3, 2014 Contents 1 Objective 2 2 Governing Equations 2 3 Methodolgy 3 3.1 BlockMesh.........................................

More information

Numerical Simulation of Two-Phase Free Surface Flows

Numerical Simulation of Two-Phase Free Surface Flows Arc. Comput. Met. Engng. Vol. 12, 2, 165-224 (2005) Arcives of Computational Metods in Engineering State of te art reviews Numerical Simulation of Two-Pase Free Surface Flows Alexandre Caboussat Department

More information

Proceedings of the 8th WSEAS International Conference on Neural Networks, Vancouver, British Columbia, Canada, June 19-21,

Proceedings of the 8th WSEAS International Conference on Neural Networks, Vancouver, British Columbia, Canada, June 19-21, Proceedings of te 8t WSEAS International Conference on Neural Networks, Vancouver, Britis Columbia, Canada, June 9-2, 2007 3 Neural Network Structures wit Constant Weigts to Implement Dis-Jointly Removed

More information

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil Verification and Validation of Turbulent Flow around a Clark-Y Airfoil 1. Purpose 58:160 Intermediate Mechanics of Fluids CFD LAB 2 By Tao Xing and Fred Stern IIHR-Hydroscience & Engineering The University

More information

Symmetric Tree Replication Protocol for Efficient Distributed Storage System*

Symmetric Tree Replication Protocol for Efficient Distributed Storage System* ymmetric Tree Replication Protocol for Efficient Distributed torage ystem* ung Cune Coi 1, Hee Yong Youn 1, and Joong up Coi 2 1 cool of Information and Communications Engineering ungkyunkwan University

More information

Multi-Objective Particle Swarm Optimizers: A Survey of the State-of-the-Art

Multi-Objective Particle Swarm Optimizers: A Survey of the State-of-the-Art Multi-Objective Particle Swarm Optimizers: A Survey of te State-of-te-Art Margarita Reyes-Sierra and Carlos A. Coello Coello CINVESTAV-IPN (Evolutionary Computation Group) Electrical Engineering Department,

More information

2.3 Additional Relations

2.3 Additional Relations 3 2.3 Additional Relations Figure 2.3 identiies additional relations, indicating te locations o te object and image, and te ratio o teir eigts (magniication) and orientations. Ray enters te lens parallel

More information

Distributed and Optimal Rate Allocation in Application-Layer Multicast

Distributed and Optimal Rate Allocation in Application-Layer Multicast Distributed and Optimal Rate Allocation in Application-Layer Multicast Jinyao Yan, Martin May, Bernard Plattner, Wolfgang Mülbauer Computer Engineering and Networks Laboratory, ETH Zuric, CH-8092, Switzerland

More information