Multi-Physics Multi-Code Coupling On Supercomputers

Size: px
Start display at page:

Download "Multi-Physics Multi-Code Coupling On Supercomputers"

Transcription

1 Multi-Physics Multi-Code Coupling On Supercomputers J.C. Cajas 1, G. Houzeaux 1, M. Zavala 1, M. Vázquez 1, B. Uekermann 2, B. Gatzhammer 2, M. Mehl 2, Y. Fournier 3, C. Moulinec 4 1) er, Edificio NEXUS I, Office 204 Gran Capitán 2-4, Barcelona, Spain. 2) Institute for Advanced Study (IAS), Technische Universität München, Lichtenbergstraβe 2a, Garching b. München, Germany. 3) EDF-R&D, Fluid Dynamics, Power Generation, and Environment, 6 quai Waiter BP Chatou Cedex, France. 4) Scientific Computing Department, Science and Technology Facilities Council Daresbury Laboratory, Sci- Tech Daresbury Warrington. WA4 4AD, UK.

2 Why Multiphysics? Multiphysics problems are everywhere. In our environment, in our technology, and in our bodies Through years of research, we have codes to simulate, in an efficient way, the components of multiphysics problems independently

3 Multiphysics strategies Monolithic approach The coupled problem is casted as a whole, resulting in a single algebraic (matrix) problem. The coupling conditions are part of the solution of the problem. You can t use pre-existing code for each component of the coupling Partitioned approach Each component of the problem is treated individually, resulting in as many algebraic problems as physical theories involved. The coupling conditions appear as source terms or boundary conditions, and you can use pre-existing codes. However, instabilities or/and inaccuracy may arise.

4 Example of Multiphysics problems - Fluid-structure interaction (interface coupling) - Fluid-structure-thermal interaction (interface+field interaction) - Fluid-structure-combustion interaction - Fluid-fluid interaction (moving subdomains) - Fluid-particle interaction (point coupling) - Structure-thermal interaction - Electro-mechanical-fluid-1D fluid model (our goal )

5 Multiphysics overview Multicode: Legacy code Research code Coupling technologies: Direct coupling Top-level interface Interfaces: library: change code easily (PLE, PRECICE, TDT) In-house: take advantage of internal data structure

6 HPC context ALYA Multiphysics code Finite Element Method (nodes) Solids mechanics + Electrophysiology Incompressible flow + ALE formulation Code_Saturne CFD code Finite Volume Method (cell centered) Coupling library PLE Challenges => Coupling strategy cannot be the bottleneck => Multiphysics in exascale

7 HPC Simulation Tools: Alya Alya is one of the two CFD codes of the PRACE benchmark suite Lindgren (Sweden), Cray XE system at PDC, incompressible flow CPU s (collaboration with Jing Gong from PDC) Huygens, (The Netherlands), IBM power 6, incompressible flow, 2128 CPU's Jugene BG (Germany): CPU's, incompressible flow (Prace project for Mesh multiplication) and, running first tests of FSI in collaboration with Paolo Crosetto (Julich) Fermi BG (Italy): CPU's, incompressible flow + species transport + Lagrangian particles (Prace project for nose) Curie Bullx (France): CPU s, incompressible flow (collaboration with Jing Gong - PDC) Marenostrum: 5000 CPU s compressible flow, incompressible flow, thermal flow (scalability test) BlueWaters: 100,000 CPU s combustion, elctro-mechanical model (collaboraiton with NCSA)

8 HPC context (cont.) Speedup Alya: CFD-Combustion-Chemistry Blue Waters (USA) Collaboration with NCSA 4.2B elements 525M elements 525M elements

9 HPC context (cont.) Speedup Alya: Electro-mechanical model Blue Waters (USA) Collaboration with NCSA 3.4B elements 427M elements 427M elements

10 The ingredients 1. What The coupling variable to exchange 2. Where The coupling interface or volume 3. How The coupling algorithm 4. When The section of the code where the exchange will be performed

11 What Unknown Derived The unknowns of the equations are the coupling variables (velocity, temperature, pressure, displacement) Quantities derived from the unknowns appearing in the physical equations are the coupling variables (heat flux, shear stress)

12 1. On Volume (Low Mach) 2. On Surface (FSI) 3. On points (Fluid/particle) Navier-Stokes Navier-Stokes Navier-Stokes Where Temperature Solid mechanics Particles

13 Gauss-Seidel approach displacement CFD idle idle force CSD No converged Yes Next time step How Jacobi approach CFD force displacement No converged Yes Next time step CSD

14 When Pre-processing Initialisation of coupling Time loop Non-linear iterations loop Assemble matrix Solve linear problem End non-linear iteration loop End time loop Post-processing

15 Pre-processing Initialize coupling Time loop Non-linear iterations loop Assemble matrix Solve linear problem End non-linear iteration loop End time loop Post-processing When Pre-processing Initialize coupling Time loop Non-linear iterations loop Assemble matrix Solve linear problem End non-linear iteration loop End time loop Post-processing

16 Pre-processing Initialize coupling Time loop Non-linear iterations loop Assemble matrix Solve linear problem End non-linear iteration loop End time loop Post-processing When Pre-processing Initialize coupling Time loop Non-linear iterations loop Assemble matrix Solve linear problem End non-linear iteration loop End time loop Post-processing

