Animation of Fluids. Animating Fluid is Hard

Size: px
Start display at page:

Download "Animation of Fluids. Animating Fluid is Hard"

Transcription

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

2 AdHoc Methods Some simple algorithms exist for special cases Mostly waves What about water glass? Too much work to come up with empirical algorithms for each case PhysicallyBased Approach Look to Fluid Dynamics Long history. Back to Newton Equations that describe fluid motion Use numerical methods to approximate fluid equations, simulating fluid motion Like massspring systems

3 Mostly Hollywood Shrek Antz Terminator 3 Many others Games Engineering Applications Fluid Representation Want to simulate motion of some fluid body fluid is represented by a vector field Two problems: Need to compute change in vector field (using Navier Stokes equation) Need to track fluid position

4 Solution: Discretization Create regular grid Solution: Discretization Create regular grid Discretize fluid into grid cells 4

5 Solution: Discretization Create regular grid Discretize fluid into grid cells Track single velocity vector in each grid cell Equations of Fluid Dynamics NavierStokes Equation: Nonlinear Partial Differential Equation Models fluid transport Derived from Newton s second law conservation of momentum all the forces go somewhere MassConservation condition: If we have a liter of water at the beginning of the solution, we have a liter at the end 5

6 Gradient of the velocity field= 0 Conservation of Mass u = 0 u t = Fluid Basics 1 ρ 2 ( u ) u ν u p f Fluid Basics Time derivative of velocity field Think acceleration u t a u = 0 u t = 1 ρ 2 ( u ) u ν u p f

7 Change in Velocity Derivative of velocity with respect to time Change in velocity So this equation models acceleration of fluids Advection Term Change in Velocity Advection term Force exerted on a particle of fluid by the other particles of fluid surrounding it How the fluid pushes itself around

8 Particle Advection Diffusion Term Change in Velocity Advection Viscosity constant controls velocity diffusion Essentially, this term describes how fluid motion is diffused or damped Highly viscous fluids stick together Like maple syrup Lowviscosity fluids flow freely Gases have low viscosity

9 Pressure Term Change in Velocity Advection Diffusion Fluid moves from highpressure areas to lowpressure areas p = 0 p = 1 So fluid moves in direction of largest change in pressure Time This direction is the gradient p = 0.5 Body Force Change in Velocity Advection Diffusion Pressure Body force term represents external forces that act on the fluid Gravity Wind Etc

10 u = 0 u t = Body Force Can be or represent anything Used for gravity or to let animator stir 1 ρ 2 ( u ) u ν u p f

11 NavierStokes How do we solve these equations? u = 0 u t = 1 ρ 2 ( u ) u ν u p f Operator Splitting u = 0 u t = 1 ρ 2 ( u ) u ν u p f

12 1) First solve for a guess of the velocity change holding out pressure term 2) Use this tentative guess to determine velocity field via mass conservation 3) Plug new velocity to solve for pressure 4) Finally use this pressure to determine the actual velocity change Operator Splitting Finding Surfaces 0 0 MAC Grid Level Set

13 Finding Surfaces Particle Level Sets Modeling complex surfaces (see Fedkiw) Water to solid Melting solids: change viscocity Viscosity varies linearly or quadratically with T

14 Water to solid Viscoelastic fluids? One additional term to Navier Stokes The strain term Results

15 Issues: Surface Resolution CS 231 Natural Phenomena Fire, Smoke, Explosions

16 Natural phenomena why? Scale/Money/Complexity? no Problem Control over animation example: face in smoke Natual beauty of the world around us Natural phenomena where is the research? Modeling starts from engineering and physics principles Graphics require only a subset of effects and only visual accuracy. Thus: precision vs. speed Controls sometimes added for animators Rendering often an issue

17 Natural phenomena disaster and destruction Explosions Fire Wind Smoke Explosions and modeling of blast waves

