APPLICATION OF SMOOTHED PARTICLE HYDRODYNAMICS METHOD IN TWO-DIMENSIONAL HEAT EQUATION NUR AISYAH BINTI OMAR UNIVERSITI TEKNOLOGI MALAYSIA

Size: px
Start display at page:

Download "APPLICATION OF SMOOTHED PARTICLE HYDRODYNAMICS METHOD IN TWO-DIMENSIONAL HEAT EQUATION NUR AISYAH BINTI OMAR UNIVERSITI TEKNOLOGI MALAYSIA"

Transcription

1 APPLICATION OF SMOOTHED PARTICLE HYDRODYNAMICS METHOD IN TWO-DIMENSIONAL HEAT EQUATION NUR AISYAH BINTI OMAR UNIVERSITI TEKNOLOGI MALAYSIA

2 APPLICATION OF SMOOTHED PARTICLE HYDRODYNAMICS METHOD IN TWO-DIMENSIONAL HEAT EQUATION NUR AISYAH BINTI OMAR A report submitted in partial fulfillment of the requirements for the award of the degree of Master of Science (Mathematics) Faculty of Science Universiti Teknologi Malaysia MAY 2011

3 iv To my beloved father and mother Omar Sarbini & Norrimi Abdul Malik And also to my dearest sister Nur Athirah Omar

4 v ACKNOWLEDGEMENT Syukur alhamdulillah, finally this research has been completed successfully. I will not manage to complete this research without the help from people around me. A special appreciation to my supervisor, Dr. Yeak Su Hoe for his guidance and advice to me in doing this research. I would also like to express my heartfelt thanks to the other lecturers and friends who had given me the help and support upon completing this research. Last but not least, thank you so much to my parents, sister and the other family members for the moral support and encouragement to me throughout the whole duration of this research.

5 vi ABSTRACT Solution to the two-dimensional (2D) heat equation has been done by many researchers earlier. Numerical methods always being used in solving 2D heat equation. The usual numerical method being chosen is the finite difference techniques such as explicit finite difference method, Crank-Nicolson method and alternating direction implicit (ADI) method. However, in this research, the smoothed particle hydrodynamics (SPH) method is chosen and being studied to be applied in solving the 2D heat equation. The algorithm for SPH method is also being developed. As for making the comparisons to study on the accuracy of SPH method, 2D heat equation also being solved using ADI method. FORTRAN programming is used as a calculation medium for both the ADI and SPH method.

6 vii ABSTRAK Penyelesaian terhadap persamaan haba dua-dimensi telah banyak dijalankan dalam kajian-kajian oleh para penyelidik terdahulu. Kaedah berangka seringkali digunakan bagi menyelesaikan persamaan haba dua-dimensi. Antaranya adalah dengan menggunakan pelbagai teknik beza terhingga seperti kaedah beza terhingga eksplisit, kaedah Crank-Nicolson dan kaedah arah ulang-alik implisit (ADI). Namun begitu, dalam kajian ini kaedah zarah hidrodinamik lancar (SPH) dipilih dan dikaji untuk diaplikasikan dalam menyelesaikan masalah persamaan haba dua-dimensi tersebut. Algoritma bagi kaedah SPH turut dirumuskan. Sebagai perbandingan bagi mengkaji tentang ketepatan kaedah SPH, persamaan haba dua-dimensi dalam kajian ini akan turut diselesaikan dengan menggunakan kaedah ADI dan pengaturcaraan Fortran digunakan sebagai medium pengiraan bagi kedua-dua kaedah ADI dan SPH tersebut.

7 viii TABLE OF CONTENTS CHAPTER TITLE PAGE SUPERVISOR S DECLARATION STUDENT S DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS LIST OF APPENDICES ii iii iv v vi vii viii xi xii xiii xiv 1 INTRODUCTION Background of the Problem Statement of the Problem Objectives of the Study Scope of the Study Significant of the Study 12

8 ix 1.6 Organization of the Study Research methodology 14 2 HEAT EQUATION Introduction One-Dimensional Heat Equation Two-Dimensional Heat Equation 17 3 ALTERNATING DIRECTION 20 IMPLICIT METHOD 3.1 Introduction The Alternating Direction Implicit Scheme 22 Example SMOOTHED PARTICLE 36 HYDRODYNAMICS METHOD 4.1 Introduction Two-Dimensional Heat Equation in 44 Smoothed Particle Hydrodynamics Example CONCLUSION AND RECOMMENDATION Conclusion Recommendation 55 REFERENCES 56 APPENDICES A-E 60-75

9 xi LIST OF TABLES TABLE NO. TITLE PAGE 3.1 Comparison of the results obtained from manual 29 calculation and FORTRAN programming at t = Comparison between the numerical solution of 29 ADI Method with the theoretical solution at t = Comparison of the results obtained from manual 34 calculation and FORTRAN programming at t = Comparison between the numerical solution of 34 ADI Method with the theoretical solution at t = Description of the source files Result of SPH at time, t = Result of SPH at time, t = 2 52

10 xii LIST OF FIGURES FIGURE NO. TITLE PAGE 2.1 A rod of length L The two half-steps used in implementing the 21 ADI Scheme 3.2 The Alternating Directions of ADI Method Grid Points in the Domain 0 x 1, 0 y Error calculated from the solution of ADI method 35 at time, t = Linked-list particle searching algorithm Particle approximation using particles within the 41 support domain of the smoothing function W for particle i 4.3 The SPH particle distribution for the 2D heat 46 conduction problem 4.4 Structure of a typical series SPH code Relationship of the source files used in the Liu SPH code Error calculated from the solution of SPH method 53 at time, t = 2

11 xiii LIST OF SYMBOLS 2, - Laplacian operator f - Function F(x) - Vector notation of f i k - Constant N - Number of particles x - Vector ( x h) lim W x, 0 h - Definition of continuous for function W at point 0

12 xiv LIST OF APPENDICES APPENDIX TITLE PAGE A Matlab Programming for Drawing 60 Figure 3.4 of ADI Method B Maple Programming for Calculating the 61 Derivatives of SPH Method C Output Obtained from FORTRAN Programming 65 of SPH Method D Matlab Programming for Drawing 72 Figure 4.6 of SPH Method E Parallel Programming with OpenMP Model 73 using ADI Method

13 CHAPTER 1 INTRODUCTION 1.1 Background of the Problem Heat is a form of energy in transition where it flows from one system to another. However, there will not be any transfer of mass whenever there is a temperature difference between the systems. Heat transfer process is the exchange in internal energy between the systems. It is almost in every phase of scientific and engineering work processes, there will be dealing with the flow of heat energy [1]. Heat equation is one of the most important partial differential equation which describes the distribution of heat (or variation in temperature) in a given region over time. Looking at the real world situations, there are many problems involving heat conduction which could not be suitable to be solved using those classical mathematical methods such as the separation of variables techniques or the implementation of Green s function. In conjunction with that matter, there are now a lot of procedures especially the numerical solutions have been proposed in order to obtain an approximate solution for those problems [2]. As for this research, we are interested in solving two dimensional heat equations. One of the most practical methods that can be used to solve it is the finite difference technique since it is one of

14 2 the earliest developed methods that allow determining temperature values at discrete spatial points and temporal points [3]. Alternating direction implicit (ADI) method is one of the most suitable finite difference techniques which can be applied in the twodimensional heat equation. ADI method is one of the finite difference techniques which have been introduced in the previous research papers by Peaceman and Rachford, and Douglas [4; 5]. The ADI method has first suggested for approximating the solution of transient and permanent heat flow problems in two space variables. The method then has been extended for mildly nonlinear problems, three space variables and nonsymmetrical problem [6]. In the field of numerical analysis, ADI method is a finite difference technique which is used to solve parabolic and elliptic partial differential equations. It is particularly being used in solving heat conduction problem or diffusion equation in two or more dimensions [5]. Normally, Crank-Nicolson method is always being chosen as the method for solving heat conduction equation. However, this method is quite costly. The advantage of using ADI method is that, in every iteration, the equations that have to be solved in the ADI scheme provides a simple structure and therefore it is easier to be solved. At first place, validation of the method has been established only in the case of a rectangular domain. After all, procedure of the method is then being tested successfully on several more complex examples [7]. Other than that, in the approximation of the solutions of parabolic and elliptic differential equations in two and three variables cases, ADI method has proved valuable [6]. ADI method also provides a better scheme for solving heat equations in two spatial dimensions using tridiagonal matrices but it requires more effort in

