The Swift simulation code

Size: px
Start display at page:

Download "The Swift simulation code"

Transcription

1 The Swift simulation code ICC, Durham! : Intro to SPH Bert VandenBroucke: GIZMO Pedro Gonnet: Task-based parallelism Matthieu Schaller: Swift 1

2 Cosmological hydrodynamical simulations Eagle in Durham 2

3 Cosma 5 DataCentric 3 7 M CPU hours Tom Schaye Theuns +15

4 The Hubble Sequence 4 Schaye +15

5 Gadget-3 Tree-SPH code 5

6 6

7 Contents: 1.Lagrangian versus Eulerian dynamics 2.SPH - Smoothed Particle Hydrodynamics 3.Gadget (Tree - SPH) 4.HPC challenges 7

8 Continuity equation: Lagrangian time derivative Lagrangian continuity equation: 8

9 Eulerian versus Lagrangian hydrodynamics The Universe is isotropic! v = 600 km s -1 in terms of Mach number: v/c=600/2=300! 9

10 Enzo/PPM Enzo/Zeus Flash (non)-galilean invariance of Eulerian codes 10

11 Mesh has special directions Lagrangian distribution is isotropic on average 11

12 Time-step limitation (Courant step) sound speed and resolution vary by orders of magnitude use individual time-steps 12

13 SPH: Interpolation on a disordered grid original SPH papers: Gingold & Monaghan, MNRAS 181, 1977 Lucy, AJ 82, 1977 reviews: Springel, ARAA 48, 2010 Price, JComputPhys 231,

14 Smoothed Particle Hydrodynamics: basics sum over neighbours ( close enough ) differentiable compact support kernel function particle mass 14 algorithmic choice of kernel function other hydro terms (time) integration schema computational neighbour finding parallelisation

15 Other terms pressure gradient gravitational force radiative heating and cooling 15

16 Equations to compute LHS RHS need two neighbour loops 16

17 Neighbour finding using a tree 17

18 Neighbour finding using a tree 18

19 Neighbour finding using a tree 19 Springel 10

20 Domain decomposition 20 Springel 10

21 time integration D: Drift K: Kick t n t n+1/2 t n+1 x n x n+1 21 Tom Springel Theuns05

22 Implementation in Gadget-2 22

23 Equations to compute LHS RHS need two neighbour loops 23

24 density.c T0 T1 local contribution + export list export particles off task contribution import particles add imported contributions 24

25 local contribution + export list export particles off-task contribution re-import particles add imported contributions 25

26 local contribution + export list export particles MPI-synchronisation off-task contribution re-import particles add imported contributions 26

27 Gravity scaling: Aquarius (Springel+08) 27

28 Timings of Gadget-2 on Aquarius Aq-A-4 ( particles, DM only) speed / speed on 24 cores testing strong scaling expansion factor 28

29 total cpu time [s] tree walk tree walk + imbalance expansion factor 29

30 total cpu time [s] walk + imbalance (N=288) walk + imbalance (N=24) tree walk expansion factor 30

31 total cpu time [s] walk + imbalance (N=600) expansion factor 31

32 Timings of Gadget-3 on Aquarius Aq-A-2 ( particles, DM only) cpu time [s] pkd-grav has similar scaling gravity (total) tree walk + imbalance tree walk expansion factor 32

33 Timings of Gadget-3 on Aquarius Aq-A-2 ( particles, DM only) fraction of cpu time tree walk expansion factor 33

34 Timings of pkdgrav on G-halo from Stadel Imbalance 34

35 Gadget-3 Tree-SPH code load imbalance limits scaling 35

36 HPC limitations: tree-walk limited cache efficiency (random data access) limited vectorizability main integration loop domain()! gravity_tree! density()! hydro_force() load-imbalance build-up limits single core performance limits scaling 36

37 SPH issues: blob test SPH SPH AMR AMR 37 Tom Agertz+07 Theuns

38 SPH issues: Kelvin-Helmholtz instability 38 Agertz+07

39 SPH issues: entropy cusps galaxy-cluster entropy profile SPH vs AMR AMR codes SPH codes 39 Tom Frenk+99 Theuns

40 40

41 41