17 MPI_COMM_WORLD problem1 CFD Alya coupling library Parallel context ALYA coupling/ple/precice are library linked to the code Codes share the same MPI_COMM_WORLD Codes communicate through MPI messages problem2 SM Alya coupling library 10 CPUs 5 CPUs mpirun -n 10 Alya.x problem1 : -n 5 Alya.x problem2

18 Initialize coupling 1. Wet entity (volume, surface, point) => define a set of target points (nodes, Gauss points) 2. Identify candidate host CPUs for each target point Send my target points to candidates Receive answer from candidates Decide who s the owner CPUs 3. Set communication strategy and arrays wet surface wet surface target source

19 Interpolate value MPI_Send value Put Get and put MPI_Recv value Get

20 At organ level,the heart can be seen as the following coupled problem: Electrical Propagation Coupling Mechanical Deformation The heart as a physical system Boundaries Particular features Macro-micro models and bridging scales Live tissue: metabolism, perfusion... Geometrical problems Coupling: volume and boundaries Large variability Uncertainties Personalized models Blood Flow Boundaries 1D Arterial Network

21 The multiphysics problem Four coupled problems: Electrophysiology, Solid Mechanics, 3D Blood flow (with ALE), 1D Blood flow One single mesh for EP and SM (solid), ALE (fluid), network for 1D Non-structured mesh coming from medical image processing Anisotropic media, complex geometries One parallel code to simulate the full problem Staggered strategy: solving the problems sequentially for each time step

22 Barcelona Supercomputing Cen Biomechanics: Cardiac computational model

23 ADAN - Anatomically Detailed Arterial Network (P. Blanco) Complete high-resolution cardiac geometries (D. Einstein) Fluid-electro-mechanical model Synthetic Purkinje system (R. Sebastian) Barcelona Supercomputing Cen Biomechanics: Cardiac computational model

24 ALYA

25 Arterial 1D network Pablo Blanco, LNCC, Brazil ADAN: Anatomically Detailed Arterial Network

26 Internal coupling of ALYA NASTIN + ALEFOR ALYA WORLD MPI_COMM_split SOLIDZ + EXMEDI MPI framework MPI_COMM_WORLD MPI_COMM_split Intra-code coupling adapter ADAN WORLD

27 FSI-Electrophysiology coupling ALYA

28 Upper and lower airways Fluid-Fluid coupling Imperial College London BSC Jackson State University Barcelona Supercomputing Cen Computational Respiratory System

29 Sniff Barcelona Supercomputing Cen Computational Respiratory System

30 Conclusions Multiphysics problems are exciting and defying (let s have fun) We have the means to address multiphysics (in a partitioned way) There exists interfaces for inter-code coupling Multi-code coupling enhance collaboration, define a standard in the data structures would be desirable For intra-code coupling, an internal library is more efficient

Parallel Uniform Mesh Subdivision in Alya

Parallel Uniform Mesh Subdivision in Alya Available on-line at www.prace-ri.eu Partnership for Advanced Computing in Europe Parallel Uniform Mesh Subdivision in Alya G. Houzeaux a,,r.delacruz a,m.vázquez a a Barcelona Supercomputing Center, Edificio

More information

TOWARDS PARTITIONED FLUID-STRUCTURE INTERACTION ON MASSIVELY PARALLEL SYSTEMS

TOWARDS PARTITIONED FLUID-STRUCTURE INTERACTION ON MASSIVELY PARALLEL SYSTEMS 11th World Congress on Computational Mechanics (WCCM XI) 5th European Conference on Computational Mechanics (ECCM V) 6th European Conference on Computational Fluid Dynamics (ECFD VI) E. Oñate, J. Oliver

More information

High Performance Computational Biomechanics and PRACE. The Perfect Marriage. M. Vázquez, G. Houzeaux and R. de la Cruz

High Performance Computational Biomechanics and PRACE. The Perfect Marriage. M. Vázquez, G. Houzeaux and R. de la Cruz High Performance Computational Biomechanics and PRACE The Perfect Marriage M. Vázquez, G. Houzeaux and R. de la Cruz Barcelona Supercomputing Center Centro Nacional de Supercomputación Spain BoF PRACE

More information

Parallel Mesh Partitioning in Alya

Parallel Mesh Partitioning in Alya Available online at www.prace-ri.eu Partnership for Advanced Computing in Europe Parallel Mesh Partitioning in Alya A. Artigues a *** and G. Houzeaux a* a Barcelona Supercomputing Center ***antoni.artigues@bsc.es

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

Parallel Mesh Multiplication for Code_Saturne

Parallel Mesh Multiplication for Code_Saturne Parallel Mesh Multiplication for Code_Saturne Pavla Kabelikova, Ales Ronovsky, Vit Vondrak a Dept. of Applied Mathematics, VSB-Technical University of Ostrava, Tr. 17. listopadu 15, 708 00 Ostrava, Czech

More information

Interactive HPC: Large Scale In-Situ Visualization Using NVIDIA Index in ALYA MultiPhysics

Interactive HPC: Large Scale In-Situ Visualization Using NVIDIA Index in ALYA MultiPhysics www.bsc.es Interactive HPC: Large Scale In-Situ Visualization Using NVIDIA Index in ALYA MultiPhysics Christopher Lux (NV), Vishal Mehta (BSC) and Marc Nienhaus (NV) May 8 th 2017 Barcelona Supercomputing

