Practical Course SC & V Free Boundary Value Problems Prof. Dr. Hans-Joachim Bungartz Institut für Informatik Schwerpunkt Wissenschaftliches Rechnen.

Slides:



Advertisements
Similar presentations
Stable Fluids A paper by Jos Stam.
Advertisements

No-Slip Boundary Conditions in Smoothed Particle Hydrodynamics by Frank Bierbrauer.
Technische Universität München Fakultät für Informatik Scientific Computing in Computer Science Practical Course CFD - Free Boundary Value Problems Tobias.
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.
Practical Course SC & V Free Boundary Value Problems Prof. Dr. Hans-Joachim Bungartz Institut für Informatik Schwerpunkt Wissenschaftliches Rechnen.
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.
AMS 691 Special Topics in Applied Mathematics Review of Fluid Equations James Glimm Department of Applied Mathematics and Statistics, Stony Brook University.
A Few More LBM Boundary Conditions. Key paper: Zou, Q. and X. He, 1997, On pressure and velocity boundary conditions for the lattice Boltzmann BGK model,
Prof. dr. A. Achterberg, Astronomical Dept., IMAPP, Radboud Universiteit.
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
Motion of particles trough fluids part 2
CONSERVATION OF MASS Control Volumes By: Bashir Momodu.
Information Security of Embedded Systems : Public Key Cryptosystems, Communication Prof. Dr. Holger Schlingloff Institut für Informatik und Fraunhofer.
Process design for multisolute absorption Prof. Dr. Marco Mazzotti - Institut für Verfahrenstechnik.
Lectures 11-12: Gravity waves Linear equations Plane waves on deep water Waves at an interface Waves on shallower water.
Conservation of momentum also known as: Cauchy’s equation Relation between stress and strain rate 4 equations, 12 unknowns; need to relate flow field and.
Creating new worlds inside the computer COS 116, Spring 2012 Adam Finkelstein.
MA/CS471 Lecture 8 Fall 2003 Prof. Tim Warburton
Chapter 7 Linear Momentum. Chapter Momentum Linear Momentum- product of mass times velocity p=mvp=momentum units=kg.m/sec Restate Newton’s second.
COMPUTATIONAL FLUID DYNAMICS IN REAL-TIME An Introduction to Simulation and Animation of Liquids and Gases.
3.5 – Solving Systems of Equations in Three Variables.
Prof. dr. A. Achterberg, Astronomical Dept., IMAPP, Radboud Universiteit.
1 Discretization of Fluid Models (Navier Stokes) Dr. Farzad Ismail School of Aerospace and Mechanical Engineering Universiti Sains Malaysia Nibong Tebal.
Reynolds Transport Theorem We need to relate time derivative of a property of a system to rate of change of that property within a certain region (C.V.)
Lecture Objectives Unsteady State Simulation Example Modeling of PM.
Summer 2010 Susan T. Brown, Ph.D..  The most common form of the Equations of Fluid Dynamics that are solved for practical problems are the Navier-Stokes.
6.6 DAY 2: More Elimination. 1. Line terms up vertically 2. Make sure one of the variables has opposite coefficients (Today, it is by multiplying…Like.
Introduction to Scientific Computing II Multigrid Dr. Miriam Mehl Institut für Informatik Scientific Computing In Computer Science.
Perpetual Visualization of Particle Motion and Fluid Flow Presented by Tsui Mei Chang.
Introduction to Scientific Computing II Molecular Dynamics – Algorithms 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.
1 Equations of Motion September 15 Part Continuum Hypothesis  Assume that macroscopic behavior of fluid is same as if it were perfectly continuous.
SIGGRAPH 2005 신 승 호 신 승 호. Water Drops on Surfaces Huamin Wang Peter J. Mucha Greg Turk Georgia Institute of Technology.
6.7 Inverse Relations and Functions p405. Ex) Find the inverse.
Forces and Laws of Motion Force Force is the cause of an acceleration, or the change in an objects motion. This means that force can make an object to.
Solving Equations with Addition or Subtraction Medina1.
Modelling of Marine Systems. Shallow waters Equations.
Remark: foils with „black background“ could be skipped, they are aimed to the more advanced courses Rudolf Žitný, Ústav procesní a zpracovatelské techniky.
Computer Animation Rick Parent Computer Animation Algorithms and Techniques Computational Fluid Dynamics.
Example application – Finite Volume Discretization Numerical Methods for PDEs Spring 2007 Jim E. Jones.
3-5 More on Solving Equations
Chapter five conduction
Scientific Computing Lab
Scientific Computing Lab
Lesson 4-3 Solving systems by elimination
Physics Review Chapters 1 – 3 C. Buttery 9/16/16.
Pressure Poisson Equation
Scientific Computing Lab
Introduction to Scientific Computing II
Multiple Stage Kinematics Problems
Conservation of momentum
Practical Course SC & V Discretization II AVS Dr. Miriam Mehl
Scientific Computing Lab
Scientific Computing Lab
Relaxation Technique CFD
Objectives Solve a formula for a given variable. Solve for y=mx+b.
Solving Equations with Variables on Both Sides
Solving Equations with Variables on Both Sides
12. Navier-Stokes Applications
Particle-in-Cell Methods
Applications of Bernoulli Equations
Scientific Computing Lab
Spatial Discretisation
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Algorithms Lecture # 01 Dr. Sohail Aslam.
U12-6 Unit 12 Warm-Up – 05/01 Write the equation for the Combined Gas Law. What variable is held constant when using this law? Rearrange the Combined Gas.
Anthony D. Fick & Dr. Ali Borhan Governing Equations
Presentation transcript:

Practical Course SC & V Free Boundary Value Problems Prof. Dr. Hans-Joachim Bungartz Institut für Informatik Schwerpunkt Wissenschaftliches Rechnen

Discrete Boundary Conditions five types of surface cells discrete stress = 0 auxiliary construct: gravity compute values only once! definition of boundary conditions: variables to be fixed available relations / laws

Surface Cell Types 1 empty neighbour

Surface Cell Types 2 empty neighbours, across

Surface Cell Types 2 empty neighbours, opposite

Surface Cell Types 3 empty neighbours

Surface Cell Types 4 empty neighbours

Algorithm (Time Step) (1)compute time step dt (particle positions) (2)mark fluid/surface/empty cells (3)set boundary values (+ free surface) (4)compute preliminary velocities (5)solve pressure equation (6)compute final velocities