Computer animation for fluid simulation of a high viscous fluid melting

Size: px
Start display at page:

Download "Computer animation for fluid simulation of a high viscous fluid melting"

Transcription

1 2 nd WIETE Annual Conference on Engineering and Technology Education 2011 WIETE Pattaya, Thailand, January 2011 Computer animation for fluid simulation of a high viscous fluid melting S. Lertkulvanich & S. Madarasmi King Mongkut s University of Technology Thonburi Bangkok, Thailand ABSTRACT: This paper presents the modelling and simulation of viscous fluid, which is in the form of free surface flow. The simulation uses a fully implicit Eulerian technique with constant and variable viscosity coefficient with the full term of the viscous stress tensor using conventional 3D Navier-Stokes equations. The method exploits a variation principle which enforces complex boundary conditions on the shear stress at the free surface while the fluid discretisation turns into three positive definite linear equations using Marker-and-Cell to govern the fluid equation in each time step. The example in this paper will demonstrate high viscosity phenomena, such as coiling, folding, etc. Also in this paper are both Dirichlet and Neumann complex boundary condition, as well as the interaction with solid objects and the melting process of solid to low viscous fluid, which is controlled by diffusion heating. The result of the simulation will be used in future work on the simulation of the high temperature environment of a liquid metal flow, such as in Gas Metal Arc Welding: a process that cannot be directly observed. INTRODUCTION Melting or fusion is a phenomenon of matter that results in the change in phase of a substance from solid to liquid. Its internal energy is increased resulting in a rise of its temperature to the melting point at which the solid molecular bonds break down and the solid liquefies. On the other hand, if the temperature cools down, it will return to a solid state. When a substance is in a liquid state, it is called a fluid. The word, fluid, technically can be interpreted as a liquid or gas. A gas fills its container completely, whereas a liquid has its own free surface, the shape of which does not depend on its container. In computer graphics, modelling and simulation of phenomena, such as melting, flowing, dripping, etc. has become popular in many areas. There are examples in films or games that make use of exotic materials, such as wet mud, tar, gas, etc. In industrial areas, simulation of a high temperature environment, such as lava or melting metal, can be a reminder to handle with care and to forecast its real behaviour. To model the flowing of a fluid-like gas or liquid, there are two common properties viz advection and diffusion. Advection is the property that a fluid can convey objects or convey itself. Diffusion is the property that a fluid expands in all directions related to the shear of the substance. Liquid has a higher shear force than gas. To model a gas, the fluid should have a very low viscosity, whereas to model a liquid, the viscosity should be high. If it is high enough, it will express different behaviour and cannot flow freely like water. Instead, it tries to form a shape, such as a coil or fold over upon itself with intricate details. These behaviours can be generated by a careful coupling to the air. This phenomenon can be used to model the melting of substance from the solid phase to the fluid phase. Considering the melting of a solid to a fluid, a method will be presented to model the formation of a fluid, with high viscosity or low viscosity, together with its interactions with the environment by controlling the viscosity. Metal arc welding is expected to be modelled in the future. CONTRIBUTIONS The aim is to make a simulation and animation of fluids in Gas Metal Arc Welding as the final target of the work. Suitable fluid simulation algorithms to simulate a gas are either the Smoothed Particle Hydrodynamics algorithm (SPH) [1] or Computational Fluid Dynamics (CFD). This work used CFD to simulate a high viscous fluid and fluid melting. The focus was on both high and low fluid viscosities and used a conventional high viscous fluid method [2-4]. Unlike former works, which used extensive simulation, here only the fluid of immediate concern was simulated. At the fluid interface, if the fluid passes into a new space, the values for the empty space are extrapolated from the values at the fluid interface. 38