18 Explosions and modeling of blast waves Governing principles and equations Compressible fluid dynamics Heat transfer via conductivity, work from pressure, viscous dissipation, convection Ideal gas laws Explosions and modeling of blast waves First Law of Thermodynamics Change in energy = heat work conduction pressure viscous convection (heat) (work) (work) (E moves)

19 Explosions and modeling of blast waves Graphical model Voxels for regular grid, as in water simulation Operator splitting solve for ~acceleration/vels without convection Update energy & density w/o convection Recompute vel, energy, and density Update other variables Explosions and modeling of blast waves Rendering model Blackbody radiation used to render fireballs, based on temperature Blast affects index of refraction like in real explosions

20 Explosions and modeling of blast waves Results Results

21 Animating fire and flames Animating fire and flames Governing principles and equations Conservation of mass in fuel consumption Conservation of momentum Density change based on solid/gas transitions in fuel, affects velocity

22 Animating fire and flames Graphical model Fluid modeled again as voxels, imcompressible flow. Include buoyancy forces and vorticity Implicit surface/level set method separates the flame/fire from the surrounding air Animating fire and flames Rendering Rendering fire depends on temperature, internal heat Computed based on incandescence taken from internal energy

23 Results Results

24 Animating the effects of wind, gases, and smoke Animating the effects of wind, gases, and smoke Governing principles and equations Again incompressible flow Hydrodynamic primitives combine to create complex flow Hot gas modeled as 3d fluid with temperature propagation

25 Animating the effects of wind, gases, and smoke Foster Animating the effects of wind, gases, and smoke Fedkiw, Stam, Jensen Added vorticity explicitly From the calculated vorticity, forces are added back into the navierstokes

26 Animating the effects of wind, gases, and smoke Wind force on an object vt v vn surface (Area = A) Ft = α A vt α, friction constant Fn = A vn Animating the effects of wind, gases, and smoke Graphical model For wind, the visual effects come from objects moving For gas as steam and smoke, use voxel based approach

27 Animating the effects of wind, gases, and smoke Rendering smoke Scattering based on statistical process Transparency Results

28 Natural phenomena a recipe for disaster Starting from physical principles Simplify to appropriate level for needed effect Consider animator handles Make pretty pictures

More Animation Techniques

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

More information

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

Navier-Stokes & Flow Simulation

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

More information

Adarsh Krishnamurthy (cs184-bb) Bela Stepanova (cs184-bs)

Adarsh Krishnamurthy (cs184-bb) Bela Stepanova (cs184-bs) OBJECTIVE FLUID SIMULATIONS Adarsh Krishnamurthy (cs184-bb) Bela Stepanova (cs184-bs) The basic objective of the project is the implementation of the paper Stable Fluids (Jos Stam, SIGGRAPH 99). The final

More information

Realistic Animation of Fluids

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

More information

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

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

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

Navier-Stokes & Flow Simulation

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

More information

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

CNM 190, pt 2 Advanced Digital Animation Lec 03 : Art Direction on Madagascar / Effects 1

CNM 190, pt 2 Advanced Digital Animation Lec 03 : Art Direction on Madagascar / Effects 1 Jungle shot from Madagascar CNM 190, pt 2 Advanced Digital Animation Lec 03 : Art Direction on Madagascar / Effects 1 Shannon Jeffries, PDI/Dreamworks (Art Director, Madagascar) Marilyn Friedman, PDI/Dreamworks

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

Navier-Stokes & Flow Simulation

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

More information

CS-184: Computer Graphics Lecture #21: Fluid Simulation II

CS-184: Computer Graphics Lecture #21: Fluid Simulation II CS-184: Computer Graphics Lecture #21: Fluid Simulation II Rahul Narain University of California, Berkeley Nov. 18 19, 2013 Grid-based fluid simulation Recap: Eulerian viewpoint Grid is fixed, fluid moves

More information

Interactive Simulation of Fire

