jagomart
digital resources
picture1_Dynamics Pdf 158125 | Cfd20 Item Download 2023-01-19 06-24-02


 153x       Filetype PDF       File size 0.32 MB       Source: www2.mie.utoronto.ca


File: Dynamics Pdf 158125 | Cfd20 Item Download 2023-01-19 06-24-02
an introduction to computational fluid dynamics chapter 20 in fluid flow handbook by nasser ashgriz javad mostaghimi department of mechanical industrial eng university of toronto toronto ontario 1 introduction 2 ...

icon picture PDF Filetype PDF | Posted on 19 Jan 2023 | 2 years ago
Partial capture of text on file.
           
           
                                   
                                   
                       An Introduction to  
                Computational Fluid Dynamics 
                                   
                                   
                           Chapter 20 in  
                      Fluid Flow Handbook 
                                   
                                By 
                                   
                         Nasser Ashgriz & 
                        Javad Mostaghimi 
           Department of Mechanical & Industrial Eng. 
                      University of Toronto 
                         Toronto, Ontario 
                                   
                                   
                                   
                                   
                                   
                                   
                                   
                     
                    1 Introduction:................................................................................................................ 2 
                    2 Mathematical Formulation.......................................................................................... 3 
                       2.1 Governing equations.............................................................................................. 3 
                       2.2 Boundary Conditions............................................................................................. 5 
                          2.2.1 Example....................................................................................................... 7 
                    3 Techniques for Numerical Discretization................................................................... 9 
                       3.1   The Finite Difference Method............................................................................... 9 
                       3.2   The Finite Element Method................................................................................. 11 
                       3.3   The Finite Volume Method................................................................................. 14 
                       3.4 Spectral Methods................................................................................................. 15 
                       3.5   Comparison of the Discretization Techniques..................................................... 16 
                    4     Solving The Fluid Dynamic Equations..................................................................... 17 
                       4.1 Transient-Diffusive Terms .................................................................................. 17 
                          4.1.1     Finite Difference Approach....................................................................... 17 
                          4.1.2     Finite Element Approach........................................................................... 21 
                       4.2 Transient-Convective Terms............................................................................... 24 
                       4.3   Shock Capturing Methods................................................................................... 26 
                       4.4 Convective-Diffusive Terms............................................................................... 27 
                       4.5   Incompressible Navier-Stokes Equations............................................................ 30 
                          4.5.1 Pressure-Based Methods............................................................................ 30 
                    5     Basic Solution Techniques........................................................................................ 34 
                       5.1 Direct Method...................................................................................................... 34 
                       5.2 Iterative Methods................................................................................................. 34 
                          5.2.1     Jacobi and Gauss-Seidel methods.............................................................. 35 
                          5.2.2 Relaxation methods................................................................................... 37 
                          5.2.3 ADI Method:............................................................................................. 38 
                       5.3   Convergence and Stability................................................................................... 39 
                       5.4   Von Neuman Stability Analysis.......................................................................... 39 
                       5.5   Convergence of Jacobi and Gauss-Seidel Methods (iterative methods):............ 41 
                    6 Building a Mesh........................................................................................................ 44 
                       6.1 Element Form...................................................................................................... 44 
                       6.2 Structured Grid.................................................................................................... 46 
                          6.2.1 Conformal mapping method...................................................................... 47 
                          6.2.2 Algebraic method...................................................................................... 47 
                          6.2.3 Differential equation method..................................................................... 47 
                          6.2.4 Block-structured method........................................................................... 47 
                       6.3 Unstructured grid................................................................................................. 47 
                    7 References................................................................................................................. 49 
                                                                    1
                     
                    1  Introduction: 
                     
                    This chapter is intended as an introductory guide for Computational Fluid Dynamics 
                    CFD. Due to its introductory nature, only the basic principals of CFD are introduced 
                    here.  For more detailed description, readers are referred to other textbooks, which are 
                                          1,2,3,4,5
                    devoted to this topic.       CFD provides numerical approximation to the equations that 
                    govern fluid motion. Application of the CFD to analyze a fluid problem requires the 
                    following steps.  First, the mathematical equations describing the fluid flow are written. 
                    These are usually a set of partial differential equations.  These equations are then 
                    discretized to produce a numerical analogue of the equations. The domain is then divided 
                    into small grids or elements. Finally, the initial conditions and the boundary conditions of 
                    the specific problem are used to solve these equations. The solution method can be direct 
                    or iterative.  In addition, certain control parameters are used to control the convergence, 
                    stability, and accuracy of the method.   
                     
                    All CFD codes  contain three main elements: (1) A pre-processor, which is used to input 
                    the problem geometry, generate the grid, define the flow parameter and the boundary 
                    conditions to the code.  (2) A flow solver, which is used to solve the governing equations 
                    of the flow subject to the conditions provided. There are four different methods used as a 
                    flow solver: (i) finite difference method; (ii) finite element method, (iii) finite volume 
                    method, and (iv) spectral method.   (3) A post-processor, which is used to massage the 
                    data and show the results in graphical and easy to read format.     
                     
                    In this chapter we are mainly concerned with the flow solver part of CFD. This chapter is 
                    divided into five sections. In section two of this chapter we review the general governing 
                    equations of the flow. In section three we discuss three standard numerical solutions to 
                    the partial differential equations describing the flow. In section four we introduce the 
                    methods for solving the discrete equations, however, this section is mainly on the finite 
                    difference method. And in section five we discuss various grid generation methods and 
                    mesh structures. Special problems arising due to the numerical approximation of the flow 
                    equations are also discussed and methods to resolve them are introduced in the following 
                    sections. 
                     
                     
                     
                     
                     
                     
                     
                     
                     
                     
                     
                     
                                                                 2
                    
                   2  Mathematical Formulation 
                   2.1  Governing equations 
                    
                   The equations governing the fluid motion are the three fundamental principles of mass, 
                   momentum, and energy conservation. 
                    
                    
                        Continuity             ∂ρ +∇.(ρV ) = 0      (1) 
                                                ∂t
                    
                        Momentum               ρ DV =∇.τ −∇p+ρF     (2) 
                                                  Dt         ij
                    
                        Energy                 ρ De + p(∇.V) = ∂Q −∇.q+Φ    (3) 
                                                  Dt              ∂t
                    
                   where ρ is the fluid density, V  is the fluid velocity vector, τij  is the viscous stress tensor,  
                   p is pressure,  F is the body forces, e is the internal energy, Q is the heat source term,  t is 
                   time, Φ is the dissipation term, and ∇.q is the heat loss by conduction.  Fourier’s law for 
                   heat transfer by conduction can be used to describe q as: 
                    
                                        q=−k∇T         (4) 
                    
                   where k is the coefficient of thermal conductivity, and T is the temperature. Depending on 
                   the nature of physics governing the fluid motion one or more terms might be negligible. 
                   For example, if the fluid is incompressible and the coefficient of viscosity of the fluid, µ, 
                   as well as, coefficient of thermal conductivity are constant, the continuity, momentum, 
                   and energy equations reduce to the following equations: 
                    
                                ∇.V = 0         (5) 
                    
                                ρ DV = µ∇2V−∇p+ρF       (6) 
                                   Dt
                    
                                  D       Q
                                ρ e=∂ +k∇2T+Φ       (7) 
                                   Dt     t
                                         ∂
                    
                    
                   Presence of each term and their combinations determines the appropriate solution 
                   algorithm and the numerical procedure.  There are three classifications of partial 
                                         6
                   differential equations ; elliptic, parabolic and hyperbolic. Equations belonging to each of 
                                                                3
The words contained in this file might help you see if this file matches what you are looking for:

...An introduction to computational fluid dynamics chapter in flow handbook by nasser ashgriz javad mostaghimi department of mechanical industrial eng university toronto ontario mathematical formulation governing equations boundary conditions example techniques for numerical discretization the finite difference method element volume spectral methods comparison solving dynamic transient diffusive terms approach convective shock capturing incompressible navier stokes pressure based basic solution direct iterative jacobi and gauss seidel relaxation adi convergence stability von neuman analysis building a mesh form structured grid conformal mapping algebraic differential equation block unstructured references this is intended as introductory guide cfd due its nature only principals are introduced here more detailed description readers referred other textbooks which devoted topic provides approximation that govern motion application analyze problem requires following steps first describing wri...

no reviews yet
Please Login to review.