Overset composite grids for the simulation of complex moving geometries

Size: px
Start display at page:

Download "Overset composite grids for the simulation of complex moving geometries"

Transcription

1 EUA4X#21 Poster Session MASCOT06, IAC-CNR, Roma, Italy Overset composite grids for the simulation of complex moving geometries Joel Guerrero DICAT, University of Genoa, Via Montallegro 1, Genoa, Italy Abstract The overset composite grid method, also known as the Chimera overset grid technique, is reviewed and discussed in the context of a method for the solution and analysis of flows around complex moving geometries. We consider cases when the boundaries move according to a prescribed motion law and when the boundaries remain fixed. An important feature of the approach presented here is the efficient treatment of moving domains. Keywords: Chimera overset grids, overset composite grids, moving bodies. 1. Introduction Overset composite grids have long been recognized as an attractive approach for treating problems with complex geometries. The solution process uses a grid system that discretizes the problem domain by using separately generated but overlapping structured grids that periodically update and exchange boundary information through proper interpolation. This method has been used successfully over the last two decades, primarily to solve problems involving fluid flow in complex, often dynamically moving, geometries [1]. The first use of the overset composite grids method, also known as the Chimera overset grids technique (named like this after the composite monster of Greek mythology), was described by Volkov [2]. The method was developed further by Starius [3], and Chesshire & Henshaw [4]. Steger [5] and Benek [6], were among the first to introduce the Chimera overset grid technique into the CFD community. During this development, it became apparent that overlapping grids were also effective at handling moving grids problems [7]. The overlapping grids technique 1

2 has been used successfully to solve a wide variety of problems in aerodynamics, combustion, reactive flow with detonations, blood flow, visco-elastic flows and flows with deforming boundaries, to name a few. For example, transonic flow around the complete space shuttle vehicle with over 20 million grid points was simulated successfully using the overset composite grids methodology [8], and an unsteady flow around a tiltrotor helicopter under forward flight was solved with moving overlapped grids [9]. The use of adaptive mesh refinement in combination with overset composite grids has been considered by Brislawn, Chesshire et al. [10], Meakin [11], and Henshaw & Schwendeman [12]. Several numerical techniques have been developed to treat problems with moving boundaries. We mention some of these approaches and provide a nonexhaustive list of references. Of the techniques available, several may be grouped within a class of methods based on the use of a fixed underlying grid (usually a Cartesian grid). One such approach is the Cartesian-grid method. In this method, the boundary cuts the cells of the fixed grid creating irregularly shaped cells upon which the equations are discretized [13]. The immersedboundary method is another method which may be considered within this class. The technique imposes boundary conditions by introducing a body force into the equations and thus effectively smearing the interface [14]. In the immersed interface method and related approaches [15], the interface is kept sharp with special discretization stencils applied where the grid meets the boundary. Fictitious boundary methods [16] impose boundary conditions through the use of constraints and Lagrange multipliers, and may also be considered within this group. A second major class of methods is based upon the use of boundary-fitted conforming grids to represent moving boundaries. Approaches within this class include Arbitrary Lagrangian Eulerian (ALE) methods [17], moving mesh methods for unstructured meshes (r-refinement method) [18, 19] and global/local refinement/coarsening for unstructured meshes (h-refinement method) [18, 19]. Boundary-fitted conforming approaches are generally better suited for problems involving complex geometries and where boundary-layer phenomena are present. These methods also tend to be more expensive due to the cost of grid generation, and may be limited to moderate deformations of the boundaries. The approach discussed here, using overset composite grids, may be viewed as a synthesis of the two classes of methods. We use boundary-fitted conforming structured grids to achieve high-quality representations of boundaries. At the same time, the majority of grid points in a typical overset composite grid tends to belong to Cartesian grids so that the numerical efficiencies inherent with such grids can be exploited. The irregular boundary associated with standard Cartesian grid methods takes the form of the interpolation boundary between overlapping grids. The computational cost of grid generation for moving grids is small for the overset composite grids approach [1], and thus the total cost is similar to that required for a Cartesian-grid embedded-boundary method [12]. The remainder of this paper is organized as follows. Section 2 presents the overset composite grids methodology. Section 3 describes the extension of the methodology to moving boundary problems. Numerical results for a 2

3 fixed boundary problem are presented in Section 4. Here, we consider the flow around a multi element airfoil. In section 5, numerical results for a moving boundary problem are illustrated. Here, a heaving airfoil following a prescribed sinusoidal motion is simulated. The main purpose of these numerical results is to illustrate the use and accuracy of the methodology for a variety of geometries and prescribed motions. Finally, concluding remarks are given in Section Overview of the overset composite grids method The overset composite grids method is a way of assembling multiple grids and treating them as a single grid. Basically, this method consists in generating a set of structured component grids that cover the computational domain and overlap where they meet [20]. The geometry of the components can be defined individually and hence the grid around them can be generated separately. Boundary-fitted conforming grids are used near the components boundaries while one or more background Cartesian, O-type or C-type grids are used to handle the bulk of the domain. In this way, the method offers an effective way to reduce a geometrically complex problem into a set of simple component grids, allowing arbitrary movement of the component grids and scalability on parallel computer platforms [21]. Each component grid is structured and can have three types of grid points: discretization, interpolation, and hole points (fig. 1). The discretization points are used to discretize the PDE or the boundary conditions; the interpolation points interpolate their solution value from the overlapping component grid; and the hole points are disregarded during the discretization of the PDE. The hole points are either outside of the computational domain or are eliminated to reduce the total number of grid points in the overlapping grid. There are three major steps involved in the traditional overset composite grids scheme: (i) geometry and component grids generation, (ii) an algorithm for determining how to cut holes in the component grids which are overlapped, and (iii) an algorithm for interpolating field data between the various grids. Figure 3 shows various stages in the overset composite grids algorithm Geometry and component grids generation As a first step in the grid generation process, the geometry of the region to be discretized must be defined, that is, the surfaces that make up the boundary of the region must be described. A clean geometry description is created within the grid generation system itself or is exported to the grid generation system from a computer-aided-design (CAD) system. As mentioned before, the overset composite grid method makes use of boundary-fitted conforming grids (which are an essential asset to obtain viscous near-wall solutions accurately and economically), hence a set of structured grids must be created after the geometry definition, each grid defining a particular component of the overall geometry. One of these grids must cover the entire computational domain, this is the main grid. All other grids will be component grids (fig. 2, step 2). 3

4 Figure 1: A simple overset composite grid where the hole points are blanked. The solid squares symbols indicate interpolation points where the solution value is interpolated from the overlapping component grid. The remainder of the points are used to discretize the partial differential equation or the boundary conditions. 4