42 The report of SPH s death have been greatly exaggerated SPH Anarchy implementation 42 Dalla Vecchia

43 arxiv: arxiv:

44 Strong scaling test of SPH ideal scaling Swift Gadget-2 44

45 Strong scaling test of Barnes-Hut gravity implementation ideal scaling Swift Gadget-2 45

46 Summary: basics load-(im)balance scaling tests issues with standard SPH 46

AREPO: a moving-mesh code for cosmological hydrodynamical simulations

AREPO: a moving-mesh code for cosmological hydrodynamical simulations AREPO: a moving-mesh code for cosmological hydrodynamical simulations E pur si muove: Galiliean-invariant cosmological hydrodynamical simulations on a moving mesh Springel, 2010 arxiv:0901.4107 Rubens

More information

Numerical Methods. (Additional Notes from Talks by PFH)

Numerical Methods. (Additional Notes from Talks by PFH) Numerical Methods (Additional Notes from Talks by PFH) SPH Challenge: POPULAR METHODS FOR HYDRODYNAMICS HAVE PROBLEMS Lucy 77, Gingold & Monaghan 77 Reviews by: Springel 11, Price 12 Smoothed-Particle

More information

PiTP Summer School 2009

PiTP Summer School 2009 PiTP Summer School 2009 Plan for my lectures Volker Springel Lecture 1 Basics of collisionless dynamics and the N-body approach Lecture 2 Gravitational solvers suitable for collisionless dynamics, parallelization

More information

Fault tolerant issues in large scale applications

Fault tolerant issues in large scale applications Fault tolerant issues in large scale applications Romain Teyssier George Lake, Ben Moore, Joachim Stadel and the other members of the project «Cosmology at the petascale» SPEEDUP 2010 1 Outline Computational

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

Tessellating the Universe: Cosmic Structure Formation on a Moving Mesh

Tessellating the Universe: Cosmic Structure Formation on a Moving Mesh Tessellating the Universe: Cosmic Structure Formation on a Moving Mesh Volker Springel Introduction: Hydrodynamical simulations in cosmology A finite-volume scheme on a moving mesh Algorithmic aspects

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

Adaptive Refinement Tree (ART) code. N-Body: Parallelization using OpenMP and MPI

Adaptive Refinement Tree (ART) code. N-Body: Parallelization using OpenMP and MPI Adaptive Refinement Tree (ART) code N-Body: Parallelization using OpenMP and MPI 1 Family of codes N-body: OpenMp N-body: MPI+OpenMP N-body+hydro+cooling+SF: OpenMP N-body+hydro+cooling+SF: MPI 2 History:

More information

Particle-based simulations in Astrophysics

Particle-based simulations in Astrophysics Particle-based simulations in Astrophysics Jun Makino Particle Simulator Research Team, AICS/ Earth-Life Science Institute(ELSI), Tokyo Institute of Technology Feb 28, 2013 3rd AICS International Symposium

More information

Adaptive-Mesh-Refinement Hydrodynamic GPU Computation in Astrophysics

Adaptive-Mesh-Refinement Hydrodynamic GPU Computation in Astrophysics Adaptive-Mesh-Refinement Hydrodynamic GPU Computation in Astrophysics H. Y. Schive ( 薛熙于 ) Graduate Institute of Physics, National Taiwan University Leung Center for Cosmology and Particle Astrophysics

More information

Particle-based Fluid Simulation

Particle-based Fluid Simulation Simulation in Computer Graphics Particle-based Fluid Simulation Matthias Teschner Computer Science Department University of Freiburg Application (with Pixar) 10 million fluid + 4 million rigid particles,

More information

RAMSES on the GPU: An OpenACC-Based Approach

RAMSES on the GPU: An OpenACC-Based Approach RAMSES on the GPU: An OpenACC-Based Approach Claudio Gheller (ETHZ-CSCS) Giacomo Rosilho de Souza (EPFL Lausanne) Romain Teyssier (University of Zurich) Markus Wetzstein (ETHZ-CSCS) PRACE-2IP project EU

More information

Cosmology Simulations with Enzo