More information

Multigrid Solvers in CFD. David Emerson. Scientific Computing Department STFC Daresbury Laboratory Daresbury, Warrington, WA4 4AD, UK

Multigrid Solvers in CFD. David Emerson. Scientific Computing Department STFC Daresbury Laboratory Daresbury, Warrington, WA4 4AD, UK Multigrid Solvers in CFD David Emerson Scientific Computing Department STFC Daresbury Laboratory Daresbury, Warrington, WA4 4AD, UK david.emerson@stfc.ac.uk 1 Outline Multigrid: general comments Incompressible

More information

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

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

More information

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

Recent applications of overset mesh technology in SC/Tetra

Recent applications of overset mesh technology in SC/Tetra Recent applications of overset mesh technology in SC/Tetra NIA CFD Seminar October 6, 2014 Tomohiro Irie Software Cradle Co., Ltd. 1 Contents Introduction Software Cradle SC/Tetra Background of Demands

More information

JuanIYachtIDesign8ITestingILESIturbulenceImodelsIinIraceIboat sailsi

JuanIYachtIDesign8ITestingILESIturbulenceImodelsIinIraceIboat sailsi AvailableIonlineIatIwwwNpraceAriNeu Partnership foriadvancedicomputingiinieurope JuanIYachtIDesign8ITestingILESIturbulenceImodelsIinIraceIboat sailsi HerbertIOwen af RIPatriciaIIzaguirre b RIGonzaloIKouyoumdjian

More information

Optimizing TELEMAC-2D for Large-scale Flood Simulations

Optimizing TELEMAC-2D for Large-scale Flood Simulations Available on-line at www.prace-ri.eu Partnership for Advanced Computing in Europe Optimizing TELEMAC-2D for Large-scale Flood Simulations Charles Moulinec a,, Yoann Audouin a, Andrew Sunderland a a STFC

More information

Two-Phase flows on massively parallel multi-gpu clusters

Two-Phase flows on massively parallel multi-gpu clusters Two-Phase flows on massively parallel multi-gpu clusters Peter Zaspel Michael Griebel Institute for Numerical Simulation Rheinische Friedrich-Wilhelms-Universität Bonn Workshop Programming of Heterogeneous

More information

2008 International ANSYS Conference

2008 International ANSYS Conference 2008 International ANSYS Conference FEM AND FSI SIMULATIONS OF IMPACT LOADS ON GRP SUBSEA COMPOSITE COVERS Kjetil Rognlien, MSc Technical Consultant EDR AS, Norway 2008 ANSYS, Inc. All rights reserved.

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

Code Saturne on POWER8 clusters: First Investigations

Code Saturne on POWER8 clusters: First Investigations Code Saturne on POWER8 clusters: First Investigations C. MOULINEC, V. SZEREMI, D.R. EMERSON (STFC Daresbury Lab., UK) Y. FOURNIER (EDF R&D, FR) P. VEZOLLE, L. ENAULT (IBM Montpellier, FR) B. ANLAUF, M.

More information

Implementation of an integrated efficient parallel multiblock Flow solver

Implementation of an integrated efficient parallel multiblock Flow solver Implementation of an integrated efficient parallel multiblock Flow solver Thomas Bönisch, Panagiotis Adamidis and Roland Rühle adamidis@hlrs.de Outline Introduction to URANUS Why using Multiblock meshes

More information

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering.

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Author: Dr.-Ing. Peter Binde Abstract: In this paper, the latest approaches in the field of CAD-CAE product

More information

CFD in COMSOL Multiphysics

CFD in COMSOL Multiphysics CFD in COMSOL Multiphysics Christian Wollblad Copyright 2017 COMSOL. Any of the images, text, and equations here may be copied and modified for your own internal use. All trademarks are the property of

More information

HPC for Cardiovascular System Simulations Kick-off meeting

HPC for Cardiovascular System Simulations Kick-off meeting PI: co-pi: Simone Deparis EPFL - Lausanne MODEL VALIDATION HPC for Cardiovascular System Simulations Kick-off meeting OUTCOME USI - Lugano, March 16th-17th 2010 Team PI: copi: Simone Deparis, PhD Senior:

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

midas NFX 2017R1 Release Note

midas NFX 2017R1 Release Note Total Solution for True Analysis-driven Design midas NFX 2017R1 Release Note 1 midas NFX R E L E A S E N O T E 2 0 1 7 R 1 Major Improvements Midas NFX is an integrated finite element analysis program

More information

Computational Fluid Dynamics - Incompressible Flows

Computational Fluid Dynamics - Incompressible Flows Computational Fluid Dynamics - Incompressible Flows March 25, 2008 Incompressible Flows Basis Functions Discrete Equations CFD - Incompressible Flows CFD is a Huge field Numerical Techniques for solving

More information

System Level Cooling, Fatigue, and Durability. Co-Simulation. Stuart A. Walker, Ph.D.

System Level Cooling, Fatigue, and Durability. Co-Simulation. Stuart A. Walker, Ph.D. System Level Cooling, Fatigue, and Durability Analysis via Multiphysics Co-Simulation Stuart A. Walker, Ph.D. swalker@altair.com Outline Motivation Presentation of process Presentation of tools Presentation

More information

1 Past Research and Achievements