5 2.2. Hole cutting algorithm In this step, grid points are eliminated in both the main grid and the component grids. First, points in the component grids are eliminated, namely all points which are outside the computational domain and all points which overlap with other component grids and which are not needed for the solution interpolation. Next, all points in the main grid that are overlaid by component grids and which are not needed for the interpolation are eliminated. Doing so, a Chimera hole is created in the main grid (fig. 2, steps 3 and 4). For a detailed discussion of the different techniques used to effectively detect the extent of overlap for hole-cutting purposes and how to remove excess of interpolation points one can refer to [20, 22, 23, 24, 25] Interpolation algorithm The main difficulty in the use of overset composite grids methods is in the data transfer between overlapping grids and on how fluxes are treated at overlapping boundaries. Fig. 3 shows the inter-grid communication scheme for overlapping grids. Grid cell-centers are marked since we assume that the current scheme is a cell-centered finite volume scheme. The concepts of donor and receptor cells are used [26]. Consider two grids, Grid A and Grid B, that overlap with each other. A receptor point, say on Grid B, is a cell-center, i.e., a fringe point, which needs to receive flow information from Grid A to provide the boundary condition for Grid B. The donor cell for this receptor cell is identified as the cell on Grid A that contains the receptor point. A simple interpolation method consists in directly transfering the flow variables from the donor cell to the receptor cell. With little additional work, however, a more accurate trilinear interpolation scheme can be used, in which the eight or four (in two-dimensions) vertex points of the donor cell form the interpolation stencil points for the receptor point. The flow variables at the receptor point can then be easily obtained by using a trilinear interpolation over this set of stencil points. A trilinear interpolating scheme is fully compatible with second order finite volume solvers [21]. More sophisticated interpolation algorithms that maintain conservation are discussed in [27, 28] Data structures The hole cutting algorithm and interpolation algorithm explained before, involve frequent searches over the cells in different zones or component grids. These searches could be very expensive for large grids. In a steady state simulation, wherein the grid geometries remain invariant, hole cutting and interpolation stencil identification both need to be done only once. However, for a simulation that involves moving bodies, these procedures have to be done repetitively as the position of the overlapping grids relative to each other changes with time. Hence, it is imperative to expedite the search processes. These searches are highly optimized using an alternating digital tree (ADT) [23]. In ADT s, node points are organized in a hierarchical tree structure such that contiguous points 5

6 Figure 2: Overset composite grids method sequence; left to right, top to bottom. 1) Initial geometry. 2) Overlapping component grids. 3) Close up of the grid after cutting holes. Physical boundaries are used to cut holes in nearby grids. 4) Grid after removing all exterior points. The exterior points are easily swept out after the hole boundary has been marked, in this way a Chimera hole is created. 5) Grid after marking all (proper) interpolation points, indicated by solid squares symbols. 6) Final grid after removing excess interpolation points. 6

7 in the structure are actually neighboring points in the physical space. During an ADT search process, when an algorithm has to scan the grid for cells that match a given data, traversing down the tree enables the algorithm to get to the destination cells very efficiently. The ADT optimizes the search operations to O(log 2 N). Figure 3: Interpolation scheme for overlapping grids. 3. Extension of the methodology to moving boundary problems The presence of moving bodies changes the relative position of the overlapping grids continuously during the flow simulation. As the component grid (around a moving body) traverses through the computational domain, Chimera holes and interpolation stencils must be recomputed. The automation of hole cutting and interpolation procedures makes the present methodology a powerful tool for the simulation of flows with multiple moving bodies, since the grids do not have to be regenerated as the solution evolves. Only the Chimera holes and the locations of the interpolation points used to communicate information between the grids is recomputed at each time step, an operation which can be performed very efficiently. Without automation, such problems require the user to provide a priori all the input data that would enable hole cutting and interpolation stencil identification for any given configuration of the overset composite grid, a very time consuming operation. 7

8 4. Numerical results for a NHLP-2D three element airfoil Figure 4: Top, computational domain. Bottom, Mach number contours. A slotted NHLP-2D airfoil is analyzed and the results are compared with the results obtained using an unstructured mesh approach and results from the literature [29]. The method presented here is demonstrated to handle efficiently complex multi body geometries. The flow conditions for this case are: M = 0.198, α = 4.01 (air incidence angle). These results were obtained using a second order finite volume Euler solver with overlapping grids capability. In fig. 4 the computational domain is shown, which is made up of one main or background grid (BG) and three component grids (CGs). The BG (in black) is 8

9 made of elements. The airfoil CG (in red) consists of elements. The slat CG (frontward in blue) is made of 6879 elements and the flap CG (rearward in blue) has 9702 elements. The overall grid has elements. In figure 5, a comparison is displayed between the pressure coefficient obtained using the present approach, the results obtained with an unstructured flow solver and experimental results. We can notice that the results obtained with the current method show a similar trend to the experimental results [29], despite the fact that they are under/over predicted in some zones (mainly near the trailing and leading edge due to poor interpolation). Figure 5: Pressure coefficient comparison. Top figure correspond to the slat body, bottom left figure to the airfoil main body and bottom right figure to the flap body. The open square symbols correspond to experimental results, the open circle symbols correspond to a solution obtained on a unstructured mesh and the solid triangle symbols correspond to the solution obtained with the present approach. 9

10 5. Numerical results for a NACA 0012 heaving airfoil In this case, an unsteady flow computation is done as a NACA 0012 airfoil undergoes a periodic heaving motion. In fig. 6, the computational domain is shown, which is made up of one BG and one CG. The BG (in blue) is made up of elements; the CG (in green) consists of elements, the overall grid has elements. The flapping motion is defined by the following relationship: h = h a c cos(ω t), where c is the airfoil chord and h a the heaving amplitude (h a = 0.5); with a reduced frequency k = (ω c)/(2 U) = 0.5. The flow conditions for this case are: M = 0.3, Re = , α = 0. Time history of lift and drag coefficients is given on figure 7. It should be noticed that the flapping motion produces thrust (negative drag). The unsteady computation was carried out for more than 10 cycles of heaving motion. The results obtained agree remarkably well with those obtained in [30]. Figure 6: Computational domain. 10

11 Figure 7: Time history of lift and drag coefficients during flapping motion. Figure 8: Vorticity magnitude contours for non dimensional time t = 21.74, which correspond to the upward stroke. 11