Interactive Simulation of Fire Interactive Simulation of Fire Zeki Melek John Keyser Department of Computer Science Texas A&M University College Station, TX 77843-3112, USA E-mail: z0m8905@cs.tamu.edu Phone: (979) 845-5007 Fax: (979)

More information

Volcanic Smoke Animation using CML

Volcanic Smoke Animation using CML Volcanic Smoke Animation using CML Ryoichi Mizuno Yoshinori Dobashi Tomoyuki Nishita The University of Tokyo Tokyo, Japan Hokkaido University Sapporo, Hokkaido, Japan {mizuno,nis}@nis-lab.is.s.u-tokyo.ac.jp

More information

Fluid Simulation. Dhruv Kore, Giancarlo Gonzalez, and Jenny Sum CS 488: Introduction to Computer Graphics Professor Angus Forbes

Fluid Simulation. Dhruv Kore, Giancarlo Gonzalez, and Jenny Sum CS 488: Introduction to Computer Graphics Professor Angus Forbes Fluid Simulation Dhruv Kore, Giancarlo Gonzalez, and Jenny Sum CS 488: Introduction to Computer Graphics Professor Angus Forbes 1) Introduction Figure 1.1: Realistic water and ice simulation using Blender,

More information

Computer animation for fluid simulation of a high viscous fluid melting

Computer animation for fluid simulation of a high viscous fluid melting 2 nd WIETE Annual Conference on Engineering and Technology Education 2011 WIETE Pattaya, Thailand, 25-28 January 2011 Computer animation for fluid simulation of a high viscous fluid melting S. Lertkulvanich

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

Level set methods Formulation of Interface Propagation Boundary Value PDE Initial Value PDE Motion in an externally generated velocity field

Level set methods Formulation of Interface Propagation Boundary Value PDE Initial Value PDE Motion in an externally generated velocity field Level Set Methods Overview Level set methods Formulation of Interface Propagation Boundary Value PDE Initial Value PDE Motion in an externally generated velocity field Convection Upwind ddifferencingi

More information

Dynamical Simulation 1: Particle Systems and ODEs

Dynamical Simulation 1: Particle Systems and ODEs CS-C3100 Computer Graphics Fall 2017 Jaakko Lehtinen Markus Kettunen Dynamical Simulation 1: Particle Systems and ODEs 1 Futuremark Corp., used with permission Types of Animation Keyframing Procedural

More information

Permeable and Absorbent Materials in Fluid Simulations

Permeable and Absorbent Materials in Fluid Simulations Permeable and Absorbent Materials in Fluid Simulations Nate Andrysco Bedrich Benes Department of Computer Science Slide 1 Motivation Fluid simulations are geared toward impermeable materials What if you

More information

Realistic Animation of Fluids

Realistic Animation of Fluids Realistic Animation of Fluids p. 1/2 Realistic Animation of Fluids Nick Foster and Dimitri Metaxas Realistic Animation of Fluids p. 2/2 Overview Problem Statement Previous Work Navier-Stokes Equations

More information

Solving Partial Differential Equations on Overlapping Grids

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

More information

Fluids in Games. Jim Van Verth Insomniac Games

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

More information

Coastal impact of a tsunami Review of numerical models

Coastal impact of a tsunami Review of numerical models Coastal impact of a tsunami Review of numerical models Richard Marcer 2 Content Physics to simulate Different approaches of modelling 2D depth average Full 3D Navier-Stokes 3D model Key point : free surface

More information

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

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

More information

Texture Advection Based Simulation of Dynamic Cloud Scene

Texture Advection Based Simulation of Dynamic Cloud Scene Texture Advection Based Simulation of Dynamic Cloud Scene Shiguang Liu 1, Ruoguan Huang 2, Zhangye Wang 2, Qunsheng Peng 2, Jiawan Zhang 1, Jizhou Sun 1 1 School of Computer Science and Technology, Tianjin

More information