1 Past Research and Achievements Parallel Mesh Generation and Adaptation using MAdLib T. K. Sheel MEMA, Universite Catholique de Louvain Batiment Euler, Louvain-La-Neuve, BELGIUM Email: tarun.sheel@uclouvain.be 1 Past Research and Achievements

More information

CDA Workshop Physical & Numerical Hydraulic Modelling. STAR-CCM+ Presentation

CDA Workshop Physical & Numerical Hydraulic Modelling. STAR-CCM+ Presentation CDA Workshop Physical & Numerical Hydraulic Modelling STAR-CCM+ Presentation ENGINEERING SIMULATION CFD FEA Mission Increase the competitiveness of companies through optimization of their product development

More information

Coupling OpenFOAM and MBDyn with precice coupling tool

Coupling OpenFOAM and MBDyn with precice coupling tool Coupling OpenFOAM and MBDyn with precice coupling tool Mikko Folkersma Faculty of Aerospace Engineering Section of Wind Energy Delft University of Technology Delft, The Netherlands Outline 1. Introduction

More information

SHAPE pilot Monotricat SRL: Hull resistance simulations for an innovative hull using OpenFOAM

SHAPE pilot Monotricat SRL: Hull resistance simulations for an innovative hull using OpenFOAM Available online at www.prace-ri.eu Partnership for Advanced Computing in Europe SHAPE pilot Monotricat SRL: Hull resistance simulations for an innovative hull using OpenFOAM Lilit Axner a,b, Jing Gong

More information

Mixed OpenMP/MPI approaches on Blue Gene for CDF applications (EDF R&D and IBM Research collaboration)

Mixed OpenMP/MPI approaches on Blue Gene for CDF applications (EDF R&D and IBM Research collaboration) IBM eserver pseries Sciomp15- May 2008 - Barcelona Mixed OpenMP/MPI approaches on Blue Gene for CDF applications (EDF R&D and IBM Research collaboration) Pascal Vezolle - IBM Deep Computing, vezolle@fr.ibm.com

More information

EFFICIENT SOLVER FOR LINEAR ALGEBRAIC EQUATIONS ON PARALLEL ARCHITECTURE USING MPI

EFFICIENT SOLVER FOR LINEAR ALGEBRAIC EQUATIONS ON PARALLEL ARCHITECTURE USING MPI EFFICIENT SOLVER FOR LINEAR ALGEBRAIC EQUATIONS ON PARALLEL ARCHITECTURE USING MPI 1 Akshay N. Panajwar, 2 Prof.M.A.Shah Department of Computer Science and Engineering, Walchand College of Engineering,

More information

HPC SERVICE PROVISION FOR THE UK

HPC SERVICE PROVISION FOR THE UK HPC SERVICE PROVISION FOR THE UK 5 SEPTEMBER 2016 Dr Alan D Simpson ARCHER CSE Director EPCC Technical Director Overview Tiers of HPC Tier 0 PRACE Tier 1 ARCHER DiRAC Tier 2 EPCC Oxford Cambridge UCL Tiers

More information

CS 231. Fluid simulation

CS 231. Fluid simulation CS 231 Fluid simulation Why Simulate Fluids? Feature film special effects Computer games Medicine (e.g. blood flow in heart) Because it s fun Fluid Simulation Called Computational Fluid Dynamics (CFD)

More information

ANSYS AIM 16.0 Overview. AIM Program Management

ANSYS AIM 16.0 Overview. AIM Program Management 1 2015 ANSYS, Inc. September 27, 2015 ANSYS AIM 16.0 Overview AIM Program Management 2 2015 ANSYS, Inc. September 27, 2015 Today s Simulation Challenges Leveraging simulation across engineering organizations

More information

Object-Oriented CFD Solver Design

Object-Oriented CFD Solver Design Object-Oriented CFD Solver Design Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd. United Kingdom 10/Mar2005 Object-Oriented CFD Solver Design p.1/29 Outline Objective Present new approach to software design

More information

FOR P3: A monolithic multigrid FEM solver for fluid structure interaction

FOR P3: A monolithic multigrid FEM solver for fluid structure interaction FOR 493 - P3: A monolithic multigrid FEM solver for fluid structure interaction Stefan Turek 1 Jaroslav Hron 1,2 Hilmar Wobker 1 Mudassar Razzaq 1 1 Institute of Applied Mathematics, TU Dortmund, Germany

More information

OpenFOAM and Third Party Structural Solver for Fluid Structure Interaction Simulations

OpenFOAM and Third Party Structural Solver for Fluid Structure Interaction Simulations OpenFOAM and Third Party Structural Solver for Fluid Structure Interaction Simulations Robert L. Campbell rlc138@arl.psu.edu Fluids and Structural Mechanics Office Applied Research Laboratory The Pennsylvania

More information

Multiphysics simulations of nuclear reactors and more

Multiphysics simulations of nuclear reactors and more Multiphysics simulations of nuclear reactors and more Gothenburg Region OpenFOAM User Group Meeting Klas Jareteg klasjareteg@chalmersse Division of Nuclear Engineering Department of Applied Physics Chalmers

More information

Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich

Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich 1 Computational Fluid dynamics Computational fluid dynamics (CFD) is the analysis of systems involving fluid flow, heat

More information