15 3 developing a program. However, Ayunni [8] had mentioned that the convergence rate of ADI is faster than Successive Over-Relation (SOR) method and it was the reason why this ADI method became so popular. In the previous study, Shafiqah [9] stated that implementing the von Neumann stability analysis yields an amplification factor which ensures that ADI method is unconditionally stable. In additional, ADI method is second order accurate in both time and space. ADI also has become an ideal choice due to its accuracy and unconditional stability. However, our main focus in this research is to solve two-dimensional heat equation using a meshless method called the smoothed particle hydrodynamics (SPH) method. The purpose of applying the ADI method first in solving the two dimensional heat equation is to enable us for making observations and comparisons on the solution of both methods later in order to validate the present SPH method as well as its accuracy. The Smoothed Particle Hydrodynamics (SPH) method, which is a meshfree particle method, is one of the meshless method branches. Before we go any further on SPH method, we will first discuss on the meshless method. Generally, meshless method can be divided into three main groups. The first group consists of those methods which based on strong formulations. These types of methods are computationally efficient and completely meshless but often unstable and less accurate. While for the second group, it consists of methods that based on weak formulations which are very stable and accurate but there is a need of a background mesh. Examples of those methods are such as the Element Free Galerkin (EFG), Meshless Local Petrov-Galerkin (MLPG) and Point Interpolation Method (PIM). Finally, for the third group, it is stand up by the particle method such as the Molecular Dynamic (MD), Monte Carlo (MC) and Smoothed Particle Hydrodynamics (SPH) method, where those methods are actually similar to the

16 4 methods based on weak formulations and are stable for arbitrary distributed nodes and excellently cope with large deformations, which the accuracy mostly depends on the smoothing function [10]. In this research, we are dealing with smoothed particle hydrodynamics; a particle method where the advantages of the method is discretised with particles that are not connected with a mesh which allows for a simple and accurate solution at large deformations. The discretisation of complex geometries is less complicated and also, the physical values and paths of particles are easy to follow and evaluate such that it is also consequently simple to determine the free surface of movable interfaces or deformable boundaries [11]. In the SPH method, the state of the system is represented by a set of particles, which possesses individual material properties and move according to the governing conservation equations [11]. Smoothed particle hydrodynamics (SPH) as a meshfree, Lagrangian particle method for modeling fluid flows, was first invented to solve astrophysical problems in three-dimensional (3D) open space, in particular polytropes [12; 13], since the collective movement of those particles is similar to the movement of a liquid or gas flow, and it can be modeled by the governing equations of the classical Newtonian hydrodynamics. SPH was also invented to simulate non-axisymmetric phenomena in astrophysics. It is easy to work with and reasonably accurate. SPH is a particle method and does not need a grid to calculate spatial derivatives. Instead, they are found by analytic differentiation of interpolation formulae. The continuity equation, the equation of motion and the energy equation become sets of ordinary differential equations, which are easy to understand in mechanical and thermodynamic grounds. The key to SPH is an interpolation method that allows any function to be expressed in terms of its values at a set of disordered points. These points lie at the location of the particles.

17 5 The idea behind SPH is to replace the equations of fluid dynamics by equations for particles. In effect we replace the continuum equations by a set of particle equations that approximates the continuum and at the same time, provides a rigorous model of the underlying and more fundamental molecular system. There are many other particle methods but as for this research, we only concerned with Smoothed Particle Hydrodynamics (SPH) devised by Gingold and Monaghan [13] and by Lucy [12]. Useful reviews are those of Benz [14] and Monaghan [15]. As being mentioned above, the SPH method has been applied in many fields such as in the astrophysics. The adaptive resolution of smoothed particle hydrodynamics (SPH) combined with its ability to simulate phenomena covering many orders of magnitude, make it ideal for computations in theoretical astrophysics. Simulations of galaxy formation, star formation, stellar collisions, supernovae and meteor impacts are some of the wide variety of astrophysical and cosmological uses of this method. Generally speaking, SPH is used to model hydrodynamic flows, including possible effects of gravity, incorporating other astrophysical processes which may be important, such as radiative transfer and magnetic fields in an active area of research in the astronomical community, and has had some limited success. Smoothed particle hydrodynamics (SPH) is being increasingly used to model fluid motion as well. This is due to several benefits over traditional grid-based techniques. First, SPH guarantees conservation of mass without extra computation since the particles themselves represent mass. Secondly, SPH computes pressure from weighted contributions of neighboring particles rather than by solving linear systems of equations. Finally, unlike grid-base technique which must track fluid boundaries, SPH creates a free surface for two-phase interacting fluids directly since the particles represent the denser fluid (usually water) and empty space represents the lighter fluid (usually air). For these reasons it is possible to simulate fluid motion

18 6 using SPH in real time. However, both grid-base and SPH techniques still require the generation of renderable free surface geometry using a polygonization technique such as metaballs and marching cubes, point splatting, or carpet visualization. For gas dynamics it is more appropriate to use the kernel function itself to produce a rendering of gas column density, for example, as done in the SPLASH visualization package. One drawback over grid-based techniques is the need for large numbers of particles to produce simulations of equivalent resolution. In the typical implementation of both uniform grids and SPH particle techniques, many voxels or particles will be used to fill water volumes which are never rendered. However, accuracy can be significantly higher with sophisticated grid-based techniques, especially those coupled with particle methods, such as particle level sets. In the other field, William G. Hoover had used SPH to study impact fracture in solids. Hoover and others use the acronym SPAM (smoothed-particle applied mechanics) to refer to the numerical method. The application of smoothed-particle methods to solid mechanics remains a relatively unexplored field. SPH method also had been applied in the problem of hydraulic erosion. A paper published by P. Kristof et. al. [16] has presented a new technique for modification of 3D terrains by hydraulic erosion. Here, a Lagrangian approach, which is the SPH method and a physically-based erosion model adopted from an Eulerian approach had been used for efficiently couples the fluid simulation. The eroded sediment is associated with the SPH particles and is advected both implicity due to the particle motion and explicity through an additional velocity field which accounts for the sediment transfer between the particles. A new donor-acceptor scheme for the explicit advection in SPH was also being proposed. Sediment exchange between the SPH particles and the terrain itself were being mediated using the boundary particles associated to the terrain. The final results show that this

19 7 particle-based method is efficient for the erosion of dense, large and sparse fluid. Implementation of this research by P. Kristof et. al. also provides interactive results for scenes with up to 25,000 particles. A solution to coupling hydraulic erosion with SPH-based fluid simulation also has been presented. The design choices by the researchers were motivated by the goal to keep the overhead of erosion simulation small. For that very reason, rather than introducing separate sediment particles, they represent the dissolved sediment as a volume fraction in SPH particles. Since the sediment does not entirely follow the water flow, an additional advection by the gravity field was introduced. A novel donor-acceptor scheme for sediment exchange also being proposed. The results also had shown that SPH affords for interactive erosion simulation in a moderately complex environment with fully 3D water. In the other research project by Charles Thomas Wolfe and Sudhanshu Kumar Semwal [17], SPH method had been applied in the acoustic modeling of reverberation. Basically, current methods for digital acoustic modeling of reverberation can be categorized into two main areas that are DSP algorithms and sound tracing algorithms. DSP algorithms are usually chosen for their speed and ease of use. Generally DSP methods are fast, but do not accurately represent complex environments. For example, beam tracing, which is one of the sound tracing algorithms, can accurately model static environments but have difficulty with complex and/or moving geometry. It is then involves SPH which is also has become one of the Computational Fluid Dynamics (CFD) method that has recently gained interest as a method for accurately simulating fluid flow using discrete particles. SPH method is then being extended by adding the ability to model the sound wave propagation through fluids. A generalized method that integrates sound generation and reception is also being presented. This method provides a basis for acoustic sound effects such as reverberation. Other than that, a research paper entitled Smoothed Particle Hydrodynamics on GPUs by Takahiro et. al. has been produced [18]. SPH as a simulation method of free surface flow is being accelerated by the use of Graphics Processing Units