Realistic and Controllable Fire Simulation

Realistic and Controllable Fire Simulation Realistic and Controllable Fire Simulation Philippe Beaudoin Sebastien Paquet Pierre Poulin Target: Use a set of techniques together to produce realistic-looking animations of burning objects. Techniques:

More information

Animating smoke with dynamic balance

Animating smoke with dynamic balance COMPUTER ANIMATION AND VIRTUAL WORLDS Comp. Anim. Virtual Worlds 2005; 16: 405 414 Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/cav.87 Natural Phenomena and Special

More information

Chapter 3: Computer Animation Reminder: Descriptive animation. Procedural animation : Examples. Towards methods that generate motion?

Chapter 3: Computer Animation Reminder: Descriptive animation. Procedural animation : Examples. Towards methods that generate motion? Chapter 3 : Computer Animation (continued) Chapter 3: Computer Animation Reminder: Descriptive animation Describes a single motion, with manual control Ex: direct kinematics with key-frames, inverse kinematics

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

Water. Notes. Free surface. Boundary conditions. This week: extend our 3D flow solver to full 3D water We need to add two things:

Water. Notes. Free surface. Boundary conditions. This week: extend our 3D flow solver to full 3D water We need to add two things: Notes Added a 2D cross-section viewer for assignment 6 Not great, but an alternative if the full 3d viewer isn t working for you Warning about the formulas in Fedkiw, Stam, and Jensen - maybe not right

More information

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

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

More information

Mass-Spring Systems. Last Time?

Mass-Spring Systems. Last Time? Mass-Spring Systems Last Time? Implicit Surfaces & Marching Cubes/Tetras Collision Detection & Conservative Bounding Regions Spatial Acceleration Data Structures Octree, k-d tree, BSF tree 1 Today Particle

More information

Introduction to geodynamic modelling Introduction to DOUAR

Introduction to geodynamic modelling Introduction to DOUAR Introduction to geodynamic modelling Introduction to DOUAR David Whipp and Lars Kaislaniemi Department of Geosciences and Geography, Univ. Helsinki 1 Goals of this lecture Introduce DOUAR, a 3D thermomechanical

More information

CUDA. Fluid simulation Lattice Boltzmann Models Cellular Automata

CUDA. Fluid simulation Lattice Boltzmann Models Cellular Automata CUDA Fluid simulation Lattice Boltzmann Models Cellular Automata Please excuse my layout of slides for the remaining part of the talk! Fluid Simulation Navier Stokes equations for incompressible fluids

More information

Fluid Solver built in Houdini

Fluid Solver built in Houdini Fluid Solver built in Houdini Sydney Dimitra Kyrtsia (i7658072) MSc Computer Animation and Visual Effects Bournemouth University NCCA August 2017 1 Table of contents Abstract... 3 Introduction... 3 1.

More information

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

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

More information

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

Simple and Fast Fluids

Simple and Fast Fluids Simple and Fast Fluids Martin Guay, Fabrice Colin, Richard Egli To cite this version: Martin Guay, Fabrice Colin, Richard Egli. Simple and Fast Fluids. GPU Pro, A.K. Peters, Ltd., 2011, GPU Pro, pp.433-444.

More information

Essay 1: Dimensional Analysis of Models and Data Sets: Similarity Solutions

Essay 1: Dimensional Analysis of Models and Data Sets: Similarity Solutions Table of Contents Essay 1: Dimensional Analysis of Models and Data Sets: Similarity Solutions and Scaling Analysis 1 About dimensional analysis 4 1.1 Thegoalandtheplan... 4 1.2 Aboutthisessay... 5 2 Models

More information

MOTION CONTROL FOR FLUID ANIMATION: FLOW ALONG A CONTROL PATH

MOTION CONTROL FOR FLUID ANIMATION: FLOW ALONG A CONTROL PATH MOTION CONTROL FOR FLUID ANIMATION: FLOW ALONG A CONTROL PATH A Thesis Presented in Partial Fulfillment of the Requirements for Graduation with Distinction in the College of Engineering of The Ohio State