Cosmology Simulations with Enzo Cosmology Simulations with Enzo John Wise (Georgia Tech) Enzo Workshop 17 Oct 2013 Outline Introduction to unigrid cosmology simulations Introduction to nested grid cosmology simulations Using different

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

Using GADGET-2 for cosmological simulations - Background -

Using GADGET-2 for cosmological simulations - Background - Using GADGET-2 for cosmological simulations - Background - 3 Phases of Running a Cosmological Simulation I. Generate Initial Conditions II. Run Simulation Performing a numerical integral III.Analysis Halo

More information

Smoothed Particle Hydrodynamics

Smoothed Particle Hydrodynamics Particle methods Part 1 Smoothed Particle Hydrodynamics Nathan Quinlan Mechanical Engineering 1: SPH 2: Truncation error and consistency of particle methods 3: FVPM CFD is mature Kroll et al. (2002) lift

More information

FINITE ELEMENT MODELING OF THICK PLATE PENETRATIONS IN SMALL CAL MUNITIONS

FINITE ELEMENT MODELING OF THICK PLATE PENETRATIONS IN SMALL CAL MUNITIONS FINITE ELEMENT MODELING OF THICK PLATE PENETRATIONS IN SMALL CAL MUNITIONS Raymond Chaplin RDAR-MEM-I Picatinny Arsenal, NJ raymond.c.chaplin@us.army.mil 973-724-8562 Why Finite Element Modeling? Reduced

More information

GAMER : a GPU-accelerated Adaptive-MEsh-Refinement Code for Astrophysics GPU 與自適性網格於天文模擬之應用與效能

GAMER : a GPU-accelerated Adaptive-MEsh-Refinement Code for Astrophysics GPU 與自適性網格於天文模擬之應用與效能 GAMER : a GPU-accelerated Adaptive-MEsh-Refinement Code for Astrophysics GPU 與自適性網格於天文模擬之應用與效能 Hsi-Yu Schive ( 薛熙于 ), Tzihong Chiueh ( 闕志鴻 ), Yu-Chih Tsai ( 蔡御之 ), Ui-Han Zhang ( 張瑋瀚 ) Graduate Institute

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

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

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

Particle Simulator Research Team

Particle Simulator Research Team Particle Simulator Research Team 1. Team members Junichiro Makino (Team Leader) Keigo Nitadori (Research Scientist) Yutaka Maruyama (Research Scientist) Masaki Iwasawa (Postdoctoral Researcher) Ataru Tanikawa

More information

Smooth Particle Hydrodynamics: Models, Applications, and Enabling Technologies

Smooth Particle Hydrodynamics: Models, Applications, and Enabling Technologies Report of a Workshop on: Smooth Particle Hydrodynamics: Models, Applications, and Enabling Technologies Piet Hut 1 (chair) Lars Hernquist 2, George Lake 3, Jun Makino 4, Steve McMillan 5, Thomas Sterling

More information

Methods of Computational Astrophysics. Galaxy Simulation

Methods of Computational Astrophysics. Galaxy Simulation : Galaxy Simulation Department of Physics & Astronomy Outline N-body Methods The Problem Direct N-body Barnes-Hut Particle-Mesh Time Integration 1 N-body Methods The Problem Direct N-body Barnes-Hut Particle-Mesh

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

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

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

Computer simulations using implicit Lagrangian hydrodynamics in 3D

Computer simulations using implicit Lagrangian hydrodynamics in 3D Highlights of Spanish Astrophysics VI, Proceedings of the IX Scientific Meeting of the Spanish Astronomical Society held on September 13-17, 2010, in Madrid, Spain. M. R. Zapatero Osorio et al. (eds.)

More information

An Efficient SIMD Implementation of Pseudo-Verlet Lists for Neighbour Interactions in Particle-Based Codes

An Efficient SIMD Implementation of Pseudo-Verlet Lists for Neighbour Interactions in Particle-Based Codes September 2017 arxiv:1804.06231v1 [cs.dc] 17 Apr 2018 An Efficient SIMD Implementation of Pseudo-Verlet Lists for Neighbour Interactions in Particle-Based Codes James S. WILLIS a,1, Matthieu SCHALLER a,

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

11. Particle Simulator Research Team