2 RELATED WORKS Since Stam explored how to make fluid simulation using computer graphics with the finite difference method of the 3D Navier-Stokes equations, the Stable fluids, the approach developed in fluid simulation papers has been extended to various kinds of fluid phenomena, such as smoke, free surface flows, fire and even big explosions [5]. Foster and Metaxas [6][7] adapted the Marker-and-Cell (MAC) method of Harlow and Welch [8] using 3D Navier-Stokes equations to deal with liquid flows or free surface flows. Though quite effective, the simulation required small time steps due to the explicit integration. Later, an implicit viscosity solution method was introduced by Stam using a semi-lagrangian advection scheme [9]. The Navier-Stokes equations are solved independently for each term. This is now used for fluid simulations but initially smoke was simulated. At that time there were no efficient simulations of free surface flow. Later, Carlson et al introduced a model to handle free surface flow with variable viscosity using geometric mean viscosity [10][11]. The modelled viscosity was controlled by a heat diffusion process. Since then, there has been various work concerned with fluids, such as Rasmussen et al with a simulation having an implicit-explicit scheme [5], and Hong et al, who demonstrated discontinuous jumps in viscosity of two-phase fluids [12]. Some information was added to a model in order to make specific fluid properties such as elastic component by Goktekin et al to model a jelly phenomenon [13]. Batty et al modelled viscous fluid with a stress tensor on diffusion terms but only for a constant viscosity term [2]. GOVERNING EQUATIONS For animation and some simulation, Navier-Stokes equations were chosen because of their simplicity and good explanation especially for high viscous fluid flows. The momentum Equation (1) has four main terms viz advection, diffusion, pressure gradient and external body force. Advection is the self-movement of fluid, while diffusion is the fluid motion which depends on its viscosity, as shown in the form of the viscous stress tensor. The body force is the external force applied to the fluid. There are two fluid conditions which affect the size of the simulation: compressible and incompressible. The incompressible case is covered in Equation (2) noting the divergence of zero. This means the fluid flow into a cell is equal to the fluid flow out. Equation (3) allows for viscosity, with the viscous stress tensor applied for a variable viscosity fluid. (1) (2) (3) Where are the cell properties velocity, gravity (the body force) and pressure. are the fluid properties density, dynamic viscosity and fluid viscous stress tensor. Equation (3) for constant dynamic viscosity and an incompressible fluid becomes: (4) The standard approach called operator splitting is a solution for the velocity for each time step [9]. First, omit the pressure term; next, apply the advection, diffusion and body force in order. The advection is solved by using a semi- Lagrangian method, which traces the fluid to determine its next state. The diffusion term is described by a Poisson equation using backward timing integration that can be solved using many methods, such as Jacobi, Conjugate Gradient and Multigrid. Mostly used here was the preconditioned Conjugate Gradient method (PCG). Lastly, apply the pressure together with Equation (2), which also forms a Poisson's equation; this can be solved as for the diffusion state. The resultant velocity can be used to update the new fluid position, as shown in Figure 1: Figure 1: Solving velocity for each time step. 39

3 where and are velocity at n th and (n+1) th time step and velocity after advection state, body force state and diffusion state respectively. To reach a solution for variable viscosity with a diffusion term, the Poisson equation is extended to include a viscous stress tensor term as shown in Equation (3). IMPLEMENTATIONS Computational fluid dynamic scheme (CFD) was used to simulate a fluid in a three-dimensional simulation space which should provide a good simulation. The space is discretised into a small grid of cell spaces each of which has its own components, i.e. the velocity in each direction and fluid parameters. The simulation method called Marker-and-Cell (MAC) by Harlow and Welch was implemented [8]. The method places the vital components like velocity at the centre of each side of a cell face, while others are placed at the cell centre. The index of cell is at the cell centre and the cell face has the index one half different, depending on the direction of the component, e.g. if the cell has index, the left cell face centre has the index of and for the bottom face centre is and so on, as shown in Figure 2. Once the half indices components are used, they are allocated in computer memory, with a shift to a full index. For example, has the index of for and so on. This means the simulation in each cell requires only that cell s components. This scheme can reduce the velocity jagging with unbiased second-order accuracy [3]. Figure 2: The simulation space grid cell with the position of each component in cell. The fluid is represented by particles. The cell that has at least one particle is a fluid cell while an empty cell has no particles. Most simulators simulate throughout all the space. To have a fast simulation step, empty cells have zero pressure and velocity. The simulation is only performed on fluid cells. The simulation process for each time step is shown in Figure 3. Particle collection Advection process Diffusion process Add body force Calculate Pressure Update velocity Moving particles due to cell velocity Extrapolate the velocity for new empty cell if the particle is in that cell Update particle position not to exceed the boundary Boundary Condition Figure 3: Simulation process for each time step. Two types of boundary are considered viz a solid boundary and a free surface boundary. The free surface is the surface of a fluid that interfaces to the air. It is straightforward to deal with this surface type. The cell pressure is set to zero due to the viscous stress tensor being zero. For a solid boundary (fluid-solid interface), e.g. a solid wall, there are two types of boundary conditions, i.e. the no-stick condition and the no-slip condition. No-stick condition is used with low viscous or inviscid fluid. This can be done by setting the velocity component that is normal to solid equal to normal component of the solid velocity which, of course, simplifies to. For the no-slip condition, the viscous fluid has a low speed of continuous flow since the fluid sticks to the solid at the interface while slippage happens in the upper layers. In this case we have [3]: 40