20 8 (GPUs). No study has so far accomplished acceleration of particle-based fluid simulation by implementing the entire algorithm on GPUs. This is because a neighboring particle search cannot be easily implemented on GPUs. The researchers developed a method that can search for neighboring particles on GPUs by introducing a 3D grid. The proposed method can exploit the computational power of GPUs because all of the computation is done on the GPU. As a result, SPH simulation is accelerated drastically and tens of thousands of particles are simulated in real-time. The SPH method, a truly meshfree, free Lagrangian, particle method, promises alternatives ways of solutions in many classes of problems especially for those which are characterized by large deformations and moving discontinuities [19]. SPH as a Lagrangian method also has been introduced specifically in order to simulate self-gravitating fluids moving freely in three dimensions. One of the key ideas of SPH is to calculate pressure gradient forces by kernel estimation, directly from the particle positions rather than by finite differencing on a grid, as in older particle methods such as Particle In Cell (PIC) method. SPH was first introduced by Lucy [12] and Gingold and Monaghan [13], who used it to study dynamical fission instabilities in rapidly rotating stars. Since then, a wide variety of astrophysical fluid dynamics problems have been tackled using SPH [22]. Smoothed particle hydrodynamics (SPH) reduces the time to create a mesh, because gaps and overlapping surfaces do not prevent mesh generation. The generation and modification of finite element and control volume meshes can take a significant proportion of the time available in a modeling project. Reducing the time required to build meshes would improve the turnaround time and reduce the cost of solutions. One important accelerator would be eliminating the need to modify CAD geometries to make them suitable for model generation. Solution adaptivity through mesh refinement and coarsening is a desirable feature in many analyses because it

21 9 enables important features to be resolved accurately. Traditionally this has required the regeneration of meshes based on preceding simulations. SPH enables the creation and deletion of particles as dictated by the solution, and there is no need to remesh because there is no connectivity between particles. In additional, as a Lagrangian meshless method, SPH can be applied for the solution of partial differential equations. Spatial discretisation is achieved via a distribution of interpolation points (pseudo-particles) that place no requirement on connectivity. This provides a mechanism for reducing the model set up time and is naturally suited to problems involving complex free surface behavior, fracture and penetration. SPH tracks the movement of material and can therefore model problems involving history dependent material properties, such as resin cure. SPH method is particularly suited to fluid and structural dynamic problems involving free surfaces, fragmentation and complex physics. SPH is also very well suited to the solution of problems involving large material deformations. One such example is birdstrike where the bird model experiences very large distortions when it impacts a structure. In other cases, SPH method is being applied for modeling heat and mass flows. Materials are approximated by particles that are free to move rather than by fixed grids or meshes. The governing PDE are converted into equations of motion for these particles. The SPH method has been developed over the past two decades for astrophysical applications [15]. More recently the method has been extended to incompressible enclosed flows [23]. There are several advantages that make SPH particularly well suited to this type of problem. The main thing is that SPH can handles momentum dominated flows well. In surroundings of complex free surfaces which involve fragmentations break-up, it can be modeled naturally using SPH. For a complicated physics such as multi-phase, realistic equations of state, compressibility, radiation and solidification, those can be added easily by SPH. In additional, SPH can also easily able to handle complex geometries in two and three dimensions.

22 10 Unlike the meshfree nodes in other meshfree methods, which are only used as interpolation points, the SPH particles also carry material properties, functioning as both approximation points and material components. These particles are capable of moving in space, carry all the computational information, and thus form the computational frame for solving the partial differential equations describing the conservation laws. The numerical solution procedure of the SPH formulation consists of the following steps [11]. The first step is focusing on generating the meshless numerical model where the problem domain is dicretised with a finite number of arbitrary located particles without mesh connectivity between them. Secondly, integral representation or also known as the kernel approximation is used for the field function approximation. For the next step, particle approximation is being done by replacing the integration in integral representation with summations for the values of neighboring particles in the support domain. The steps then come to the adaptation stage where the particle approximation is performed at every step and depends on the current local particle distribution. However, it does not depend on the particle locations in the previous time step. Finally, for the last step, it is on the dynamical analysis. Here, the direct time integration of the governing equation is performed with explicit integration scheme allowing for fast time stepping and obtaining time history for all field variables of particles assembling the problem domain [10]. Computations of both the SPH and ADI method will be performed using FORTRAN program since it is impossible to do the calculations manually for large scale problem and also in order to assure the accuracy of the solution. In additional, SPH method do involves tedious and complex calculation. Thus, it is ideal to be applied numerically in FORTRAN program.

23 Statement of the Problem Grid or mesh based numerical methods such as finite difference methods (FDM) and finite element methods (FEM) have been widely applied to various areas such as fluid dynamics and solid mechanics. These methods are currently the dominant methods in solving problems of engineering and science. However, mesh-based methods such as FEM suffer from some difficulties. One of the problem arise is expensive process of generating or regenerating the mesh due to large deformation of structures. In order to overcome this time consuming problem, meshfree method is developed which successfully avoid the process of regenerating the whole mesh in the large deformation scenario. One of the meshfree methods is smoothed particle hydrodynamics (SPH) method which can solve problem of large deformation without remeshing process. The aim of this research is to solve two-dimensional heat equation using SPH method. In order to study on the accuracy of the SPH method, a finite difference technique, which is the alternating direction implicit (ADI) method has first being applied to solve the two-dimensional heat equation. Solution obtained from the ADI method is then being used to make a comparison with the solution of SPH method in order to study on the accuracy of the SPH method. FORTRAN programming will be used in order to reduce the computational effort. 1.3 Objectives of the Study The main objectives of this research are:

24 12 1. To study the basic concepts of SPH method. 2. To solve a problem of two-dimensional heat equation using SPH method. 3. To solve the problem of two-dimensional heat equation numerically using a finite difference technique, which is the alternating direction implicit (ADI) method. 4. To validate and compare the accuracy of solution between SPH method with the results of ADI method. 1.4 Scope of the Study This research mainly focuses on the concept of SPH method. Numerical algorithm of the SPH method will be constructed in order to make use of the method later. The SPH method is then be applied to solve a two-dimensional heat equation. Observations on the accuracy of SPH method will also be done by doing the comparison with the results of a finite difference technique, which is the alternating direction implicit (ADI) method. 1.5 Significance of the Study The results of this research can be used for further research in related areas. One of the goals of this research is that, this research will gives a clearer view of the SPH method, where it will finally lead to further understanding on the application and implementation of the SPH method in solving related problems especially in the science and engineering fields. The non-uniform grid nodes are applicable in SPH method which enables the application of the method in complex geometry. Last but

25 13 not least, the ability of avoiding remeshing process indicates that SPH method is better than traditional mesh-based method such as FDM. 1.6 Organization of the Study This research has been divided into five chapters. In chapter 1, we discuss about the background of the study, problem statement, objectives, scope, significant of the study, organization of the study and the research methodology. In chapter 2, we discuss on the heat equation. The discussion involved oneand two-dimensional heat equation. The numerical methods that can be used to solve the heat equation also be mentioned. Chapter 3 is focusing on the alternating direction implicit (ADI) method. The two-dimensional heat equation will be solved using the ADI method including with one numerical example. Chapter 4 is mainly discussing on the smoothed particle hydrodynamics (SPH) method. SPH method then will also being applied to solve the twodimensional heat equation. Comparisons of the solution from both the ADI and SPH method will then being compared in order to look at the accuracy. Chapter 5 is the final chapter of this research where conclusion and recommendation of the whole research is being discussed.

26 Research Methodology APPLICATION OF SMOOTHED PARTICLE HYDRODYNAMICS METHOD IN SOLVING TWO- DIMENSIONAL HEAT EQUATION LITERATURE REVIEW Study and analyze previous research papers and journals on SPH method Collect information and study on heat equation together with the ADI method Obtain an example of a problem on two-dimensional heat equation. Solve using SPH method Solve using ADI method Perform calculation using FORTRAN programming Perform calculation using FORTRAN programming Analyze and compare the results from both the SPH and ADI methods Report writing and presentation

