The use of gas-kinetic schemes for the simulation of compressible flows become widespread in the two last

Size: px
Start display at page:

Download "The use of gas-kinetic schemes for the simulation of compressible flows become widespread in the two last"

Transcription

1 A Gas-Kinetic BGK Scheme for Parallel Solution of 3-D Viscous Flows on Unstructured Hybrid Grids Murat Ilgaz Defense Industries Research and Development Institute, Ankara, 626, Turkey and Ismail H. Tuncer Middle East Technical University, Ankara, 653, Turkey In this study, a gas-kinetic BGK scheme for the solution of 3-D viscous flows on unstructured hybrid grids is presented. The second order accurate finite volume formulations are given. In order to accurately resolve the boundary layers in wall bounded viscous flows, hexahedral grid cells are employed in the boundary layer regions normal to solid surfaces while the rest of the domain is discretized by tetrahedral cells. The computation time, which is an important deficiency of gas-kinetic BGK schemes, is improved by performing computations in parallel. The parallel algorithm for unstructured hybrid grids is based on the domain decomposition. Several numerical validation cases are presented to show the accuracy and robustness of the proposed approach. I. Introduction The use of gas-kinetic schemes for the simulation of compressible flows become widespread in the two last decades. Nowadays, the most promising ones are the Equilibrium Flux Method (EFM), the Kinetic Flux Vector Splitting (KFVS) 2, 3 and the Gas-Kinetic BGK method. 4, 5 Due to the inclusion of intermolecular collisions with BGK simplification, the gas-kinetic BGK scheme gives a more complete and realistic description of the flow and has been well studied. 6 3 Although the gas-kinetic BGK scheme was first applied on structured grids, later, the scheme has been adapted on unstructured grids in order to simulate flows around complex bodies. 4 6 Recently, Ilgaz and Tuncer successfully applied the kinetic flux vector splitting and gas-kinetic BGK schemes for 2-D flows on unstructured grids. 7 In this work, the computation time, the basic deficiency of the gas-kinetic schemes, has been improved by performing computations in parallel. Various test problems were analyzed and it has been shown that the computational efficiency of the gas-kinetic schemes is superior and the gas-kinetic schemes do not experience numerical instabilities as their classical counterpart. 7 The authors further developed the gas-kinetic BGK scheme for 3-D inviscid flows on unstructured grids and applied to the missile flows. 8 Although inviscid flow solutions can successfully be obtained on unstructured grids, viscous flow solutions are more demanding. Wall-bounded viscous flow solutions require the resolution of boundary layers, which is quite difficult to achieve by employing only unstructured triangular/tetrahedral grids. It is well-known that high-resolution hybrid grids are needed for an efficient computation of viscous flows. The present authors have already developed a gas-kinetic BGK scheme for the parallel computation of 2-D viscous flows on unstructured hybrid grids, and showed the accuracy and robustness of the method. 9 In the present work, the method developed earlier is extended to the solution of 3-D viscous flows on unstructured hybrid grids. The second order accurate 3-D finite volume formulations are given and the solutions are obtained in parallel. Several viscous validation test cases on unstructured hybrid grids are presented to show the accuracy and robustness of the present approach. Chief Research Engineer, Ph.D., Aerodynamics Division, AIAA Member, milgaz@sage.tubitak.gov.tr Professor, Department of Aerospace Engineering, AIAA Member, tuncer@ae.metu.edu.tr of 3

2 II. Finite Volume Gas-Kinetic Method In gas-kinetic theory, gases are comprised of small particles and each particle has a mass and velocity. At standard conditions, the motion of large number of particles in a small volume is defined by the gas distribution function, which describes the probability of particles to be located in a certain velocity interval f(x i, t, u i ). () Here x i = (x, y, z) is the position, t is the time and u i = (u, v, w) are the particle velocities. The macroscopic properties of the gas can be obtained as the moments of the distribution function. For example, the gas density can be written as ρ = m n i (2) i where m is the particle mass, n i is the number density. Since, by definition, distribution function is the particle density in phase space, it is concluded that m n i = f(x i, t, u i ), (3) ρ = f dudvdw. (4) The time evolution of the distribution function is governed by the Boltzmann equation f t + u i f xi + a i f ui = Q(f, f). (5) Here a i shows the external force on the particle in the ith direction and Q(f, f) is the collision operator. When the collision operator is equal to zero, collisionless Boltzmann equation is obtained and the solution of this equation is given in terms of the Maxwellian (equilibrium) distribution function g = ρ ( λ π ) N+3 2 exp { λ [(u i U i ) 2 + ξ i 2 ]} (6) where ξ i = (ξ, ξ 2,..., ξ N ) are the particle internal velocities, N is the internal degrees of freedom, U i = (U, V, W ) are the macroscopic velocities of the gas and λ is a function of temperature given by R being the gas constant. A. Gas-Kinetic BGK Scheme λ = 2 R T (7) The gas-kinetic BGK scheme is based on the Boltzmann BGK equation where the collision operator (see Eq. (5)) is replaced by the Bhatnagar-Gross-Krook model. 2 The Boltzmann BGK equation in 3-D can be written as (ignoring external forces) f t + u f x + v f y + w f z = g f τ where f is the gas distribution function, g is the equilibrium state approached by f over particle collision time τ; u, v and w are the particle velocities in x-, y- and z-directions, respectively. The equilibrium state is usually assumed to be a Maxwellian g = ρ ( λ π ) K+3 2 exp { λ [(u U) 2 + (v V ) 2 + (w W ) 2 + ξ 2 ]} (9) where ρ is the density, U, V and W are the macroscopic velocities in x-, y- and z-directions and K is the dimension of the internal velocities. The general solution of the gas distribution function f at the cell interface ci and time t is (8) f(s ci, t, u, v, w, ξ) = τ t g(s, t, u, v, w, ξ) exp [ (t t )/τ] dt +exp ( t/τ) f (s ci ut vt wt). () 2 of 3