More information

SPC 307 Aerodynamics. Lecture 1. February 10, 2018

SPC 307 Aerodynamics. Lecture 1. February 10, 2018 SPC 307 Aerodynamics Lecture 1 February 10, 2018 Sep. 18, 2016 1 Course Materials drahmednagib.com 2 COURSE OUTLINE Introduction to Aerodynamics Review on the Fundamentals of Fluid Mechanics Euler and

More information

FLUID SIMULATION. Kristofer Schlachter

FLUID SIMULATION. Kristofer Schlachter FLUID SIMULATION Kristofer Schlachter The Equations Incompressible Navier-Stokes: @u @t = (r u)u 1 rp + vr2 u + F Incompressibility condition r u =0 Breakdown @u @t The derivative of velocity with respect

More information

Partial Differential Equations

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

More information

Simulation of Swirling Bubbly Water using Bubble Particles

Simulation of Swirling Bubbly Water using Bubble Particles Noname manuscript No. (will be inserted by the editor) Simulation of Swirling Bubbly Water using Bubble Particles Ho-Young Lee Jeong-Mo Hong Chang-Hun Kim Received: date / Accepted: date Abstract The effect

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

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

Interactive Fluid Simulation using Augmented Reality Interface

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

More information

Adaptive Particles for Incompressible Fluid Simulation (Technical Report tamu-cs-tr )

Adaptive Particles for Incompressible Fluid Simulation (Technical Report tamu-cs-tr ) Adaptive Particles for Incompressible Fluid Simulation (Technical Report tamu-cs-tr 2007-7-2) Woosuck Hong Dept. of Computer Science Texas A&M University wshong@cs.tamu.edu Donald H. House Visualization

More information

The Lattice-Boltzmann Method for Gaseous Phenomena

The Lattice-Boltzmann Method for Gaseous Phenomena The Lattice-Boltzmann Method for Gaseous Phenomena Xiaoming Wei 1, Wei Li 1, Klaus Mueller 1 and Arie Kaufman 1 Center for Visual Computing (CVC) and Department of Computer Science State University of

More information

Best Practices: Electronics Cooling. Ruben Bons - CD-adapco

Best Practices: Electronics Cooling. Ruben Bons - CD-adapco Best Practices: Electronics Cooling Ruben Bons - CD-adapco Best Practices Outline Geometry Mesh Materials Conditions Solution Results Design exploration / Optimization Best Practices Outline Geometry Solids

More information

Fume Fx Properties. Written by Panait Mihai Thursday, 19 June :26

Fume Fx Properties. Written by Panait Mihai Thursday, 19 June :26 The FumeFX UI Floater Window is your main command center for creating and controlling effects with FumeFX plug-in. It is a modeless, floating dialog box that contains a wide range of controls, which are

More information

Rigid Body Dynamics, Collision Response, & Deformation

Rigid Body Dynamics, Collision Response, & Deformation Rigid Body Dynamics, Collision Response, & Deformation Pop Worksheet! Teams of 2. SOMEONE YOU HAVEN T ALREADY WORKED WITH What are the horizontal and face velocities after 1, 2, and many iterations of

More information

Physically Based Simulation and Animation of Gaseous Phenomena in a Periodic Domain

Physically Based Simulation and Animation of Gaseous Phenomena in a Periodic Domain Physically Based Simulation and Animation of Gaseous Phenomena in a Periodic Domain Andrew Nealen Department of Computer Science, University of British Columbia CPSC 533b: Algorithmic Animation, Project

More information

A Contact Angle Model for the Parallel Free Surface Lattice Boltzmann Method in walberla Stefan Donath (stefan.donath@informatik.uni-erlangen.de) Computer Science 10 (System Simulation) University of Erlangen-Nuremberg

