Computation of compressible fluid flow

96 371 0
Computation of compressible fluid flow

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Acknowledgements The author would like to, first and foremost, express gratitude and appreciation to her supervisor, Associate Professor, Dr Yeo Khoon Seng His guidance, support and assistance have, without doubts, contributed significantly to the completion of the author’s research as well as to this thesis Professor Yeo has given the author the space and freedom of exploration and self-development while providing direction and invaluable feedback in times of need The author would also like to thank Dr Tsai Her Mann and Dr Lum Kai Yew, Principal Investigators at Temasek Laboratories, National University of Singapore (NUS) Dr Tsai has offered the author numerous ideas and suggestions to approach problems and have assisted the author in overcoming difficulties in her work Dr Lum has motivated the author in the formulation of the boundary implementation using the least-squares with constraint approach Lively discussions with Dr Lum have also provided the author with much insight and inspiration Sincere gratitude also goes out to the author’s colleagues at Temasek Laboratories, in particular, Dr Zhang Zhengke for his patience in imparting his CFD knowledge Useful and engaging discussions with PhD student, Chew Choon Seng, have also helped the author significantly i Nomenclature a, c Speed of sound Cp Pressure coefficient E Total energy H Total enthalpy M Mach number P Pressure R Local radius of curvature S Surface area s Entropy t Time (u, v) Velocity components in two dimensions, horizontal and vertical V Velocity vector α Angle of attack γ Ratio of specific heats ρ Density Ω Volume (area in dimensions) ii Table of Contents Acknowledgements i Nomenclature ii Table of Contents iii Summary v List of Figures vii Introduction Literature Review 2.1 Development of structured grid methods 2.2 Development of unstructured grid methods 2.3 Development of Cartesian grid methods 2.3.1 Boundary condition using finite volume cut-cell method 2.3.2 Boundary condition using finite difference ghost cells method 2.3.3 Boundary condition using immersed boundary method 2.4 Development of meshless methods 5 11 Numerical Schemes and Methodology 3.1 Introduction 3.2 Finite-volume formulation of 2-D Euler Equations 3.2.1 Governing equations 3.2.2 Spatial discretization 3.2.3 Artificial dissipation 3.2.4 Temporal discretization 3.2.5 Far field boundary condition 3.3 Gridless surface boundary implementation 3.3.1 Nodal definition 3.3.2 Selection of cloud points 3.3.3 Boundary node treatment 3.3.4 Implementation of surface boundary conditions 18 18 19 20 20 22 24 25 26 27 28 30 31 Results and Discussions 4.1 Solution of flow over single airfoil 4.1.1 Symmetric NACA 0012 airfoil Case 1: M ∞ = 0.5, α = 3.0° Case 2: M ∞ = 0.85, α = 0.0° Case 3: M ∞ = 0.8, α = 1.25° Case 4: M ∞ = 2.0, α = 0.0° 34 34 36 36 39 41 44 13 14 15 iii 4.1.2 4.2 4.3 Asymmetric RAE 2822 airfoil Case 1: M ∞ = 0.5, α = 3.0° Case 2: M ∞ = 0.75, α = 3.0° Solutions of flows over multi-component objects Case 1: Flow over dual NACA 0012 airfoils Case 2: Flow over NLR with flap airfoil Case 3: Flow over 3-element airfoil Additional remarks 47 47 50 52 53 56 59 62 Further Improvement and Development 5.1 Boundary implementation using least-squares with constraint 5.1.1 Formulation 5.1.2 Constraint equations for ρ, ρE & P 5.1.3 Constraint equations for velocity 5.2 2-D solution of flow over circular cylinder 5.3 3-D solution of flow over uniform wing 5.4 Additional remarks 63 63 64 65 67 69 73 77 Conclusion 79 List of References 81 iv Summary Mesh generation for complex geometries is a continuing obstacle in Computational Fluid Dynamics (CFD) Thus, there is a strong need for a fast and efficient numerical method that can handle these complex configurations In this work, a Cartesian method for the computation of steady-state solution for compressible Euler equations is presented The proposed method attempts to combine the advantages of the conventional Cartesian grid method and the gridless method while avoiding their shortcomings The Cartesian method is used over the bulk of the computational domain for its efficiencies while the gridless method is only employed in handling solid boundaries In this way, we arrive at a general solution method that is flexible and efficient for problems with complex geometries In this boundary implementation, two types of cloud points are used The first type of cloud points is set up for each boundary node to compute the Euler fluxes whereas the second type of cloud points is set up for each surface node, for boundary condition implementation and surface value determination The spatial discretization for the Euler equations is based on the cell-centered finite-volume approach The discretized equations are then solved using the modified four-stage Runge-Kutta scheme Numerous 2-D test cases involving flow over a single airfoil and flow over multicomponent objects are computed The results compare well with referenced body-fitted curvilinear grid solutions and converge well for the wide range of Mach numbers tested v An alternative gridless implementation is suggested as an improvement to the above gridless approach This involves using least-squares with constraint via the Lagrange Multiplier principle to implement the boundary conditions The formulation is general and is easily extensible to three dimensions Although there is no significant improvement in terms of accuracy and conservation over the previous scheme, the least-squares with constraint approach is better in terms of implementation Some preliminary three-dimensional results using the new approach are presented vi List of Figures Figure 1: Control volume of a single cell 21 Figure 2: Classification of grid nodes 28 Figure 3: Cloud points for (a) boundary nodes; (b) boundary nodes at thin surfaces 29 Figure 4: Cloud points for surface nodes (Closest points to surface node) 30 Figure 5: Boundary implementation for surface nodes 33 Figure 6: Close-up view of a stretched grid for the NACA 0012 airfoil 35 Figure 7: Close up view of body-fitted grid with NACA 0012 35 Figure 8: Solution for NACA 0012 with M∞ = 0.5, α = 3° (a) Cp plot (b) Mach contour plot (Cartesian grid) (c) Mach contour plot (Body-fitted grid) (d) Convergence plot [(b) and (c) are plotted with contours Mmin=0.1, 38 Mmax=0.67, interval=0.019] Figure 9: Solution for NACA 0012 with M∞ = 0.85, α = 0° (a) Cp plot (b) Mach contour plot (Cartesian Grid) (c) Mach contour plot (Bodyfitted grid) (d) Convergence plot [(b) and (c) are plotted with contours Mmin=0.1, Mmax=1.1, interval=0.034.] 41 Figure 10: Solution for NACA 0012 with M∞ = 0.8, α = 1.25° (a) Cp plot (b) Mach contour plot (Cartesian grid) (c) Mach contour plot (Bodyfitted grid) (d) Convergence plot [(b) and (c) are plotted with contours Mmin=0.1, Mmax=1.1, interval=0.026.] 43 Figure 11: Solution for NACA 0012 with M∞ = 2.0, α = 0° (a) Cp plot (b) Convergence plot (c) Close up Mach contour plot (Cartesian grid) (d) Close up Mach contour plot (Body-fitted grid) [(c) and (d) are plotted with contours Mmin=0.25, Mmax=1.9, interval=0.12.] 46 vii Figure 12: Solution for RAE 2822 with M∞ = 0.5, α = 3° (a) Cp plot (b) Mach contour plot (Cartesian grid) (c) Mach contour plot (Body-fitted grid) (d) Convergence plot [(b) and (c) are plotted with contours Mmin=0.05, Mmax=0.8, interval=0.019.] 49 Figure 13: Solution for RAE 2822 with M∞ = 0.75, α = 3° (a) Cp plot (b) Mach contour plot (Cartesian grid) (c) Mach contour plot (Body-fitted grid) (d) Convergence plot [(b) and (c) are plotted with contours Mmin=0.1, Mmax=1.1, interval=0.025.] 52 Figure 14: Solution for dual NACA0012 airfoil with M∞ = 0.5, α = 0° (a) Close up view of stretched grid (b) Cp plot (c) Mach contour plot with contours Mmin=0.02, Mmax=1.0, interval=0.034 (d) Convergence plot 55 Figure 15: Solution for NLR airfoil with flap with M∞ = 0.2, α = 0° (a) Close up view of stretched grid (b) Cp plot (c) Mach contour plot with contours Mmin=0.025, Mmax=0.375, interval=0.012 (d) Convergence plot 58 Figure 16: Solution for three-element airfoil with M∞ = 0.2, α = 20° (a) Close up view of stretched grid (b) Cp plot (c) Mach contour plot with contours Mmin=0.048, Mmax=0.72, interval=0.052 (d) Convergence plot 61 Figure 17: Solution for circular cylinder using least-squares with constraints approach with M∞ = 0.38 (a) Close up view of stretched grid (b) Mach contour plot (Least-squares with constraint) (c) Mach contour plot (Previous method) (d) Mach contour plot (Body-fitted grid) (e) Comparison of Cp plots (f) Comparison of convergence plots [(b), (c) and (d) are plotted with contours Mmin=0.052, Mmax=0.714, interval=0.047.] 73 Figure 18: Cartesian grid for NACA 0012 uniform wing surface 74 Figure 19: Close up view of cross-sectional X-Z plane with surface nodes defined 75 Figure 20: Solution for uniform NACA 0012 wing using least-squares with constraints approach with M∞ = 0.85, α = 0° (a) Cp contour plot with contours Cpmin=-0.78, Cpmax=0.66, interval=0.103 (b) Mach contour plot with contours Mmin=0.1, Mmax=1.1 interval=0.034 (c) Convergence plot 77 viii Chapter Introduction Chapter Introduction Throughout most of the twentieth century the study and practice of fluid dynamics involved the use of pure theory and pure experiment However, the advent of the high speed digital computer combined with the development of accurate numerical algorithms for solving physical problems on these computers has revolutionized the way fluid dynamics is studied today Computational Fluid Dynamics (CFD) has become fundamentally important in the study of fluid dynamics It nicely and synergistically complements the other two approaches of pure theory and pure experiment in the study and development of the whole discipline of fluid dynamics As technology becomes more widely available in industry and academia, CFD is used to provide insights into many aspects of fluid motion Nowadays, CFD methodologies are routinely employed in the fields of aircraft, turbomachinery, car and ship designs It is also applied in meteorology, oceanography, astrophysics, in oil recovery and also in architecture Hence, CFD is becoming an increasingly important design tool in engineering and also a substantial research tool in certain physical sciences The future advancement of fluid dynamics will depend on a proper balance of all three approaches, with CFD helping to interpret and understand the results of theory and experiment, and vice versa Chapter Introduction Over the course of last decade, significant progress has been made on developing numerical methods for the solution of the compressible Euler and Navier-Stokes equation In general, these numerical methods can be classified by the mesh they use, which falls under the category of structured grid or unstructured grid methods Structured grids and unstructured grids each have their own specific advantages and shortcomings Examples of structured grids are body-fitted hexahedral grids and Cartesian grids Body-fitted grid has the advantage of ease in boundary implementation due to the body-aligned nature of the grid However, the major drawback of this is the difficulty of mesh generation for complex geometry Cartesian grid, on the other hand, does not encounter any problems with mesh generation However, as the grid is not body-aligned the cells near the boundary are cut by the surface which makes accurate implementation of boundary conditions complicated The success of Cartesian method depends greatly on having an accurate means of representation for the boundary Unstructured meshes are typically constructed from triangles in two-dimensional or tetrahedral cells in three-dimensional The main advantage of unstructured grids is the ease of grid generation about complex configuration since the cells may be oriented in any arbitrary way to conform to the geometry However, the computational time and cost for unstructured mesh computations are generally higher which makes it inefficient when applying to large scale three-dimensional problems In general, structured grids are favored for its simpler data structure, which leads to smaller computing times since no indirect addressing is required while unstructured grids are favored for its flexibility in mesh generation when handling arbitrarily complex geometries Chapter Further Improvement and Development Looking at three-dimensional computations, the solution of flow over a uniform NACA 0012 wing is computed As a preliminary test, the present Cartesian method using the gridless boundary condition implementation is employed on a 100x5x100 uniform grid with a far field chord lengths away from the airfoil as shown in Figure 18 The wing is uniform in the y-direction with a constant X-Z plane cross section as shown in Figure 19 Figure 19 also shows the surface nodes defined on the body The symmetric boundary condition is set for the planar boundaries normal to the y-axis while the rest of the planar boundaries are set as far field conditions A cloud of 16 points is used for the least-squares approximation Figure 18: Cartesian grid for NACA 0012 uniform wing surface 74 Chapter Further Improvement and Development Figure 19: Close up view of cross-sectional X-Z plane with surface nodes defined The solution for transonic flow with Mach = 0.85 and the angle of attack, α = 0° is computed The pressure and Mach contour plots at y = 0.1 are shown in Figure 20a and 20b respectively From the contour plot, it can be seen that the solution is smooth on the whole except near the surface This poor resolution is due to the fact that a coarse grid is being used Despite the coarseness of grid, the 3-D Mach contour plot is reasonable compared to the 2-D Mach contour plot shown in Figure 9b The 3-D solution can be improved with a refinement of the grid As the current code runs only on a single grid, refining the Cartesian grid further to compute in three dimensions will be very costly It is advisable to implement acceleration techniques such as the multigrid scheme to accelerate the solution to convergence or to implement embedded grid computation, so as to reduce the computational time required Thus, the focus here is in testing the method in 3-D and less emphasis is placed on the accuracy of the solution The convergence plot for this case is presented in Figure 20c 75 Chapter Further Improvement and Development a) Cp contour plot b) Mach contour plot 76 Chapter Further Improvement and Development c) Convergence plot Figure 20: Solution for uniform NACA 0012 wing using least-squares with constraints approach with M∞ = 0.85, α = 0° (a) Cp contour plot with contours Cpmin= -0.78, Cpmax=0.66, interval=0.103 (b) Mach contour plot with contours Mmin=0.1, Mmax=1.1 interval=0.034 (c) Convergence plot 5.4 Additional remarks In the 2-D test case, the solution obtained using the least-squares with constraint approach appears to be very similar to that obtained using the previous gridless approach Although there is no significant improvement in terms of accuracy and conservation, the least-squares with constraint approach is better in terms of implementation Unlike the previous approach where the cloud points in each surface cloud has to be rotated to the normal and tangential direction of the respective surface node in order to implement the boundary conditions, the formulation for the leastsquares with constraint approach is more general The boundary conditions are rewritten in the global co-ordinate system and solved together with the system of equations Furthermore, boundary implementation through the use of constraint 77 Chapter Further Improvement and Development equations allows more than one surface node to be included in each cloud This means that the boundary conditions at these surface nodes can be satisfied simultaneously in each cloud, which is not achievable in the previous approach However, with more surface nodes, hence more constraint equations, the matrix becomes stiffer and more cloud points have to be included to solve the equations properly The 3-D implementation using least-squares with constraint is very similar to the 2-D implementation However it is noted that for 3-D computations, the direction of the tangential velocity is dependent on the fluid flow direction which changes as the flow computes Hence, the tangential velocity has to be determined at every iteration as is the inverse of the least-squares matrixes This is unlike 2-D computations, in which the direction of surface tangent is fixed and the inverse of the least-squares matrix need only be computed once at the start of the code Hence, while the gridless approach is especially suited for 2-D computations, further work may be needed to make it efficient for 3-D computations 78 Chapter Conclusion Chapter Conclusion A method that combines the advantages of efficiency, accuracy, and ease of grid generation of a Cartesian grid method together with the flexibility in handling complex geometries of a gridless method while avoiding their shortcomings is presented The approach uses the “gridless” or “meshless” method to address the boundary or interface while a standard structured grid method is used everywhere else Boundary conditions are implemented on the geometry surface and are automatically satisfied as the surface values are solved in a least-squares fashion In the first approach where two types of cloud points are employed, numerous 2-D test cases involving subsonic, transonic, and supersonic flows over the NACA 0012 and RAE 2822 airfoils are computed The results obtained compares well with referenced body-fitted curvilinear grid solutions In addition, three other test cases involving flow over multi-component objects are computed to demonstrate the capability of the method in handling complex configurations On the whole, the method is robust, stable and it converges well for a wide range of Mach numbers In an attempt to improve on the boundary conditions implementation for the Cartesian method, a least-squares with constraint method using Lagrange Multiplier principle is developed The formulation for this method is more general and hence it is preferred in 79 Chapter Conclusion terms of implementation However, no significant improvement is reported in terms of accuracy and conservation The least-squares with constraint approach is extended to three dimensions and a preliminary solution for flow over a uniform NACA 0012 wing has been obtained In conclusion, the Cartesian method proposed has great potential in dealing with complex configurations in three-dimensional For a simple geometry for which the body-fitted grid is easily available, it may not be economical to employ a Cartesian method However, when used in an embedded grid manner and with multigrid techniques incorporated, the advantages will be significant It can also be exploited for other applications such as adaptive shock, moving grid problems as well as highly iterative processes such as optimization work where grid regeneration is inevitable 80 List of References [1] Steger, J L and Chaussee, D S 1980 Generation of body-fitted coordinates using hyperbolic partial differential equations SIAM J Sci and Stat Comp 1, 431-437 [2] Thompson, J F., Warsi, Z U A and Mastin, C W 1982 Boundary-fitted coordinate systems for numerical solution of partial differential equations: A review J Comp Physics 47, 1-108 [3] Sorenson, R L 1986 Elliptic generation of compressible three-dimensional grids about realistic aircraft In International Conference on Numerical Grid Generation in Computational Fluid Dynamics, Landshut, F R G (ed Hauser, J and Taylor, C.) [4] Meakin, R L 2001 Automatic Off-Body Grid Generation for Domains of Arbitrary Size AIAA Paper A01-31050 [5] Liu, F., Cai, J., Zhu, Y., Wong, A S F and Tsai, H M 2001 Calculation of Wing Flutter by a Coupled Fluid-Structure Method Journal of Aircraft 38, 2, 334-342 [6] Meakin, R L 2001 Object X-Rays for Cutting Holes in Composite Overset Structured Grids AIAA Paper A01-31051 [7] Rai, M M.1986 A Conservative Treatment of Zonal Boundaries for Euler Equations Calculation J Comp Physics 62, 472-503 [8] Kassies, A and Tognaccini, R 1990 Boundary Conditions for Euler Equations at Internal Block Faces of Multi-Block Domains Using Local Grid Refinement AIAA Paper 90-1590 [9] Benek, J A., Buning, P G and Steger, J L 1985 A 3-D Chimera Grid Embedding Technique AIAA Paper 85-1523 [10] Chesshire, G and Henshaw, W D 1990 Composite Overlapping Meshes for the Solution of Partial Differential Equations J Comp Physics 90, 1-64 [11] Pearce, D G et al 1993 Development of a Large Scale Chimera Grid System for the Space Shuttle Launch Vehicle AIAA Paper 93-0533 [12] Kao, H J., Liou, M S and Chow, C Y 1994 Grid Adaptation using Chimera Composite Overlapping Meshes AIAA Journal 32, 942-949 [13] Albone, C M 1992 Embedded meshes of controllable quality synthesized from elementary geometric features AIAA paper 92-0662 [14] Blaylock, T A and Onslow, S H 1994 Application of the fame method to store release prediction In Computational Fluid Dynamics ’94, Stuttgart, 81 Germany (ed Periaux, J., Wagner, S J., Pira, R and Hirschel, E H.), pp 460470.Wiley: Chichester [15] Batina, J T 1991 Unsteady Euler Algorithm with Unstructured Dynamic Mesh for Complex Aircraft Aerodynamic Analysis AIAA Journal 29, 327-333 [16] Weatherill, N P., Hassan, O., Marchant, M J and Marcum, D L 1993 Adaptive Inviscid Flow Solutions for Aerospace Geometries Using Efficiently Generated Unstructured Tetrahedral Meshes AIAA Paper 93-3390 [17] Jameson, A and Mavriplis, D 1986 Finite Volume Solution of the TwoDimensional Euler Equations on a Regular Triangular Mesh AIAA Journal 24, 611-618 [18] Frink, N T and Pirzadeh, S Z 1998 Tetrahedral Finite-Volume Solutions to the Navier-Stokes Equations on Complex Configurations In 10th International Conference on Finite Elements in Fluids, Tucson, USA [19] Peraire, J and Morgan, K 1998 Unstructured Mesh Generation for 3-D Viscous Flow AIAA Paper 98-3010 [20] Peraire, J., Vahdati, M., Morgan, K and Zienkiewicz, O C 1987 Adaptive remeshing for compressible flow computations J Comp Physics 72, 449-466 [21] Mavriplis, D J 1990 Adaptive mesh generation for viscous flows using triangulation J Comp Physics 90, 271-291 [22] Kallinderis, Y 1995 Adaptive Hybrid Prismatic/Tetrahedral Grids Int J Numerical Methods in Fluids 20, 1023-1037 [23] Melton, J E., Pandya, S A and Steger, J L 1993 3-D Euler Flow Solutions Using Unstructured Cartesian and Prismatic Grids AIAA Paper 93-0331 [24] Mavriplis, D J 1997 Unstructured Grid Techniques Ann Rev Fluid Mech 29, 473-514 [25] Coirier, W J and Powell, K G 1995 An Accuracy Assessment of Cartesian Mesh Approaches for the Euler Equations J Comp Physics 117, 121-131 [26] Berger, M J and LeVeque, R J 1989 An Adaptive Cartesian Mesh Algorithm for the Euler Equations in Arbitrary Geometries AIAA Paper 89-1930 [27] Clarke, D K., Salas, M D and Hassan, H A 1986 Euler Calculations for Multielement Airfoils Using Cartesian Grids AIAA Journal 24, 353-358 [28] Epstein, B., Luntz, A and Nachson, A 1989 Multigrid Euler Solver about Arbitrary Aircraft Configurations, with Cartesian Grids and Local Refinement AIAA Paper 89-1960 82 [29] Tidd, D M., Strash, D J., Epstein, B., Luntz, A., Nachshon, A and Rubin, T 1992 Multigrid Euler Calculations over Complete Aircraft Journal of Aircraft 29, 6, 1080-1085 [30] Wu, Z N 1998 Anisotropic Cartesian Grid Method for Viscous Flow Computation In Computational Fluid Dynamics Review 1998, New Jersey, USA (ed Hafez, M and Oshima, K.) World Scientific [31] Aftosmis, M J., Berger, M J and Adomavicius, G 2000 A Parallel Multilevel Method for Adaptively Refined Cartesian Grids with Embedded Boundaries AIAA Paper 2000-0808 [32] Zeeuw, D D and Powell, K G 1993 An Adaptively Refined Cartesian Mesh Solver for the Euler Equations J Comp Physics 104, 56-68 [33] Durbin, P A and Iaccarino, G 2002 An Approach to Local Refinement of Structured Grids J Comp Physics 181, 639-653 [34] Ham, F E., Lien, F S and Strong, A B 2002 A Cartesian Grid Method with Transient Anisotropic Adaptation J Comp Physics 179, 469-494 [35] De Zeeuw, D and Powell, K.G 1993 An Adaptively refined Cartesian mesh solver for the Euler equations J Comp Physics 104, 1, 56-68 [36] Pember, R B., Bell, J B., Collela, P., Crutchfield, W Y and Welcome, M L 1994 An adaptive Cartesian grid method for unsteady compressible flow in irregular regions J Comp Physics 120, 278-304 [37] Quirk, J 1994 An alternative to unstructured grids for computing gas dynamic flows around arbitrarily complex two-dimensional bodies Comp Fluids 23, 125-142 [38] Coirier, W J and Powell, K G 1995 An accuracy assessment of Cartesianmesh approaches for Euler equations J Comp Physics 117, 121-131 [39] Coirier, W J and Powell, K G 1996 Solution-adaptive Cartesian cell approach for viscous and inviscid flows AIAA Journal 34, 5, 938-945 [40] Yang, G., Causon, D M., Ingram, D M., Saunders, R and Batten, P 1997 A Cartesian cut cell method for compressible flows Part A Static body problems Aeronautical Journal 2, 47-56 [41] Yang, G., Causon, D M., Ingram, D M., Saunders, R and Batten, P 1997 A Cartesian cut cell method for compressible flows Part B Moving body problems Aeronautical Journal 2, 57-65 [42] Yang, G., Causon, D M and Ingram, D M 2000 Calculation of compressible flows about complex moving geometries using a three dimensional Cartesian cut cell method Int J Numer Meth Fluids 33, 1121-1151 83 [43] Causon, D M., Ingram, D M., Mingham, C G., Yang, G and Pearson, R V 2000 Calculation of shallow water flows using a Cartesian cut cell approach Adv Water Resour 23, 545-562 [44] Almgren, A S., Bell, J B., Colella, P and Marthaler, T 1997 A Cartesian grid projection method for the incompressible Euler equations in complex geometries SIAM J Sci Comp 18, 5, 1289-1309 [45] Johansen, H and Colella, P 1998 A Cartesian grid embedded boundary method for Poisson’s equation on irregular domains J Comp Physics 147, 1, 60-85 [46] McCorquodale, P., Colella, P and Johansen, H 2001 A Cartesian grid embedded boundary method for the heat equation on irregular domains J Comp Physics 173, 2, 620-635 [47] Bayyuk, S A., Powell, K G and Van Leer, B 1993 A simulation technique for 2-D unsteady inviscid flows around arbitrary moving and deforming bodies of arbitrary geometry AIAA Paper 93-3391-CP [48] Udaykumar, H.S., Shyy, W and Rao, M M 1996 Elafint: a mixed Eulerian– Lagrangian method for fluid flows with complex and moving boundaries Int J Numer Methods Fluids 22, 691-704 [49] Clarke, D K., Salas, M D and Hassan, H A 1986 Euler Calculations for Multi-Element Airfoils using Cartesian Grids AIAA Journal 24, 353-358 [50] Ye, T., Mittal, R., Udaykumar, H S and Shyy, W 1999 An Accurate Cartesian Grid Method for Viscous Incompressible Flows with Complex Immersed Boundaries J Comp Physics 156, 209-240 [51] Udaykumar, H S., Mittal, R., Rampunggoon, P and Khanna, A 2001 A sharp interface Cartesian grid method for simulating flows with complex moving boundaries J Comp Physics 174, 345–380 [52] Kirkpatrick, M P., Armfield, S W and Kent, J H 2003 A representation of curved boundaries for the solution of the Navier-Stokes equations on a staggered three-dimensional Cartesian grid J Comp Physics 184, 1, 1-36 [53] Popinet, S 2003 Gerris: a tree-based adaptive solver for the incompressible Euler equations in complex geometries J Comp Physics 190, 2, 572–600 [54] MGAERO User’s Manual A Cartesian Multigrid Euler Code for Flow Around Arbitrary configurations Analytical Methods, Inc [55] Majumdar, S., Iaccarino, G and Durbin, P A 2001 RANS solver with adaptive structured boundary non-conforming grids Ann Res Briefs 2001, Cent Turbul Res., pp 353-64 84 [56] Dadone, A and Grossman, B 2002 An immersed body methodology for inviscid flows on Cartesian grids AIAA Paper 2002-1059 [57] Dadone, A and Grossman, B 1995 Surface boundary conditions for the numerical solution of the Euler equations AIAA Journal, 32, 2, 285-293 [58] Ghias, R., Mittal R, and Lund, T S 2004 A non-body conformal grid method for simulation of compressible flows with complex immersed boundaries AIAA Paper 2004-0080 [59] Forrer, H and Jeltsch, R 1998 A Higher-order Boundary Treatment for Cartesian-Grid Methods J Comp Physics 140, 259-277 [60] Peskin, C S 1977 Numerical analysis of blood flow in the heart J Comp Physics 25, 220–252 [61] Peskin, C S and McQueen, D M 1980 Numerical analysis of blood flow in the heart J Comp Physics 25, 220–252 [62] Peskin, C S and McQueen, D M 1992 Cardiac fluid dynamics Crit Rev Biomed Eng 20, 451–459 [63] Peskin, C S and McQueen, D M 1997 Shared-memory parallel vector implementation of the immersed boundary method for the computation of blood flow in the beating mammalian heart J Supercomput 11, 213–236 [64] LeVeque, R J and Li, Z 1994 The immersed interface method for elliptic equations with discontinuous coefficients and singular sources SIAM J Numer Anal 31, 1019-1044 [65] LeVeque, R J and Li, Z 1997 Immersed interface method for Stokes flow with elastic boundaries or surface tension SIAM J Sci Comput 18, 709-735 [66] Li, Z and Lai, M.-C 2001 The immersed interface method for the Navier– Stokes equations with singular forces J Comp Physics 171, 822–842 [67] Verzicco, R., Mohd-Yusof, J., Orlandi, P and Haworth, D 2000 Large-eddy simulation in complex geometric configurations using body forces AIAA Journal 38, 427-433 [68] Fadlun, E A., Verzicco, R., Orlandi, P and Mohd-Yusof, J 2000 Combined immersed-boundary finite-difference methods for three-dimensional complex flow simulations J Comp Physics 161, 35–60 [69] Kim, J., Kim, D and Choi, H 2001 An immersed-boundary finite-volume method for simulations of flow in complex geometries J Comp Physics 171, 132–150 85 [70] Gilmanov, A., Sotiropoulos, F and Balaras, E 2003 A general reconstruction algorithm for simulating flows with complex 3D immersed boundaries on Cartesian grids J Comp Physics 191, 660–669 [71] Ramesh, V and Deshpande, S M 2000 Euler Computations on Arbitrary Grids Using LSKUM First ICCFD July, 2000, Kyoto, Japan [72] Lucy, L B 1977 A numerical approach to the testing of the fission hypothesis The Astro J 8, 1013-1024 [73] Perrone, N and Kao, R 1975 A general finite difference method for arbitrary meshes Comp Struct 5, 45-47 [74] Liszka, T and Orkisz, J 1980 The finite difference method at arbitrary irregular grids and its application in applied mechanics Comp Struct 11, 8395 [75] Nayroles, B., Touzot, G and Villon, P 1992 Generalizing the finite element method: diffuse approximation and diffuse elements Computational Mechanics 10, 307-318 [76] Belytschko, T., Lu, Y.Y and Gu, L 1994 Element-free Galerkin methods International Journal for Numerical Methods in Engineering 37, 229-256 [77] Liu, W., Jun, S and Zhang, Y 1995 Reproducing kernel particle methods International Journal for Numerical Methods in Fluids 20, 1081-1106 [78] Shu, C and Xue, H 1998 Comparison of two approaches for implementing stream function boundary conditions in DQ simulation of natural convection in a square cavity International Journal of Heat and Fluid Flow 19, 59-68 [79] Babuska, I and Melenk, J 1997 The Partition of unity method International Journal for Numerical Methods in Engineering 40, 727-758 [80] Duarte, C A and Oden, J T 1995 Hp clouds – a meshless method to solve boundary-value problems TICAM Report 95-05 [81] Onate, E., Idelsohn, S., Zienkiewicz, O C and Taylor, R L 1996 A finite point method in computational mechanics Application to convective transport and fluid flow International Journal for Numerical Methods in Engineering 39, 3839-3866 [82] Atluri, S N and Zhu, T 1998 New Meshless Local Petrov-Galerkin (MLPG) approach in computational mechanics Computational Mechanics 22, 2, 117127 [83] Deshpande, S M., Ghosh, A K and Mandal, J C 1989 Least squares weak upwind methods for Euler equations 89 FM 4, Department of Aerospace Engineering, IISc, Bangalore 86 [84] Ghosh, A.K and Deshpande, S M 1995 Least squares kinetic upwind method for invisid compressible flows AIAA Paper 95-1735 [85] Batina, J T 1993 A Gridless Euler/Navier-Stokes Solution Algorithm for Complex-aircraft Applications AIAA Paper 93-0333 [86] Morinishi, K 1999 An implicit gridless type solver for the Navier-Stokes equations Proceedings of 8th ISCFD, ZARM, Bremen, pp 551-560 [87] Sridar, D and Balakrishnan, N 2003 An upwind finite difference scheme for meshless solvers J Comp Physics 189, 1, 1-29 [88] Kirshman, D J and Liu, F 2001 A Gridless Boundary Condition Method for the Solution of the Euler Equations on Embedded Cartesian Meshes with Multigrid J Comp Physics 201, 1, 119-147 [89] Hirsch, C 1988 Numerical Computation of Internal and External Flows Volume 1: Fundamentals of Numerical Discretization Wiley [90] Jameson, A., Schmidt, W and Turkel, E 1981 Numerical Solutions of the Euler Equations By Finite Volume Methods Using Runge-Kutta Time-Stepping Schemes AIAA Paper 81-1259 [91] Jameson, A 1985 Transonic Flow Calculations In Numerical Methods in Fluid Dynamics (ed Brezzi, F.) Lecture Notes in Mathematics 1127 SpringerVerlag 156-242 [92] Bonet, J., Peraire, J 1991 An Alternating Digital Tree (ADT) Algorithm For 3D Geometric Searching And Intersection Problems International Journal for Numerical Methods in Engineering 31, 1-17 [93] Ray, T., and Tsai, H M 2002 Some Issues in NURBS Representation of Airfoil Shapes for Optimization Proceedings of the 8th International Conference on Numerical Grid Generation in Computational Field Simulations [94] Van den Berg, B and Oskam, B 1979 Boundary Layer Measurements on a Two-Dimensional Wing with Flap and a Comparison with Calculations AGARD CP-271 [95] Slater, J W See NPARC code validation website on (http://www.grc.nasa.gov/WWW/wind/valid/nlrflap/nlrflap01/nlrflap01.html) [96] Suddhoo, A., and Hall, I M 1985 Test Cases for the Plane Potential Flow Past Multi-Element Aerofoils Aeronautical Journal 89, 403 – 414 [97] Koh, E P C., Tsai, H M and Liu, F 2003 Euler Solution Using Cartesian Grid with Least Squares Technique AIAA Paper 2003-1120 87 [98] Koh, E P C., Tsai, H M and Liu, F 2005 Euler Solution Using Cartesian Grid with a Gridless Least-Squares Boundary Treatment AIAA Journal 43, 2, 246-255 88 ... the study of fluid dynamics It nicely and synergistically complements the other two approaches of pure theory and pure experiment in the study and development of the whole discipline of fluid dynamics... the computation of compressible Euler equations is developed Cartesian grid is chosen because of the numerous advantages associated with its use such as ease of grid generation and lower computational... is often offset by the difficulties associated with the generation of highly stretched tetrahedral meshes Stretched meshes are necessary for the efficient computation of certain inviscid flows,

Ngày đăng: 03/10/2015, 21:56

Mục lục

    3. Numerical Schemes and Methodology

    5. Further Improvement and Development

    Development of unstructured grid methods

    Development of Cartesian grid methods

    Boundary condition using finite volume cut-cell method

    Boundary condition using finite difference ghost cells metho

    Boundary condition using immersed boundary method

    Development of meshless methods

    Numerical Schemes and Methodology

    Finite-volume formulation for 2-D Euler Equations

Tài liệu cùng người dùng

Tài liệu liên quan