12 6. Concluding remarks An overset composite grid methodology has been used in the present investigation. The current work demonstrates that the Chimera overset grids scheme is a promising and powerful tool to tackle complex flow problems involving multiple and moving bodies (for multiple bodies the grid generation process is greatly simplified by using the Chimera approach). Two test cases are presented to assess the accuracy of the present method; the results obtained agree very well with those from the literature in both test cases. 7. Acknowledgement The author would like to thank the European Atelier for Enginering and Computational Science (EUX4X) for the support provided. The research work of the author is supported by the Marie Curie FST project FLUBIO, through grant MEST-CT References [1] W. Henshaw, Overture: An Object-Oriented Framework for Overlapping Grid Applications, UCRL-JC , 2002 AIAA conference on Applied Aerodynamics, St Louis. [2] E. A. Volkov, The Method of Composite Meshes for Finite and Infinite Regions with Piecewise Smooth Boundaries, Proc. Steklov Inst. Math. 96 (1968) [3] G. Starius, Composite Mesh Difference Methods for Elliptic and Boundary Value Problems, Numer. Math. 28 (1977) [4] G. Chesshire, W. Henshaw, Composite Overlapping Meshes for the Solution of Partial Differential Equations, J. Comput. Phys. 90 (1990) [5] J. Steger, F. Dougherty, J. Benek, A Chimera Grid Scheme, ASME Mini- Symposium on Advances in Grid Generation, Houston, June [6] J. Benek, P. Buning, J. Steger, A 3D Chimera Grid Embedding Technique, AIAA Paper No , [7] F. C. Dougherty, J. Kuan, Transonic Store Separation Using a Three- Dimensional Chimera Grid Scheme, AIAA paper , [8] D. Pearce, S. Atanley, F. Martin, R. Gomex, G. Beau, P. Buning, Development of a Large Scale Chimera Grid System for the Space Shuttle Launch Vehicle, AIAA Paper No , [9] R. Meakin, Moving Body Overset Grid Methods for Complete Aircraft Tilt Rotor Simulations, AIAA Paper No CP,

13 [10] K. Brislawn, D. Brown, G. Chesshire, J. Saltzman, Adaptively-Refined Overlapping Grids for the Numerical Solution of Hyperbolic Systems of Conservation Laws, Research Report LAUR , Los Alamos National Laboratory, [11] R. Meakin, An Efficient Means of Adaptive Refinement Within Systems of Overset Grids, AIAA Paper CP, pp , June [12] W. Henshaw, D. Schwendeman, An Adaptive Numerical Scheme for High Speed Reactive Flow on Overlapping Grids, J. Comput. Phys. 191, (2003) [13] S. Murman, M. Aftosmis, M. Berger, Implicit Approaches for Moving Boundaries in a 3-D Cartesian Method, AIAA paper , [14] C. S. Peskin, The Immersed Boundary Method, Acta Numerica (2002) [15] L. Lee, R. Leveque, An Immersed Interface Method for Incompressible Navier-Stokes Equations, SIAM J. Sci. Comput. 25, (2003) [16] R. Glowinski, T. Pan, T. Hesla, D. Joseph, J. Periaux, A Fictitious Domain Approach to the Direct Numerical Simulation of Incompressible Viscous Flow pas Moving Rigid Bodies: Applications to Particulate Flow, J. Comput. Phys. 169, (2001) [17] R. Anderson, N. Elliott, R. Pember, A Dynamically Adaptive Arbitrary Lagrangian Eulerian Method for Solution of the Euler Equations, Research Report UCRL-JC , Lawrence Livermore National Laboratory, [18] T. Tang, Moving Mesh Methods for Computational Fluid Dynamics, Preprint CSCAMM [19] S. Pirzadeh, An Adaptive Unstructured Grid Method by Grid Subdivision, local remeshing, and grid movement, 14th AIAA Computational Fluid Dynamics Conference June 28-July 1, [20] N. Petersson, Hole-cutting for Three-Dimensional Overlapping Grids, SIAM J. Sci Comput. 21, (1999) [21] Z. Wang, V. Parthasarathy, A fully Automated Chimera Methodology for Multiple Moving Body Problems, Int. J. Numer. Methods in Fluids, 33(2000) [22] R. Meakin, Object X-ray for Cutting Holes in Composite Overset Structured Grids, AIAA paper , [23] J. Bonet, J. Peraire, An Alternating Digital Tree (ADT) Algorithm for 3D Geometric Searching and Intersection Problems, Int. J. Numer. Methods Engrg., 31(1991)

14 [24] S. Jagannathan, A Methodology for Assembling Overset Generalized Grids, PhD Thesis, Mississippi State University, May [25] F. Liu, H. Tsai, J. Cai, A Parallel Viscous Flow Solver on Multi-Block Overset Grids, J. of Computers Fluids, preprint, February [26] I. Chiu, R. Meakin, On Automating Domain Connectivity for Overset Grids, AIAA Paper , [27] Z. Wang, A Fully Conservative Interface Algorithm for Overlapped Grids, J. Comput. Phys, 122(1995) [28] Y. Zheng, M. Liou, A Novel Approach of Three-Dimensional Hybrid Grid Methodology: Part 1. Grid Generation, J. of Comput. Methods Appl. Mech. Engrg. 192(2003) [29] J. Morrison, Numerical Study of Turbulence Model Predictions for the MD 30P/30N and NHLP-2D Three-Element Highlift Configurations, Nasa Langley Research Center, NASA/CR , [30] I. Tuncer and M. Platzer, Computational Study Of Flapping Airfoil Aerodynamics, AIAA Journal of Aircraft, 35,3(2000)

ME6130 An introduction to CFD 1-1

ME6130 An introduction to CFD 1-1 ME6130 An introduction to CFD 1-1 What is CFD? Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry

More information

Overset and Adaptive Meshes for Stabilized Finite-Element Scheme

Overset and Adaptive Meshes for Stabilized Finite-Element Scheme Overset and Adaptive Meshes for Stabilized Finite-Element Scheme W. Kyle Anderson, Behzad Ahrabi, and Chao Liu 2014 CFD Summer School Modern Techniques for Aerodynamic Analysis and Design Beijing Computational

More information

Application of CFD Simulation in the Design of a Parabolic Winglet on NACA 2412

Application of CFD Simulation in the Design of a Parabolic Winglet on NACA 2412 , July 2-4, 2014, London, U.K. Application of CFD Simulation in the Design of a Parabolic Winglet on NACA 2412 Arvind Prabhakar, Ayush Ohri Abstract Winglets are angled extensions or vertical projections

More information

Module 6 Case Studies

Module 6 Case Studies Module 6 Case Studies 1 Lecture 6.1 A CFD Code for Turbomachinery Flows 2 Development of a CFD Code The lecture material in the previous Modules help the student to understand the domain knowledge required

More information

XFlow CFD results for the 1st AIAA High Lift Prediction Workshop

XFlow CFD results for the 1st AIAA High Lift Prediction Workshop XFlow CFD results for the 1st AIAA High Lift Prediction Workshop David M. Holman, Dr. Monica Mier-Torrecilla, Ruddy Brionnaud Next Limit Technologies, Spain THEME Computational Fluid Dynamics KEYWORDS

More information

Computational Aerodynamic Analysis on Store Separation from Aircraft using Pylon

Computational Aerodynamic Analysis on Store Separation from Aircraft using Pylon International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 www.ijesi.org ǁ PP.27-31 Computational Aerodynamic Analysis on Store Separation from Aircraft

More information

A New Solution Adaption Capability for the OVERFLOW CFD Code

A New Solution Adaption Capability for the OVERFLOW CFD Code A New Solution Adaption Capability for the OVERFLOW CFD Code Pieter G. Buning NASA Langley Research Center, Hampton, VA 10 th Symposium on Overset Composite Grid and Solution Technology September 20-23,