11. Particle Simulator Research Team 11. Particle Simulator Research Team 11.1. Team members Junichiro Makino (Team Leader) Keigo Nitadori (Research Scientist) Masaki Iwasawa (Postdoctoral Researcher) Yuri Iida (Assistant) 11.2. Research

More information

GPU-Based Visualization of AMR and N-Body Dark Matter Simulation Data. Ralf Kähler (KIPAC/SLAC)

GPU-Based Visualization of AMR and N-Body Dark Matter Simulation Data. Ralf Kähler (KIPAC/SLAC) GPU-Based Visualization of AMR and N-Body Dark Matter Simulation Data Ralf Kähler (KIPAC/SLAC) HiPACC-Meeting 03/21/2014 COMPUTER GRAPHICS Rasterization COMPUTER GRAPHICS Assumption (for now): Input object(s)

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

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

Adaptive Mesh Refinement

Adaptive Mesh Refinement Aleander Knebe, Universidad Autonoma de Madrid Adaptive Mesh Refinement AMR codes Poisson s equation ΔΦ( ) = 4πGρ( ) Poisson s equation F ( ) = m Φ( ) ΔΦ( ) = 4πGρ( ) particle approach F ( Gm i ) = i m

More information

Computational Eulerian Hydrodynamics and Galilean Invariance

Computational Eulerian Hydrodynamics and Galilean Invariance SLAC-PUB-15677 Mon. Not. R. Astron. Soc. 000, 1 16 (2009) Printed 16 October 2009 (MN LATEX style file v2.2) Computational Eulerian Hydrodynamics and Galilean Invariance Brant E. Robertson, 1,2 Andrey

More information

High performance computing and numerical modeling

High performance computing and numerical modeling High performance computing and numerical modeling Volker Springel Plan for my lectures Lecture 1: Collisional and collisionless N-body dynamics Lecture 2: Gravitational force calculation Lecture 3: Basic

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

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

UCDs for simulations

UCDs for simulations UCDs for simulations Laurie D Shaw and Nicholas A Walton June 2004 1 Introduction This is a brief document outlining some of the UCDs that would be required to describe a simulation dataset. It is based

More information

MODELLING WATER ENTRY OF A WEDGE BY MULTIPHASE SPH METHOD. Kai GONG, Benlong WANG and Hua LIU 1

MODELLING WATER ENTRY OF A WEDGE BY MULTIPHASE SPH METHOD. Kai GONG, Benlong WANG and Hua LIU 1 MODELLING WATER ENTRY OF A WEDGE BY MULTIPHASE SPH METHOD Kai GONG, Benlong WANG and Hua LIU The hydrodynamic problem of two-dimensional wedge entering water is studied based on SPH model. A nonreflection

More information

Parallel Summation of Inter-Particle Forces in SPH

Parallel Summation of Inter-Particle Forces in SPH Parallel Summation of Inter-Particle Forces in SPH Fifth International Workshop on Meshfree Methods for Partial Differential Equations 17.-19. August 2009 Bonn Overview Smoothed particle hydrodynamics

More information

PHYSICALLY BASED ANIMATION

PHYSICALLY BASED ANIMATION PHYSICALLY BASED ANIMATION CS148 Introduction to Computer Graphics and Imaging David Hyde August 2 nd, 2016 WHAT IS PHYSICS? the study of everything? WHAT IS COMPUTATION? the study of everything? OUTLINE

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

arxiv: v2 [astro-ph.im] 24 Jul 2013

arxiv: v2 [astro-ph.im] 24 Jul 2013 Mon. Not. R. Astron. Soc. 000, 000 000 (0000) Printed 25 July 203 (MN LATEX style file v2.2) arxiv:305.295v2 [astro-ph.im] 24 Jul 203 Following the flow: tracer particles in astrophysical fluid simulations

More information

Summer school on cosmological numerical simulations 3rd week MONDAY

Summer school on cosmological numerical simulations 3rd week MONDAY Summer school on cosmological numerical simulations 3rd week MONDAY Helmholtz School of Astrophysics Potsdam, July/August 2006 Volker Springel Max-Planck-Institute for Astrophysics Summer school on cosmological

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

The (fine-grained) phase-space structure of Cold Dark Matter Halos - and its influence on dark matter searches Mak Vogelsberger, Harvard/CfA