4 for the upper layer and for solid-fluid interface. RESULTS To conduct the test, the focus was on the fluid behaviour with varying viscous coefficient; first, there was a free fall test with low and high viscosity and an impact with a solid boundary with both no-stick and no-slip boundary condition. The results are shown in Figure 4. Figure 4: The simulation result with a high and low viscous fluid. The fluid starts with a square cylinder shape (l-r): a), b) and c) are the final results for a high and low viscous fluid. The simulation was rendered using OpenGL as a graphics tool. Shown above, the shadow is cast from one light source. The algorithm is based on the perspective projection of light to an object to render the shadow on the floor. The dark area is produced by comparing the light to object distance with the object depth field, which is stored in the OpenGL depth buffer (z-buffer). If the light to object distance is greater than object depth value, the shadow is shaded with dark colour. This is implemented using the OpenGL shading language and also the Phong s shading scheme, which is normally used for light shading. The surfaces are constructed using the Marching Cubes algorithm, in which the cell is discretised to a half size of the simulation grid cell [14]. Particles forming the surface are smoothed only with the neighbouring cell instead of with all particles to reduce the surface creation time, which has little effect on the created surface. CONCLUSIONS AND FUTURE WORK This paper presents the simulations of viscous fluid, such as water, honey, caramel, etc. The fluid was simulated using both high and low viscous coefficients. The results show fluid behaviour corresponding to the viscous coefficient. The simulation time is satisfactory. Nonetheless, the simulation is determined only to cell level and a cell may be empty. This can be compensated for by reducing the cell size but the simulation time would increase. For future work, this fluid simulation will be extended to cover different types of fluid interface; the transformation of a substance to a fluid (multi-phase fluid), which can be modelled as a very high viscous fluid. All will be used for the final target, which is the simulation and animation of Gas Metal Arc Welding. REFERENCES 1. Suriyong, L. and Sanan, S., Interactive physically-based modelling for gaseous object using smoothed particle hydrodynamics. Proc. Inter. Multi-Conf. of Engineers and Computer Scientists, Hong Kong, (2006). 2. Batty, C. and Bridson, R., Accurate viscous free surfaces for buckling, coiling and rotating liquids. Proc. ACM/Eurographics Symposium on Computer Animation (2008). 3. Bridson, R., Fluid Simulation for Computer Graphics. A K Peters, Ltd., (2009). 4. Williams, B., Fluid Surface Reconstruction from Particles, Degree, Master of Science - MSc. Program, Computer Science, The University of British Columbia (2008). 5. Rassmusen, N., Enright, D., Nguyen, D., Marino, S., Sumner, N., Geiger, W., Hoon, S. and Fedkiw, R., Directable photorealistic liquids. Proc ACM SIGGRAPH/Eurographics Symposium on Computer Animation, (2004). 6. Foster, N. and Metaxas, D., Realistic animation of liquids. J. of Graphical Models Image Processing, 58, 5, (1996). 7. Foster, N. and Fedkiw, R., Practical animation of liquids. Proc. 28 th Annual Conf. on Computer Graphics and Interactive Techniques, SIGGRAPH, ACM Press, (2001). 41

5 8. Harlow, F. and Welch, J., Numerical calculation of time-dependent viscous incompressible flow of fluid with a free surface. J. of Physics of Fluids, 8, 12, (1965). 9. Stam, J., Stable fluids. Proc. Computer Graphics, Annual Conference Series, (1999). 10. Carlson, T.M., Peter, J.M., Brooks, V.H. and Turk, G., Melting and flowing. Proc. ACM SIGGRAPH Symposium on Computer Animation, San Antonio, Texas, July 21-22, (2002). 11. Carlson, M., Mucha, P.J. and Turk, G., Rigid fluid: Animating the interplay between rigid bodies and fluid. Proc. ACM SIGGRAPH, 23, 3, (2004). 12. Hong, J.M. and Kim, C.H., Discontinuous fluids. Proc. of ACM SIGGRAPH 2005, 24, 3, (2005). 13. Goktekin, G.T., Bargteil, A.W. and O Brien, J.F, A method for animating viscoelastic fluids. Proc. Computer Graphics, SIGGRAPH Annual Conference Series, 23, 3, , (2004). 14. Brouke, P., Polygonising a scalar field (1994), 10 October 2010, geometry/polygonise 15. Lorensen, W.E. and Cline, H.E., Marching cubes: a high resolution 3D surface construction algorithm. Proc. Computer Graphics, SIGGRAPH, 21, 4, (1987). 42

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

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

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

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

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