More information

Aerodynamic Department Institute of Aviation. Adam Dziubiński CFD group FLUENT

Aerodynamic Department Institute of Aviation. Adam Dziubiński CFD group FLUENT Adam Dziubiński CFD group IoA FLUENT Content Fluent CFD software 1. Short description of main features of Fluent 2. Examples of usage in CESAR Analysis of flow around an airfoil with a flap: VZLU + ILL4xx

More information

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic AiMT Advances in Military Technology Vol. 8, No. 1, June 2013 Aerodynamic Characteristics of Multi-Element Iced Airfoil CFD Simulation A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty

More information

Computational Modeling of Wind Turbines in OpenFOAM

Computational Modeling of Wind Turbines in OpenFOAM Computational Modeling of Wind Turbines in OpenFOAM Hamid Rahimi hamid.rahimi@uni-oldenburg.de ForWind - Center for Wind Energy Research Institute of Physics, University of Oldenburg, Germany Outline Computational

More information

CFD analysis for road vehicles - case study

CFD analysis for road vehicles - case study CFD analysis for road vehicles - case study Dan BARBUT*,1, Eugen Mihai NEGRUS 1 *Corresponding author *,1 POLITEHNICA University of Bucharest, Faculty of Transport, Splaiul Independentei 313, 060042, Bucharest,

More information

Simulation of Fluid-Structure Interactions in Aeronautical Applications

Simulation of Fluid-Structure Interactions in Aeronautical Applications Simulation of Fluid-Structure Interactions in Aeronautical Applications Martin Kuntz Jorge Carregal Ferreira ANSYS Germany D-83624 Otterfing Martin.Kuntz@ansys.com December 2003 3 rd FENET Annual Industry

More information

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 2 Introduction to CFD Methodology Introduction to ANSYS FLUENT L2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions,

More information

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements K. Stein Department of Physics, Bethel College, St. Paul, MN 55112 T. Tezduyar Mechanical Engineering, Rice University, MS 321, Houston, TX 77005 R. Benney Natick Soldier Center, Natick, MA 01760 Mesh

More information

THE CFD SIMULATION OF THE FLOW AROUND THE AIRCRAFT USING OPENFOAM AND ANSA

THE CFD SIMULATION OF THE FLOW AROUND THE AIRCRAFT USING OPENFOAM AND ANSA THE CFD SIMULATION OF THE FLOW AROUND THE AIRCRAFT USING OPENFOAM AND ANSA Adam Kosík Evektor s.r.o., Czech Republic KEYWORDS CFD simulation, mesh generation, OpenFOAM, ANSA ABSTRACT In this paper we describe

More information

Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park

Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park NSF GRANT # 0727380 NSF PROGRAM NAME: Engineering Design Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park Atul Thakur

More information

Overset Grids Technology in STAR-CCM+: Methodology and Applications

Overset Grids Technology in STAR-CCM+: Methodology and Applications Overset Grids Technology in STAR-CCM+: Methodology and Applications Eberhard Schreck, Milovan Perić and Deryl Snyder eberhard.schreck@cd-adapco.com milovan.peric@cd-adapco.com deryl.snyder@cd-adapco.com

More information

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW Rajesh Khatri 1, 1 M.Tech Scholar, Department of Mechanical Engineering, S.A.T.I., vidisha

More information

CFD Analysis on Airfoil at High Angles of Attack

CFD Analysis on Airfoil at High Angles of Attack CFD Analysis on Airfoil at High Angles of Attack Dr.P.PrabhakaraRao¹ & Sri Sampath.V² Department of Mechanical Engineering,Kakatiya Institute of Technology& Science Warangal-506015 1 chantifft@rediffmail.com,

More information

Computational Fluid Dynamics Research Projects at Cenaero (2011)

Computational Fluid Dynamics Research Projects at Cenaero (2011) Computational Fluid Dynamics Research Projects at Cenaero (2011) Cenaero (www.cenaero.be) is an applied research center focused on the development of advanced simulation technologies for aeronautics. Located

More information

Knowledge Based Aerodynamic Optimization

Knowledge Based Aerodynamic Optimization 4th SST CFD Workshop Tokyo, 12-13 Oct 26 Knowledge Based Aerodynamic Optimization Helmut Sobieczky DLR German Aerospace Center Bunsenstr. 1, 3773 Göttingen, Germany e-mail: helmut.sobieczky@dlr.de... internet:

More information

CFD Lab Department of Engineering The University of Liverpool

CFD Lab Department of Engineering The University of Liverpool Development of a CFD Method for Aerodynamic Analysis of Large Diameter Horizontal Axis wind turbines S. Gomez-Iradi, G.N. Barakos and X. Munduate 2007 joint meeting of IEA Annex 11 and Annex 20 Risø National

More information

Development and Application of a Finite Volume Method for the Computation of Flows Around Moving Bodies on Unstructured, Overlapping Grids

Development and Application of a Finite Volume Method for the Computation of Flows Around Moving Bodies on Unstructured, Overlapping Grids Development and Application of a Finite Volume Method for the Computation of Flows Around Moving Bodies on Unstructured, Overlapping Grids Vom Promotionsausschuss der Technischen Universität Hamburg-Harburg

More information

P. Lu, Sh. Huang and K. Jiang

P. Lu, Sh. Huang and K. Jiang 416 Rev. Adv. Mater. Sci. 33 (2013) 416-422 P. Lu, Sh. Huang and K. Jiang NUMERICAL ANALYSIS FOR THREE-DIMENSIONAL BULK METAL FORMING PROCESSES WITH ARBITRARILY SHAPED DIES USING THE RIGID/VISCO-PLASTIC

More information

Load Balancing Strategies for Multi-Block Overset Grid Applications NAS-03-007

Load Balancing Strategies for Multi-Block Overset Grid Applications NAS-03-007 Load Balancing Strategies for Multi-Block Overset Grid Applications NAS-03-007 M. Jahed Djomehri Computer Sciences Corporation, NASA Ames Research Center, Moffett Field, CA 94035 Rupak Biswas NAS Division,

More information

TIME-ACCURATE SIMULATION OF THE FLOW AROUND THE COMPLETE BO105 WIND TUNNEL MODEL

TIME-ACCURATE SIMULATION OF THE FLOW AROUND THE COMPLETE BO105 WIND TUNNEL MODEL TIME-ACCURATE SIMULATION OF THE FLOW AROUND THE COMPLETE BO105 WIND TUNNEL MODEL Walid Khier, Thorsten Schwarz, Jochen Raddatz presented by Andreas Schütte DLR, Institute of Aerodynamics and Flow Technology

More information

MEL 807 Computational Heat Transfer (2-0-4) Dr. Prabal Talukdar Assistant Professor Department of Mechanical Engineering IIT Delhi