Generalized Porous Media Flow in ICFDLSDYNA: FSI, Free-Surface, RTM and. Parachute Modeling

Generalized Porous Media Flow in ICFDLSDYNA: FSI, Free-Surface, RTM and. Parachute Modeling Generalized Porous Media Flow in ICFDLSDYNA: FSI, Free-Surface, RTM and Parachute Modeling Rodrigo R. Paz1, Facundo Del Pin1, Iñaki Caldichoury1 and Hugo G. Castro2 1 Livermore Software Technology Corporation,

More information

Immersed Boundary Method and Chimera Method applied to Fluid-

Immersed Boundary Method and Chimera Method applied to Fluid- The numericsacademy Fixed Colloquium IBM on Moving Immersed IBM Boundary Applications Methods : Conclusion Current Status and Future Research Directions 15-17 June 2009, Academy Building, Amsterdam, the

More information

Impact and Optimum Placement of Off-Shore Energy Generating Platforms

Impact and Optimum Placement of Off-Shore Energy Generating Platforms Available on-line at www.prace-ri.eu Partnership for Advanced Computing in Europe Impact and Optimum Placement of Off-Shore Energy Generating Platforms Charles Moulinec a,, David R. Emerson a a STFC Daresbury,

More information

Virtual EM Inc. Ann Arbor, Michigan, USA

Virtual EM Inc. Ann Arbor, Michigan, USA Functional Description of the Architecture of a Special Purpose Processor for Orders of Magnitude Reduction in Run Time in Computational Electromagnetics Tayfun Özdemir Virtual EM Inc. Ann Arbor, Michigan,

More information

Numerical Simulations of Fluid-Structure Interaction Problems using MpCCI

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

More information

Mutltiphysics for Ironcad Demonstration Models (Rev. 1.1)

Mutltiphysics for Ironcad Demonstration Models (Rev. 1.1) Centrifuge Model The centrifuge model demonstrates how to perform a rotational spinning centrifugal load analysis. It also demonstrates how to group different parts with/without the intended initial bonding

More information

Numerical Methods in Aerodynamics. Fluid Structure Interaction. Lecture 4: Fluid Structure Interaction

Numerical Methods in Aerodynamics. Fluid Structure Interaction. Lecture 4: Fluid Structure Interaction Fluid Structure Interaction Niels N. Sørensen Professor MSO, Ph.D. Department of Civil Engineering, Alborg University & Wind Energy Department, Risø National Laboratory Technical University of Denmark

More information

Coupled Analysis of FSI

Coupled Analysis of FSI Coupled Analysis of FSI Qin Yin Fan Oct. 11, 2008 Important Key Words Fluid Structure Interface = FSI Computational Fluid Dynamics = CFD Pressure Displacement Analysis = PDA Thermal Stress Analysis = TSA

More information

SFC based multi-partitioning for accurate load balancing of CFD simulations

SFC based multi-partitioning for accurate load balancing of CFD simulations Tenth International Conference on Computational Fluid Dynamics (ICCFD10), Barcelona,Spain, July 9-13, 2018 ICCFD10-380 SFC based multi-partitioning for accurate load balancing of CFD simulations R. Borrell

More information

Example Simulations in OpenFOAM

Example Simulations in OpenFOAM Example Simulations in OpenFOAM Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom FSB, University of Zagreb, Croatia 18/Nov/2005 Example Simulations in OpenFOAM p.1/26 Outline Objective Present

More information

Mathematics Behind CFD

Mathematics Behind CFD Mathematics Behind CFD applied to modeling slot die coating hoppers Key Fields for CFD Mathematics Physics Software Engineering The goal of the training- turn the ferocious 3 headed dog into a cute puppy

More information

Overview and Recent Developments of Dynamic Mesh Capabilities

Overview and Recent Developments of Dynamic Mesh Capabilities Overview and Recent Developments of Dynamic Mesh Capabilities Henrik Rusche and Hrvoje Jasak h.rusche@wikki-gmbh.de and h.jasak@wikki.co.uk Wikki Gmbh, Germany Wikki Ltd, United Kingdom 6th OpenFOAM Workshop,

More information

Facundo DEL PIN / Iñaki ÇALDICHOURY / Rodrigo PAZ / / Livermore Software Technology Corporation

Facundo DEL PIN / Iñaki ÇALDICHOURY / Rodrigo PAZ / / Livermore Software Technology Corporation LS-DYNA R R7 : Strong Fluid Structure Interaction (FSI) capabilities and associated meshing tools for the incompressible CFD solver (ICFD), applications and examples Facundo DEL PIN / Iñaki ÇALDICHOURY

More information

High Performance Computing: Tools and Applications

High Performance Computing: Tools and Applications High Performance Computing: Tools and Applications Edmond Chow School of Computational Science and Engineering Georgia Institute of Technology Lecture 15 Numerically solve a 2D boundary value problem Example:

More information

How TMG Uses Elements and Nodes

How TMG Uses Elements and Nodes Simulation: TMG Thermal Analysis User's Guide How TMG Uses Elements and Nodes Defining Boundary Conditions on Elements You create a TMG thermal model in exactly the same way that you create any finite

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

cuibm A GPU Accelerated Immersed Boundary Method