More information

Particle Systems. Lecture 8 Taku Komura

Particle Systems. Lecture 8 Taku Komura Particle Systems Computer Animation and Visualisation Lecture 8 Taku Komura Overview Particle System Modelling fuzzy objects (fire, smoke) Modelling liquid Modelling cloth Integration : implicit integration,

More information

An Adaptive Sampling Approach to Incompressible Particle-Based Fluid

An Adaptive Sampling Approach to Incompressible Particle-Based Fluid EG UK Theory and Practice of Computer Graphics (2009) Ik Soo Lim, Wen Tang (Editors) An Adaptive Sampling Approach to Incompressible Particle-Based Fluid Woosuck Hong 1, Donald H. House 2 and John Keyser

More information

Modeling of Volcanic Clouds using CML *

Modeling of Volcanic Clouds using CML * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 20, 219-232 (2004) Modeling of Volcanic Clouds using CML * RYOICHI MIZUNO, YOSHINORI DOBASHI ** AND TOMOYUKI NISHITA Department of Complexity Science and

More information

Phase-field simulation of two-phase micro-flows in a Hele-Shaw cell

Phase-field simulation of two-phase micro-flows in a Hele-Shaw cell Computational Methods in Multiphase Flow III 7 Phase-field simulation of two-phase micro-flows in a Hele-Shaw cell Y. Sun & C. Beckermann Department of Mechanical and Industrial Engineering, University

More information

Animating Explosions

Animating Explosions Animating Explosions Gary D. Yngve James F. O Brien Jessica K. Hodgins GVU Center and College of Computing Georgia Institute of Technology Abstract In this paper, we introduce techniques for animating

More information

Announcements. Ray tracer is due in five days you should have started by now or you re going to have a bad week. Missing file posted on the web page

Announcements. Ray tracer is due in five days you should have started by now or you re going to have a bad week. Missing file posted on the web page Announcements Ray tracer is due in five days you should have started by now or you re going to have a bad week Missing file posted on the web page I m sorry for canceling class on Tuesday... 1 Animation

More information

An Overview of Computational Fluid Dynamics

An Overview of Computational Fluid Dynamics An Overview of Computational Fluid Dynamics Dr. Nor Azwadi bin Che Sidik Faculty of Mechanical Engineering Universiti Teknologi Malaysia INSPIRING CREATIVE AND INNOVATIVE MINDS 1 What is CFD? C computational

More information

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

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

More information

Cloth Simulation. COMP 768 Presentation Zhen Wei

Cloth Simulation. COMP 768 Presentation Zhen Wei Cloth Simulation COMP 768 Presentation Zhen Wei Outline Motivation and Application Cloth Simulation Methods Physically-based Cloth Simulation Overview Development References 2 Motivation Movies Games VR

More information

Theodore Kim Michael Henson Ming C.Lim. Jae ho Lim. Korea University Computer Graphics Lab.

Theodore Kim Michael Henson Ming C.Lim. Jae ho Lim. Korea University Computer Graphics Lab. Theodore Kim Michael Henson Ming C.Lim Jae ho Lim Abstract Movie Ice formation simulation Present a novel algorithm Motivated by the physical process of ice growth Hybrid algorithm by three techniques

More information

SIMULATION OF THE MIXING OF INK AND WATER IN HOUDINI

SIMULATION OF THE MIXING OF INK AND WATER IN HOUDINI Clemson University TigerPrints All Theses Theses 8-2010 SIMULATION OF THE MIXING OF INK AND WATER IN HOUDINI Chen Sun Clemson University, chens@clemson.edu Follow this and additional works at: https://tigerprints.clemson.edu/all_theses

More information

Real-time haptic display of fluids

Real-time haptic display of fluids Mauricio Vines Ottawa, Ontario, K1N 6N5 Canada mvine059@site.uottawa.ca Real-time haptic display of fluids Javier Mora Ottawa, Ontario, K1N 6N5, Canada jmora091@uottawa.ca Won-Sook Lee Ottawa, Ontario,

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