MEL 807 Computational Heat Transfer (2-0-4) Dr. Prabal Talukdar Assistant Professor Department of Mechanical Engineering IIT Delhi MEL 807 Computational Heat Transfer (2-0-4) Dr. Prabal Talukdar Assistant Professor Department of Mechanical Engineering IIT Delhi Time and Venue Course Coordinator: Dr. Prabal Talukdar Room No: III, 357

More information

Aeroelastic Investigation of the Sandia 100m Blade Using Computational Fluid Dynamics

Aeroelastic Investigation of the Sandia 100m Blade Using Computational Fluid Dynamics Aeroelastic Investigation of the Sandia 100m Blade Using Computational Fluid Dynamics David Corson Altair Engineering, Inc. Todd Griffith Sandia National Laboratories Tom Ashwill (Retired) Sandia National

More information

Modeling Rotor Wakes with a Hybrid OVERFLOW-Vortex Method on a GPU Cluster

Modeling Rotor Wakes with a Hybrid OVERFLOW-Vortex Method on a GPU Cluster Modeling Rotor Wakes with a Hybrid OVERFLOW-Vortex Method on a GPU Cluster Mark J. Stock, Ph.D., Adrin Gharakhani, Sc.D. Applied Scientific Research, Santa Ana, CA Christopher P. Stone, Ph.D. Computational

More information

Multiphysics Software Applications in Reverse Engineering

Multiphysics Software Applications in Reverse Engineering Multiphysics Software Applications in Reverse Engineering *W. Wang 1, K. Genc 2 1 University of Massachusetts Lowell, Lowell, MA, USA 2 Simpleware, Exeter, United Kingdom *Corresponding author: University

More information

CFD Simulation of the NREL Phase VI Rotor

CFD Simulation of the NREL Phase VI Rotor CFD Simulation of the NREL Phase VI Rotor Y. Song* and J. B. Perot # *Theoretical & Computational Fluid Dynamics Laboratory, Department of Mechanical & Industrial Engineering, University of Massachusetts

More information

Multiphase Flow - Appendices

Multiphase Flow - Appendices Discovery Laboratory Multiphase Flow - Appendices 1. Creating a Mesh 1.1. What is a geometry? The geometry used in a CFD simulation defines the problem domain and boundaries; it is the area (2D) or volume

More information

Performance prediction of a centrifugal pump working in direct and reverse mode using Computational Fluid Dynamics

Performance prediction of a centrifugal pump working in direct and reverse mode using Computational Fluid Dynamics European Association for the Development of Renewable Energies, Environment and Power Quality (EA4EPQ) International Conference on Renewable Energies and Power Quality (ICREPQ 10) Granada (Spain), 23rd

More information

CONVERGE Features, Capabilities and Applications

CONVERGE Features, Capabilities and Applications CONVERGE Features, Capabilities and Applications CONVERGE CONVERGE The industry leading CFD code for complex geometries with moving boundaries. Start using CONVERGE and never make a CFD mesh again. CONVERGE

More information

Comparison between OpenFOAM CFD & BEM theory for variable speed variable pitch HAWT

Comparison between OpenFOAM CFD & BEM theory for variable speed variable pitch HAWT ITM Web of Conferences 2, 05001 (2014) DOI: 10.1051/itmconf/20140205001 C Owned by the authors, published by EDP Sciences, 2014 Comparison between OpenFOAM CFD & BEM theory for variable speed variable

More information

Numerical Simulation of the External Flow Field. Around a Bluff Car*

Numerical Simulation of the External Flow Field. Around a Bluff Car* Numerical Simulation of the External Flow Field Around a Bluff Car* Sun Yongling, Wu Guangqiang, Xieshuo Automotive Engineering Department Shanghai Tongji University Shanghai, China E-mail: wuqjuhyk@online.sh.cn

More information

CFD Applications using CFD++ Paul Batten & Vedat Akdag

CFD Applications using CFD++ Paul Batten & Vedat Akdag CFD Applications using CFD++ Paul Batten & Vedat Akdag Metacomp Products available under Altair Partner Program CFD++ Introduction Accurate multi dimensional polynomial framework Robust on wide variety

More information

Simulation at Aeronautics Test Facilities A University Perspective Helen L. Reed, Ph.D., P.E. ASEB meeting, Irvine CA 15 October 2014 1500-1640

Simulation at Aeronautics Test Facilities A University Perspective Helen L. Reed, Ph.D., P.E. ASEB meeting, Irvine CA 15 October 2014 1500-1640 Simulation at Aeronautics Test A University Perspective Helen L. Reed, Ph.D., P.E. ASEB meeting, Irvine CA 15 October 2014 1500-1640 Questions How has the ability to do increasingly accurate modeling and

More information

C3.8 CRM wing/body Case

C3.8 CRM wing/body Case C3.8 CRM wing/body Case 1. Code description XFlow is a high-order discontinuous Galerkin (DG) finite element solver written in ANSI C, intended to be run on Linux-type platforms. Relevant supported equation

More information

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES VI International Conference on Adaptive Modeling and Simulation ADMOS 2013 J. P. Moitinho de Almeida, P. Díez, C. Tiago and N. Parés (Eds) ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE

More information

Aeronautical Testing Service, Inc. 18820 59th DR NE Arlington, WA 98223 USA. CFD and Wind Tunnel Testing: Complimentary Methods for Aircraft Design

Aeronautical Testing Service, Inc. 18820 59th DR NE Arlington, WA 98223 USA. CFD and Wind Tunnel Testing: Complimentary Methods for Aircraft Design Aeronautical Testing Service, Inc. 18820 59th DR NE Arlington, WA 98223 USA CFD and Wind Tunnel Testing: Complimentary Methods for Aircraft Design Background Introduction ATS Company Background New and

More information

The Influence of Aerodynamics on the Design of High-Performance Road Vehicles

The Influence of Aerodynamics on the Design of High-Performance Road Vehicles The Influence of Aerodynamics on the Design of High-Performance Road Vehicles Guido Buresti Department of Aerospace Engineering University of Pisa (Italy) 1 CONTENTS ELEMENTS OF AERODYNAMICS AERODYNAMICS

More information

CFD Analysis of Civil Transport Aircraft

CFD Analysis of Civil Transport Aircraft IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 06, 2015 ISSN (online): 2321-0613 CFD Analysis of Civil Transport Aircraft Parthsarthi A Kulkarni 1 Dr. Pravin V Honguntikar

More information

CFD ANALYSIS OF RAE 2822 SUPERCRITICAL AIRFOIL AT TRANSONIC MACH SPEEDS

CFD ANALYSIS OF RAE 2822 SUPERCRITICAL AIRFOIL AT TRANSONIC MACH SPEEDS CFD ANALYSIS OF RAE 2822 SUPERCRITICAL AIRFOIL AT TRANSONIC MACH SPEEDS K.Harish Kumar 1, CH.Kiran Kumar 2, T.Naveen Kumar 3 1 M.Tech Thermal Engineering, Sanketika Institute of Technology & Management,

More information

Suggar++: An Improved General Overset Grid Assembly Capability