cuibm A GPU Accelerated Immersed Boundary Method cuibm A GPU Accelerated Immersed Boundary Method S. K. Layton, A. Krishnan and L. A. Barba Corresponding author: labarba@bu.edu Department of Mechanical Engineering, Boston University, Boston, MA, 225,

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

Towards an HPC tool for simulation of 3D CSEM surveys: and edge-based approach

Towards an HPC tool for simulation of 3D CSEM surveys: and edge-based approach www.bsc.es Towards an HPC tool for simulation of 3D CSEM surveys: and edge-based approach Octavio Castillo Reyes Computer Applications in Science & Engineering Department My country 2 Scholarship CONACyT

More information

2.7 Cloth Animation. Jacobs University Visualization and Computer Graphics Lab : Advanced Graphics - Chapter 2 123

2.7 Cloth Animation. Jacobs University Visualization and Computer Graphics Lab : Advanced Graphics - Chapter 2 123 2.7 Cloth Animation 320491: Advanced Graphics - Chapter 2 123 Example: Cloth draping Image Michael Kass 320491: Advanced Graphics - Chapter 2 124 Cloth using mass-spring model Network of masses and springs

More information

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

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

More information

Autodesk Simulation Multiphysics

Autodesk Simulation Multiphysics Autodesk Simulation Multiphysics Course Length: 2 days This course will introduce you to performing computational fluid dynamics (CFD) analyses on 3-D models. All of the available load and constraint options

More information

HYBRID THERMOPLASTIC YARN TO 3D COMPLEX SHAPED THERMOPLASTIC COMPOSITE STRUCTURE: SIMULATION OF BRAIDING AND SUBSEQUENT CONSOLIDATION

HYBRID THERMOPLASTIC YARN TO 3D COMPLEX SHAPED THERMOPLASTIC COMPOSITE STRUCTURE: SIMULATION OF BRAIDING AND SUBSEQUENT CONSOLIDATION HYBRID THERMOPLASTIC YARN TO 3D COMPLEX SHAPED THERMOPLASTIC COMPOSITE STRUCTURE: SIMULATION OF BRAIDING AND SUBSEQUENT CONSOLIDATION Y. Duplessis Kergomard a*, M. Perrin b, A. Trameçon c, P. De Luca a

More information

High Performance Computing

High Performance Computing High Performance Computing ADVANCED SCIENTIFIC COMPUTING Dr. Ing. Morris Riedel Adjunct Associated Professor School of Engineering and Natural Sciences, University of Iceland Research Group Leader, Juelich

More information

simulation framework for piecewise regular grids

simulation framework for piecewise regular grids WALBERLA, an ultra-scalable multiphysics simulation framework for piecewise regular grids ParCo 2015, Edinburgh September 3rd, 2015 Christian Godenschwager, Florian Schornbaum, Martin Bauer, Harald Köstler

More information

2008 International ANSYS Conference Strongly Coupled FSI Simulation Moving Compressible Pressure Pulse through a Tube

2008 International ANSYS Conference Strongly Coupled FSI Simulation Moving Compressible Pressure Pulse through a Tube 2008 International ANSYS Conference Strongly Coupled FSI Simulation Moving Compressible Pressure Pulse through a Tube Daniel L. Cler, US Army RDECOM/ ARDEC/ WSEC/ Benet Labs 1 Overview Background Problem

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

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

High Performance Computing : Code_Saturne in the PRACE project

High Performance Computing : Code_Saturne in the PRACE project High Performance Computing : Code_Saturne in the PRACE project Andy SUNDERLAND Charles MOULINEC STFC Daresbury Laboratory, UK Code_Saturne User Meeting Chatou 1st-2nd Dec 28 STFC Daresbury Laboratory HPC

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

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

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

More information

INNOVATIVE CFD FOR SUPER-COMPUTER RESULTS ON YOUR DESKTOP

INNOVATIVE CFD FOR SUPER-COMPUTER RESULTS ON YOUR DESKTOP INNOVATIVE CFD FOR SUPER-COMPUTER RESULTS ON YOUR DESKTOP XFlow is a next generation CFD software that uses a proprietary, particle-based, meshless approach which can easily handle traditionally complex

More information

PRACE Workshop: Application Case Study: Code_Saturne. Andrew Sunderland, Charles Moulinec, Zhi Shang. Daresbury Laboratory, UK

PRACE Workshop: Application Case Study: Code_Saturne. Andrew Sunderland, Charles Moulinec, Zhi Shang. Daresbury Laboratory, UK PRACE Workshop: Application Case Study: Code_Saturne Andrew Sunderland, Charles Moulinec, Zhi Shang Science and Technology Facilities Council, Daresbury Laboratory, UK Yvan Fournier, Electricite it de

More information

High-Order Methods for Turbulent Transport in Engineering and Geosciences.

High-Order Methods for Turbulent Transport in Engineering and Geosciences. High-Order Methods for Turbulent Transport in Engineering and Geosciences. PI: Paul Fischer, University of Illinois, Urbana-Champaign, fischerp@illinois.edu Collaborators: Ananias Tomboulides, University

More information

Performances and Tuning for Designing a Fast Parallel Hemodynamic Simulator. Bilel Hadri

Performances and Tuning for Designing a Fast Parallel Hemodynamic Simulator. Bilel Hadri Performances and Tuning for Designing a Fast Parallel Hemodynamic Simulator Bilel Hadri University of Tennessee Innovative Computing Laboratory Collaboration: Dr Marc Garbey, University of Houston, Department