FLOWING FLUIDS AND PRESSURE VARIATION

FLOWING FLUIDS AND PRESSURE VARIATION Chapter 4 Pressure differences are (often) the forces that move fluids FLOWING FLUIDS AND PRESSURE VARIATION Fluid Mechanics, Spring Term 2011 e.g., pressure is low at the center of a hurricane. For your

More information

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

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

More information

Interactive Fluid Simulation Using Augmented Reality Interface

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

More information

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

The Simulation of Liquids

The Simulation of Liquids The Simulation of Liquids Mario Ausseloos mario.ausseloos@hotmail.com In partial fulfillment of the requirements for the degree MSc Computer Animation National Centre for Computer Animation Bournemouth

More information

A Particle Cellular Automata Model for Fluid Simulations

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

More information

Driven Cavity Example

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

More information

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

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Objective: The objective of this laboratory is to introduce how to use FLUENT to solve both transient and natural convection problems.

More information

Development of Hybrid Fluid Jet / Float Polishing Process

Development of Hybrid Fluid Jet / Float Polishing Process COMSOL Conference - Tokyo 2013 Development of Hybrid Fluid Jet / Float Polishing Process A. Beaucamp, Y. Namba Dept. of Mechanical Engineering, Chubu University, Japan Zeeko LTD, United Kingdom Research

More information

Simulation in Computer Graphics. Introduction. Matthias Teschner. Computer Science Department University of Freiburg

Simulation in Computer Graphics. Introduction. Matthias Teschner. Computer Science Department University of Freiburg Simulation in Computer Graphics Introduction Matthias Teschner Computer Science Department University of Freiburg Contact Matthias Teschner Computer Graphics University of Freiburg Georges-Koehler-Allee

More information

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

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

More information

ANSYS AIM Tutorial Turbulent Flow Over a Backward Facing Step

ANSYS AIM Tutorial Turbulent Flow Over a Backward Facing Step ANSYS AIM Tutorial Turbulent Flow Over a Backward Facing Step Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Problem Specification Pre-Analysis & Start Up Governing Equation Start-Up Geometry

More information

Physically Based Modeling and Animation of Fire

Physically Based Modeling and Animation of Fire Physically Based Modeling and Animation of Fire Duc Quang Nguyen Stanford University Industrial Light & Magic dqnguyen@stanford.edu Ronald Fedkiw Stanford University Industrial Light & Magic fedkiw@cs.stanford.edu

More information

FEMLAB Exercise 1 for ChE366

FEMLAB Exercise 1 for ChE366 FEMLAB Exercise 1 for ChE366 Problem statement Consider a spherical particle of radius r s moving with constant velocity U in an infinitely long cylinder of radius R that contains a Newtonian fluid. Let

More information

6 Fluid. Chapter 6. Fluids. Department of Computer Science and Engineering 6-1

6 Fluid. Chapter 6. Fluids. Department of Computer Science and Engineering 6-1 Fluids 6-1 Among the most difficult graphical objects to model and animate are those that are not defined by a static, rigid, topological simple structure. Many of these complex forms are found in nature.

More information

CS GPU and GPGPU Programming Lecture 2: Introduction; GPU Architecture 1. Markus Hadwiger, KAUST

CS GPU and GPGPU Programming Lecture 2: Introduction; GPU Architecture 1. Markus Hadwiger, KAUST CS 380 - GPU and GPGPU Programming Lecture 2: Introduction; GPU Architecture 1 Markus Hadwiger, KAUST Reading Assignment #2 (until Feb. 17) Read (required): GLSL book, chapter 4 (The OpenGL Programmable

More information

CHAPTER 3. Elementary Fluid Dynamics