Suggar++: An Improved General Overset Grid Assembly Capability 19th AIAA Computational Fluid Dynamics 22-25 June 2009, San Antonio, Texas AIAA 2009-3992 19th AIAA Computational Fluid Dynamics Conference, 22-25 June 2009, San Antonio, TX Suggar++: An Improved General

More information

Load Balancing Strategies for Parallel SAMR Algorithms

Load Balancing Strategies for Parallel SAMR Algorithms Proposal for a Summer Undergraduate Research Fellowship 2005 Computer science / Applied and Computational Mathematics Load Balancing Strategies for Parallel SAMR Algorithms Randolf Rotta Institut für Informatik,

More information

Laminar Flow in a Baffled Stirred Mixer

Laminar Flow in a Baffled Stirred Mixer Laminar Flow in a Baffled Stirred Mixer Introduction This exercise exemplifies the use of the rotating machinery feature in the CFD Module. The Rotating Machinery interface allows you to model moving rotating

More information

Introduction to CFD Analysis

Introduction to CFD Analysis Introduction to CFD Analysis 2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Computational Simulation of Flow Over a High-Lift Trapezoidal Wing

Computational Simulation of Flow Over a High-Lift Trapezoidal Wing Computational Simulation of Flow Over a High-Lift Trapezoidal Wing Abhishek Khare a,1, Raashid Baig a, Rajesh Ranjan a, Stimit Shah a, S Pavithran a, Kishor Nikam a,1, Anutosh Moitra b a Computational

More information

Aerodynamic Design Optimization Discussion Group Case 4: Single- and multi-point optimization problems based on the CRM wing

Aerodynamic Design Optimization Discussion Group Case 4: Single- and multi-point optimization problems based on the CRM wing Aerodynamic Design Optimization Discussion Group Case 4: Single- and multi-point optimization problems based on the CRM wing Lana Osusky, Howard Buckley, and David W. Zingg University of Toronto Institute

More information

Ravi Kumar Singh*, K. B. Sahu**, Thakur Debasis Mishra***

Ravi Kumar Singh*, K. B. Sahu**, Thakur Debasis Mishra*** Ravi Kumar Singh, K. B. Sahu, Thakur Debasis Mishra / International Journal of Engineering Research and Applications (IJERA) ISSN: 48-96 www.ijera.com Vol. 3, Issue 3, May-Jun 3, pp.766-77 Analysis of

More information

Computational Fluid Dynamics

Computational Fluid Dynamics Aerodynamics Computational Fluid Dynamics Industrial Use of High Fidelity Numerical Simulation of Flow about Aircraft Presented by Dr. Klaus Becker / Aerodynamic Strategies Contents Aerodynamic Vision

More information

PASSIVE CONTROL OF SHOCK WAVE APPLIED TO HELICOPTER ROTOR HIGH-SPEED IMPULSIVE NOISE REDUCTION

PASSIVE CONTROL OF SHOCK WAVE APPLIED TO HELICOPTER ROTOR HIGH-SPEED IMPULSIVE NOISE REDUCTION TASK QUARTERLY 14 No 3, 297 305 PASSIVE CONTROL OF SHOCK WAVE APPLIED TO HELICOPTER ROTOR HIGH-SPEED IMPULSIVE NOISE REDUCTION PIOTR DOERFFER AND OSKAR SZULC Institute of Fluid-Flow Machinery, Polish Academy

More information

CFD Analysis of Swept and Leaned Transonic Compressor Rotor

CFD Analysis of Swept and Leaned Transonic Compressor Rotor CFD Analysis of Swept and Leaned Transonic Compressor Nivin Francis #1, J. Bruce Ralphin Rose *2 #1 Student, Department of Aeronautical Engineering& Regional Centre of Anna University Tirunelveli India

More information

An Iterative Method for Estimating Airfoil Deformation due to Solid Particle Erosion

An Iterative Method for Estimating Airfoil Deformation due to Solid Particle Erosion An Iterative Method for Estimating Airfoil Deformation due to Solid Particle Erosion Valeriu DRAGAN*,1, Danuta GRAD 2 *Corresponding author *,1 COMOTI Romanian Gas Turbine Research and Development Institute

More information

Automatic mesh update with the solid-extension mesh moving technique

Automatic mesh update with the solid-extension mesh moving technique Comput. Methods Appl. Mech. Engrg. 193 (2004) 2019 2032 www.elsevier.com/locate/cma Automatic mesh update with the solid-extension mesh moving technique Keith Stein a, *, Tayfun E. Tezduyar b, Richard

More information

PARAMETRIC INVESTIGATION OF A HIGH-LIFT AIRFOIL AT HIGH REYNOLDS NUMBERS. John C. Lin* NASA Langley Research Center, Hampton, VA 23681-0001.

PARAMETRIC INVESTIGATION OF A HIGH-LIFT AIRFOIL AT HIGH REYNOLDS NUMBERS. John C. Lin* NASA Langley Research Center, Hampton, VA 23681-0001. PARAMETRIC INVESTIGATION OF A HIGH-LIFT AIRFOIL AT HIGH REYNOLDS NUMBERS John C. Lin* NASA Langley Research Center, Hampton, VA 23681-0001 and Chet J. Dominik McDonnell Douglas Aerospace, Long Beach, CA

More information

CCTech TM. ICEM-CFD & FLUENT Software Training. Course Brochure. Simulation is The Future

CCTech TM. ICEM-CFD & FLUENT Software Training. Course Brochure. Simulation is The Future . CCTech TM Simulation is The Future ICEM-CFD & FLUENT Software Training Course Brochure About. CCTech Established in 2006 by alumni of IIT Bombay. Our motive is to establish a knowledge centric organization

More information

Current Status and Challenges in CFD at the DLR Institute of Aerodynamics and Flow Technology

Current Status and Challenges in CFD at the DLR Institute of Aerodynamics and Flow Technology Current Status and Challenges in CFD at the DLR Institute of Aerodynamics and Flow Technology N. Kroll, C.-C. Rossow DLR, Institute of Aerodynamics and Flow Technology DLR Institute of Aerodynamics and

More information

Lecture 16 - Free Surface Flows. Applied Computational Fluid Dynamics

Lecture 16 - Free Surface Flows. Applied Computational Fluid Dynamics Lecture 16 - Free Surface Flows Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Example: spinning bowl Example: flow in

More information

Aerodynamic Simulation. Viscous CFD Code Validation

Aerodynamic Simulation. Viscous CFD Code Validation Aerodynamic Simulation using STAR-CCM+ Viscous CFD Code Validation 19 March 2013 CD-adapco STAR-CCM+ Code Validation Efforts Kenneth E. Xiques CRM Solutions 4092 Memorial Pkwy SW, Suite 200 Huntsville,

More information

AIAA CFD DRAG PREDICTION WORKSHOP: AN OVERVIEW