Animation of Fluids. Animating Fluid is Hard

Animation of Fluids. Animating Fluid is Hard 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 AdHoc Methods Some simple

More information

Overview of Traditional Surface Tracking Methods

Overview of Traditional Surface Tracking Methods Liquid Simulation With Mesh-Based Surface Tracking Overview of Traditional Surface Tracking Methods Matthias Müller Introduction Research lead of NVIDIA PhysX team PhysX GPU acc. Game physics engine www.nvidia.com\physx

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

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

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

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

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

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

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

A Multigrid Fluid Pressure Solver Handling Separating Solid Boundary Conditions

A Multigrid Fluid Pressure Solver Handling Separating Solid Boundary Conditions Eurographics/ ACM SIGGRAPH Symposium on Computer Animation (2011) A. Bargteil and M. van de Panne (Editors) A Multigrid Fluid Pressure Solver Handling Separating Solid Boundary Conditions Nuttapong Chentanez

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

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

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

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

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

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

Surface Tension Approximation in Semi-Lagrangian Level Set Based Fluid Simulations for Computer Graphics

Surface Tension Approximation in Semi-Lagrangian Level Set Based Fluid Simulations for Computer Graphics Surface Tension Approximation in Semi-Lagrangian Level Set Based Fluid Simulations for Computer Graphics Israel Pineda and Oubong Gwun Chonbuk National University israel_pineda_arias@yahoo.com, obgwun@jbnu.ac.kr

More information

Animation of Bubbles in Liquid

Animation of Bubbles in Liquid EUROGRAPHICS 2003 / P. Brunet and D. Fellner (Guest Editors) Volume 22 (2003), Number 3 Animation of Bubbles in Liquid Jeong-Mo Hong and Chang-Hun Kim Department of Computer Science, Korea University Abstract

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

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

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

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

ALE Seamless Immersed Boundary Method with Overset Grid System for Multiple Moving Objects

ALE Seamless Immersed Boundary Method with Overset Grid System for Multiple Moving Objects Tenth International Conference on Computational Fluid Dynamics (ICCFD10), Barcelona,Spain, July 9-13, 2018 ICCFD10-047 ALE Seamless Immersed Boundary Method with Overset Grid System for Multiple Moving

More information

Smoothed Particle Hydrodynamics on GPUs

Smoothed Particle Hydrodynamics on GPUs The Visual Computer manuscript No. (will be inserted by the editor) Takahiro Harada Seiichi Koshizuka Yoichiro Kawaguchi Smoothed Particle Hydrodynamics on GPUs Abstract In this paper, we present a Smoothed

More information

Particle-based Fluid Simulation

Particle-based Fluid Simulation Simulation in Computer Graphics Particle-based Fluid Simulation Matthias Teschner Computer Science Department University of Freiburg Application (with Pixar) 10 million fluid + 4 million rigid particles,

More information

Simulating Smoke with an Octree Data Structure and Ray Marching

Simulating Smoke with an Octree Data Structure and Ray Marching Simulating Smoke with an Octree Data Structure and Ray Marching Edward Eisenberger Maria Montenegro Abstract We present a method for simulating and rendering smoke using an Octree data structure and Monte

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

Bubble Dynamics using Free Surfaces in a VOF framework

Bubble Dynamics using Free Surfaces in a VOF framework Bubble Dynamics using Free Surfaces in a VOF framework Sevilla Meeting: Numerical Challenges in two-phase flows 27 October 2014 Léon MALAN Supervisor: Prof. Stéphane ZALESKI 1 Contents Introduction: Simulation

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

AN ADAPTIVE SAMPLING APPROACH TO INCOMPRESSIBLE PARTICLE-BASED FLUID. A Dissertation WOO-SUCK HONG