The (fine-grained) phase-space structure of Cold Dark Matter Halos - and its influence on dark matter searches Mak Vogelsberger, Harvard/CfA The (fine-grained) phase-space structure of Cold Dark Matter Halos - and its influence on dark matter searches Mak Vogelsberger, Harvard/CfA The content of the Universe Zwicky Evidence Existence: WIMP,

More information

Reducing noise in moving-grid codes with stronglycentroidal Lloyd mesh regularization

Reducing noise in moving-grid codes with stronglycentroidal Lloyd mesh regularization Reducing noise in moving-grid codes with stronglycentroidal Lloyd mesh regularization The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters.

More information

A COMPARATIVE STUDY OF THE IMMSCIBLE DENSITY CURRENTS USING THE SPH AND VOF-LES METHODS

A COMPARATIVE STUDY OF THE IMMSCIBLE DENSITY CURRENTS USING THE SPH AND VOF-LES METHODS Proceedings of ninth International Conference on Hydro-Science and Proceedings of ICHE010, IIT Madras, Aug -5, 010 Engineering (ICHE 010), IIT Madras, Chennai, India. - 5 August 010 A COMPARATIVE STUDY

More information

Massively Parallel OpenMP-MPI Implementation of the SPH Code DualSPHysics

Massively Parallel OpenMP-MPI Implementation of the SPH Code DualSPHysics Massively Parallel OpenMP-MPI Implementation of the SPH Code DualSPHysics Athanasios Mokos, Benedict D. Rogers School of Mechanical, Aeronautical and Civil Engineering University of Manchester, UK Funded

More information

Topics in Computer Animation

Topics in Computer Animation Topics in Computer Animation Animation Techniques Artist Driven animation The artist draws some frames (keyframing) Usually in 2D The computer generates intermediate frames using interpolation The old

More information

A Kernel-independent Adaptive Fast Multipole Method

A Kernel-independent Adaptive Fast Multipole Method A Kernel-independent Adaptive Fast Multipole Method Lexing Ying Caltech Joint work with George Biros and Denis Zorin Problem Statement Given G an elliptic PDE kernel, e.g. {x i } points in {φ i } charges

More information

Parallelization of Scientific Applications (II)

Parallelization of Scientific Applications (II) Parallelization of Scientific Applications (II) Parallelization of Particle Based Methods Russian-German School on High Performance Computer Systems, June, 27 th until July, 6 th 2005, Novosibirsk 4. Day,

More information

GALAXY ADVANCED ENGINEERING, INC. P.O. BOX 614 BURLINGAME, CALIFORNIA Tel: (650) Fax: (650)

GALAXY ADVANCED ENGINEERING, INC. P.O. BOX 614 BURLINGAME, CALIFORNIA Tel: (650) Fax: (650) GALAXY ADVANCED ENGINEERING, INC. P.O. BOX 614 BURLINGAME, CALIFORNIA 94011 Tel: (650) 740-3244 Fax: (650) 347-4234 E-mail: bahmanz@aol.com PUFF-TFT/PC A Material Response Computer Code for PC Computer

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

Optimising the Mantevo benchmark suite for multi- and many-core architectures

Optimising the Mantevo benchmark suite for multi- and many-core architectures Optimising the Mantevo benchmark suite for multi- and many-core architectures Simon McIntosh-Smith Department of Computer Science University of Bristol 1 Bristol's rich heritage in HPC The University of

More information

arxiv: v2 [astro-ph.co] 4 Apr 2012

arxiv: v2 [astro-ph.co] 4 Apr 2012 Mon. Not. R. Astron. Soc. 000, 000 000 (0000) Printed 5 April 2012 (MN LATEX style file v2.2) Subsonic turbulence in smoothed particle hydrodynamics and moving-mesh simulations Andreas Bauer 1 and Volker

More information

Divergence-Free Smoothed Particle Hydrodynamics

Divergence-Free Smoothed Particle Hydrodynamics Copyright of figures and other materials in the paper belongs to original authors. Divergence-Free Smoothed Particle Hydrodynamics Bender et al. SCA 2015 Presented by MyungJin Choi 2016-11-26 1. Introduction

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