CHAPTER 3. Elementary Fluid Dynamics CHAPTER 3. Elementary Fluid Dynamics - Understanding the physics of fluid in motion - Derivation of the Bernoulli equation from Newton s second law Basic Assumptions of fluid stream, unless a specific

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

A singular value decomposition based generalized finite difference method for fluid solid interaction problems

A singular value decomposition based generalized finite difference method for fluid solid interaction problems Fluid Structure Interaction V 25 A singular value decomposition based generalized finite difference method for fluid solid interaction problems P. Yu, K. S. Yeo, X. Y. Wang & S. J. Ang Department of Mechanical

More information

MAE 3130: Fluid Mechanics Lecture 5: Fluid Kinematics Spring Dr. Jason Roney Mechanical and Aerospace Engineering

MAE 3130: Fluid Mechanics Lecture 5: Fluid Kinematics Spring Dr. Jason Roney Mechanical and Aerospace Engineering MAE 3130: Fluid Mechanics Lecture 5: Fluid Kinematics Spring 2003 Dr. Jason Roney Mechanical and Aerospace Engineering Outline Introduction Velocity Field Acceleration Field Control Volume and System Representation

More information

Extended Galilean Invariance for Adaptive Fluid Simulation

Extended Galilean Invariance for Adaptive Fluid Simulation Eurographics/ACM SIGGRAPH Symposium on Computer Animation (2004) R. Boulic, D. K. Pai (Editors) Extended Galilean Invariance for Adaptive Fluid Simulation Maurya Shah Jonathan M. Cohen Sanjit Patel Penne

More information

Thompson/Ocean 420/Winter 2005 Internal Gravity Waves 1

Thompson/Ocean 420/Winter 2005 Internal Gravity Waves 1 Thompson/Ocean 420/Winter 2005 Internal Gravity Waves 1 II. Internal waves in continuous stratification The real ocean, of course, is continuously stratified. For continuous stratification, = (z), internal

More information

Simulation in Computer Graphics. Particles. Matthias Teschner. Computer Science Department University of Freiburg

Simulation in Computer Graphics. Particles. Matthias Teschner. Computer Science Department University of Freiburg Simulation in Computer Graphics Particles Matthias Teschner Computer Science Department University of Freiburg Outline introduction particle motion finite differences system of first order ODEs second

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

Using the Discrete Ordinates Radiation Model

Using the Discrete Ordinates Radiation Model Tutorial 6. Using the Discrete Ordinates Radiation Model Introduction This tutorial illustrates the set up and solution of flow and thermal modelling of a headlamp. The discrete ordinates (DO) radiation

More information

An Improved Study of Real-Time Fluid Simulation on GPU

An Improved Study of Real-Time Fluid Simulation on GPU An Improved Study of Real-Time Fluid Simulation on GPU Enhua Wu 1, 2, Youquan Liu 1, Xuehui Liu 1 1 Laboratory of Computer Science, Institute of Software Chinese Academy of Sciences, Beijing, China 2 Department

More information

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP

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

More information

A Framework for Real-Time Animation of Liquid-Rigid Body Interaction

A Framework for Real-Time Animation of Liquid-Rigid Body Interaction A Framework for Real-Time Animation of Liquid-Rigid Body Interaction Melih KANDEMİR Tolga ÇAPIN Bülent ÖZGÜÇ Computer Engineering Department Bilkent University Abstract Both high-end training simulators

More information

Module 4: Fluid Dynamics Lecture 9: Lagrangian and Eulerian approaches; Euler's acceleration formula. Fluid Dynamics: description of fluid-motion

Module 4: Fluid Dynamics Lecture 9: Lagrangian and Eulerian approaches; Euler's acceleration formula. Fluid Dynamics: description of fluid-motion Fluid Dynamics: description of fluid-motion Lagrangian approach Eulerian approach (a field approach) file:///d /Web%20Course/Dr.%20Nishith%20Verma/local%20server/fluid_mechanics/lecture9/9_1.htm[5/9/2012

More information