AN ADAPTIVE SAMPLING APPROACH TO INCOMPRESSIBLE PARTICLE-BASED FLUID. A Dissertation WOO-SUCK HONG AN ADAPTIVE SAMPLING APPROACH TO INCOMPRESSIBLE PARTICLE-BASED FLUID A Dissertation by WOO-SUCK HONG Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements

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

FLUID SIMULATION BY PARTICLE LEVEL SET METHOD WITH AN EFFICIENT DYNAMIC ARRAY IMPLEMENTATION ON GPU

FLUID SIMULATION BY PARTICLE LEVEL SET METHOD WITH AN EFFICIENT DYNAMIC ARRAY IMPLEMENTATION ON GPU FLUID SIMULATION BY PARTICLE LEVEL SET METHOD WITH AN EFFICIENT DYNAMIC ARRAY IMPLEMENTATION ON GPU Yasuhiro Matsuda The University of Tokyo Yoshinori Dobashi Hokkaido University Tomoyuki Nishita The University

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

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

REVIEWS ON PHYSICALLY BASED CONTROLLABLE FLUID ANIMATION

REVIEWS ON PHYSICALLY BASED CONTROLLABLE FLUID ANIMATION REVIEWS ON PHYSICALLY BASED CONTROLLABLE FLUID ANIMATION Saithip Limtrakul 1 *, Wisut Hantanong 1, Pizzanu Kanongchaiyos 1 and Tomoyuki Nishita 2 1 Department of Computer Engineering, Faculty of Engineering,

More information

Procedural Synthesis using Vortex Particle Method for Fluid Simulation

Procedural Synthesis using Vortex Particle Method for Fluid Simulation Volume 28 (2009), Number 7 Procedural Synthesis using Vortex Particle Method for Fluid Simulation Jong-Chul Yoon 1, Hyeong Ryeol Kam 2, Jeong-Mo Hong 3, Shin Jin Kang 4 and Chang-Hun Kim 2 1 FXGear Inc.

More information

A High Quality, Eulerian 3D Fluid Solver in C++ A Senior Project. presented to. the Faculty of the Computer Science Department of

A High Quality, Eulerian 3D Fluid Solver in C++ A Senior Project. presented to. the Faculty of the Computer Science Department of A High Quality, Eulerian 3D Fluid Solver in C++ A Senior Project presented to the Faculty of the Computer Science Department of California Polytechnic State University, San Luis Obispo In Partial Fulfillment

More information

An Efficient Adaptive Vortex Particle Method for Real-Time Smoke Simulation

An Efficient Adaptive Vortex Particle Method for Real-Time Smoke Simulation 2011 12th International Conference on Computer-Aided Design and Computer Graphics An Efficient Adaptive Vortex Particle Method for Real-Time Smoke Simulation Shengfeng He 1, *Hon-Cheng Wong 1,2, Un-Hong

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

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

The Immersed Interface Method

The Immersed Interface Method The Immersed Interface Method Numerical Solutions of PDEs Involving Interfaces and Irregular Domains Zhiiin Li Kazufumi Ito North Carolina State University Raleigh, North Carolina Society for Industrial

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

Chapter 2 Water and Bubbles

Chapter 2 Water and Bubbles Chapter 2 Water and Bubbles 2.1 Animation of Bubbles in Liquid Abstract This section introduces a new fluid animation technique in which liquid and gas interact with each other, using the example of bubbles

More information

Eulerian Fluid Simulator

Eulerian Fluid Simulator Eulerian Fluid Simulator Liviu-George Bitiușcă MSc Computer Animation & Visual Effects Bournemouth University August 2016 Contents Table of contents... i Abstract...ii 1 Introduction.1 1.1 Motivation 1

More information

Support for Multi physics in Chrono

Support for Multi physics in Chrono Support for Multi physics in Chrono The Story Ahead Overview of multi physics strategy in Chrono Summary of handling rigid/flexible body dynamics using Lagrangian approach Summary of handling fluid, and

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

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

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

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

Transfer and pouring processes of casting by smoothed particle. hydrodynamic method

Transfer and pouring processes of casting by smoothed particle. hydrodynamic method Transfer and pouring processes of casting by smoothed particle hydrodynamic method M. Kazama¹, K. Ogasawara¹, *T. Suwa¹, H. Ito 2, and Y. Maeda 2 1 Application development div., Next generation technical

More information

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