More information

Finite Volume Discretization on Irregular Voronoi Grids

Finite Volume Discretization on Irregular Voronoi Grids Finite Volume Discretization on Irregular Voronoi Grids C.Huettig 1, W. Moore 1 1 Hampton University / National Institute of Aerospace Folie 1 The earth and its terrestrial neighbors NASA Colin Rose, Dorling

More information

Performance of Implicit Solver Strategies on GPUs

Performance of Implicit Solver Strategies on GPUs 9. LS-DYNA Forum, Bamberg 2010 IT / Performance Performance of Implicit Solver Strategies on GPUs Prof. Dr. Uli Göhner DYNAmore GmbH Stuttgart, Germany Abstract: The increasing power of GPUs can be used

More information

A MULTI-DOMAIN ALE ALGORITHM FOR SIMULATING FLOWS INSIDE FREE-PISTON DRIVEN HYPERSONIC TEST FACILITIES

A MULTI-DOMAIN ALE ALGORITHM FOR SIMULATING FLOWS INSIDE FREE-PISTON DRIVEN HYPERSONIC TEST FACILITIES A MULTI-DOMAIN ALE ALGORITHM FOR SIMULATING FLOWS INSIDE FREE-PISTON DRIVEN HYPERSONIC TEST FACILITIES Khalil Bensassi, and Herman Deconinck Von Karman Institute for Fluid Dynamics Aeronautics & Aerospace

More information

Massively Parallel Finite Element Simulations with deal.ii

Massively Parallel Finite Element Simulations with deal.ii Massively Parallel Finite Element Simulations with deal.ii Timo Heister, Texas A&M University 2012-02-16 SIAM PP2012 joint work with: Wolfgang Bangerth, Carsten Burstedde, Thomas Geenen, Martin Kronbichler

More information

Coupling of STAR-CCM+ to Other Theoretical or Numerical Solutions. Milovan Perić

Coupling of STAR-CCM+ to Other Theoretical or Numerical Solutions. Milovan Perić Coupling of STAR-CCM+ to Other Theoretical or Numerical Solutions Milovan Perić Contents The need to couple STAR-CCM+ with other theoretical or numerical solutions Coupling approaches: surface and volume

More information

Efficient Global Element Indexing for Parallel Adaptive Flow Solvers

Efficient Global Element Indexing for Parallel Adaptive Flow Solvers Procedia Computer Science Volume 29, 2014, Pages 246 255 ICCS 2014. 14th International Conference on Computational Science Efficient Global Element Indexing for Parallel Adaptive Flow Solvers Michael Lieb,

More information

Introduction to Abaqus/CFD for Multiphysics Applications

Introduction to Abaqus/CFD for Multiphysics Applications Introduction to Abaqus/CFD for Multiphysics Applications R 6.12 About this Course Course objectives Upon completion of this course you will be able to: Set up and create CFD and FSI models with Abaqus

More information

FIDAP Fidap 8.5 Page 1 of 6

FIDAP Fidap 8.5 Page 1 of 6 FIDAP 8.5 Page 1 of 6 FIDAP 8.5 is the CFD solver of choice for a wide variety of laminar and turbulent flows that arise in the polymer processing, thin film coating, biomedical, semiconductor crystal

More information

SPEED-UP GEARBOX SIMULATIONS BY INTEGRATING SCORG. Dr. Christine Klier, Sahand Saheb-Jahromi, Ludwig Berger*

SPEED-UP GEARBOX SIMULATIONS BY INTEGRATING SCORG. Dr. Christine Klier, Sahand Saheb-Jahromi, Ludwig Berger* SPEED-UP GEARBOX SIMULATIONS BY INTEGRATING SCORG Dr. Christine Klier, Sahand Saheb-Jahromi, Ludwig Berger* CFD SCHUCK ENGINEERING Engineering Services in computational fluid Dynamics (CFD) 25 employees

More information

Achieving Efficient Strong Scaling with PETSc Using Hybrid MPI/OpenMP Optimisation

Achieving Efficient Strong Scaling with PETSc Using Hybrid MPI/OpenMP Optimisation Achieving Efficient Strong Scaling with PETSc Using Hybrid MPI/OpenMP Optimisation Michael Lange 1 Gerard Gorman 1 Michele Weiland 2 Lawrence Mitchell 2 Xiaohu Guo 3 James Southern 4 1 AMCG, Imperial College

More information

Applications of ICFD solver by LS-DYNA in Automotive Fields to Solve Fluid-Solid-Interaction (FSI) Problems

Applications of ICFD solver by LS-DYNA in Automotive Fields to Solve Fluid-Solid-Interaction (FSI) Problems Applications of ICFD solver by LS-DYNA in Automotive Fields to Solve Fluid-Solid-Interaction (FSI) Problems George Wang(1 ), Facundo del Pin(2), Inaki Caldichoury (2), Prince Rodriguez(3), Jason Tippie

More information

A brief introduction to fluidstructure. O. Souček

A brief introduction to fluidstructure. O. Souček A brief introduction to fluidstructure interactions O. Souček Fluid-structure interactions Important class computational models Civil engineering Biomechanics Industry Geophysics From http://www.ihs.uni-stuttgart.de

More information