ALE and AMR Mesh Refinement Techniques for Multi-material Hydrodynamics Problems

ALE and AMR Mesh Refinement Techniques for Multi-material Hydrodynamics Problems ALE and AMR Mesh Refinement Techniques for Multi-material Hydrodynamics Problems A. J. Barlow, AWE. ICFD Workshop on Mesh Refinement Techniques 7th December 2005 Acknowledgements Thanks to Chris Powell,

More information

Numerical study of composite structures subjected to slamming loads using Smoothed Particle Hydrodynamics (SPH)

Numerical study of composite structures subjected to slamming loads using Smoothed Particle Hydrodynamics (SPH) Proceedings of the 8th International Conference on Structural Dynamics, EURODYN 2011 Leuven, Belgium, 4-6 July 2011 G. De Roeck, G. Degrande, G. Lombaert, G. Müller (eds.) ISBN 978-90-760-1931-4 3077 Numerical

More information

Advanced Parallel Programming. Is there life beyond MPI?

Advanced Parallel Programming. Is there life beyond MPI? Advanced Parallel Programming Is there life beyond MPI? Outline MPI vs. High Level Languages Declarative Languages Map Reduce and Hadoop Shared Global Address Space Languages Charm++ ChaNGa ChaNGa on GPUs

More information

Effect of Soil Material Models on SPH Simulations for Soil- Structure Interaction

Effect of Soil Material Models on SPH Simulations for Soil- Structure Interaction Effect of Soil Material Models on SPH Simulations for Soil- Structure Interaction Ronald F. Kulak 1 Len Schwer 2 1) RFK Engineering Mechanics Consultants 307 Warwick Drive Naperville, IL 60565, USA rfkemc@aol.com

More information

Shape of Things to Come: Next-Gen Physics Deep Dive

Shape of Things to Come: Next-Gen Physics Deep Dive Shape of Things to Come: Next-Gen Physics Deep Dive Jean Pierre Bordes NVIDIA Corporation Free PhysX on CUDA PhysX by NVIDIA since March 2008 PhysX on CUDA available: August 2008 GPU PhysX in Games Physical

More information

1 Mathematical Concepts

1 Mathematical Concepts 1 Mathematical Concepts Mathematics is the language of geophysical fluid dynamics. Thus, in order to interpret and communicate the motions of the atmosphere and oceans. While a thorough discussion of the

More information

Hardware Accelerated Real-Time Fluid Surface Simulation

Hardware Accelerated Real-Time Fluid Surface Simulation Hardware Accelerated Real-Time Fluid Surface Simulation Björn Hellstrandh bjornh@cs.umu.se Jesper Byström c99jbm@cs.umu.se July 1, 2008 Master s Thesis in Computing Science, 2*30 ECTS credits Supervisor

More information

Explicit and Implicit Coupling Strategies for Overset Grids. Jörg Brunswig, Manuel Manzke, Thomas Rung

Explicit and Implicit Coupling Strategies for Overset Grids. Jörg Brunswig, Manuel Manzke, Thomas Rung Explicit and Implicit Coupling Strategies for s Outline FreSCo+ Grid Coupling Interpolation Schemes Implementation Mass Conservation Examples Lid-driven Cavity Flow Cylinder in a Channel Oscillating Cylinder

More information

AN INVESTIGATION OF SLAM EVENTS IN TWO DIMENSIONS USING SMOOTHED PARTICLE HYDRODYNAMICS

AN INVESTIGATION OF SLAM EVENTS IN TWO DIMENSIONS USING SMOOTHED PARTICLE HYDRODYNAMICS 10 th International Conference on Fast Sea Transportation FAST 2009, Athens, Greece, October 2009 AN INVESTIGATION OF SLAM EVENTS IN TWO DIMENSIONS USING SMOOTHED PARTICLE HYDRODYNAMICS Daniel J. Veen

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

Performance of FDPS on Sunway TaihuLight and Other Modern HPC Systems

