Computer Animation Rick Parent Computer Animation Algorithms and Techniques Computational Fluid Dynamics.

Slides:



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

My First Fluid Project Ryan Schmidt. Outline MAC Method How far did I get? What went wrong? Future Work.
Navier-Stokes.
A Mathematical Frame Work to Create Fluid Flow Devices…… P M V Subbarao Professor Mechanical Engineering Department I I T Delhi Conservation Laws for.
Equations of Continuity
1 MECH 221 FLUID MECHANICS (Fall 06/07) Tutorial 7.
Fluids: Bernoulli’s Principle
Fluid Mechanics –For Civil Engineers is all about SMU Storing– Moving– Using ( Incompressible fluids - water) To design and manage these systems we need.
Trajectories. Eulerian View  In the Lagrangian view each body is described at each point in space. Difficult for a fluid with many particles.  In the.
Fluid Kinematics Fluid Dynamics . Fluid Flow Concepts and Reynolds Transport Theorem ä Descriptions of: ä fluid motion ä fluid flows ä temporal and spatial.
1 Physics of turbulence muna Al_khaswneh Dr.Ahmad Al-salaymeh.
2-1 Problem Solving 1. Physics  2. Approach methods
Introduction to Convection: Flow and Thermal Considerations
Fluids. Eulerian View  In a Lagrangian view each body is described at each point in space. Difficult for a fluid with many particles.  In an Eulerian.
Fluid Flow. Pressure Force  Each volume element in a fluid is subject to force due to pressure. Assume a rectangular boxAssume a rectangular box Pressure.
Modeling, Simulating and Rendering Fluids Thanks to Ron Fediw et al, Jos Stam, Henrik Jensen, Ryan.
Flow and Thermal Considerations
Motivation  Movie  Game  Engineering Introduction  Ideally  Looks good  Fast simulation  Looks good?  Look plausible  Doesn’t need to be exactly.
Introduction to Convection: Flow and Thermal Considerations
Computer Animation Rick Parent Computer Animation Algorithms and Techniques Fluids.
Fluid Animation CSE 3541 Matt Boggus. Procedural approximations – Heightfield fluids Mathematical background – Navier-Stokes equation Computational models.
A Hybrid Particle-Mesh Method for Viscous, Incompressible, Multiphase Flows Jie LIU, Seiichi KOSHIZUKA Yoshiaki OKA The University of Tokyo,
© Fox, McDonald & Pritchard Introduction to Fluid Mechanics Chapter 5 Introduction to Differential Analysis of Fluid Motion.
Chapter 9: Differential Analysis of Fluid Flow SCHOOL OF BIOPROCESS ENGINEERING, UNIVERSITI MALAYSIA PERLIS.
Louisiana Tech University Ruston, LA Momentum Balance Steven A. Jones BIEN 501/CMEN 513 Monday, March 19, 2007.
A particle-gridless hybrid methods for incompressible flows
Prof. dr. A. Achterberg, Astronomical Dept., IMAPP, Radboud Universiteit.
1 MAE 5130: VISCOUS FLOWS Conservation of Mass September 2, 2010 Mechanical and Aerospace Engineering Department Florida Institute of Technology D. R.
Chapter 15FLUIDS 15.1 Fluid and the World Around Us 1.A fluid is a substance that cannot support a shearing stress. 2.Both gases and liquids are fluids.
1 MECH 221 FLUID MECHANICS (Fall 06/07) Tutorial 5.
Fluid Flow Continuity and Bernoulli’s Equation
© Fox, Pritchard, & McDonald Introduction to Fluid Mechanics Chapter 5 Introduction to Differential Analysis of Fluid Motion.
MAE 5360: Hypersonic Airbreathing Engines
Introduction to Fluid Mechanics
Introduction to Fluid Mechanics
CP502 Advanced Fluid Mechanics
Outline Time Derivatives & Vector Notation
© Fox, McDonald & Pritchard Introduction to Fluid Mechanics Chapter 6 Incompressible Inviscid Flow.
Differential Analysis of Fluid Flow. Navier-Stokes equations Example: incompressible Navier-Stokes equations.
CP502 Advanced Fluid Mechanics
V. Fundamentals of Fluid Dynamics. Contents 1. State of Stress in Moving Fluid 2. Equations of Motion 3. Bernoulli Equation.
MFSacedon Study of Fluids. MFSacedon Fluids in Motion Topics: Fluid flows Continuity equation Bernoulli ‘s Energy Equation.
1. Integral vs Differential Approach
November 2005 Center for Computational Visualization Institute of Computational and Engineering Sciences Department of Computer Sciences University of.
Hydrodynamics Continuity equation Notation: Lagrangian derivative
CSE 872 Dr. Charles B. Owen Advanced Computer Graphics1 Water Computational Fluid Dynamics Volumes Lagrangian vs. Eulerian modelling Navier-Stokes equations.
Fluid Mechanics (C.V. analysis) Dept. of Experimental Orthopaedics and Biomechanics Bioengineering Reza Abedian (M.Sc.)
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.
Fluids and Elasticity Readings: Chapter 15.
Chapter 9: Differential Analysis of Fluid Flow
Today’s Lecture Objectives:
Introduction to Fluid Mechanics
Fluids in Motion Includes equation of continuity (mass flow rate) and Bernoulli’s equation.
Continuum Mechanics for Hillslopes: Part IV
Continuity Equation.
CFD – Fluid Dynamics Equations
Fluid Kinematics Fluid Dynamics.
topic8_NS_vectorForm_F02
Introduction to Fluid Dynamics & Applications
Today’s Lecture Objectives:
MAE 3241: AERODYNAMICS AND FLIGHT MECHANICS
topic8_NS_vectorForm_F02
5. Describing Flow CH EN 374: Fluid Mechanics.
Richard B. Rood (Room 2525, SRB) University of Michigan
FLUID MECHANICS - Review
Physics 451/551 Theoretical Mechanics
We assume here Ideal Fluids
Introduction to Fluid Mechanics
Introduction to Fluid Mechanics
Presentation transcript:

Computer Animation Rick Parent Computer Animation Algorithms and Techniques Computational Fluid Dynamics

Computer Animation Rick Parent Fluids conservation of mass momentum energy viscous v. non-viscous compressible v. incompressible types turbulent laminar flow steady state flow characteristics gravity density pressure heat velocity properties

Computer Animation Rick Parent Models grid-based (Eulerian) particle-based (Lagrangian) Hybrid dddd dddd dddd dddd

Computer Animation Rick Parent Notation Gradient Divergence

Computer Animation Rick Parent Divergence Theorem The integral of the flow field’s divergence over the volume of the cell is the same as the intgral of the flow field over the cell’s boundary

Computer Animation Rick Parent Conservation of Mass dx

Computer Animation Rick Parent Conservation of Mass If incompressible:

Computer Animation Rick Parent Conservation of Momentum dx dy in x

Computer Animation Rick Parent Conservation of Momentum

Computer Animation Rick Parent Euler Equations - 2D Velocity: u,v Coordinates: x,y Density: Pressure: p

Computer Animation Rick Parent Euler Equations - incompressible form

Computer Animation Rick Parent Stable Fluids Velocity gridDensity grid Move densities around using velocity grid and dissipate densities Move velocities around using velocity grid and dissipate velocities

Computer Animation Rick Parent Stable Fluids Source Force AdvectionDissipation