Analysis, extensions and applications of the Finite-Volume Particle Method (FVPM) PN-II-RU-TE Synthesis of the technical report -

Analysis, extensions and applications of the Finite-Volume Particle Method (FVPM) PN-II-RU-TE Synthesis of the technical report - Analysis, extensions and applications of the Finite-Volume Particle Method (FVPM) PN-II-RU-TE-2011-3-0256 - Synthesis of the technical report - Phase 1: Preparation phase Authors: Delia Teleaga, Eliza

More information

Efficient Algorithmic Approaches for Flow Simulations on Cartesian Grids

Efficient Algorithmic Approaches for Flow Simulations on Cartesian Grids Efficient Algorithmic Approaches for Flow Simulations on Cartesian Grids M. Bader, H.-J. Bungartz, B. Gatzhammer, M. Mehl, T. Neckel, T. Weinzierl TUM Department of Informatics Chair of Scientific Computing

More information

Advanced Computation in the design and development of aircraft engines. Serge Eury SNECMA

Advanced Computation in the design and development of aircraft engines. Serge Eury SNECMA Advanced Computation in the design and development of aircraft engines 1 Serge Eury SNECMA Advanced Computation in the design and development of aircraft engines Introduction Some examples Conclusions

More information

Simulation and Optimization of Biomedical Devices. Mike Nicolai Jülich

Simulation and Optimization of Biomedical Devices. Mike Nicolai Jülich Simulation and Optimization of Biomedical Devices. Mike Nicolai Jülich 7.5.2013 Contents SimLab: Highly Scalable Fluids and Solids Engineering Goals Projects The XNS flow solver Features Code Performance

More information

Solved with COMSOL Multiphysics 4.2

Solved with COMSOL Multiphysics 4.2 Peristaltic Pump Solved with COMSOL Multiphysics 4.2 Introduction In a peristaltic pump, rotating rollers squeeze a flexible tube. As the pushed-down rollers move along the tube, fluids in the tube follow

More information

Outline. COMSOL Multyphysics: Overview of software package and capabilities

Outline. COMSOL Multyphysics: Overview of software package and capabilities COMSOL Multyphysics: Overview of software package and capabilities Lecture 5 Special Topics: Device Modeling Outline Basic concepts and modeling paradigm Overview of capabilities Steps in setting-up a

More information

Volumetric Deformable Models for Simulation of Laparoscopic Surgery

Volumetric Deformable Models for Simulation of Laparoscopic Surgery Volumetric Deformable Models for Simulation of Laparoscopic Surgery S. Cotin y, H. Delingette y, J.M. Clément z V. Tassetti z, J. Marescaux z, N. Ayache y y INRIA, Epidaure Project 2004, route des Lucioles,

More information

PRACE Workshop, Worksheet 2

PRACE Workshop, Worksheet 2 PRACE Workshop, Worksheet 2 Stockholm, December 3, 2013. 0 Download files http://csc.kth.se/ rvda/prace files ws2.tar.gz. 1 Introduction In this exercise, you will have the opportunity to work with a real

More information

OpenFOAM: Open Platform for Complex Physics Simulations

OpenFOAM: Open Platform for Complex Physics Simulations OpenFOAM: Open Platform for Complex Physics Simulations Hrvoje Jasak h.jasak@wikki.co.uk, hrvoje.jasak@fsb.hr FSB, University of Zagreb, Croatia Wikki Ltd, United Kingdom 18th October 2007 OpenFOAM: Open

More information

ALYA Multi-Physics System on GPUs: Offloading Large-Scale Computational Mechanics Problems

ALYA Multi-Physics System on GPUs: Offloading Large-Scale Computational Mechanics Problems www.bsc.es ALYA Multi-Physics System on GPUs: Offloading Large-Scale Computational Mechanics Problems Vishal Mehta Engineer, Barcelona Supercomputing Center vishal.mehta@bsc.es Training BSC/UPC GPU Centre

More information

ELSA Performance Analysis

ELSA Performance Analysis ELSA Performance Analysis Xavier Saez and José María Cela Barcelona Supercomputing Center Technical Report TR/CASE-08-1 2008 1 ELSA Performance Analysis Xavier Saez 1 and José María Cela 2 1 Computer Application

More information

Computational Fluid Dynamics with the Lattice Boltzmann Method KTH SCI, Stockholm

Computational Fluid Dynamics with the Lattice Boltzmann Method KTH SCI, Stockholm Computational Fluid Dynamics with the Lattice Boltzmann Method KTH SCI, Stockholm March 17 March 21, 2014 Florian Schornbaum, Martin Bauer, Simon Bogner Chair for System Simulation Friedrich-Alexander-Universität

More information

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial Auto Injector Syringe A Fluent Dynamic Mesh 1DOF Tutorial 1 2015 ANSYS, Inc. June 26, 2015 Prerequisites This tutorial is written with the assumption that You have attended the Introduction to ANSYS Fluent

More information

arxiv: v1 [physics.comp-ph] 18 Apr 2014

arxiv: v1 [physics.comp-ph] 18 Apr 2014 arxiv:1404.4881v1 [physics.comp-ph] 18 Apr 2014 Alya: Towards Exascale for Engineering Simulation Codes Mariano Vázquez 1,2, Guillaume Houzeaux 1, Seid Koric 3, Antoni Artigues 1, Jazmin Aguado-Sierra

More information