AIAA CFD DRAG PREDICTION WORKSHOP: AN OVERVIEW 5 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES AIAA CFD DRAG PREDICTION WORKSHOP: AN OVERVIEW Kelly R. Laflin Cessna Aircraft Company Keywords: AIAA, CFD, DPW, drag, transonic Abstract An overview

More information

AERODYNAMIC ANALYSIS OF BLADE 1.5 KW OF DUAL ROTOR HORIZONTAL AXIS WIND TURBINE

AERODYNAMIC ANALYSIS OF BLADE 1.5 KW OF DUAL ROTOR HORIZONTAL AXIS WIND TURBINE AERODYNAMIC ANALYSIS OF BLADE 1.5 KW OF DUAL ROTOR HORIZONTAL AXIS WIND TURBINE HITENDRA KURMI Research scholar, School of Energy and Environmental Managment,UTD, RGPV Bhopal,MP,INDIA htr.ptl@gmail.com

More information

Introduction to CFD Analysis

Introduction to CFD Analysis Introduction to CFD Analysis Introductory FLUENT Training 2006 ANSYS, Inc. All rights reserved. 2006 ANSYS, Inc. All rights reserved. 2-2 What is CFD? Computational fluid dynamics (CFD) is the science

More information

NUMERICAL ANALYSIS OF WELLS TURBINE FOR WAVE POWER CONVERSION

NUMERICAL ANALYSIS OF WELLS TURBINE FOR WAVE POWER CONVERSION Engineering Review Vol. 32, Issue 3, 141-146, 2012. 141 NUMERICAL ANALYSIS OF WELLS TURBINE FOR WAVE POWER CONVERSION Z. 1* L. 1 V. 2 M. 1 1 Department of Fluid Mechanics and Computational Engineering,

More information

Numerical simulation of maneuvering combat aircraft

Numerical simulation of maneuvering combat aircraft Numerical simulation of maneuvering combat aircraft Andreas Schütte DLR - German Aerospace Center Institute of Aerodynamics and Flow Technology Oct. 14 th 2005, Stuttgart Folie 1 > HLRS 2005 > A. Schütte

More information

Steady Flow: Laminar and Turbulent in an S-Bend

Steady Flow: Laminar and Turbulent in an S-Bend STAR-CCM+ User Guide 6663 Steady Flow: Laminar and Turbulent in an S-Bend This tutorial demonstrates the flow of an incompressible gas through an s-bend of constant diameter (2 cm), for both laminar and

More information

Keywords: Heat transfer enhancement; staggered arrangement; Triangular Prism, Reynolds Number. 1. Introduction

Keywords: Heat transfer enhancement; staggered arrangement; Triangular Prism, Reynolds Number. 1. Introduction Heat transfer augmentation in rectangular channel using four triangular prisms arrange in staggered manner Manoj Kumar 1, Sunil Dhingra 2, Gurjeet Singh 3 1 Student, 2,3 Assistant Professor 1.2 Department

More information

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 FSI-02-TN59-R2 Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 1. Introduction A major new extension of the capabilities of FLOW-3D -- the multi-block grid model -- has been incorporated

More information

Automated moving mesh techniques in CFD

Automated moving mesh techniques in CFD Unione Europea Repubblica Italiana Regione Autonoma della Sardegna Automated moving mesh techniques in CFD Application to fluid-structure interactions and rigid motions problems MANUELA PROFIR manuela@crs4.it

More information

Introduction to ANSYS

Introduction to ANSYS Lecture 3 Introduction to ANSYS Meshing 14. 5 Release Introduction to ANSYS Meshing 2012 ANSYS, Inc. March 27, 2014 1 Release 14.5 Introduction to ANSYS Meshing What you will learn from this presentation

More information

Compatibility and Accuracy of Mesh Generation in HyperMesh and CFD Simulation with Acusolve for Torque Converter

Compatibility and Accuracy of Mesh Generation in HyperMesh and CFD Simulation with Acusolve for Torque Converter Compatibility and Accuracy of Mesh Genen in HyperMesh and CFD Simulation with Acusolve for Converter Kathiresan M CFD Engineer Valeo India Private Limited Block - A, 4th Floor, TECCI Park, No. 176 Rajiv

More information

Efficient Convergence Acceleration for a Parallel CFD Code

Efficient Convergence Acceleration for a Parallel CFD Code Efficient Convergence Acceleration for a Parallel CFD Code R.D. Williams a, J. Häuser b, and R. Winkelmann b a California Institute of Technology, Pasadena, California b Center of Logistics and Expert

More information

Aerospace Systems. Industry Spotlight

Aerospace Systems. Industry Spotlight 4 Aerospace Systems Engineering simulation is an integral part of the development process for critical components and major subsystems on today s aircraft from nose to tail. By Simon Pereira Senior Application

More information

Flow Physics Analysis of Three-Bucket Helical Savonius Rotor at Twist Angle Using CFD

Flow Physics Analysis of Three-Bucket Helical Savonius Rotor at Twist Angle Using CFD Vol.3, Issue.2, March-April. 2013 pp-739-746 ISSN: 2249-6645 Flow Physics Analysis of Three-Bucket Helical Savonius Rotor at Twist Angle Using CFD Pinku Debnath, 1 Rajat Gupta 2 12 Mechanical Engineering,

More information

Computational Fluid Dynamics in Automotive Applications

Computational Fluid Dynamics in Automotive Applications Computational Fluid Dynamics in Automotive Applications Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom FSB, University of Zagreb, Croatia 1/15 Outline Objective Review the adoption of Computational

More information

Mesh Generation and Load Balancing

Mesh Generation and Load Balancing Mesh Generation and Load Balancing Stan Tomov Innovative Computing Laboratory Computer Science Department The University of Tennessee April 04, 2012 CS 594 04/04/2012 Slide 1 / 19 Outline Motivation Reliable

More information

A DEVELOPMENT AND VERIFICATION OF DENSITY BASED SOLVER USING LU-SGS ALGORITHM IN OPENFOAM

A DEVELOPMENT AND VERIFICATION OF DENSITY BASED SOLVER USING LU-SGS ALGORITHM IN OPENFOAM A DEVELOPMENT AND VERIFICATION OF DENSITY BASED SOLVER USING LU-SGS ALGORITHM IN OPENFOAM Junghyun Kim*, Kyuhong Kim** *Korea Aerospace Research Institute(KARI), **Seoul National University Abstract A

More information

Keywords: CFD, heat turbomachinery, Compound Lean Nozzle, Controlled Flow Nozzle, efficiency.

Keywords: CFD, heat turbomachinery, Compound Lean Nozzle, Controlled Flow Nozzle, efficiency. CALCULATION OF FLOW CHARACTERISTICS IN HEAT TURBOMACHINERY TURBINE STAGE WITH DIFFERENT THREE DIMENSIONAL SHAPE OF THE STATOR BLADE WITH ANSYS CFX SOFTWARE A. Yangyozov *, R. Willinger ** * Department

More information

CFD simulations of flow over NASA Trap Wing Model