Realistic Smoke Simulation Using A Frustum Aligned Grid

Realistic Smoke Simulation Using A Frustum Aligned Grid Realistic Smoke Simulation Using A Frustum Aligned Grid by Alan Wai Lun Woo B.Sc., University of British Columbia, 00 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER

More information

Physically Based Simulation

Physically Based Simulation CSCI 420 Computer Graphics Lecture 21 Physically Based Simulation Examples Particle Systems Numerical Integration Cloth Simulation [Angel Ch. 9] Jernej Barbic University of Southern California 1 Physics

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

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

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

Robust Simulation of Sparsely Sampled Thin Features in SPH-Based Free Surface Flows

Robust Simulation of Sparsely Sampled Thin Features in SPH-Based Free Surface Flows Copyright of figures and other materials in the paper belong to original authors. Robust Simulation of Sparsely Sampled Thin Features in SPH-Based Free Surface Flows Xiaowei He et al. ACM SIGGRAPH 2015

More information

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering Debojyoti Ghosh Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering To study the Dynamic Stalling of rotor blade cross-sections Unsteady Aerodynamics: Time varying

More information

Simulating Bubbles Michael Running Wolf 4/1/05. Introduction

Simulating Bubbles Michael Running Wolf 4/1/05. Introduction Simulating Bubbles Michael Running Wolf 4/1/05 Introduction In researching journal articles relating to simulating bubbles, two categories of work exist. In one body of work, the physical mechanics of

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

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

Simultaneous Coupling of Fluids and Deformable Bodies

Simultaneous Coupling of Fluids and Deformable Bodies Eurographics/ ACM SIGGRAPH Symposium on Computer Animation (2006) M.-P. Cani, J. O Brien (Editors) Simultaneous Coupling of Fluids and Deformable Bodies Nuttapong Chentanez Tolga G. Goktekin Bryan E. Feldman

More information

Controlling fluid animation with geometric potential

Controlling fluid animation with geometric potential COMPUTER ANIMATION AND VIRTUAL WORLDS Comp. Anim. Virtual Worlds 2004; 15: 147 157 (DOI: 10.1002/cav.17) Controlling fluid animation with geometric potential By Jeong-mo Hong and Chang-hun Kim* We propose

More information

Abstract. Introduction. Kevin Todisco

Abstract. Introduction. Kevin Todisco - Kevin Todisco Figure 1: A large scale example of the simulation. The leftmost image shows the beginning of the test case, and shows how the fluid refracts the environment around it. The middle image

More information

The Development of a Navier-Stokes Flow Solver with Preconditioning Method on Unstructured Grids

The Development of a Navier-Stokes Flow Solver with Preconditioning Method on Unstructured Grids Proceedings of the International MultiConference of Engineers and Computer Scientists 213 Vol II, IMECS 213, March 13-15, 213, Hong Kong The Development of a Navier-Stokes Flow Solver with Preconditioning

More information

Comparison between incompressible SPH solvers

Comparison between incompressible SPH solvers 2017 21st International Conference on Control Systems and Computer Science Comparison between incompressible SPH solvers Claudiu Baronea, Adrian Cojocaru, Mihai Francu, Anca Morar, Victor Asavei Computer

More information

Real time simulation of a tornado

Real time simulation of a tornado Visual Comput (2007) 23: 559 567 DOI 10.1007/s00371-007-0118-7 ORIGINAL ARTICLE Shiguang Liu Zhangye Wang Zheng Gong Qunsheng Peng Real time simulation of a tornado Published online: 10 May 2007 Springer-Verlag

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

Physically Based Simulation

Physically Based Simulation CSCI 480 Computer Graphics Lecture 21 Physically Based Simulation April 11, 2011 Jernej Barbic University of Southern California http://www-bcf.usc.edu/~jbarbic/cs480-s11/ Examples Particle Systems Numerical

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

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

Melting and Flowing. Abstract. 1 Introduction. Mark Carlson, Peter J. Mucha, R. Brooks Van Horn III, Greg Turk. Georgia Institute of Technology

Melting and Flowing. Abstract. 1 Introduction. Mark Carlson, Peter J. Mucha, R. Brooks Van Horn III, Greg Turk. Georgia Institute of Technology Melting and Flowing Mark Carlson, Peter J Mucha, R Brooks Van Horn III, Greg Turk Georgia Institute of Technology Abstract We present a fast and stable system for animating materials that melt, flow, and

