Scientific Computing Lab Outlook / State of Research Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science.

Slides:



Advertisements
Similar presentations
Technische Universität München Fakultät für Informatik Scientific Computing in Computer Science Practical Course CFD - Free Boundary Value Problems Tobias.
Advertisements

Lab Course CFD Preliminay Discussion Dr. Miriam Mehl Institut für Informatik Schwerpunkt Wissenschaftliches Rechnen.
Practical Course SC & V Free Boundary Value Problems Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science.
CSE Seminar Benefits of Hierarchy and Adaptivity Preliminary Discussion Dr. Michael Bader / Dr. Miriam Mehl Institut für Informatik Scientific Computing.
Practical Course SC & V More on Boundaries Dr. Miriam Mehl Institut für Informatik Schwerpunkt Wissenschaftliches Rechnen.
Institut für Informatik Scientific Computing in Computer Science Practical Course SC & V Time Discretisation Dr. Miriam Mehl.
Multidisciplinary Computation and Numerical Simulation V. Selmin.
Scientific Computing Lab Results Worksheet 3 Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science.
Scientific Computing Lab Introduction to COMSOL - Multiphysics Dheevatsa Mudigere Institut für Informatik Scientific Computing in Computer Science.
Computational Fluid Dynamics
An Eulerian Divergence Preserving Approach for Partitioned FSI Simulations on Cartesian Grids M. Mehl, M. Brenk, I. Muntean, T. Neckel, T. Weinzierl TU.
MULTISCALE COMPUTATIONAL METHODS Achi Brandt The Weizmann Institute of Science UCLA
Parallelizing stencil computations Based on slides from David Culler, Jim Demmel, Bob Lucas, Horst Simon, Kathy Yelick, et al., UCB CS267.
1 Internal Seminar, November 14 th Effects of non conformal mesh on LES S. Rolfo The University of Manchester, M60 1QD, UK School of Mechanical,
MA5233: Computational Mathematics
1 University of Sydney L. F. González E. J. Whitney K. Srinivas ADVENT Aim : To Develop advanced numerical tools and apply them to optimisation problems.
Technische Universität München Benefits of Structured Cartesian Grids for the Simulation of Fluid- Structure Interactions Miriam Mehl Department of Computer.
Cache-Optimal Parallel Solution of PDEs Ch. Zenger Informatik V, TU München Finite Element Solution of PDEs Christoph Zenger Nadine Dieminger, Frank Günther,
Numerical methods for PDEs PDEs are mathematical models for –Physical Phenomena Heat transfer Wave motion.
Scientific Computing Lab Organization Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science.
Multidisciplinary Computation:
1 Data Structures for Scientific Computing Orion Sky Lawlor charm.cs.uiuc.edu 2003/12/17.
COMPUTER SIMULATION OF BLOOD FLOW WITH COMPLIANT WALLS  ITC Software All rights reserved.
Introduction to Scientific Computing II Molecular Dynamics – Introduction Dr. Miriam Mehl Institut für Informatik Scientific Computing In Computer Science.
MA5251: Spectral Methods & Applications
Introduction to Scientific Computing II From Gaussian Elimination to Multigrid – A Recapitulation Dr. Miriam Mehl.
Cracow Grid Workshop, November 5-6, 2001 Concepts for implementing adaptive finite element codes for grid computing Krzysztof Banaś, Joanna Płażek Cracow.
Introduction to Scientific Computing II Overview Michael Bader.
COMPUTER SIMULATION OF BLOOD FLOW WITH COMPLIANT WALLS  ITC Software All rights reserved.
Introduction to Scientific Computing II Multigrid Dr. Miriam Mehl Institut für Informatik Scientific Computing In Computer Science.
Introduction to Scientific Computing II Multigrid Dr. Miriam Mehl.
COMPUTATIONAL FLUID DYNAMICS (AE 2402) Presented by IRISH ANGELIN S AP/AERO.
23/5/20051 ICCS congres, Atlanta, USA May 23, 2005 The Deflation Accelerated Schwarz Method for CFD C. Vuik Delft University of Technology
FALL 2015 Esra Sorgüven Öner
MULTISCALE COMPUTATIONAL METHODS Achi Brandt The Weizmann Institute of Science UCLA
Presented by Adaptive Hybrid Mesh Refinement for Multiphysics Applications Ahmed Khamayseh and Valmor de Almeida Computer Science and Mathematics Division.
1 Data Structures for Scientific Computing Orion Sky Lawlor /04/14.
Introduction to Scientific Computing II Molecular Dynamics – Algorithms Dr. Miriam Mehl Institut für Informatik Scientific Computing In Computer Science.
Scientific Computing Lab Results Worksheet 4 Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science.
Multigrid Methods The Implementation Wei E Universität München. Ferien Akademie 19 th Sep
Lab Course CFD Introduction Dr. Miriam Mehl Institut für Informatik Schwerpunkt Wissenschaftliches Rechnen.
Lab Course CFD Introduction Dr. Miriam Mehl. CFD – Applications stirrers.
Scientific Computing Lab Organization Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science.
Quality of Service for Numerical Components Lori Freitag Diachin, Paul Hovland, Kate Keahey, Lois McInnes, Boyana Norris, Padma Raghavan.
Demonstration of Elmer Ashvinkumar Chaudhari LUT School of Engineering Science BM20A5100 Scientific Computing and Numerics for PDEs.
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
Scientific Computing Lab
Scientific Computing Lab
Meros: Software for Block Preconditioning the Navier-Stokes Equations
Introduction to Scientific Computing II
Pressure Poisson Equation
Efficient Parallel Simulation of Fluid Dynamics on Cartesian Grids
Scientific Computing Lab
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Scientific Computing Lab
Scientific Computing Lab
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Scientific Computing Lab
Spatial Discretisation
CFD Applications G.S.RAVI SHANKAR.
Presentation transcript:

Scientific Computing Lab Outlook / State of Research Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science

Grids – Regular Grids 2D complicated geometries  Lab Course CFD

Grids – Adaptive Grids

Grids – Unstructured Grids source: grid generation  Scientific Computing I

More Grids triangular/tetrahedral grids: regular structured adaptive block structured mixed structured/unstructured …

Data Structures i j k data[k][j][i]

Data Structures

 projects / master thesis

Data Structures tetraheder 1tetraheder 2tetraheder 3 face 1face 2face 3face 4face 5 ….. edge 1 edge 2 edge 3 edge 4 ….. vertex 1vertex 2vertex 3 data …..

Discretisation – Finite Differences x x+h x-h

Discretisation – Finite Volumes V

Discretisation – Finite Elements  Scientific Computing I

Discretisation – Finite Elements physically correct basis, FE on adaptive grids  projects, master thesis

Solvers – Adaptive Multigrid  projects, master thesiscc

Solvers – Full Multigrid

Solvers – Krylov Methods solution of PDEs -> minimisation  Scientific Computing II

Solvers – Preconditioning  Scientific Computing II

Implementation/Parallelisation  Lab Course CFD  Parallel Numerics  projects, master thesis

Nonlinear PDEs / Systems of PDEs Navier-Stokes Solver  Lab Course CFD  projects, master thesis Newtons Method  Numerical Analysis I

Multiphysics example: fluid-structure interactions

Multiphysics Fluid Solver Structure Solver job/data data job/data data Coupling  projects, master thesis

Other Models Molecular Dynamics  Scientific Computing II