Performance of FDPS on Sunway TaihuLight and Other Modern HPC Systems Performance of FDPS on Sunway TaihuLight and Other Modern HPC Systems Jun Makino Kobe University RIKEN Advanced Institute for Computational Science (AICS) FDPS team and collaborators RIKEN AICS (Particle

More information

Computational Astrophysics 5 Higher-order and AMR schemes

Computational Astrophysics 5 Higher-order and AMR schemes Computational Astrophysics 5 Higher-order and AMR schemes Oscar Agertz Outline - The Godunov Method - Second-order scheme with MUSCL - Slope limiters and TVD schemes - Characteristics tracing and 2D slopes.

More information

Intermediate Parallel Programming & Cluster Computing

Intermediate Parallel Programming & Cluster Computing High Performance Computing Modernization Program (HPCMP) Summer 2011 Puerto Rico Workshop on Intermediate Parallel Programming & Cluster Computing in conjunction with the National Computational Science

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

Transfer and pouring processes of casting by smoothed particle. hydrodynamic method

Transfer and pouring processes of casting by smoothed particle. hydrodynamic method Transfer and pouring processes of casting by smoothed particle hydrodynamic method M. Kazama¹, K. Ogasawara¹, *T. Suwa¹, H. Ito 2, and Y. Maeda 2 1 Application development div., Next generation technical

More information

Support for Multi physics in Chrono

Support for Multi physics in Chrono Support for Multi physics in Chrono The Story Ahead Overview of multi physics strategy in Chrono Summary of handling rigid/flexible body dynamics using Lagrangian approach Summary of handling fluid, and

More information

HACC: Extreme Scaling and Performance Across Diverse Architectures

HACC: Extreme Scaling and Performance Across Diverse Architectures HACC: Extreme Scaling and Performance Across Diverse Architectures Salman Habib HEP and MCS Divisions Argonne National Laboratory Vitali Morozov Nicholas Frontiere Hal Finkel Adrian Pope Katrin Heitmann

More information

Experiences with ENZO on the Intel R Many Integrated Core (Intel MIC) Architecture

Experiences with ENZO on the Intel R Many Integrated Core (Intel MIC) Architecture Experiences with ENZO on the Intel R Many Integrated Core (Intel MIC) Architecture 1 Introduction Robert Harkness National Institute for Computational Sciences Oak Ridge National Laboratory The National

More information

Extracting Insights from Astrophysics Simulations arxiv: v1 [astro-ph.im] 28 Nov 2017 Nathan J. Goldbaum 1

Extracting Insights from Astrophysics Simulations arxiv: v1 [astro-ph.im] 28 Nov 2017 Nathan J. Goldbaum 1 Extracting Insights from Astrophysics Simulations arxiv:1711.10373v1 [astro-ph.im] 28 Nov 2017 Nathan J. Goldbaum 1 1 National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign,

More information

VisIVO Extracting Galaxies

VisIVO Extracting Galaxies VO Day Usecase 4 VisIVO Extracting Galaxies The result of a Cosmological N Body SPH simulation is a set of millions (sometimes billions) of particles. From this complex distribution, we show how we can

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

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

Algorithms, System and Data Centre Optimisation for Energy Efficient HPC

Algorithms, System and Data Centre Optimisation for Energy Efficient HPC 2015-09-14 Algorithms, System and Data Centre Optimisation for Energy Efficient HPC Vincent Heuveline URZ Computing Centre of Heidelberg University EMCL Engineering Mathematics and Computing Lab 1 Energy

More information

Fluent User Services Center

Fluent User Services Center Solver Settings 5-1 Using the Solver Setting Solver Parameters Convergence Definition Monitoring Stability Accelerating Convergence Accuracy Grid Independence Adaption Appendix: Background Finite Volume

More information

Large-scale Gas Turbine Simulations on GPU clusters

Large-scale Gas Turbine Simulations on GPU clusters Large-scale Gas Turbine Simulations on GPU clusters Tobias Brandvik and Graham Pullan Whittle Laboratory University of Cambridge A large-scale simulation Overview PART I: Turbomachinery PART II: Stencil-based

More information

Chapter 1 - Basic Equations

Chapter 1 - Basic Equations 2.20 Marine Hydrodynamics, Fall 2017 Lecture 2 Copyright c 2017 MIT - Department of Mechanical Engineering, All rights reserved. 2.20 Marine Hydrodynamics Lecture 2 Chapter 1 - Basic Equations 1.1 Description

More information

Accelerating Fluids Simulation Using SPH and Implementation on GPU

Accelerating Fluids Simulation Using SPH and Implementation on GPU IT 15076 Examensarbete 30 hp December 2015 Accelerating Fluids Simulation Using SPH and Implementation on GPU Aditya Hendra Institutionen för informationsteknologi Department of Information Technology

More information

arxiv: v2 [astro-ph.im] 20 Oct 2017

arxiv: v2 [astro-ph.im] 20 Oct 2017 Fast and accurate Voronoi density gridding from Lagrangian hydrodynamics data Maya A. Petkova a,, Guillaume Laibe b, Ian A. Bonnell a arxiv:1710.07108v2 [astro-ph.im] 20 Oct 2017 a School of Physics and

More information

NVIDIA. Interacting with Particle Simulation in Maya using CUDA & Maximus. Wil Braithwaite NVIDIA Applied Engineering Digital Film

NVIDIA. Interacting with Particle Simulation in Maya using CUDA & Maximus. Wil Braithwaite NVIDIA Applied Engineering Digital Film NVIDIA Interacting with Particle Simulation in Maya using CUDA & Maximus Wil Braithwaite NVIDIA Applied Engineering Digital Film Some particle milestones FX Rendering Physics 1982 - First CG particle FX

More information

First Steps of YALES2 Code Towards GPU Acceleration on Standard and Prototype Cluster

First Steps of YALES2 Code Towards GPU Acceleration on Standard and Prototype Cluster First Steps of YALES2 Code Towards GPU Acceleration on Standard and Prototype Cluster YALES2: Semi-industrial code for turbulent combustion and flows Jean-Matthieu Etancelin, ROMEO, NVIDIA GPU Application

More information

Constraint fluids in Sprinkle. Dennis Gustafsson Mediocre

Constraint fluids in Sprinkle. Dennis Gustafsson Mediocre Constraint fluids in Sprinkle Dennis Gustafsson Mediocre Sprinkle. Sequel. Put out fires. Makeshift firetruck. Distant moon of Saturn. Fluid sim used at the core. Not only to put out fires -> move obstacles,

More information

A brief description of the particle finite element method (PFEM2). Extensions to free surface

A brief description of the particle finite element method (PFEM2). Extensions to free surface A brief description of the particle finite element method (PFEM2). Extensions to free surface flows. Juan M. Gimenez, L.M. González, CIMEC Universidad Nacional del Litoral (UNL) Santa Fe, Argentina Universidad

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

Adaptive Mesh Astrophysical Fluid Simulations on GPU. San Jose 10/2/2009 Peng Wang, NVIDIA

Adaptive Mesh Astrophysical Fluid Simulations on GPU. San Jose 10/2/2009 Peng Wang, NVIDIA Adaptive Mesh Astrophysical Fluid Simulations on GPU San Jose 10/2/2009 Peng Wang, NVIDIA Overview Astrophysical motivation & the Enzo code Finite volume method and adaptive mesh refinement (AMR) CUDA

More information

Overview of Traditional Surface Tracking Methods

Overview of Traditional Surface Tracking Methods Liquid Simulation With Mesh-Based Surface Tracking Overview of Traditional Surface Tracking Methods Matthias Müller Introduction Research lead of NVIDIA PhysX team PhysX GPU acc. Game physics engine www.nvidia.com\physx

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

Simulation of Fluid Sloshing in a Tank

Simulation of Fluid Sloshing in a Tank , June 30 - July 2, 2010, London, U.K. Simulation of Fluid Sloshing in a Tank Mr. G.C. Koli, Prof.V.V.Kulkarni, Non-Member, IAENG Abstract Sloshing has widespread applications in many industries including

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

Surface Tension in Smoothed Particle Hydrodynamics on the GPU

Surface Tension in Smoothed Particle Hydrodynamics on the GPU TDT4590 Complex Computer Systems, Specialization Project Fredrik Fossum Surface Tension in Smoothed Particle Hydrodynamics on the GPU Supervisor: Dr. Anne C. Elster Trondheim, Norway, December 21, 2010

More information