More information

Lagrangian methods and Smoothed Particle Hydrodynamics (SPH) Computation in Astrophysics Seminar (Spring 2006) L. J. Dursi

Lagrangian methods and Smoothed Particle Hydrodynamics (SPH) Computation in Astrophysics Seminar (Spring 2006) L. J. Dursi Lagrangian methods and Smoothed Particle Hydrodynamics (SPH) Eulerian Grid Methods The methods covered so far in this course use an Eulerian grid: Prescribed coordinates In `lab frame' Fluid elements flow

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

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 3D VOF model in cylindrical coordinates

A 3D VOF model in cylindrical coordinates A 3D VOF model in cylindrical coordinates Marmar Mehrabadi and Markus Bussmann Department of Mechanical and Industrial Engineering, University of Toronto Recently, volume of fluid (VOF) methods have improved

More information

Rigid Fluid: Animating the Interplay Between Rigid Bodies and Fluid

Rigid Fluid: Animating the Interplay Between Rigid Bodies and Fluid Rigid Fluid: Animating the Interplay Between Rigid Bodies and Fluid Mark Carlson Peter J. Mucha Greg Turk Georgia Institute of Technology Figure 1: A silver block catapulting some wooden blocks into an

More information

Example 13 - Shock Tube

Example 13 - Shock Tube Example 13 - Shock Tube Summary This famous experiment is interesting for observing the shock-wave propagation. Moreover, this case uses the representation of perfect gas and compares the different formulations:

More information

ENERGY-224 Reservoir Simulation Project Report. Ala Alzayer

ENERGY-224 Reservoir Simulation Project Report. Ala Alzayer ENERGY-224 Reservoir Simulation Project Report Ala Alzayer Autumn Quarter December 3, 2014 Contents 1 Objective 2 2 Governing Equations 2 3 Methodolgy 3 3.1 BlockMesh.........................................

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

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

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

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

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

Keywords: flows past a cylinder; detached-eddy-simulations; Spalart-Allmaras model; flow visualizations

Keywords: flows past a cylinder; detached-eddy-simulations; Spalart-Allmaras model; flow visualizations A TURBOLENT FLOW PAST A CYLINDER *Vít HONZEJK, **Karel FRAŇA *Technical University of Liberec Studentská 2, 461 17, Liberec, Czech Republic Phone:+ 420 485 353434 Email: vit.honzejk@seznam.cz **Technical

More information

Cloth Simulation. Tanja Munz. Master of Science Computer Animation and Visual Effects. CGI Techniques Report

Cloth Simulation. Tanja Munz. Master of Science Computer Animation and Visual Effects. CGI Techniques Report Cloth Simulation CGI Techniques Report Tanja Munz Master of Science Computer Animation and Visual Effects 21st November, 2014 Abstract Cloth simulation is a wide and popular area of research. First papers

More information

Real-time Rendering of Melting Objects in Video Games

Real-time Rendering of Melting Objects in Video Games Real-time Rendering of Melting Objects in Video Games Dhanyu Amarasinghe Ian Parberry Dept. of Computer Science & Engineering University of North Texas Denton, Texas 76203 5017 Email: {DhanyuAmarasinghe

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

Efficient Tridiagonal Solvers for ADI methods and Fluid Simulation

Efficient Tridiagonal Solvers for ADI methods and Fluid Simulation Efficient Tridiagonal Solvers for ADI methods and Fluid Simulation Nikolai Sakharnykh - NVIDIA San Jose Convention Center, San Jose, CA September 21, 2010 Introduction Tridiagonal solvers very popular

More information

To appear in the ACM SIGGRAPH conference proceedings. Jeong-Mo Hong Korea University

To appear in the ACM SIGGRAPH conference proceedings. Jeong-Mo Hong Korea University To appear in the ACM SIGGRAPH conference proceedings Jeong-Mo Hong Korea University Chang-Hun Kim Korea University Figure 1: Capillary instability of a liquid jet; liquid pouring on to a sphere; and bubbly

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

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

Modelling of Levitation Melting using a Fixed Mesh Method

Modelling of Levitation Melting using a Fixed Mesh Method International Scientific Colloquium Modelling for Electromagnetic Processing Hannover, October 27-29, 2008 Modelling of Levitation Melting using a Fixed Mesh Method D. Hectors, E. Toorman, K. Van Reusel

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