27 REFERENCES [1] Shyam K. Agrawal. Heat and Mass Transfer Viva Books Private Limited: New Delhi (TJ260 A c.1) [2] Douglas, J. and Rachford, H. H. On The Numerical Solution of Heat Conduction Problems in Two and Three Space Variables [3] Powell, A. (2002). Finite Difference Solution of the Heat Equation. Lecture MIT, Cambridge, MA-USA. pp [4] Douglas, J. On The Numerical Integration of u xx + u yy = u by Implicit t Methods. J. Soc. Ind. Appl. Math : [5] Peaceman, D. W. and Rachford, H. H. The Numerical Solution of Parabolic and Elliptic Differential Equations. J. Soc. Ind. Appl. Math (1): [6] Jim Douglas, Jr. and Kim, S. On Accuracy of Alternating Direction Implicit Methods for Parabolic Equations. Thesis Report [7] Jim Douglas, Jr. A Note on The Alternating Direction Implicit Method for The Numerical Solution of Heat Flow Problems. Proc. Amer. Math. Soc :

28 57 [8] Nur Ain Ayunni binti Sabri. Solving Two-Dimensional Heat Equation Using Alternating Direction Implicit Method. Undergraduate Project. Universiti Teknologi Malaysia; 2009 [9] Nur Atikah Shafiqah binti Ja afar. Solving Heat Equation Problem Using Finite Difference Method. Undergraduate Project. Universiti Teknologi Malaysia; 2010 [10] Liu, G. R. and Liu, M. B. Smoothed Particle Hydrodynamics: A Meshfree Particle Method. Singapore: World Scientific Publishing Co. Pte. Ltd [11] Vesenjak. M. and Ren, Z. Application of Smoothed Particle Hydrodynamics Method in Engineering Problems. Springer: Comp. Methods in Appl. Sc. Progress on Meshless Method (16): [12] Lucy, L. B. A Numerical Approach to the Testing of the Fission Hypothesis. Astron. J (12): [13] Gingold, R. A. and Monaghan, J. J. Smoothed Particle Hydrodynamics: Theory and application to Non-Spherical Stars. Mon. Not. R. Astron. Soc : [14] Benz, W. Smooth Particle Hydrodynamics: A Review. In: Numerical Modeling of Non-Linear Stellar Pulsation: Problems and Prospects. Kluwer Academic Publishers [15] Monaghan, J. J. Smoothed Particle Hydrodynamics. Annu. Rev. Astron. Astrophys : [16] Kristof, P., Banes, B., Krivanek, J. and Stava, O. Hydraulic Erosion Using Smoothed Particle Hydrodynamics. The Eurographics Association and Blackwell Publishing Ltd (2):

29 58 [17] Wolfe C. T. and Semwal S. K. Acoustic Modeling of Reverberation using Smoothed Particle Hydrodynamics. 16 th International Conference in Central Europe on Computer Graphics Visualization and Computer Vision [18] Harada, T., Koshizuka, S. and Kawaguchi, Y. Smoothed Particle Hydrodynamics on GPUs. The University of Tokyo. (2007). [19] Monaghan, J. J. Why Particle Methods Work (Hydrodynamics). SIAM: J. Sci. Stat. Comput : [20] Starke, G. Alternating direction preconditioning for nonsymmetric systems of linear equations. SIAM J. Sci. Comput (2): [21] Jornsson, S.L., Saad, Y. and Schtirz, M. H. Alternating direction methods on multiprocessors. SIAM J. Sci. Statist. Comput : [22] Frederic, A. R. and James, C. L. Jr. Smoothed Particle Hydrodynamics Calculations of Stellar Interactions. J. of Comp. and Appl. Math : [23] Monaghan, J. J. and Kocharyan, A. SPH Simulation of Multi-Phase Flow. Comp. Physics Comm : [24] Rectenwald G. W. Finite-Difference Approximations to Heat Equations [25] Fausett, L. V. Applied Numerical Analysis Using Matlab. 2 nd Ed. Upper Saddle River, N. J.: Pearson International Edition [26] Hamisan Rahmat. Numerical Analysis Lecture Notes. Universiti Teknologi Malaysia, 2007.

30 59 [27] Pozrikidis, C. Numerical Computation in Science and Engineering. Oxford University Press [28] Dehghan, M. A New ADI Technique for Two-Dimensional Parabolic Equation with an Integral Condition. Comp. and Math. Appl : [29] Chapra, S. C. and Canale, R. P. Numerical Methods for Engineers. 6 th Ed. New York: McGraw-Hill [30] Hernquist, L. and Katz, N. TREESPH: A Unification of SPH with the Hierarchical Tree Method. Astrophys. J., Suppl. Ser : [31] Fulk, D. A. A Numerical Analysis of Smoothed Particle Hydrodynamics. PhD Thesis. Air Force Institute of Technology Air University; 1994 [32] Wan Lokman bin Wan Bedurdin. Penyelesaian Masalah Matematik Menggunakan Pengaturcaraan Selari BerasaskanModel OpenMP. Projek Sarjana Muda. Universiti Teknologi Malaysia; 2005 [33] V. Horak and P. Gruber. Parallel Numerical Solution of 2-D Heat Equation. Parallel Numerics pp

APPLICATION OF SMOOTHED PARTICLE HYDRODYNAMICS METHOD IN SOLVING TWO DIMENSIONAL SHEAR DRIVEN CAVITY PROBLEMS

APPLICATION OF SMOOTHED PARTICLE HYDRODYNAMICS METHOD IN SOLVING TWO DIMENSIONAL SHEAR DRIVEN CAVITY PROBLEMS APPLICATION OF SMOOTHED PARTICLE HYDRODYNAMICS METHOD IN SOLVING TWO DIMENSIONAL SHEAR DRIVEN CAVITY PROBLEMS NADIRAH BINTI ZANAL ABIDIN UNIVERSITI TEKNOLOGI MALAYSIA APPLICATION OF SMOOTHED PARTICLE HYDRODYNAMICS

More information

Acknowledgements. Prof. Dan Negrut Prof. Darryl Thelen Prof. Michael Zinn. SBEL Colleagues: Hammad Mazar, Toby Heyn, Manoj Kumar

Acknowledgements. Prof. Dan Negrut Prof. Darryl Thelen Prof. Michael Zinn. SBEL Colleagues: Hammad Mazar, Toby Heyn, Manoj Kumar Philipp Hahn Acknowledgements Prof. Dan Negrut Prof. Darryl Thelen Prof. Michael Zinn SBEL Colleagues: Hammad Mazar, Toby Heyn, Manoj Kumar 2 Outline Motivation Lumped Mass Model Model properties Simulation

More information

1.6 Smoothed particle hydrodynamics (SPH)

1.6 Smoothed particle hydrodynamics (SPH) 26 Smoothed Particle Hydrodynamics 1.6 Smoothed particle hydrodynamics (SPH) 1.6.1 The SPH method In the SPH method, the state of a system is represented by a set of particles, which possess individual

More information

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

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

More information

STUDY OF FLOATING BODIES IN WAVE BY USING SMOOTHED PARTICLE HYDRODYNAMICS (SPH) HA CHEUN YUEN UNIVERSITI TEKNOLOGI MALAYSIA

STUDY OF FLOATING BODIES IN WAVE BY USING SMOOTHED PARTICLE HYDRODYNAMICS (SPH) HA CHEUN YUEN UNIVERSITI TEKNOLOGI MALAYSIA STUDY OF FLOATING BODIES IN WAVE BY USING SMOOTHED PARTICLE HYDRODYNAMICS (SPH) HA CHEUN YUEN UNIVERSITI TEKNOLOGI MALAYSIA STUDY OF FLOATING BODIES IN WAVE BY USING SMOOTHED PARTICLE HYDRODYNAMICS (SPH)

More information

Modelling of Impact on a Fuel Tank Using Smoothed Particle Hydrodynamics