3 Here s = s ci u (t t ) v (t t ) w (t t ) is the particle trajectory of a particle and f is the initial gas distribution function at the beginning of each time step. Since mass, momentum and energy are conserved during particle collisions, f and g must satisfy the conservation constraint of (f g) ψ dξ =, () at all (x, y, z) and t. III. Numerical Methodology The numerical methodology developed is based on the cell-centered finite volume formulation. The conservative flow variables at the cell boundaries are first reconstructed with a second-order accuracy. 2 The gas-kinetic BGK scheme is then used for the time evolution of the gas distribution function and evaluating the numerical fluxes through the cell faces. The macroscopic equations are integrated in time using a third-order accurate Runge-Kutta time-stepping scheme. A. Reconstruction of Flow Variables The second order reconstruction of conservative flow variables is achieved by expanding the cell-centered solution to each cell face with a Taylor series Q ci = Q cc + Q cc s + O( s 2 ) (2) where cc refers to the cell center and s is the vector from the cell center to the centroid of the cell face. The midpoint pointwise values of Q are first estimated by forming an arithmetic average of the two cells that share a common face and then the gradient at the cell center is calculated using the midpoint trapezoidal rule. It should be noted that since the reconstruction procedure involves the simple averaging of the flow variables, the formal accuracy of the method may be less than second-order. B. Flux Evaluation The numerical fluxes at the cell faces are calculated using a second order gas-kinetic BGK scheme. Figure shows the sample tetrahedral control volumes, cell interface and coordinate systems where dots in black represent cell centers, the dot in red shows the interface centroid, L and R the left and right states, x, y and z the local coordinate system normal and tangent to the cell interface ci, respectively, X, Y and Z the global coordinate system. U x, U y and U z are the macroscopic velocity components in the local coordinate system. In the present work, the initial gas distribution function f and the equilibrium state g are assumed to be { g f = L [ + a L (x x ci )], if x x ci (3) g R [ + a R (x x ci )], if x x ci and g = { g [ + a L (x x ci ) + A t], if x x ci (4) g [ + a R (x x ci ) + A t], if x x ci where g L, g R and g are the equilibrium distribution functions to the left, right and at the centroid of the cell interface ci, respectively, of the form g = ρ ( λ π ) K+3 2 exp { λ [(u x U x) 2 + (u y U y ) 2 + (u z U z ) 2 + ξ 2 ]} (5) 3 of 3

4 Figure. Sample tetrahedral control volumes, cell interface and coordinate systems. and a L, a R, a L, and a R are the spatial slopes and A is the time slope, given by a L = a L + a L 2 u x + a L 3 u y + a L 4 u z + 2 al 5 (u 2 x + u 2 y + u 2 z + ξ 2 ) a R = a R + a R 2 u x + a R 3 u y + a R 4 u z + 2 ar 5 (u 2 x + u 2 y + u 2 z + ξ 2 ) a L = a L + a L 2 u x + a L 3 u y + a L 4 u z + 2 al 5 (u 2 x + u 2 y + u 2 z + ξ 2 ) a R = a R + a R 2 u x + a R 3 u y + a R 4 u z + 2 ar 5 (u 2 x + u 2 y + u 2 z + ξ 2 ) A = A + A 2 u x + A 3 u y + A 4 u z + 2 A 5 (u 2 x + u 2 y + u 2 z + ξ 2 ). (6) Here u x, u y and u z are the local particle velocities normal and tangent to the cell interface, respectively. The equilibrium distribution functions to the left and right of the cell interface, and their slopes are obtained as g L a L ψ ci dξ = ρ L ci ρu L g L x ci ρu R ψ ci dξ = ρu y L ci, g R x ci ψ ci dξ = ρu R y ci ρuz L ci ρuz R ci ρeci L ρeci R (ρ L ci ρl cc (ρ R cc ρ R ci (ρux L ci ρux L cc (ρu (ρu y L ci ρuy L cc, g R a R x R cc ρux R ci ψ ci dξ = (ρu y R cc ρuy R ci (ρuz L ci ρuz L cc (ρuz R cc ρuz R ci (ρeci L ρel cc (ρecc R ρeci R where the subscript ci corresponds to the reconstructed values at the cell interface, the subscript cc refers to the cell center values, s is the distance from the cell interface to the cell center and ψ ci stands for the vector of moments at the cell interface u x ψ ci = u y (9) u z 2 (u2 x + u 2 y + u 2 z + ξ 2 ) The variables ρ, U x, U y, U z and λ in g L and g R (Eq. (5)) can be uniquely determined from Eq. (7). Once g L and g R are obtained, the slopes a L and a R can be computed from Eq. (8). ρ R ci (7) (8) 4 of 3

5 The equilibrium state g can be evaluated using the compatibility condition g ψ ci dξ = g L ψ ci dξ + g R ψ ci dξ (2) u> from which the values of ρ, U x, U y, U z and λ in g are determined. The slopes a L and a R can then be obtained through the relations g a L ψ ci dξ = (ρ ρ L cc (ρu x ρu L x cc (ρu y ρu L y cc (ρu z ρu L z cc (ρe ρe L cc, u< g a R ψ ci dξ = (ρ R cc ρ (ρu R x cc ρu x (ρu R y cc ρu y (ρu R z cc ρu z (ρe R cc ρe Having determined the equilibrium states to the left, to the right and at the centroid of the cell interface, and the corresponding spatial slopes, the conservation constraint (Eq. ()) at the cell interface ci can be applied and integrated over the time step t t (2) (f g) ψ ci dξ dt =, (22) to evaluate the time slope term A within f and g. Substituting Eqs. (3) and (4) into Eq. (), the final gas distribution function at the cell interface ci is expressed as f(x ci, t, u, v, w, ξ) = [ exp ( t/τ)] g +{τ [ + exp ( t/τ)] + t exp ( t/τ)} [a L H(u) + a R ( H(u))] u g +τ [t/τ + exp ( t/τ)] A g +exp ( t/τ) [( u t a L ) H(u) g L + ( u t a R ) ( H(u)) g L ] (23) where H(u) is the Heaviside function H(u) = {, if u <, if u >. (24) The local numerical fluxes for the mass, momentum and total energy across the cell interface ci can then be computed as F ρ F ρux F ρuy F ρuz F ρe The collision time in Eq. (23) is taken as 3 = t t u x f xci ψ ci dξ dt. (25) τ = µ + pl p R p p L t. (26) + pr Here the first term refers to the collision time related to the physical viscosity while the non-dimensional pressure jump in the second term corresponds to a numerical collision time. The second term is necessary especially in the under-resolved discontinuous regions and diminishes in smooth regions. The fluxes at the cell faces are first computed and the total flux for all types of cells is then obtained by adding the flux contributions. 5 of 3

6 C. Parallel Processing Parallel processing is based on domain decomposition. The unstructured hybrid grid is partitioned using METIS software package. METIS needs a graph file for the unstructured hybrid mesh, which is actually the neighbor connectivity of the cells. Partitioning of the graph is then performed using kmetis program. During the partitioning, each cell is weighted by its number of faces so that each partition has about the same number of total faces to improve the load balancing in parallel computations. Parallel Virtual Machine (PVM) message-passing library routines are employed in a master-worker algorithm. The master process performs all the input-output, starts up PVM, spawns worker processes and sends the initial data to the workers. The worker processes first receive the initial data, apply the interface and the flow boundary conditions, and solve the flow field within the partition. The flow variables at the interface boundaries are exchanged among the neighboring partitions at each time step for the implementation of inter-partition boundary conditions. IV. Results and Discussions The gas-kinetic BGK scheme developed is validated through two viscous flow cases; laminar flow over a flat plate and a transonic flow over a wing. The parallel solutions, which significantly improve the computation time, are performed on an Itanium2 Linux cluster. Dual Itanium2 processors operate at.3ghz with 3MB L2 cache and 2GB of memory for each. The present solutions are compared to the analytical solutions and the numerical solutions available in the literature. A. Case : Laminar Flow Over a Flat Plate A flat plate at zero angle of attack is selected as a first validation case for which the analytical Blasius solution is available. The freestream conditions and the computational mesh with partitions for this case are given in Table and Fig. 2, respectively. The computational mesh consists of 43 nodes and 25 cells. The flat plate is placed between x = and x = locations and the boundary layer region is meshed with hexahedron cells while pyramidal and tetrahedron cells are used at the farfield. Table. Freestream conditions for Case. Mach Number Angle of Attack, deg Reynolds Number Figure 3 shows the Mach contours and velocity vectors inside the boundary layer on the flat plate at y = plane. The comparisons of u-velocity and v-velocity profiles at three different y-planes for two different x-locations are given in Figs. 4 and 5, respectively, along with the analytical Blasius solutions. The results of the gas-kinetic BGK scheme compare quite well with the Blasius solutions at different y-planes and x- locations. It is observed that the use of hexahedron cells near the wall region leads to the better resolution of the boundary layer while the use of tetrahedron cells outside reduces the number of cells in the viscous flow region. The parallel efficiency of the computations is given in Table 2 and Fig. 6. It is observed that the high parallel efficiency of the gas-kinetic BGK scheme is maintained as the number of processors increases, which is attributed to the high computing to communication ratio in the gas-kinetic BGK methods. Although the gas-kinetic BGK methods are computationally expensive, computational requirements may not be an issue in parallel computations. 6 of 3

7 Z Y X Figure 2. Computational mesh with 6 partitions for Case..2.9 z x Figure 3. Mach number contours and velocity vectors at y = plane for Case (zoomed view). 7 of 3

8 Blasius y=-.5 y= y=.5 5 Blasius y=-.5 y= y=.5 z/x..5 Re 4 3 z/x..5 Re u/u w/u. 2Re. x (a) u-velocity (b) v-velocity Figure 4. Velocity profiles in the boundary layer at x =.44 for Case Blasius y=-.5 y= y=.5 5 Blasius y=-.5 y= y=.5 z/x..5 Re 4 3 z/x..5 Re u/u w/u. 2Re. x (a) u-velocity (b) v-velocity Figure 5. Velocity profiles in the boundary layer at x =.66 for Case. 8 of 3

9 Table 2. Parallel efficiency of computations for Case. Number of Nodes CPU Time, sec/iter Computational Efficiency, % Ideal Gas-Kinetic BGK Efficiency 6 Speed Up Ideal Gas-Kinetic BGK # of Processors # of Processors (a) Efficiency (b) Speed up Figure 6. Parallel efficiency of computations for Case. B. Case 2: Laminar Flow Over a Transonic Wing The laminar flow over transonic wing is selected as a second validation case. A NACA2 airfoil section is used by extruding it in the spanwise direction, which has been used as a benchmark study for 2-D viscous flows. 22 The freestream conditions and the computational mesh with partitions are given in Table 3 and Fig. 7, respectively. The close-up view of the computational mesh near the wall region is also shown in Fig. 8. The computational mesh consists of 7668 nodes and cells. Table 3. Freestream conditions for Case 2. Mach Number Angle of Attack, deg Reynolds Number.8. 5 The Mach contours obtained from the gas-kinetic BGK scheme at y = is shown in Fig. 9a. The weak shock wave on the upper surface of the wing interacts with the boundary layer and causes the flow separation. The recirculating flow region is clearly seen with the streamlines in Fig. 9b. Recently, May et al. 23 studied the same problem with a different gas-kinetic schemes on 2-D unstructured grids. The surface pressure distribution at y = plane is presented in Fig. along with the results of May et al. 23 As seen, both predictions agree well. 9 of 3

10 Z Y X Figure 7. Computational mesh with 6 partitions for Case 2. Figure 8. Computational mesh near the wall region for Case 2 (zoomed view). of 3

11 Mach (a) Mach number contours (b) Streamlines and separation Figure 9. Mach number contours, streamlines and separation on the suction side for Case p/p May et al. [23] Gas-Kinetic BGK x Figure. Nondimensional pressure distribution on the wing surface at y = plane for Case 2. of 3

12 V. Conclusion In this paper, a gas-kinetic BGK scheme for 3-D viscous flows on unstructured hybrid grids are presented. The second order finite volume formulations are given and the solutions are obtained in parallel. The laminar flow solutions based on the gas-kinetic BGK scheme on unstructured hybrid grids agree well with the experimental data as well as available numerical studies. It is shown that the use of unstructured hybrid grids remove the difficulties faced in viscous flow computations on tetrahedral grids only. It also leads to the better resolution of boundary layers in viscous flows while reducing the total number of cells. In addition, it is shown that the high parallel efficiency of the gas-kinetic BGK scheme is maintained as the number of processors increases. Thus, the parallel computations significantly improve the computation time of the gaskinetic BGK scheme which, in turn, enable the method to be used for the solution of practical aerodynamic flow problems. Acknowledgments The authors acknowledge the support of the Defense Industries Research and Development Institute (TUBITAK-SAGE) under project SAM. References Pullin, D. I., Direct Simulation Methods for Compressible Inviscid Ideal Gas Flow, J. Comp. Phys., Vol. 34, pp , Mandal, J. C., and Deshpande, S. M., Kinetic Flux Vector Splitting for Euler Equations, Comp. Fluids, Vol. 23-2, p.447, Chou, S. Y., and Baganoff, D., Kinetic Flux Vector Splitting for the Navier-Stokes Equations, J. Comp. Phys., Vol. 3, pp.27-23, Prendergast, K. H., and Xu, K., Numerical Hydrodynamics from Gas-Kinetic Theory, J. Comp. Phys., Vol. 9, pp.53-66, Prendergast, K. H., and Xu, K., Numerical Navier-Stokes Solutions from Gas-Kinetic Theory, J. Comp. Phys., Vol. 4, pp.9-7, Xu, K., and Jameson, A., Gas-Kinetic Relaxation (BGK-Type) Schemes for the Compressible Euler Equations, AIAA Paper , Xu, K., Martinelli, L., and Jameson, A., Gas-Kinetic Finite Volume Methods, Flux Vector Splitting and Artificial Diffusion, J. Comp. Phys., Vol. 2, pp.48-65, Xu, K., BGK-Based Scheme for Multicomponent Flow Calculations, J. Comp. Phys., Vol. 34, pp.22-33, Xu, K., A Gas-Kinetic Scheme for the Euler Equations with Heat Transfer, SIAM J. Sci. Comp., Vol. 2-4, pp , 997. Xu, K., and Hu, J., Projection Dynamics in Godunov-Type Schemes, J. Comp. Phys., Vol. 42, pp , 998. Chae D., Kim C., and Rho O., Development of an Improved Gas-Kinetic BGK Scheme for Inviscid and Viscous Flows, J. Comp. Phys., Vol. 58, pp.-27, 2. 2 Lian, Y. S., Xu, K., A Gas-Kinetic Scheme for Multimaterial Flows and Its Application in Chemical Reactions, J. Comp. Phys., Vol. 63, pp , 2. 3 Xu, K., A Gas-Kinetic BGK Scheme for the Navier-Stokes Equations and Its Connection with Artificial Dissipation and Godunov Method, J. Comp. Phys.., Vol. 7, pp , 2. 4 Kim, C., and Jameson, A., A Robust and Accurate LED-BGK Solver on Unstructured Adaptive Meshes, J. Comp. Phys., Vol. 43, pp , May, G., Srinivasan, B., and Jameson, A., Three Dimensional Flow Calculations on Arbitrary Meshes Using a Gas- Kinetic BGK Finite-Volume Method, AIAA Paper , May, G., and Jameson, A., Improved Gaskinetic Multigrid Method for Three-Dimensional Computation of Viscous Flows, AIAA Paper 25-56, Ilgaz, M., and Tuncer, I., H., Parallel Implementation of Gas-Kinetic Schemes for 2-D Flows on Unstructured Grids, 3rd Ankara International Aerospace Conference, AIAC-25-8, Ankara, Turkey, Ilgaz, M., and Tuncer, I., H., Parallel Application of Gas-Kinetic BGK Method on Unstructured Grids for 3-D Inviscid Missile Flows, Parallel CFD Conference 27, May 2-24, Antalya, Turkey, Ilgaz, M., and Tuncer, I., H., Parallel Implementation of Gas-Kinetic BGK Scheme on Unstructured Hybrid Grids, 36th AIAA Fluid Dynamics Conference and Exhibit, AIAA , San Francisco, Bhatnagar, P., L., Gross, E., P., and Krook, M., A Model for Collision Processes in Gases I: Small Amplitude Processes in Charged and Neutral One-Component Systems, Phys. Rev., Vol. 94, pp. 5, Ilgaz, M., Gas-Kinetic Methods for 3-D Inviscid and Viscous Flow Solution on Unstructured/Hybrid Grids, Ph.D. Thesis, Middle East Technical University, Ankara, Turkey, INRIA, Gamm Workshop, December 46, 985, Nice, France, Numerical Simulation of Compressible Navier Stokes Equations-External 2D Flows Around a NACA2 Airfoil, Centre de Rocquefort, de Rennes et de Sophia-Antipolis, of 3

13 23 May, G., Srinivasan, B., and Jameson, A., An Improved Gas-Kinetic BGK Finite-Volume Method For Three-Dimensional Transonic Flow, J. Comp. Phys., Vol. 22, pp , of 3

The gas-kinetic methods have become popular for the simulation of compressible fluid flows in the last

The gas-kinetic methods have become popular for the simulation of compressible fluid flows in the last Parallel Implementation of Gas-Kinetic BGK Scheme on Unstructured Hybrid Grids Murat Ilgaz Defense Industries Research and Development Institute, Ankara, 626, Turkey and Ismail H. Tuncer Middle East Technical

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

Modeling External Compressible Flow

Modeling External Compressible Flow Tutorial 3. Modeling External Compressible Flow Introduction The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a nonzero angle of attack. You will use the Spalart-Allmaras

More information

Three dimensional meshless point generation technique for complex geometry

Three dimensional meshless point generation technique for complex geometry Three dimensional meshless point generation technique for complex geometry *Jae-Sang Rhee 1), Jinyoung Huh 2), Kyu Hong Kim 3), Suk Young Jung 4) 1),2) Department of Mechanical & Aerospace Engineering,

More information

The Development of a Navier-Stokes Flow Solver with Preconditioning Method on Unstructured Grids

The Development of a Navier-Stokes Flow Solver with Preconditioning Method on Unstructured Grids Proceedings of the International MultiConference of Engineers and Computer Scientists 213 Vol II, IMECS 213, March 13-15, 213, Hong Kong The Development of a Navier-Stokes Flow Solver with Preconditioning

More information

Discontinuous Galerkin Spectral Element Approximations for CFD

Discontinuous Galerkin Spectral Element Approximations for CFD Discontinuous Galerkin Spectral Element Approimations for CFD D.A. Kopriva Florida State Universit Tallahassee, FL 3236 G.B. Jacobs San Diego State Universit San Diego, CA 92182 September 3, 211 1 Code

More information

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved.

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved. Workshop 2 Transonic Flow Over a NACA 0012 Airfoil. Introduction to CFX WS2-1 Goals The purpose of this tutorial is to introduce the user to modelling flow in high speed external aerodynamic applications.

More information

Studies of the Continuous and Discrete Adjoint Approaches to Viscous Automatic Aerodynamic Shape Optimization

Studies of the Continuous and Discrete Adjoint Approaches to Viscous Automatic Aerodynamic Shape Optimization Studies of the Continuous and Discrete Adjoint Approaches to Viscous Automatic Aerodynamic Shape Optimization Siva Nadarajah Antony Jameson Stanford University 15th AIAA Computational Fluid Dynamics Conference

More information

EXPLICIT AND IMPLICIT TVD AND ENO HIGH RESOLUTION ALGORITHMS APPLIED TO THE EULER AND NAVIER-STOKES EQUATIONS IN THREE-DIMENSIONS RESULTS

EXPLICIT AND IMPLICIT TVD AND ENO HIGH RESOLUTION ALGORITHMS APPLIED TO THE EULER AND NAVIER-STOKES EQUATIONS IN THREE-DIMENSIONS RESULTS EXPLICIT AND IMPLICIT TVD AND ENO HIGH RESOLUTION ALGORITHMS APPLIED TO THE EULER AND NAVIER-STOKES EQUATIONS IN THREE-DIMENSIONS RESULTS Edisson Sávio de Góes Maciel, edissonsavio@yahoo.com.br Mechanical

More information

An Investigation of Directional-Coarsening And Line-Implicit Smoothing Applied to Agglomeration Multigrid

An Investigation of Directional-Coarsening And Line-Implicit Smoothing Applied to Agglomeration Multigrid An Investigation of Directional-Coarsening And Line-Implicit Smoothing Applied to Agglomeration Multigrid J. V. Lassaline Ryerson University 35 Victoria St, Toronto, ON, M5B 2K3, Canada D. W. Zingg University

More information

Axisymmetric Viscous Flow Modeling for Meridional Flow Calculation in Aerodynamic Design of Half-Ducted Blade Rows

Axisymmetric Viscous Flow Modeling for Meridional Flow Calculation in Aerodynamic Design of Half-Ducted Blade Rows Memoirs of the Faculty of Engineering, Kyushu University, Vol.67, No.4, December 2007 Axisymmetric Viscous Flow Modeling for Meridional Flow alculation in Aerodynamic Design of Half-Ducted Blade Rows by

More information

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr.

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr. Mid-Year Report Discontinuous Galerkin Euler Equation Solver Friday, December 14, 2012 Andrey Andreyev Advisor: Dr. James Baeder Abstract: The focus of this effort is to produce a two dimensional inviscid,

More information

Parallelization study of a VOF/Navier-Stokes model for 3D unstructured staggered meshes

Parallelization study of a VOF/Navier-Stokes model for 3D unstructured staggered meshes Parallelization study of a VOF/Navier-Stokes model for 3D unstructured staggered meshes L. Jofre, O. Lehmkuhl, R. Borrell, J. Castro and A. Oliva Corresponding author: cttc@cttc.upc.edu Centre Tecnològic

More information

Express Introductory Training in ANSYS Fluent Workshop 04 Fluid Flow Around the NACA0012 Airfoil

Express Introductory Training in ANSYS Fluent Workshop 04 Fluid Flow Around the NACA0012 Airfoil Express Introductory Training in ANSYS Fluent Workshop 04 Fluid Flow Around the NACA0012 Airfoil Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 -

More information

A Fourth-Order Gas-Kinetic CPR Method for the Navier-Stokes Equations on Unstructured Meshes

A Fourth-Order Gas-Kinetic CPR Method for the Navier-Stokes Equations on Unstructured Meshes Tenth International Conference on Computational Fluid Dnamics (ICCFD), Barcelona,Spain, Jul 9-, 8 ICCFD-8- A Fourth-Order Gas-Kinetic CPR Method for the Navier-Stokes Equations on Unstructured Meshes Chao

More information

Ail implicit finite volume nodal point scheme for the solution of two-dimensional compressible Navier-Stokes equations

Ail implicit finite volume nodal point scheme for the solution of two-dimensional compressible Navier-Stokes equations Ail implicit finite volume nodal point scheme for the solution of two-dimensional compressible Navier-Stokes equations Vimala Dutta Computational and Theoretical Fluid Dynamics Division National Aerospace

More information

On the high order FV schemes for compressible flows

On the high order FV schemes for compressible flows Applied and Computational Mechanics 1 (2007) 453-460 On the high order FV schemes for compressible flows J. Fürst a, a Faculty of Mechanical Engineering, CTU in Prague, Karlovo nám. 13, 121 35 Praha, Czech

More information

Computation of Fictitious Gas Flow with Euler Equations

Computation of Fictitious Gas Flow with Euler Equations 1 Computation of Fictitious Gas Flow with Euler Equations Pei Li and Helmut Sobieczky DLR Göttingen, Germany Abstract The Fictitious Gas Concept supports some computational design methods to construct

More information

Numerical Analysis of Shock Tube Problem by using TVD and ACM Schemes

Numerical Analysis of Shock Tube Problem by using TVD and ACM Schemes Numerical Analysis of Shock Tube Problem by using TVD and Schemes Dr. Mukkarum Husain, Dr. M. Nauman Qureshi, Syed Zaid Hasany IST Karachi, Email: mrmukkarum@yahoo.com Abstract Computational Fluid Dynamics

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

Grid. Apr 09, 1998 FLUENT 5.0 (2d, segregated, lam) Grid. Jul 31, 1998 FLUENT 5.0 (2d, segregated, lam)

Grid. Apr 09, 1998 FLUENT 5.0 (2d, segregated, lam) Grid. Jul 31, 1998 FLUENT 5.0 (2d, segregated, lam) Tutorial 2. Around an Airfoil Transonic Turbulent Flow Introduction: The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a non-zero angle of attack. You will use the

More information

Computational Fluid Dynamics for Engineers

Computational Fluid Dynamics for Engineers Tuncer Cebeci Jian P. Shao Fassi Kafyeke Eric Laurendeau Computational Fluid Dynamics for Engineers From Panel to Navier-Stokes Methods with Computer Programs With 152 Figures, 19 Tables, 84 Problems and

More information

This is an author-deposited version published in: Eprints ID: 4362

This is an author-deposited version published in:   Eprints ID: 4362 This is an author-deposited version published in: http://oatao.univ-toulouse.fr/ Eprints ID: 4362 To cite this document: CHIKHAOUI Oussama, GRESSIER Jérémie, GRONDIN Gilles. Assessment of the Spectral

More information

Abstract. Introduction

Abstract. Introduction EULER SOLUTIONS AS LIMIT OF INFINITE REYNOLDS NUMBER FOR SEPARATION FLOWS AND FLOWS WITH VORTICES Wolfgang Schmidt and Antony Jameson Dornier GmbH, D-7990 Friedrichshafen, FRG and Princeton University,

More information

SHOCK WAVES IN A CHANNEL WITH A CENTRAL BODY

SHOCK WAVES IN A CHANNEL WITH A CENTRAL BODY SHOCK WAVES IN A CHANNEL WITH A CENTRAL BODY A. N. Ryabinin Department of Hydroaeromechanics, Faculty of Mathematics and Mechanics, Saint-Petersburg State University, St. Petersburg, Russia E-Mail: a.ryabinin@spbu.ru

More information

(LSS Erlangen, Simon Bogner, Ulrich Rüde, Thomas Pohl, Nils Thürey in collaboration with many more

(LSS Erlangen, Simon Bogner, Ulrich Rüde, Thomas Pohl, Nils Thürey in collaboration with many more Parallel Free-Surface Extension of the Lattice-Boltzmann Method A Lattice-Boltzmann Approach for Simulation of Two-Phase Flows Stefan Donath (LSS Erlangen, stefan.donath@informatik.uni-erlangen.de) Simon

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

A higher-order finite volume method with collocated grid arrangement for incompressible flows

A higher-order finite volume method with collocated grid arrangement for incompressible flows Computational Methods and Experimental Measurements XVII 109 A higher-order finite volume method with collocated grid arrangement for incompressible flows L. Ramirez 1, X. Nogueira 1, S. Khelladi 2, J.

More information

Estimation of Flow Field & Drag for Aerofoil Wing

Estimation of Flow Field & Drag for Aerofoil Wing Estimation of Flow Field & Drag for Aerofoil Wing Mahantesh. HM 1, Prof. Anand. SN 2 P.G. Student, Dept. of Mechanical Engineering, East Point College of Engineering, Bangalore, Karnataka, India 1 Associate

More information

CFD-1. Introduction: What is CFD? T. J. Craft. Msc CFD-1. CFD: Computational Fluid Dynamics

CFD-1. Introduction: What is CFD? T. J. Craft. Msc CFD-1. CFD: Computational Fluid Dynamics School of Mechanical Aerospace and Civil Engineering CFD-1 T. J. Craft George Begg Building, C41 Msc CFD-1 Reading: J. Ferziger, M. Peric, Computational Methods for Fluid Dynamics H.K. Versteeg, W. Malalasekara,

More information

Available online at ScienceDirect. Procedia Engineering 99 (2015 )

Available online at   ScienceDirect. Procedia Engineering 99 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 99 (2015 ) 575 580 APISAT2014, 2014 Asia-Pacific International Symposium on Aerospace Technology, APISAT2014 A 3D Anisotropic

More information

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS March 18-20, 2013 THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS Authors: M.R. Chiarelli, M. Ciabattari, M. Cagnoni, G. Lombardi Speaker:

More information

Comparisons of Compressible and Incompressible Solvers: Flat Plate Boundary Layer and NACA airfoils

Comparisons of Compressible and Incompressible Solvers: Flat Plate Boundary Layer and NACA airfoils Comparisons of Compressible and Incompressible Solvers: Flat Plate Boundary Layer and NACA airfoils Moritz Kompenhans 1, Esteban Ferrer 2, Gonzalo Rubio, Eusebio Valero E.T.S.I.A. (School of Aeronautics)

More information

Numerical Methods for PDEs. SSC Workgroup Meetings Juan J. Alonso October 8, SSC Working Group Meetings, JJA 1

Numerical Methods for PDEs. SSC Workgroup Meetings Juan J. Alonso October 8, SSC Working Group Meetings, JJA 1 Numerical Methods for PDEs SSC Workgroup Meetings Juan J. Alonso October 8, 2001 SSC Working Group Meetings, JJA 1 Overview These notes are meant to be an overview of the various memory access patterns

More information

EFFICIENT SOLUTION ALGORITHMS FOR HIGH-ACCURACY CENTRAL DIFFERENCE CFD SCHEMES

EFFICIENT SOLUTION ALGORITHMS FOR HIGH-ACCURACY CENTRAL DIFFERENCE CFD SCHEMES EFFICIENT SOLUTION ALGORITHMS FOR HIGH-ACCURACY CENTRAL DIFFERENCE CFD SCHEMES B. Treidler, J.A. Ekaterineris and R.E. Childs Nielsen Engineering & Research, Inc. Mountain View, CA, 94043 Abstract Preliminary

More information

On the Resolution Necessary to Capture Dynamics of Unsteady Detonation

On the Resolution Necessary to Capture Dynamics of Unsteady Detonation On the Resolution Necessary to Capture Dynamics of Unsteady Detonation Christopher M. Romick, University of Notre Dame, Notre Dame, IN Tariq D. Aslam, Los Alamos National Laboratory, Los Alamos, NM and

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

LATTICE-BOLTZMANN METHOD FOR THE SIMULATION OF LAMINAR MIXERS

LATTICE-BOLTZMANN METHOD FOR THE SIMULATION OF LAMINAR MIXERS 14 th European Conference on Mixing Warszawa, 10-13 September 2012 LATTICE-BOLTZMANN METHOD FOR THE SIMULATION OF LAMINAR MIXERS Felix Muggli a, Laurent Chatagny a, Jonas Lätt b a Sulzer Markets & Technology

More information

A STUDY ON THE UNSTEADY AERODYNAMICS OF PROJECTILES IN OVERTAKING BLAST FLOWFIELDS

A STUDY ON THE UNSTEADY AERODYNAMICS OF PROJECTILES IN OVERTAKING BLAST FLOWFIELDS HEFAT2012 9 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 16 18 July 2012 Malta A STUDY ON THE UNSTEADY AERODYNAMICS OF PROJECTILES IN OVERTAKING BLAST FLOWFIELDS Muthukumaran.C.K.

More information

High-Order Navier-Stokes Simulations using a Sparse Line-Based Discontinuous Galerkin Method

High-Order Navier-Stokes Simulations using a Sparse Line-Based Discontinuous Galerkin Method High-Order Navier-Stokes Simulations using a Sparse Line-Based Discontinuous Galerkin Method Per-Olof Persson University of California, Berkeley, Berkeley, CA 9472-384, U.S.A. We study some of the properties

More information

NIA CFD Seminar, October 4, 2011 Hyperbolic Seminar, NASA Langley, October 17, 2011

NIA CFD Seminar, October 4, 2011 Hyperbolic Seminar, NASA Langley, October 17, 2011 NIA CFD Seminar, October 4, 2011 Hyperbolic Seminar, NASA Langley, October 17, 2011 First-Order Hyperbolic System Method If you have a CFD book for hyperbolic problems, you have a CFD book for all problems.

More information

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Review of the Air Force Academy No.3 (35)/2017 NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Cvetelina VELKOVA Department of Technical Mechanics, Naval Academy Nikola Vaptsarov,Varna, Bulgaria (cvetelina.velkova1985@gmail.com)

More information

Verification of Moving Mesh Discretizations

Verification of Moving Mesh Discretizations Verification of Moving Mesh Discretizations Krzysztof J. Fidkowski High Order CFD Workshop Kissimmee, Florida January 6, 2018 How can we verify moving mesh results? Goal: Demonstrate accuracy of flow solutions

More information

Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition

Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition.5.5.5.5.5.5.5..5.95.9.85.8.75.7 Patrick A. LeGresley and Juan J. Alonso Dept. of Aeronautics & Astronautics

More information

HPC Usage for Aerodynamic Flow Computation with Different Levels of Detail

HPC Usage for Aerodynamic Flow Computation with Different Levels of Detail DLR.de Folie 1 HPCN-Workshop 14./15. Mai 2018 HPC Usage for Aerodynamic Flow Computation with Different Levels of Detail Cornelia Grabe, Marco Burnazzi, Axel Probst, Silvia Probst DLR, Institute of Aerodynamics

More information

A fully implicit Navier-Stokes algorithm for unstructured grids incorporating a two-equation turbulence model

A fully implicit Navier-Stokes algorithm for unstructured grids incorporating a two-equation turbulence model Copyright 1996, American Institute of Aeronautics and Astronautics, Inc. AIAA Meeting Papers on Disc, January 1996 A9618376, AIAA Paper 96-0414 A fully implicit Navier-Stokes algorithm for unstructured

More information

Implementing third order compressible flow solver for hexahedral meshes in OpenFoam

Implementing third order compressible flow solver for hexahedral meshes in OpenFoam Tutorial/Report in OpenFoam Course 8 Implementing third order compressible flow solver for hexahedral meshes in OpenFoam Martin Olausson, Chalmers University of Technology, SE-1 9 Gothenburg, Sweden Abstract

More information

Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics

Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics Masanori Hashiguchi 1 1 Keisoku Engineering System Co., Ltd. 1-9-5 Uchikanda, Chiyoda-ku,

More information

SPH: Towards the simulation of wave-body interactions in extreme seas

SPH: Towards the simulation of wave-body interactions in extreme seas SPH: Towards the simulation of wave-body interactions in extreme seas Guillaume Oger, Mathieu Doring, Bertrand Alessandrini, and Pierre Ferrant Fluid Mechanics Laboratory (CNRS UMR6598) Ecole Centrale

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

The Role of the Kutta-Joukowski Condition in the Numerical Solution of Euler Equations for a Symmetrical Airfoil.

The Role of the Kutta-Joukowski Condition in the Numerical Solution of Euler Equations for a Symmetrical Airfoil. The Role of the Kutta-Joukowski Condition in the Numerical Solution of Euler Equations for a Symmetrical Airfoil. M.Z. Dauhoo Dept. of Math, University of Mauritius, Rep. of Mauritius. E-mail : m.dauhoo@uom.ac.mu

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

Two-dimensional laminar shock wave / boundary layer interaction

Two-dimensional laminar shock wave / boundary layer interaction Two-dimensional laminar shock wave / boundary layer interaction J.-Ch. Robinet (), V. Daru (,) and Ch. Tenaud () () SINUMEF Laboratory, ENSAM-PARIS () LIMSI-CNRS 5, Bd. de l Hôpital, PARIS 753, France

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

An Object-Oriented Serial and Parallel DSMC Simulation Package

An Object-Oriented Serial and Parallel DSMC Simulation Package An Object-Oriented Serial and Parallel DSMC Simulation Package Hongli Liu and Chunpei Cai Department of Mechanical and Aerospace Engineering, New Mexico State University, Las Cruces, New Mexico, 88, USA

More information

A Scalable GPU-Based Compressible Fluid Flow Solver for Unstructured Grids

A Scalable GPU-Based Compressible Fluid Flow Solver for Unstructured Grids A Scalable GPU-Based Compressible Fluid Flow Solver for Unstructured Grids Patrice Castonguay and Antony Jameson Aerospace Computing Lab, Stanford University GTC Asia, Beijing, China December 15 th, 2011

More information

A COUPLED FINITE VOLUME SOLVER FOR THE SOLUTION OF LAMINAR TURBULENT INCOMPRESSIBLE AND COMPRESSIBLE FLOWS

A COUPLED FINITE VOLUME SOLVER FOR THE SOLUTION OF LAMINAR TURBULENT INCOMPRESSIBLE AND COMPRESSIBLE FLOWS A COUPLED FINITE VOLUME SOLVER FOR THE SOLUTION OF LAMINAR TURBULENT INCOMPRESSIBLE AND COMPRESSIBLE FLOWS L. Mangani Maschinentechnik CC Fluidmechanik und Hydromaschinen Hochschule Luzern Technik& Architektur

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

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

Efficient Unstructured Mesh Flow Solver Using Hamiltonian Paths and Strand Grids

Efficient Unstructured Mesh Flow Solver Using Hamiltonian Paths and Strand Grids Efficient Unstructured Mesh Flow Solver Using Hamiltonian Paths and Strand Grids *Yong Su Jung 1), Bharath Govindarajan 2) and James Baeder 3) 1), 2), 3) Department of Aerospace Engineering, University

More information

CGT 581 G Fluids. Overview. Some terms. Some terms

CGT 581 G Fluids. Overview. Some terms. Some terms CGT 581 G Fluids Bedřich Beneš, Ph.D. Purdue University Department of Computer Graphics Technology Overview Some terms Incompressible Navier-Stokes Boundary conditions Lagrange vs. Euler Eulerian approaches

More information

A BGK-based Two-Equation Turbulence Model Algorithm for Solving Compressible Navier-Stokes Equations

A BGK-based Two-Equation Turbulence Model Algorithm for Solving Compressible Navier-Stokes Equations Ong et al. CFD Letters Vol. 6(2) 2013 www.cfdl.issres.net Vol. 6 (2) June 2013 A BGK-based Two-Equation Turbulence Model Algorithm for Solving Compressible Navier-Stokes Equations Jiunn Chit Ong 1, Ashraf

More information

ITU/FAA Faculty of Aeronautics and Astronautics

ITU/FAA Faculty of Aeronautics and Astronautics S. Banu YILMAZ, Mehmet SAHIN, M. Fevzi UNAL, Istanbul Technical University, 34469, Maslak/Istanbul, TURKEY 65th Annual Meeting of the APS Division of Fluid Dynamics November 18-20, 2012, San Diego, CA

More information

Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs

Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs C.-C. Su a, C.-W. Hsieh b, M. R. Smith b, M. C. Jermy c and J.-S. Wu a a Department of Mechanical Engineering, National Chiao Tung

More information

Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard

Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard Dimitri P. Tselepidakis & Lewis Collins ASME 2012 Verification and Validation Symposium May 3 rd, 2012 1 Outline

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

CARTESIAN grids have been gaining popularity in

CARTESIAN grids have been gaining popularity in 42nd AIAA Aerospace Sciences Meeting and Exhibit 5-8 January 24, Reno, Nevada AIAA 24-581 An Embedded Boundary Cartesian Grid Scheme for Viscous Flos using a Ne Viscous Wall Boundary Condition Treatment

More information

Numerical Analysis of a Blast Wave Using CFD-CAA Hybrid Method

Numerical Analysis of a Blast Wave Using CFD-CAA Hybrid Method Numerical Analysis of a Blast Wave Using CFD-CAA Hybrid Method In Cheol Lee * and Duck-Joo Lee. Korea Advanced Institute of Science and Technology, Daejeon, 305-701, Republic of Korea Sung Ho Ko and Dong

More information

Computation of Velocity, Pressure and Temperature Distributions near a Stagnation Point in Planar Laminar Viscous Incompressible Flow

Computation of Velocity, Pressure and Temperature Distributions near a Stagnation Point in Planar Laminar Viscous Incompressible Flow Excerpt from the Proceedings of the COMSOL Conference 8 Boston Computation of Velocity, Pressure and Temperature Distributions near a Stagnation Point in Planar Laminar Viscous Incompressible Flow E. Kaufman

More information

Computation of Sensitivity Derivatives of Navier-Stokes Equations using Complex Variables

Computation of Sensitivity Derivatives of Navier-Stokes Equations using Complex Variables Computation of Sensitivity Derivatives of Navier-Stokes Equations using Complex Variables By Veer N. Vatsa NASA Langley Research Center, Hampton, VA 23681 Mail Stop 128, email: v.n.vatsa@larc.nasa.gov

More information

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN Adeel Khalid *, Daniel P. Schrage + School of Aerospace Engineering, Georgia Institute of Technology

More information

Numerical Simulation Study on Aerodynamic Characteristics of the High Speed Train under Crosswind

Numerical Simulation Study on Aerodynamic Characteristics of the High Speed Train under Crosswind 2017 2nd International Conference on Industrial Aerodynamics (ICIA 2017) ISBN: 978-1-60595-481-3 Numerical Simulation Study on Aerodynamic Characteristics of the High Speed Train under Crosswind Fan Zhao,

More information

Numerical Simulations of Fluid-Structure Interaction Problems using MpCCI

Numerical Simulations of Fluid-Structure Interaction Problems using MpCCI Numerical Simulations of Fluid-Structure Interaction Problems using MpCCI François Thirifay and Philippe Geuzaine CENAERO, Avenue Jean Mermoz 30, B-6041 Gosselies, Belgium Abstract. This paper reports

More information

A MESH ADAPTATION METHOD FOR SIMULATION OF UNSTEADY FLOWS

A MESH ADAPTATION METHOD FOR SIMULATION OF UNSTEADY FLOWS A MESH ADAPTATION METHOD FOR SIMULATION OF UNSTEAD FLOWS C. H. Zhou* * Department of Aerodynamics, Nanjing University of Aeronautics and Astronautics, Nanjing, 6, China Keywords: mesh adaptation, unsteady

More information

Development of an Integrated Computational Simulation Method for Fluid Driven Structure Movement and Acoustics

Development of an Integrated Computational Simulation Method for Fluid Driven Structure Movement and Acoustics Development of an Integrated Computational Simulation Method for Fluid Driven Structure Movement and Acoustics I. Pantle Fachgebiet Strömungsmaschinen Karlsruher Institut für Technologie KIT Motivation

More information

An Overview of Computational Fluid Dynamics

An Overview of Computational Fluid Dynamics An Overview of Computational Fluid Dynamics Dr. Nor Azwadi bin Che Sidik Faculty of Mechanical Engineering Universiti Teknologi Malaysia INSPIRING CREATIVE AND INNOVATIVE MINDS 1 What is CFD? C computational

More information

Numerical Simulation of Coupled Fluid-Solid Systems by Fictitious Boundary and Grid Deformation Methods

Numerical Simulation of Coupled Fluid-Solid Systems by Fictitious Boundary and Grid Deformation Methods Numerical Simulation of Coupled Fluid-Solid Systems by Fictitious Boundary and Grid Deformation Methods Decheng Wan 1 and Stefan Turek 2 Institute of Applied Mathematics LS III, University of Dortmund,

More information

AIAA A Computational Study of Subsonic Flows over A Medium Range Cargo Aircraft

AIAA A Computational Study of Subsonic Flows over A Medium Range Cargo Aircraft S AIAA 23-366 A Computational Study of Subsonic Flows over A Medium Range Cargo Aircraft 2st Applied Aerodynamic Conference 23-26 June 23 Orlando, Florida For permission to copy or to republish, contact

More information

SPH: Why and what for?

SPH: Why and what for? SPH: Why and what for? 4 th SPHERIC training day David Le Touzé, Fluid Mechanics Laboratory, Ecole Centrale de Nantes / CNRS SPH What for and why? How it works? Why not for everything? Duality of SPH SPH

More information

Final Report. Discontinuous Galerkin Compressible Euler Equation Solver. May 14, Andrey Andreyev. Adviser: Dr. James Baeder

Final Report. Discontinuous Galerkin Compressible Euler Equation Solver. May 14, Andrey Andreyev. Adviser: Dr. James Baeder Final Report Discontinuous Galerkin Compressible Euler Equation Solver May 14, 2013 Andrey Andreyev Adviser: Dr. James Baeder Abstract: In this work a Discontinuous Galerkin Method is developed for compressible

More information

TVD Flux Vector Splitting Algorithms Applied to the Solution of the Euler and Navier-Stokes Equations in Three-Dimensions Part II

TVD Flux Vector Splitting Algorithms Applied to the Solution of the Euler and Navier-Stokes Equations in Three-Dimensions Part II TVD Flux Vector Splitting Algorithms Applied to the Solution of the Euler and Navier-Stokes Equations in Three-Dimensions Part II EDISSON SÁVIO DE GÓES MACIEL IEA- Aeronautical Engineering Division ITA

More information

Numerical Study of Turbulent Flow over Backward-Facing Step with Different Turbulence Models

Numerical Study of Turbulent Flow over Backward-Facing Step with Different Turbulence Models Numerical Study of Turbulent Flow over Backward-Facing Step with Different Turbulence Models D. G. Jehad *,a, G. A. Hashim b, A. K. Zarzoor c and C. S. Nor Azwadi d Department of Thermo-Fluids, Faculty

More information

Keywords: flows past a cylinder; detached-eddy-simulations; Spalart-Allmaras model; flow visualizations

Keywords: flows past a cylinder; detached-eddy-simulations; Spalart-Allmaras model; flow visualizations A TURBOLENT FLOW PAST A CYLINDER *Vít HONZEJK, **Karel FRAŇA *Technical University of Liberec Studentská 2, 461 17, Liberec, Czech Republic Phone:+ 420 485 353434 Email: vit.honzejk@seznam.cz **Technical

More information

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV)

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV) University of West Bohemia» Department of Power System Engineering NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV) Publication was supported by project: Budování excelentního

More information

COMPUTATIONAL AND EXPERIMENTAL INTERFEROMETRIC ANALYSIS OF A CONE-CYLINDER-FLARE BODY. Abstract. I. Introduction

COMPUTATIONAL AND EXPERIMENTAL INTERFEROMETRIC ANALYSIS OF A CONE-CYLINDER-FLARE BODY. Abstract. I. Introduction COMPUTATIONAL AND EXPERIMENTAL INTERFEROMETRIC ANALYSIS OF A CONE-CYLINDER-FLARE BODY John R. Cipolla 709 West Homeway Loop, Citrus Springs FL 34434 Abstract A series of computational fluid dynamic (CFD)

More information

Algorithmic Developments in TAU

Algorithmic Developments in TAU Algorithmic Developments in TAU Ralf Heinrich, Richard Dwight, Markus Widhalm, and Axel Raichle DLR Institute of Aerodynamics and Flow Technology, Lilienthalplatz 7, 38108, Germany ralf.heinrich@dlr.de,

More information

Analysis of an airfoil

Analysis of an airfoil UNDERGRADUATE RESEARCH FALL 2010 Analysis of an airfoil using Computational Fluid Dynamics Tanveer Chandok 12/17/2010 Independent research thesis at the Georgia Institute of Technology under the supervision

More information

Realistic Animation of Fluids

Realistic Animation of Fluids 1 Realistic Animation of Fluids Nick Foster and Dimitris Metaxas Presented by Alex Liberman April 19, 2005 2 Previous Work Used non physics-based methods (mostly in 2D) Hard to simulate effects that rely

More information

Numerical Investigation of Transonic Shock Oscillations on Stationary Aerofoils

Numerical Investigation of Transonic Shock Oscillations on Stationary Aerofoils Numerical Investigation of Transonic Shock Oscillations on Stationary Aerofoils A. Soda, T. Knopp, K. Weinman German Aerospace Center DLR, Göttingen/Germany Symposium on Hybrid RANS-LES Methods Stockholm/Sweden,

More information

Application of the MCMC Method for the Calibration of DSMC Parameters

Application of the MCMC Method for the Calibration of DSMC Parameters Application of the MCMC Method for the Calibration of DSMC Parameters James S. Strand and David B. Goldstein Aerospace Engineering Dept., 1 University Station, C0600, The University of Texas at Austin,

More information

Continuum-Microscopic Models

Continuum-Microscopic Models Scientific Computing and Numerical Analysis Seminar October 1, 2010 Outline Heterogeneous Multiscale Method Adaptive Mesh ad Algorithm Refinement Equation-Free Method Incorporates two scales (length, time

More information

A Two-Dimensional Multigrid-Driven Navier-Stokes Solver for Multiprocessor Architectures

A Two-Dimensional Multigrid-Driven Navier-Stokes Solver for Multiprocessor Architectures A wo-dimensional Multigrid-Driven Navier-Stokes Solver for Multiprocessor Architectures Juan J. Alonso, odd J. Mitty, Luigi Martinelli, and Antony Jameson Department of Mechanical and Aerospace Engineering

More information

Thermal Coupling Method Between SPH Particles and Solid Elements in LS-DYNA

Thermal Coupling Method Between SPH Particles and Solid Elements in LS-DYNA Thermal Coupling Method Between SPH Particles and Solid Elements in LS-DYNA Jingxiao Xu 1, Jason Wang 2 1 LSTC 2 LSTC 1 Abstract Smooth particles hydrodynamics is a meshfree, Lagrangian particle method

More information

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

Multi-Element High-Lift Configuration Design Optimization Using Viscous Continuous Adjoint Method

Multi-Element High-Lift Configuration Design Optimization Using Viscous Continuous Adjoint Method JOURNAL OF AIRCRAFT Vol. 41, No. 5, September October 2004 Multi-Element High-Lift Configuration Design Optimization Using Viscous Continuous Adjoint Method Sangho Kim, Juan J. Alonso, and Antony Jameson

More information

Solving Partial Differential Equations on Overlapping Grids

Solving Partial Differential Equations on Overlapping Grids **FULL TITLE** ASP Conference Series, Vol. **VOLUME**, **YEAR OF PUBLICATION** **NAMES OF EDITORS** Solving Partial Differential Equations on Overlapping Grids William D. Henshaw Centre for Applied Scientific

More information

Computational Study of Unsteady Flows around Dragonfly and Smooth Airfoils at Low Reynolds Numbers

Computational Study of Unsteady Flows around Dragonfly and Smooth Airfoils at Low Reynolds Numbers 46th AIAA Aerospace Sciences Meeting and Exhibit 7 - January 8, Reno, Nevada AIAA 8-85 Computational Study of Unsteady Flows around Dragonfly and Smooth Airfoils at Low Reynolds Numbers H. Gao, Hui Hu,

More information

FEMLAB Exercise 1 for ChE366

FEMLAB Exercise 1 for ChE366 FEMLAB Exercise 1 for ChE366 Problem statement Consider a spherical particle of radius r s moving with constant velocity U in an infinitely long cylinder of radius R that contains a Newtonian fluid. Let

More information

Thermal Coupling Method Between SPH Particles and Solid Elements in LS-DYNA

Thermal Coupling Method Between SPH Particles and Solid Elements in LS-DYNA Thermal Coupling Method Between SPH Particles and Solid Elements in LS-DYNA INTRODUCTION: Jingxiao Xu, Jason Wang LSTC Heat transfer is very important in many industrial and geophysical problems. Many

More information

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS Dr W. Malalasekera Version 3.0 August 2013 1 COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE

More information