CFD simulations of flow over NASA Trap Wing Model CFD simulations of flow over NASA Trap Wing Model Andy Luo Swift Engineering Pravin Peddiraju, Vangelis Skaperdas BETA CAE Systems Introduction A cooperative study was undertaken by BETA and Swift Engineering

More information

Structured grid flow solvers such as NASA s OVERFLOW compressible Navier-Stokes flow solver 1, 2

Structured grid flow solvers such as NASA s OVERFLOW compressible Navier-Stokes flow solver 1, 2 19th AIAA Computational Fluid Dynamics 22-25 June 2009, San Antonio, Texas AIAA 2009-3998 OVERSMART A Solution Monitoring And Reporting Tool for the OVERFLOW Flow Solver David L Kao and William M Chan

More information

Lift and Drag on an Airfoil ME 123: Mechanical Engineering Laboratory II: Fluids

Lift and Drag on an Airfoil ME 123: Mechanical Engineering Laboratory II: Fluids Lift and Drag on an Airfoil ME 123: Mechanical Engineering Laboratory II: Fluids Dr. J. M. Meyers Dr. D. G. Fletcher Dr. Y. Dubief 1. Introduction In this lab the characteristics of airfoil lift, drag,

More information

Status and Future Challenges of CFD in a Coupled Simulation Environment for Aircraft Design

Status and Future Challenges of CFD in a Coupled Simulation Environment for Aircraft Design Status and Future Challenges of CFD in a Coupled Simulation Environment for Aircraft Design F. CHALOT, T. FANION, M. MALLET, M. RAVACHOL and G. ROGE Dassault Aviation 78 quai Dassault 92214 Saint Cloud

More information

Numerical Approach Aspects for the Investigation of the Longitudinal Static Stability of a Transport Aircraft with Circulation Control

Numerical Approach Aspects for the Investigation of the Longitudinal Static Stability of a Transport Aircraft with Circulation Control Numerical Approach Aspects for the Investigation of the Longitudinal Static Stability of a Transport Aircraft with Circulation Control Dennis Keller Abstract The aim of the investigation is to gain more

More information

Lecture 7 - Meshing. Applied Computational Fluid Dynamics

Lecture 7 - Meshing. Applied Computational Fluid Dynamics Lecture 7 - Meshing Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Outline Why is a grid needed? Element types. Grid types.

More information

Thin Airfoil Theory. Charles R. O Neill School of Mechanical and Aerospace Engineering Oklahoma State University Stillwater, OK 74078

Thin Airfoil Theory. Charles R. O Neill School of Mechanical and Aerospace Engineering Oklahoma State University Stillwater, OK 74078 13 Thin Airfoil Theory Charles R. O Neill School of Mechanical and Aerospace Engineering Oklahoma State University Stillwater, OK 7478 Project One in MAE 3253 Applied Aerodynamics and Performance March

More information

O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM. Darmstadt, 27.06.2012

O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM. Darmstadt, 27.06.2012 O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM Darmstadt, 27.06.2012 Michael Ehlen IB Fischer CFD+engineering GmbH Lipowskystr. 12 81373 München Tel. 089/74118743 Fax 089/74118749

More information

Tutorial: 2D Pipe Junction Using Hexa Meshing

Tutorial: 2D Pipe Junction Using Hexa Meshing Tutorial: 2D Pipe Junction Using Hexa Meshing Introduction In this tutorial, you will generate a mesh for a two-dimensional pipe junction, composed of two inlets and one outlet. After generating an initial

More information

WHITEPAPER: How to Choose an Effective Grid System for CFD Meshing

WHITEPAPER: How to Choose an Effective Grid System for CFD Meshing WHITEPAPER: How to Choose an Effective Grid System for CFD Meshing Abstract Concurrent CFD is a new kind of CFD tool that enables mechanical engineers to simulate the flow of fluid and heat transfer for

More information

Experience With a Geometry Programming Language for CFD Applications

Experience With a Geometry Programming Language for CFD Applications 98WAC-56 Experience With a Geometry Programming Language for CFD Applications David C. Fliegel, Thomas P. Dickens, and Andrew P. Winn The Boeing Company Copyright 1998 Society of Automotive Engineers,

More information

TwinMesh for Positive Displacement Machines: Structured Meshes and reliable CFD Simulations

TwinMesh for Positive Displacement Machines: Structured Meshes and reliable CFD Simulations TwinMesh for Positive Displacement Machines: Structured Meshes and reliable CFD Simulations 05.06.2014 Dipl.-Ing. Jan Hesse, Dr. Andreas Spille-Kohoff CFX Berlin Software GmbH Karl-Marx-Allee 90 A 10243

More information

Adaptation of General Purpose CFD Code for Fusion MHD Applications*

Adaptation of General Purpose CFD Code for Fusion MHD Applications* Adaptation of General Purpose CFD Code for Fusion MHD Applications* Andrei Khodak Princeton Plasma Physics Laboratory P.O. Box 451 Princeton, NJ, 08540 USA akhodak@pppl.gov Abstract Analysis of many fusion

More information

Abaqus/CFD Sample Problems. Abaqus 6.10

Abaqus/CFD Sample Problems. Abaqus 6.10 Abaqus/CFD Sample Problems Abaqus 6.10 Contents 1. Oscillatory Laminar Plane Poiseuille Flow 2. Flow in Shear Driven Cavities 3. Buoyancy Driven Flow in Cavities 4. Turbulent Flow in a Rectangular Channel

More information

Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume *

Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume * Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume * Xiaosong Yang 1, Pheng Ann Heng 2, Zesheng Tang 3 1 Department of Computer Science and Technology, Tsinghua University, Beijing

More information

PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms

PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms P. E. Vincent! Department of Aeronautics Imperial College London! 25 th March 2014 Overview Motivation Flux Reconstruction Many-Core

More information

A CODE VERIFICATION EXERCISE FOR THE UNSTRUCTURED FINITE-VOLUME CFD SOLVER ISIS-CFD

A CODE VERIFICATION EXERCISE FOR THE UNSTRUCTURED FINITE-VOLUME CFD SOLVER ISIS-CFD European Conference on Computational Fluid Dynamics ECCOMAS CFD 2006 P. Wesseling, E. Oñate and J. Périaux (Eds) c TU Delft, The Netherlands, 2006 A CODE VERIFICATION EXERCISE FOR THE UNSTRUCTURED FINITE-VOLUME

More information

Basin simulation for complex geological settings

Basin simulation for complex geological settings Énergies renouvelables Production éco-responsable Transports innovants Procédés éco-efficients Ressources durables Basin simulation for complex geological settings Towards a realistic modeling P. Havé*,

More information

CFD software overview comparison, limitations and user interfaces

CFD software overview comparison, limitations and user interfaces CFD software overview comparison, limitations and user interfaces Daniel Legendre Introduction to CFD Turku, 05.05.2015 Åbo Akademi University Thermal and Flow Engineering Laboratory 05.05.2015 1 Some

More information