Modelling of Impact on a Fuel Tank Using Smoothed Particle Hydrodynamics Modelling of Impact on a Fuel Tank Using Smoothed Particle Hydrodynamics R. Vignjevic a, T. De Vuyst a, J. Campbell a, N. Bourne b School of Engineering, Cranfield University, Bedfordshire, MK43 0AL, UK.

More information

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

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

More information

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

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

More information

SPH: Why and what for?

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

More information

Lagrangian methods and Smoothed Particle Hydrodynamics (SPH) Computation in Astrophysics Seminar (Spring 2006) L. J. Dursi

Lagrangian methods and Smoothed Particle Hydrodynamics (SPH) Computation in Astrophysics Seminar (Spring 2006) L. J. Dursi Lagrangian methods and Smoothed Particle Hydrodynamics (SPH) Eulerian Grid Methods The methods covered so far in this course use an Eulerian grid: Prescribed coordinates In `lab frame' Fluid elements flow

More information

ISOGEOMETRIC ANALYSIS OF PLANE STRESS STRUCTURE CHUM ZHI XIAN

ISOGEOMETRIC ANALYSIS OF PLANE STRESS STRUCTURE CHUM ZHI XIAN ISOGEOMETRIC ANALYSIS OF PLANE STRESS STRUCTURE CHUM ZHI XIAN A project report submitted in partial fulfilment of the requirements for the award of the degree of Master of Engineering (Civil-Structure)

More information

Realtime Water Simulation on GPU. Nuttapong Chentanez NVIDIA Research

Realtime Water Simulation on GPU. Nuttapong Chentanez NVIDIA Research 1 Realtime Water Simulation on GPU Nuttapong Chentanez NVIDIA Research 2 3 Overview Approaches to realtime water simulation Hybrid shallow water solver + particles Hybrid 3D tall cell water solver + particles

More information

SOLUTION AND INTERPOLATION OF ONE-DIMENSIONAL HEAT EQUATION BY USING CRANK-NICOLSON, CUBIC SPLINE AND CUBIC B-SPLINE WAN KHADIJAH BINTI WAN SULAIMAN

SOLUTION AND INTERPOLATION OF ONE-DIMENSIONAL HEAT EQUATION BY USING CRANK-NICOLSON, CUBIC SPLINE AND CUBIC B-SPLINE WAN KHADIJAH BINTI WAN SULAIMAN SOLUTION AND INTERPOLATION OF ONE-DIMENSIONAL HEAT EQUATION BY USING CRANK-NICOLSON, CUBIC SPLINE AND CUBIC B-SPLINE WAN KHADIJAH BINTI WAN SULAIMAN A thesis submitted in fulfillment of the requirements

More information

PARALLEL SIMULATION OF A FLUID FLOW BY MEANS OF THE SPH METHOD: OPENMP VS. MPI COMPARISON. Pawe l Wróblewski, Krzysztof Boryczko

PARALLEL SIMULATION OF A FLUID FLOW BY MEANS OF THE SPH METHOD: OPENMP VS. MPI COMPARISON. Pawe l Wróblewski, Krzysztof Boryczko Computing and Informatics, Vol. 28, 2009, 139 150 PARALLEL SIMULATION OF A FLUID FLOW BY MEANS OF THE SPH METHOD: OPENMP VS. MPI COMPARISON Pawe l Wróblewski, Krzysztof Boryczko Department of Computer

More information

C. A. D. Fraga Filho 1,2, D. F. Pezzin 1 & J. T. A. Chacaltana 1. Abstract

C. A. D. Fraga Filho 1,2, D. F. Pezzin 1 & J. T. A. Chacaltana 1. Abstract Advanced Computational Methods and Experiments in Heat Transfer XIII 15 A numerical study of heat diffusion using the Lagrangian particle SPH method and the Eulerian Finite-Volume method: analysis of convergence,

More information

Simulation of Fuel Sloshing Comparative Study

Simulation of Fuel Sloshing Comparative Study 3. LS-DYNA Anwenderforum, Bamberg 2004 Netfreie Verfahren Simulation of Fuel Sloshing Comparative Study Matej Vesenjak 1, Heiner Müllerschön 2, Alexander Hummel 3, Zoran Ren 1 1 University of Maribor,

More information

University of Quebec at Chicoutimi (UQAC) Friction Stir Welding Research Group. A CUDA Fortran. Story

University of Quebec at Chicoutimi (UQAC) Friction Stir Welding Research Group. A CUDA Fortran. Story University of Quebec at Chicoutimi (UQAC) Friction Stir Welding Research Group A CUDA Fortran Story Summary At the University of Quebec at Chicoutimi (UQAC) friction stir welding (FSW) research group,

More information

Simulation of Automotive Fuel Tank Sloshing using Radioss

Simulation of Automotive Fuel Tank Sloshing using Radioss Simulation of Automotive Fuel Tank Sloshing using Radioss Prashant V. Kulkarni CAE Analyst Tata Motors. Pimpri, Pune - 411018, India Sanjay S. Patil Senior Manager Tata Motors. Pimpri, Pune - 411018, India

More information

The Immersed Interface Method

The Immersed Interface Method The Immersed Interface Method Numerical Solutions of PDEs Involving Interfaces and Irregular Domains Zhiiin Li Kazufumi Ito North Carolina State University Raleigh, North Carolina Society for Industrial

More information

A meshfree weak-strong form method

A meshfree weak-strong form method A meshfree weak-strong form method G. R. & Y. T. GU' 'centre for Advanced Computations in Engineering Science (ACES) Dept. of Mechanical Engineering, National University of Singapore 2~~~ Fellow, Singapore-MIT

More information

3D Simulation of Dam-break effect on a Solid Wall using Smoothed Particle Hydrodynamic

3D Simulation of Dam-break effect on a Solid Wall using Smoothed Particle Hydrodynamic ISCS 2013 Selected Papers Dam-break effect on a Solid Wall 1 3D Simulation of Dam-break effect on a Solid Wall using Smoothed Particle Hydrodynamic Suprijadi a,b, F. Faizal b, C.F. Naa a and A.Trisnawan

More information

Characteristic Aspects of SPH Solutions

Characteristic Aspects of SPH Solutions Characteristic Aspects of SPH Solutions for Free Surface Problems: Source and Possible Treatment of High Frequency Numerical Oscillations of Local Loads. A. Colagrossi*, D. Le Touzé & G.Colicchio* *INSEAN

More information

Example 13 - Shock Tube

Example 13 - Shock Tube Example 13 - Shock Tube Summary This famous experiment is interesting for observing the shock-wave propagation. Moreover, this case uses the representation of perfect gas and compares the different formulations:

More information

Partial Differential Equations

Partial Differential Equations Simulation in Computer Graphics Partial Differential Equations Matthias Teschner Computer Science Department University of Freiburg Motivation various dynamic effects and physical processes are described

More information

Simulation of liquid cube fracture with SPH

Simulation of liquid cube fracture with SPH Journal of Physics: Conference Series PAPER OPEN ACCESS Simulation of liquid cube fracture with SPH To cite this article: M N Davydov 2016 J. Phys.: Conf. Ser. 754 062001 View the article online for updates

More information

Signature :.~... Name of supervisor :.. ~NA.lf... l.?.~mk.. :... 4./qD F. Universiti Teknikal Malaysia Melaka

Signature :.~... Name of supervisor :.. ~NA.lf... l.?.~mk.. :... 4./qD F. Universiti Teknikal Malaysia Melaka "I hereby declare that I have read this thesis and in my opinion this thesis is sufficient in term of scope and quality for the reward of the Bachelor' s degree of Mechanical Engineering (Structure and

More information

Interactive Fluid Simulation using Augmented Reality Interface

Interactive Fluid Simulation using Augmented Reality Interface Interactive Fluid Simulation using Augmented Reality Interface Makoto Fuisawa 1, Hirokazu Kato 1 1 Graduate School of Information Science, Nara Institute of Science and Technology, 8916-5 Takayama, Ikoma,

More information

Realistic Animation of Fluids

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

More information

THE COMPARISON OF IMAGE MANIFOLD METHOD AND VOLUME ESTIMATION METHOD IN CONSTRUCTING 3D BRAIN TUMOR IMAGE

THE COMPARISON OF IMAGE MANIFOLD METHOD AND VOLUME ESTIMATION METHOD IN CONSTRUCTING 3D BRAIN TUMOR IMAGE THE COMPARISON OF IMAGE MANIFOLD METHOD AND VOLUME ESTIMATION METHOD IN CONSTRUCTING 3D BRAIN TUMOR IMAGE SHAMSHIYATULBAQIYAH BINTI ABDUL WAHAB UNIVERSITI TEKNOLOGI MALAYSIA THE COMPARISON OF IMAGE MANIFOLD

More information

Numerical Simulation of Coastal Wave Processes with the Use of Smoothed Particle Hydrodynamics (SPH) Method

Numerical Simulation of Coastal Wave Processes with the Use of Smoothed Particle Hydrodynamics (SPH) Method Aristotle University of Thessaloniki Faculty of Engineering Department of Civil Engineering Division of Hydraulics and Environmental Engineering Laboratory of Maritime Engineering Christos V. Makris Dipl.

More information

Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models. C. Aberle, A. Hakim, and U. Shumlak

Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models. C. Aberle, A. Hakim, and U. Shumlak Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models C. Aberle, A. Hakim, and U. Shumlak Aerospace and Astronautics University of Washington, Seattle American Physical Society

More information

1.2 Numerical Solutions of Flow Problems

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

More information

THE APPLICATION OF FINITE ELEMENT METHOD IN 2D HEAT DISTRIBUTION PROBLEMS FOR IRREGULAR GEOMETRY NOR HAFIZAH BINTI AHMAD KAILANI

THE APPLICATION OF FINITE ELEMENT METHOD IN 2D HEAT DISTRIBUTION PROBLEMS FOR IRREGULAR GEOMETRY NOR HAFIZAH BINTI AHMAD KAILANI i THE APPLICATION OF FINITE ELEMENT METHOD IN 2D HEAT DISTRIBUTION PROBLEMS FOR IRREGULAR GEOMETRY NOR HAFIZAH BINTI AHMAD KAILANI A thesis submitted in partial fulfillment of the requirements for the

More information

Technical Report TR

Technical Report TR Technical Report TR-2015-09 Boundary condition enforcing methods for smoothed particle hydrodynamics Arman Pazouki 1, Baofang Song 2, Dan Negrut 1 1 University of Wisconsin-Madison, Madison, WI, 53706-1572,

More information

Effectiveness of Element Free Galerkin Method over FEM

Effectiveness of Element Free Galerkin Method over FEM Effectiveness of Element Free Galerkin Method over FEM Remya C R 1, Suji P 2 1 M Tech Student, Dept. of Civil Engineering, Sri Vellappaly Natesan College of Engineering, Pallickal P O, Mavelikara, Kerala,

More information

Application of Finite Volume Method for Structural Analysis

Application of Finite Volume Method for Structural Analysis Application of Finite Volume Method for Structural Analysis Saeed-Reza Sabbagh-Yazdi and Milad Bayatlou Associate Professor, Civil Engineering Department of KNToosi University of Technology, PostGraduate

More information

BLOCK-BASED NEURAL NETWORK MAPPING ON GRAPHICS PROCESSOR UNIT ONG CHIN TONG UNIVERSITI TEKNOLOGI MALAYSIA

BLOCK-BASED NEURAL NETWORK MAPPING ON GRAPHICS PROCESSOR UNIT ONG CHIN TONG UNIVERSITI TEKNOLOGI MALAYSIA BLOCK-BASED NEURAL NETWORK MAPPING ON GRAPHICS PROCESSOR UNIT ONG CHIN TONG UNIVERSITI TEKNOLOGI MALAYSIA BLOCK-BASED NEURAL NETWORK MAPPING ON GRAPHICS PROCESSOR UNIT ONG CHIN TONG A project report submitted

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012 Copyright 2010 All rights reserved Integrated Publishing services Research article ISSN 0976 4399 Efficiency and performances

More information

Lecture 1 GENERAL INTRODUCTION: HISTORICAL BACKGROUND AND SPECTRUM OF APPLICATIONS

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

More information

Navier-Stokes & Flow Simulation

Navier-Stokes & Flow Simulation Last Time? Navier-Stokes & Flow Simulation Pop Worksheet! Teams of 2. Hand in to Jeramey after we discuss. Sketch the first few frames of a 2D explicit Euler mass-spring simulation for a 2x3 cloth network

More information

Contents. I The Basic Framework for Stationary Problems 1

Contents. I The Basic Framework for Stationary Problems 1 page v Preface xiii I The Basic Framework for Stationary Problems 1 1 Some model PDEs 3 1.1 Laplace s equation; elliptic BVPs... 3 1.1.1 Physical experiments modeled by Laplace s equation... 5 1.2 Other

More information

Navier-Stokes & Flow Simulation

Navier-Stokes & Flow Simulation Last Time? Navier-Stokes & Flow Simulation Optional Reading for Last Time: Spring-Mass Systems Numerical Integration (Euler, Midpoint, Runge-Kutta) Modeling string, hair, & cloth HW2: Cloth & Fluid Simulation

More information

A Novel Approach to High Speed Collision

A Novel Approach to High Speed Collision A Novel Approach to High Speed Collision Avril Slone University of Greenwich Motivation High Speed Impact Currently a very active research area. Generic projectile- target collision 11 th September 2001.

More information

Numerical Methods for (Time-Dependent) HJ PDEs

Numerical Methods for (Time-Dependent) HJ PDEs Numerical Methods for (Time-Dependent) HJ PDEs Ian Mitchell Department of Computer Science The University of British Columbia research supported by National Science and Engineering Research Council of

More information

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean A Direct Simulation-Based Study of Radiance in a Dynamic Ocean Lian Shen Department of Civil Engineering Johns Hopkins University Baltimore, MD 21218 phone: (410) 516-5033 fax: (410) 516-7473 email: LianShen@jhu.edu

More information

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

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

More information

computational Fluid Dynamics - Prof. V. Esfahanian

computational Fluid Dynamics - Prof. V. Esfahanian Three boards categories: Experimental Theoretical Computational Crucial to know all three: Each has their advantages and disadvantages. Require validation and verification. School of Mechanical Engineering

More information

CS205b/CME306. Lecture 9

CS205b/CME306. Lecture 9 CS205b/CME306 Lecture 9 1 Convection Supplementary Reading: Osher and Fedkiw, Sections 3.3 and 3.5; Leveque, Sections 6.7, 8.3, 10.2, 10.4. For a reference on Newton polynomial interpolation via divided

More information

Animation of Fluids. Animating Fluid is Hard

Animation of Fluids. Animating Fluid is Hard Animation of Fluids Animating Fluid is Hard Too complex to animate by hand Surface is changing very quickly Lots of small details In short, a nightmare! Need automatic simulations AdHoc Methods Some simple

More information

Available online at ScienceDirect. Procedia Engineering 136 (2016 ) Dynamic analysis of fuel tank

Available online at   ScienceDirect. Procedia Engineering 136 (2016 ) Dynamic analysis of fuel tank Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 136 (2016 ) 45 49 The 20 th International Conference: Machine Modeling and Simulations, MMS 2015 Dynamic analysis of fuel tank

More information

Analysis of Fluid-Structure Interaction Effects of Liquid-Filled Container under Drop Testing

Analysis of Fluid-Structure Interaction Effects of Liquid-Filled Container under Drop Testing Kasetsart J. (Nat. Sci.) 42 : 165-176 (2008) Analysis of Fluid-Structure Interaction Effects of Liquid-Filled Container under Drop Testing Chakrit Suvanjumrat*, Tumrong Puttapitukporn and Satjarthip Thusneyapan

More information

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

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

More information

Index. C m (Ω), 141 L 2 (Ω) space, 143 p-th order, 17

Index. C m (Ω), 141 L 2 (Ω) space, 143 p-th order, 17 Bibliography [1] J. Adams, P. Swarztrauber, and R. Sweet. Fishpack: Efficient Fortran subprograms for the solution of separable elliptic partial differential equations. http://www.netlib.org/fishpack/.

More information

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

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

More information

Smoke Simulation using Smoothed Particle Hydrodynamics (SPH) Shruti Jain MSc Computer Animation and Visual Eects Bournemouth University

Smoke Simulation using Smoothed Particle Hydrodynamics (SPH) Shruti Jain MSc Computer Animation and Visual Eects Bournemouth University Smoke Simulation using Smoothed Particle Hydrodynamics (SPH) Shruti Jain MSc Computer Animation and Visual Eects Bournemouth University 21st November 2014 1 Abstract This report is based on the implementation

More information

GPU Simulations of Violent Flows with Smooth Particle Hydrodynamics (SPH) Method

GPU Simulations of Violent Flows with Smooth Particle Hydrodynamics (SPH) Method Available online at www.prace-ri.eu Partnership for Advanced Computing in Europe GPU Simulations of Violent Flows with Smooth Particle Hydrodynamics (SPH) Method T. Arslan a*, M. Özbulut b a Norwegian

More information

Continued Investigation of Small-Scale Air-Sea Coupled Dynamics Using CBLAST Data

Continued Investigation of Small-Scale Air-Sea Coupled Dynamics Using CBLAST Data Continued Investigation of Small-Scale Air-Sea Coupled Dynamics Using CBLAST Data Dick K.P. Yue Center for Ocean Engineering Department of Mechanical Engineering Massachusetts Institute of Technology Cambridge,

More information

Pressure Correction Scheme for Incompressible Fluid Flow

Pressure Correction Scheme for Incompressible Fluid Flow AALTO UNIVERSITY School of Chemical Technology CHEM-E7160 Fluid Flow in Process Units Pressure Correction Scheme for Incompressible Fluid Flow Ong Chin Kai 620503 Lee De Ming Benedict 620448 Page 1 Abstract

More information

Particle-Based Fluid Simulation. CSE169: Computer Animation Steve Rotenberg UCSD, Spring 2016

Particle-Based Fluid Simulation. CSE169: Computer Animation Steve Rotenberg UCSD, Spring 2016 Particle-Based Fluid Simulation CSE169: Computer Animation Steve Rotenberg UCSD, Spring 2016 Del Operations Del: = x Gradient: s = s x y s y z s z Divergence: v = v x + v y + v z x y z Curl: v = v z v

More information

CFD MODELING FOR PNEUMATIC CONVEYING

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

More information

Applications of ICFD /SPH Solvers by LS-DYNA to Solve Water Splashing Impact to Automobile Body. Abstract

Applications of ICFD /SPH Solvers by LS-DYNA to Solve Water Splashing Impact to Automobile Body. Abstract Applications of ICFD /SPH Solvers by LS-DYNA to Solve Water Splashing Impact to Automobile Body George Wang (1 ), Kevin Gardner (3), Eric DeHoff (1), Facundo del Pin (2), Inaki Caldichoury (2), Edouard

More information

MATHEMATICAL ANALYSIS, MODELING AND OPTIMIZATION OF COMPLEX HEAT TRANSFER PROCESSES

MATHEMATICAL ANALYSIS, MODELING AND OPTIMIZATION OF COMPLEX HEAT TRANSFER PROCESSES MATHEMATICAL ANALYSIS, MODELING AND OPTIMIZATION OF COMPLEX HEAT TRANSFER PROCESSES Goals of research Dr. Uldis Raitums, Dr. Kārlis Birģelis To develop and investigate mathematical properties of algorithms

More information

Application Aspects of the Meshless SPH Method

Application Aspects of the Meshless SPH Method Journal of the Serbian Society for Computational Mechanics / Vol. 1 / No. 1, 2007 / pp. 74-86 Application Aspects of the Meshless SPH Method M. Vesenjak 1, Z. Ren 2 1 University of Maribor, Faculty of

More information

Driven Cavity Example

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

More information

High performance computing using AUTODYN-3D

High performance computing using AUTODYN-3D High performance computing using AUTODYN-3D M. S. Cowler', O. La'adan\ T. Ohta^ ' Century Dynamics Incorporated, USA. Hebrew University ofjerusalem, Israel. * CRC Research Institute Incorporated, Japan.

More information

Introduction to FEM calculations

Introduction to FEM calculations Introduction to FEM calculations How to start informations Michał Rad (rad@agh.edu.pl) 20.04.2018 Outline Field calculations what is it? Model Program How to: Make a model Set up the parameters Perform

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction ME 475: Computer-Aided Design of Structures 1-1 CHAPTER 1 Introduction 1.1 Analysis versus Design 1.2 Basic Steps in Analysis 1.3 What is the Finite Element Method? 1.4 Geometrical Representation, Discretization

More information

LS-DYNA 980 : Recent Developments, Application Areas and Validation Process of the Incompressible fluid solver (ICFD) in LS-DYNA.

LS-DYNA 980 : Recent Developments, Application Areas and Validation Process of the Incompressible fluid solver (ICFD) in LS-DYNA. 12 th International LS-DYNA Users Conference FSI/ALE(1) LS-DYNA 980 : Recent Developments, Application Areas and Validation Process of the Incompressible fluid solver (ICFD) in LS-DYNA Part 1 Facundo Del

More information

More Animation Techniques

More Animation Techniques CS 231 More Animation Techniques So much more Animation Procedural animation Particle systems Free-form deformation Natural Phenomena 1 Procedural Animation Rule based animation that changes/evolves over

More information

Introduction to C omputational F luid Dynamics. D. Murrin

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

More information

IMPROVING THE NUMERICAL ACCURACY OF HYDROTHERMAL RESERVOIR SIMULATIONS USING THE CIP SCHEME WITH THIRD-ORDER ACCURACY

IMPROVING THE NUMERICAL ACCURACY OF HYDROTHERMAL RESERVOIR SIMULATIONS USING THE CIP SCHEME WITH THIRD-ORDER ACCURACY PROCEEDINGS, Thirty-Seventh Workshop on Geothermal Reservoir Engineering Stanford University, Stanford, California, January 30 - February 1, 2012 SGP-TR-194 IMPROVING THE NUMERICAL ACCURACY OF HYDROTHERMAL

More information

COMPUTATIONAL DYNAMICS

COMPUTATIONAL DYNAMICS COMPUTATIONAL DYNAMICS THIRD EDITION AHMED A. SHABANA Richard and Loan Hill Professor of Engineering University of Illinois at Chicago A John Wiley and Sons, Ltd., Publication COMPUTATIONAL DYNAMICS COMPUTATIONAL

More information

"The real world is nonlinear"... 7 main Advantages using Abaqus

The real world is nonlinear... 7 main Advantages using Abaqus "The real world is nonlinear"... 7 main Advantages using Abaqus FEA SERVICES LLC 6000 FAIRVIEW ROAD, SUITE 1200 CHARLOTTE, NC 28210 704.552.3841 WWW.FEASERVICES.NET AN OFFICIAL DASSAULT SYSTÈMES VALUE

More information

Interactive Fluid Simulation Using Augmented Reality Interface

Interactive Fluid Simulation Using Augmented Reality Interface Interactive Fluid Simulation Using Augmented Reality Interface Makoto Fuisawa and Hirokazu Kato Graduate School of Information Science, Nara Institute of Science and Technology, 8916-5 Takayama, Ikoma,

More information

Technical Sciences Academy of Romania Received 3 February 2016 Accepted 2 September 2016 Received in revised from 1 August 2016

Technical Sciences Academy of Romania  Received 3 February 2016 Accepted 2 September 2016 Received in revised from 1 August 2016 Journal of Engineering Sciences and Innovation Volume. 1, Issue 1 / 2016, pp. 34-48 Technical Sciences Academy of Romania www.jesi.astr.ro Mechatronics Received 3 February 2016 Accepted 2 September 2016

More information

Lagrangian and Eulerian Representations of Fluid Flow: Kinematics and the Equations of Motion

Lagrangian and Eulerian Representations of Fluid Flow: Kinematics and the Equations of Motion Lagrangian and Eulerian Representations of Fluid Flow: Kinematics and the Equations of Motion James F. Price Woods Hole Oceanographic Institution Woods Hole, MA, 02543 July 31, 2006 Summary: This essay

More information

IMPROVED WALL BOUNDARY CONDITIONS WITH IMPLICITLY DEFINED WALLS FOR PARTICLE BASED FLUID SIMULATION

IMPROVED WALL BOUNDARY CONDITIONS WITH IMPLICITLY DEFINED WALLS FOR PARTICLE BASED FLUID SIMULATION 6th European Conference on Computational Mechanics (ECCM 6) 7th European Conference on Computational Fluid Dynamics (ECFD 7) 1115 June 2018, Glasgow, UK IMPROVED WALL BOUNDARY CONDITIONS WITH IMPLICITLY

More information

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP

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

More information

Chapter 6. Semi-Lagrangian Methods

Chapter 6. Semi-Lagrangian Methods Chapter 6. Semi-Lagrangian Methods References: Durran Chapter 6. Review article by Staniford and Cote (1991) MWR, 119, 2206-2223. 6.1. Introduction Semi-Lagrangian (S-L for short) methods, also called

More information

Navier-Stokes & Flow Simulation

Navier-Stokes & Flow Simulation Last Time? Navier-Stokes & Flow Simulation Implicit Surfaces Marching Cubes/Tetras Collision Detection & Response Conservative Bounding Regions backtracking fixing Today Flow Simulations in Graphics Flow

More information

Solving a Two Dimensional Unsteady-State. Flow Problem by Meshless Method

Solving a Two Dimensional Unsteady-State. Flow Problem by Meshless Method Applied Mathematical Sciences, Vol. 7, 203, no. 49, 242-2428 HIKARI Ltd, www.m-hikari.com Solving a Two Dimensional Unsteady-State Flow Problem by Meshless Method A. Koomsubsiri * and D. Sukawat Department

More information

Proposal of Research Activity. PhD Course in Space Sciences, Technologies and Measurements (STMS)

Proposal of Research Activity. PhD Course in Space Sciences, Technologies and Measurements (STMS) Proposal of Research Activity PhD Course in Space Sciences, Technologies and Measurements (STMS) Curriculum: Sciences and Technologies for Aeronautics and Satellite Applications (STASA) XXXIV Cycle PhD

More information

Fluids in Games. Jim Van Verth Insomniac Games

Fluids in Games. Jim Van Verth Insomniac Games Fluids in Games Jim Van Verth Insomniac Games www.insomniacgames.com jim@essentialmath.com Introductory Bits General summary with some details Not a fluids expert Theory and examples What is a Fluid? Deformable

More information

Interaction of Fluid Simulation Based on PhysX Physics Engine. Huibai Wang, Jianfei Wan, Fengquan Zhang

Interaction of Fluid Simulation Based on PhysX Physics Engine. Huibai Wang, Jianfei Wan, Fengquan Zhang 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015) Interaction of Fluid Simulation Based on PhysX Physics Engine Huibai Wang, Jianfei Wan, Fengquan Zhang College

More information

SPH METHOD IN APPLIED MECHANICS

SPH METHOD IN APPLIED MECHANICS U.P.B. Sci. Bull., Series D, Vol. 72, Iss. 4, 2010 ISSN 1454-2358 SPH METHOD IN APPLIED MECHANICS Vasile NĂSTĂSESCU 1 În această lucrare, autorul prezintă fundamente ale metodei SPH (Smoothed Particle

More information

Isogeometric Analysis of Fluid-Structure Interaction

Isogeometric Analysis of Fluid-Structure Interaction Isogeometric Analysis of Fluid-Structure Interaction Y. Bazilevs, V.M. Calo, T.J.R. Hughes Institute for Computational Engineering and Sciences, The University of Texas at Austin, USA e-mail: {bazily,victor,hughes}@ices.utexas.edu

More information

Solidification using Smoothed Particle Hydrodynamics

Solidification using Smoothed Particle Hydrodynamics Solidification using Smoothed Particle Hydrodynamics Master Thesis CA-3817512 Game and Media Technology Utrecht University, The Netherlands Supervisors: dr. ir. J.Egges dr. N.G. Pronost July, 2014 - 2

More information

Final drive lubrication modeling

Final drive lubrication modeling Final drive lubrication modeling E. Avdeev a,b 1, V. Ovchinnikov b a Samara University, b Laduga Automotive Engineering Abstract. In this paper we describe the method, which is the composition of finite

More information

A Particle Cellular Automata Model for Fluid Simulations

A Particle Cellular Automata Model for Fluid Simulations Annals of University of Craiova, Math. Comp. Sci. Ser. Volume 36(2), 2009, Pages 35 41 ISSN: 1223-6934 A Particle Cellular Automata Model for Fluid Simulations Costin-Radu Boldea Abstract. A new cellular-automaton

More information

Modeling and simulation the incompressible flow through pipelines 3D solution for the Navier-Stokes equations

Modeling and simulation the incompressible flow through pipelines 3D solution for the Navier-Stokes equations Modeling and simulation the incompressible flow through pipelines 3D solution for the Navier-Stokes equations Daniela Tudorica 1 (1) Petroleum Gas University of Ploiesti, Department of Information Technology,

More information

New Rules of ME Ph.D. Qualifying Exams 1/8

New Rules of ME Ph.D. Qualifying Exams 1/8 New Rules of ME Ph.D. Qualifying Exams 1/8 Qualifying Examination The student must pass a Qualifying Examination before the Dissertation Director, the Interdisciplinary Committee, and the courses for the

More information

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

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

More information

Numerical and theoretical analysis of shock waves interaction and reflection

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

More information

Solution for Euler Equations Lagrangian and Eulerian Descriptions

Solution for Euler Equations Lagrangian and Eulerian Descriptions Solution for Euler Equations Lagrangian and Eulerian Descriptions Valdir Monteiro dos Santos Godoi valdir.msgodoi@gmail.com Abstract We find an exact solution for the system of Euler equations, supposing

More information

Solving Partial Differential Equations on Overlapping Grids

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

More information

Program: Advanced Certificate Program

Program: Advanced Certificate Program Program: Advanced Certificate Program Course: CFD-Vehicle Aerodynamics Directorate of Training and Lifelong Learning #470-P, Peenya Industrial Area, 4th Phase Peenya, Bengaluru 560 058 www.msruas.ac.in

More information

Fluid Simulation. [Thürey 10] [Pfaff 10] [Chentanez 11]

Fluid Simulation. [Thürey 10] [Pfaff 10] [Chentanez 11] Fluid Simulation [Thürey 10] [Pfaff 10] [Chentanez 11] 1 Computational Fluid Dynamics 3 Graphics Why don t we just take existing models from CFD for Computer Graphics applications? 4 Graphics Why don t

More information

Three Dimensional Numerical Simulation of Turbulent Flow Over Spillways

Three Dimensional Numerical Simulation of Turbulent Flow Over Spillways Three Dimensional Numerical Simulation of Turbulent Flow Over Spillways Latif Bouhadji ASL-AQFlow Inc., Sidney, British Columbia, Canada Email: lbouhadji@aslenv.com ABSTRACT Turbulent flows over a spillway

More information

STABILIZED FINITE ELEMENT METHODS FOR INCOMPRESSIBLE FLOWS WITH EMPHASIS ON MOVING BOUNDARIES AND INTERFACES

STABILIZED FINITE ELEMENT METHODS FOR INCOMPRESSIBLE FLOWS WITH EMPHASIS ON MOVING BOUNDARIES AND INTERFACES STABILIZED FINITE ELEMENT METHODS FOR INCOMPRESSIBLE FLOWS WITH EMPHASIS ON MOVING BOUNDARIES AND INTERFACES A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Marek

More information

An explicit and conservative remapping strategy for semi-lagrangian advection

An explicit and conservative remapping strategy for semi-lagrangian advection An explicit and conservative remapping strategy for semi-lagrangian advection Sebastian Reich Universität Potsdam, Potsdam, Germany January 17, 2007 Abstract A conservative semi-lagrangian advection scheme

More information