MSc. Thesis Project. Simulation of a Rotary Kiln. MSc. Cand.: Miguel A. Romero Advisor: Dr. Domenico Lahaye. Challenge the future

Size: px
Start display at page:

Download "MSc. Thesis Project. Simulation of a Rotary Kiln. MSc. Cand.: Miguel A. Romero Advisor: Dr. Domenico Lahaye. Challenge the future"

Transcription

1 MSc. Thesis Project Simulation of a Rotary Kiln MSc. Cand.: Miguel A. Romero Advisor: Dr. Domenico Lahaye 1

2 Problem Description What is a Rotary Kiln? A Rotary Kiln is a pyroprocessing device used to raise materials to high temperatures in a continuous process. 2

3 Problem Objectives Abstract Accurately calculate the Temperature Profile of the Granular bed of the Rotary Kiln. This will lead to an accurate analysis on where hot spots could appear and a sensibility analysis in conjunction with M. Pisaroni s work by varying parameters, such as G/Air ratio, inclination and RPM, in order to homogenise the profile and reduce hot spots. If reaction kinetics are known, a more accurate description of the process can be made and concentration profiles can be incorporated into the Simulation. 3

4 Simulation Set-up Rotary Kiln simulation The Problem can be divided into two sub problems: Simulation of the Combusting Gases Work done by M. Pisaroni Simulation of the Granular Bed To be the focus of the present project The the simulation of the Granular Bed will use data from the Combusting gases as input 4

5 What is Granular Flow? Granular material is a collection of solid particles or grains, such that most of the particles are in contact with at least some of their neighboring particles. Examples: sand, gravel, food grains, seeds, sugar coal and cement, (Kesava & Prabhu, 2008) We call granular flow to the displacement of granular material Granular materials exhibit characteristics similar to both solids and liquids 5

6 Modeling Approaches There are two typical ways of modelling granular flow: Discrete Method: Euler-Lagrange approach (Coupled DEM) Treat the material as a collection of particles. Newton s laws of motion are applied to each particle Continuum Models: Euler-Euler approach (Two fluid modeling) Particles are modeled by a continious medium where all the quantities are assumed to be smooth functions of position and time (local averaging) 6

7 Euler-Lagrange: Discrete Element Method Consists of an ODE system: Particle Motion / Particle Tracking dx i dt = u p,i du p,i dt = 1 m p F p With contact forces using the soft-sphere approach (suitable for multiple contacts), spring and dampener model. Then we solve a new ODE system with linear or non-linear spring. 7

8 Euler-Lagrange: Discrete Element Method Advantages Relatively simple model, easy to understand physics Easy to implement, there are also a number of Commercial and Open Source software implementations: Star CCM+, OpenFOAM, LIGGGHTS/LAMMPS, MFIX. Implementations are in parallel/parallelizable Disadvantages May still need some empirical adjustments because of the nonsphericity of particles. Still needs validation of certain parameters. Very computationally expensive -> in 3-D one needs for particle motion 6 ODEs per particle, in our problem we have ~1.5 billion particles 8

9 Euler-Lagrange: Discrete Element Method Experiments were done with LIGGGHTS in order to investigate feasibility because of the size of the problem What is LIGGGHTS? Open Source discrete element method particle simulation software based on LAMMPS (molecular dynamics simulator from Sandia National Laboratories from the US DoE) Highly scalable parallel DEM Simulator (uses MPI) 9

10 Euler-Lagrange: Discrete Element Method Experiment Setup Simulation of a rotating cylinder Diameter: 2.1 m Number of particles: ~15, ,000 Cylinder Length: 0.1 m Simulation time: 3 s Timestep: s 1 core 2 RPM 5% loading by volume *Test for visualization. NOT an experiment run. 10

11 Euler-Lagrange: Discrete Element Method 80 Np vs t Np vs t

12 Euler-Lagrange: Discrete Element Method Notes about the simulation There was overhead because of writing of data every 1000 time steps Not yet parallelized Only 3 s of simulation time There is maybe a cheaper way of incorporating the rotation of the cylinder No Heat Transfer or Chemical Reactions were incorporated By taking the packing limit of 0.5 and a loading of 5% with particles of 2.5 mm, one gets ~1.1 billion particles. 12

13 Euler-Lagrange: Discrete Element Method Possible set up for the Simulation Using fixed temperature profile/radiation from the flame data already available Having a Coupled simulation of the Combustion and Particle flow using the model already available Data needed: Mass and Energy balances for set up and validation Reaction kinetics or simplified kinetics in order to calculate accurately the T profile of the particle bed 13

14 Euler-Lagrange: Discrete Element Method Open Questions Mass and Energy balance data Reaction Kinetics Questions on implementation of solid-solid reactions with respect to the Discrete Element Method (opposed to a much easier implementation of solid-fluid reactions) How will the performance be affected by the Heat Transfer/ Chemical Reactions and Parallelization on the simulation? 14

15 Euler-Euler: Two Fluid approach Two-phase hydrodynamic models treat the fluid and the solids as two interpenetrating continua. One uses an averaging approach where equations are derived by space, time or ensemble averaging of the local, instantaneous balances of each of the phases. Basically a multiphase RANS code; implemented in almost any CFD software such as: Fluent, Star CCM+, OpenFOAM and MFIX. Extensive use for simulating Fluidised Beds and Slurry flows 15

16 Euler-Euler: Two Fluid approach t t Conservation of mass and momentum ( ε g ρ g ) + i ε g ρ g v g ε g ρ g v g ( ) = R g vg ( ) + i( ε g ρ g v g ) = i S g + ε g ρ g g I g ( ε s ρ s ) + i ε s ρ s v s t The interaction force (momentum transfer) between phases can be modeled in the same way as in the Euler-Lagrange approach, having Drag, Buoyancy and Mass Transfer. I g = ε s P g F g t ε s ρ s v s vs v ( g ) + R 0v ( ) = R s vs ( ) + i( ε s ρ s v s ) = i S s + ε s ρ s g + I g 16

17 Euler-Euler: Two Fluid approach The most difficult and interesting part is the modeling and definition of the Stress Tensors. For the fluid phase it takes the usual form: S g = P g I + τ g With the Pressure and the Newtonian Viscous Stress Tensor 17

18 Euler-Euler: Two Fluid approach For the solids, we can observe that granular flows can be classified with two distinct flow regimes Viscous flow which is rapidly shearing, where stresses arise because of collisions (momentum transfer) Plastic flow which is slowly shearing, where stresses arise because of enduring contact (coulomb friction) We then have two models for the Stress tensor in our Solids Momentum transfer Viscous flow is based on Kinetic theory of gases Plastic flow by an empirical power law depending on material properties 18

19 Euler-Euler: Two Fluid approach Advantages Less computational cost Chemical Reactions are easy to include (modeled as a PFR on the bed = as a series of CSTRs on the volumes along the axis of the bed) Easier integration with previous work Disadvantages Much more modeling required, more validation needed and not so easy to understand Never has been used for a 3-D rotary drum (at least not reported) but there are reported results on a 2-D rotary drum Boundary conditions are tricky; Rotating walls, inflow velocity 19

20 Euler-Euler: Two Fluid approach OpenFOAM was used to do a 2-D rotating cylinder full of particles in order to learn about the possible caveats on an euler-euler simulation for a rotary drum. Tutorials on two phase euler simulations for fluidised beds was followed with modifications in order to adapt it to my specific problem Arbitrary material properties were chosen and a kinetic theory description was used for the stress tensor of the solid phase (viscous flow) 20

21 Euler-Euler: Two Fluid approach There was some difficulty to get a stable solution, especially because the system is near the packing limit of the particles Steady state conditions not met; initial conditions are tricky An angle of repose can be seen but correct recirculation zones are not observed 21

22 Euler-Euler: Two Fluid approach Possible set up for the Simulation Define a flow rate on the particle bed on the direction of the axis of the kiln and make a coupled two phase simulation with chemical reactions included Data needed Mass and Energy balances for set up and validation Reaction kinetics Residence time of the particles due to inclination and rotation 22

23 Euler-Euler: Two Fluid approach Open Questions Mass and Energy balance data Reaction Kinetics Residence Time of particles with respect to current or possible configurations (inclination and rotational speed) How to create a good mesh for the calculations? Exactly how fast can it be? 23

24 Simulation Set-up Granular Bed Simulation Now What? The DEM approach can be almost readily set-up for use with Star CCM+ and sent to a computational cluster A Two-Fluid approach needs to be further investigated although first results look quite promising Further reading in Reaction Kinetics needs to be done in order to have a correct Temperature Profile An Euler-Lagrangian simulation will be set up and sent to a computational cluster with particle heat transfer Meanwhile the Euler-Euler approach will be investigated 24

25 Validation of the Simulation There are various papers by Boateng that describe the hydrodynamics of the particle flow on a rotary kiln, these are to be used to validate the flow patterns and the angle of repose of the simulations 25

26 Validation of the Simulation Mass Balances and Energy Balances of the actual Rotary kiln can be used to validate the Heat Transfer / Temperature Profile and the Concentration Profile if done 26

27 Conclusions From literature study Each simulation approach can be used for different goals Discrete Element Modelling: Particle Mean Residence time depending on angle and RPM Accurate Temperature profile to look at hot spots Two Fluid Approach: Because of the averaging nature of the approach, temperature profile is not as accurate Concentration profiles are easily incorporated if reaction kinetics are known 27

Dispersed Multiphase Flow Modeling using Lagrange Particle Tracking Methods Dr. Markus Braun Ansys Germany GmbH

Dispersed Multiphase Flow Modeling using Lagrange Particle Tracking Methods Dr. Markus Braun Ansys Germany GmbH Dispersed Multiphase Flow Modeling using Lagrange Particle Tracking Methods Dr. Markus Braun Ansys Germany GmbH 2011 ANSYS, Inc., Markus Braun 1 Overview The Euler/Lagrange concept Breaking the barrier

More information

Simulation of Particulate Solids Processing Using Discrete Element Method Oleh Baran

Simulation of Particulate Solids Processing Using Discrete Element Method Oleh Baran Simulation of Particulate Solids Processing Using Discrete Element Method Oleh Baran Outline DEM overview DEM capabilities in STAR-CCM+ Particle types and injectors Contact physics Coupling to fluid flow

More information

Outline. Advances in STAR-CCM+ DEM models for simulating deformation, breakage, and flow of solids

Outline. Advances in STAR-CCM+ DEM models for simulating deformation, breakage, and flow of solids Advances in STAR-CCM+ DEM models for simulating deformation, breakage, and flow of solids Oleh Baran Outline Overview of DEM in STAR-CCM+ Recent DEM capabilities Parallel Bonds in STAR-CCM+ Constant Rate

More information

Modeling of dispersed phase by Lagrangian approach in Fluent

Modeling of dispersed phase by Lagrangian approach in Fluent Lappeenranta University of Technology From the SelectedWorks of Kari Myöhänen 2008 Modeling of dispersed phase by Lagrangian approach in Fluent Kari Myöhänen Available at: https://works.bepress.com/kari_myohanen/5/

More information

Table of Contents. Preface... xiii

Table of Contents. Preface... xiii Preface... xiii PART I. ELEMENTS IN FLUID MECHANICS... 1 Chapter 1. Local Equations of Fluid Mechanics... 3 1.1. Forces, stress tensor, and pressure... 4 1.2. Navier Stokes equations in Cartesian coordinates...

More information

Differential relations for fluid flow

Differential relations for fluid flow Differential relations for fluid flow In this approach, we apply basic conservation laws to an infinitesimally small control volume. The differential approach provides point by point details of a flow

More information

Chapter 1. Introduction. 1.1 Background

Chapter 1. Introduction. 1.1 Background Chapter 1 Introduction 1.1 Background Despite being common in everyday experience, granular materials are poorly understood from a theoretical standpoint, and even in the simplest of situations, they can

More information

Lagrangian Particle Tracking

Lagrangian Particle Tracking FD with OpenFOAM software Lagrangian article Tracking Jelena Andric December 2009, Gothenburg About multiphase flows great importance can occur even more frequently than single phase flows correct formulation

More information

Introduction to Marine Hydrodynamics

Introduction to Marine Hydrodynamics 1896 1920 1987 2006 Introduction to Marine Hydrodynamics (NA235) Department of Naval Architecture and Ocean Engineering School of Naval Architecture, Ocean & Civil Engineering First Assignment The first

More information

Modeling Complex Flows! Direct Numerical Simulations! Computational Fluid Dynamics!

Modeling Complex Flows! Direct Numerical Simulations! Computational Fluid Dynamics! http://www.nd.edu/~gtryggva/cfd-course/! Modeling Complex Flows! Grétar Tryggvason! Spring 2011! Direct Numerical Simulations! In direct numerical simulations the full unsteady Navier-Stokes equations

More information

Particle-Simulation Methods for Fluid Dynamics

Particle-Simulation Methods for Fluid Dynamics Particle-Simulation Methods for Fluid Dynamics X. Y. Hu and Marco Ellero E-mail: Xiangyu.Hu and Marco.Ellero at mw.tum.de, WS 2012/2013: Lectures for Mechanical Engineering Institute of Aerodynamics Technical

More information

PARTICLE DISPERSION IN ENCLOSED SPACES USING A LAGRANGIAN MODEL

PARTICLE DISPERSION IN ENCLOSED SPACES USING A LAGRANGIAN MODEL IV Journeys in Multiphase Flows (JEM 217) March 27-31, 217, São Paulo, SP, Brazil Copyright 217 by ABCM Paper ID: JEM-217-4 PARTICLE DISPERSION IN ENCLOSED SPACES USING A LAGRANGIAN MODEL Ana María Mosquera

More information

Inter-particle force and stress models for wet and dry particulate flow at the intermediate flow regime

Inter-particle force and stress models for wet and dry particulate flow at the intermediate flow regime Inter-particle force and stress models for wet and dry particulate flow at the intermediate flow regime Xi Yu 1, Raffaella Ocone 3, Sotos Generalis 2, Yassir Makkawi 1 1 Chemical Engineering & Applied

More information

Discrete Element Modeling of Soils as Granular Materials

Discrete Element Modeling of Soils as Granular Materials Discrete Element Modeling of Soils as Granular Materials Matthew R. Kuhn Donald P. Shiley School of Engineering University of Portland National Science Foundation Grant No. NEESR-936408 Outline Discrete

More information

Chapter 9: Differential Analysis

Chapter 9: Differential Analysis 9-1 Introduction 9-2 Conservation of Mass 9-3 The Stream Function 9-4 Conservation of Linear Momentum 9-5 Navier Stokes Equation 9-6 Differential Analysis Problems Recall 9-1 Introduction (1) Chap 5: Control

More information

Effect of Different Oil Droplet Sizes in a Flow of Natural Gas around a Compressor

Effect of Different Oil Droplet Sizes in a Flow of Natural Gas around a Compressor Effect of Different Oil Droplet Sizes in a Flow of Natural Gas around a Compressor Blade Numerical Simulations of Multiphase Flow using Computational Fluid Dynamics Master s thesis in Innovative and Sustainable

More information

Lecture 6: Flow regimes fluid-like

Lecture 6: Flow regimes fluid-like Granular Flows 1 Lecture 6: Flow regimes fluid-like Quasi-static granular flows have plasticity laws, gaseous granular flows have kinetic theory -- how to model fluid-like flows? Intermediate, dense regime:

More information

15. Physics of Sediment Transport William Wilcock

15. Physics of Sediment Transport William Wilcock 15. Physics of Sediment Transport William Wilcock (based in part on lectures by Jeff Parsons) OCEAN/ESS 410 Lecture/Lab Learning Goals Know how sediments are characteried (sie and shape) Know the definitions

More information

INVESTIGATION ON THE DRAG COEFFICIENT OF SUPERCRITICAL WATER FLOW PAST SPHERE-PARTICLE AT LOW REYNOLDS NUMBERS

INVESTIGATION ON THE DRAG COEFFICIENT OF SUPERCRITICAL WATER FLOW PAST SPHERE-PARTICLE AT LOW REYNOLDS NUMBERS S217 INVESTIGATION ON THE DRAG COEFFICIENT OF SUPERCRITICAL WATER FLOW PAST SPHERE-PARTICLE AT LOW REYNOLDS NUMBERS by Zhenqun WU, Hui JIN *, and Leijin GUO State Key Laboratory of Multiphase Flow in Power

More information

Chapter 7: Natural Convection

Chapter 7: Natural Convection 7-1 Introduction 7- The Grashof Number 7-3 Natural Convection over Surfaces 7-4 Natural Convection Inside Enclosures 7-5 Similarity Solution 7-6 Integral Method 7-7 Combined Natural and Forced Convection

More information

Chapter 9: Differential Analysis of Fluid Flow

Chapter 9: Differential Analysis of Fluid Flow of Fluid Flow Objectives 1. Understand how the differential equations of mass and momentum conservation are derived. 2. Calculate the stream function and pressure field, and plot streamlines for a known

More information

Dry granular flows: gas, liquid or solid?

Dry granular flows: gas, liquid or solid? Dry granular flows: gas, liquid or solid? Figure 1: Forterre & Pouliquen, Annu. Rev. Fluid Mechanics, 2008 1 Characterizing size and size distribution Grains are not uniform (size, shape, ) Statistical

More information

Tutorial for the heated pipe with constant fluid properties in STAR-CCM+

Tutorial for the heated pipe with constant fluid properties in STAR-CCM+ Tutorial for the heated pipe with constant fluid properties in STAR-CCM+ For performing this tutorial, it is necessary to have already studied the tutorial on the upward bend. In fact, after getting abilities

More information

Rheometer: Procedure: Part A: Viscosity v Time

Rheometer: Procedure: Part A: Viscosity v Time Rheometer A fluid is defined as a substance that deforms continuously under the action of a shear stress, no matter how small the shear stress may be. Without shear stress, there will be no deformation.

More information

Fluid Mechanics II Viscosity and shear stresses

Fluid Mechanics II Viscosity and shear stresses Fluid Mechanics II Viscosity and shear stresses Shear stresses in a Newtonian fluid A fluid at rest can not resist shearing forces. Under the action of such forces it deforms continuously, however small

More information

EXTENDED FREE SURFACE FLOW MODEL BASED ON THE LATTICE BOLTZMANN APPROACH

EXTENDED FREE SURFACE FLOW MODEL BASED ON THE LATTICE BOLTZMANN APPROACH METALLURGY AND FOUNDRY ENGINEERING Vol. 36, 2010, No. 2 Micha³ Szucki*, Józef S. Suchy***, Pawe³ ak*, Janusz Lelito**, Beata Gracz* EXTENDED FREE SURFACE FLOW MODEL BASED ON THE LATTICE BOLTZMANN APPROACH

More information

CHAPTER 4. Basics of Fluid Dynamics

CHAPTER 4. Basics of Fluid Dynamics CHAPTER 4 Basics of Fluid Dynamics What is a fluid? A fluid is a substance that can flow, has no fixed shape, and offers little resistance to an external stress In a fluid the constituent particles (atoms,

More information

fluid mechanics as a prominent discipline of application for numerical

fluid mechanics as a prominent discipline of application for numerical 1. fluid mechanics as a prominent discipline of application for numerical simulations: experimental fluid mechanics: wind tunnel studies, laser Doppler anemometry, hot wire techniques,... theoretical fluid

More information

Convection. forced convection when the flow is caused by external means, such as by a fan, a pump, or atmospheric winds.

Convection. forced convection when the flow is caused by external means, such as by a fan, a pump, or atmospheric winds. Convection The convection heat transfer mode is comprised of two mechanisms. In addition to energy transfer due to random molecular motion (diffusion), energy is also transferred by the bulk, or macroscopic,

More information

Code Verification of Multiphase Flow with MFIX

Code Verification of Multiphase Flow with MFIX Code Verification of Multiphase Flow with MFIX A N I R U D D H A C H O U D H A R Y ( A N I R U D D @ V T. E D U ), C H R I S T O P H E R J. ROY ( C J R O Y @ V T. E D U ), ( V I R G I N I A T E C H ) 23

More information

Steady Flow and its Instability of Gravitational Granular Flow

Steady Flow and its Instability of Gravitational Granular Flow Steady Flow and its Instability of Gravitational Granular Flow Namiko Mitarai Department of Chemistry and Physics of Condensed Matter, Graduate School of Science, Kyushu University, Japan. A thesis submitted

More information

Introduction to Heat and Mass Transfer. Week 9

Introduction to Heat and Mass Transfer. Week 9 Introduction to Heat and Mass Transfer Week 9 補充! Multidimensional Effects Transient problems with heat transfer in two or three dimensions can be considered using the solutions obtained for one dimensional

More information

Chapter 6 Pneumatic Transport

Chapter 6 Pneumatic Transport Chapter 6 Pneumatic Transport 6.1 Pneumatic Transport Use of a gas to transport a particulate solid through pipeline Powder Rotary valve Blower Three major variables for pneumatic conveying - solid mass

More information

Sand Ripple Dynamics on the Inner Shelf

Sand Ripple Dynamics on the Inner Shelf Sand Ripple Dynamics on the Inner Shelf Donald N. Slinn Department of Civil and Coastal Engineering, University of Florida Gainesville, FL 32611-6590, Phone: (352) 392-9537 x 1431 Fax: (352) 392-3466 E-mail:

More information

Prediction of Minimum Fluidisation Velocity Using a CFD-PBM Coupled Model in an Industrial Gas Phase Polymerisation Reactor

Prediction of Minimum Fluidisation Velocity Using a CFD-PBM Coupled Model in an Industrial Gas Phase Polymerisation Reactor Journal of Engineering Science, Vol. 10, 95 105, 2014 Prediction of Minimum Fluidisation Velocity Using a CFD-PBM Coupled Model in an Industrial Gas Phase Polymerisation Reactor Vahid Akbari and Mohd.

More information

A CFD study of gas-solid separation in a downer pyrolysis reactor: An eulerian-eulerian approach

A CFD study of gas-solid separation in a downer pyrolysis reactor: An eulerian-eulerian approach Engineering Conferences International ECI Digital Archives BioEnergy IV: Innovations in Biomass Conversion for Heat, Power, Fuels and Chemicals Proceedings Spring 6-10-2013 A CFD study of gas-solid separation

More information

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Soft body physics Soft bodies In reality, objects are not purely rigid for some it is a good approximation but if you hit

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master Degree in Mechanical Engineering Numerical Heat and Mass Transfer 15-Convective Heat Transfer Fausto Arpino f.arpino@unicas.it Introduction In conduction problems the convection entered the analysis

More information

Variable Definition Notes & comments

Variable Definition Notes & comments Extended base dimension system Pi-theorem (also definition of physical quantities, ) Physical similarity Physical similarity means that all Pi-parameters are equal Galileo-number (solid mechanics) Reynolds

More information

Wall Effects in Convective Heat Transfer from a Sphere to Power Law Fluids in Tubes

Wall Effects in Convective Heat Transfer from a Sphere to Power Law Fluids in Tubes Excerpt from the Proceedings of the COMSOL Conference 9 Boston Wall Effects in Convective Heat Transfer from a Sphere to Power Law Fluids in Tubes Daoyun Song *1, Rakesh K. Gupta 1 and Rajendra P. Chhabra

More information

Contents. Dynamics and control of mechanical systems. Focus on

Contents. Dynamics and control of mechanical systems. Focus on Dynamics and control of mechanical systems Date Day 1 (01/08) Day 2 (03/08) Day 3 (05/08) Day 4 (07/08) Day 5 (09/08) Day 6 (11/08) Content Review of the basics of mechanics. Kinematics of rigid bodies

More information

Constitutive model development for granular and porous materials and modelling of particulate processes

Constitutive model development for granular and porous materials and modelling of particulate processes Constitutive model development for granular and porous materials and modelling of particulate processes Csaba Sinka ics4@le.ac.uk Department of Engineering Mechanics of Materials Group Geophysics modelling

More information

Computational Astrophysics

Computational Astrophysics Computational Astrophysics Lecture 1: Introduction to numerical methods Lecture 2:The SPH formulation Lecture 3: Construction of SPH smoothing functions Lecture 4: SPH for general dynamic flow Lecture

More information

Strategy in modelling irregular shaped particle behaviour in confined turbulent flows

Strategy in modelling irregular shaped particle behaviour in confined turbulent flows Title Strategy in modelling irregular shaped particle behaviour in confined turbulent flows M. Sommerfeld F L Mechanische Verfahrenstechnik Zentrum Ingenieurwissenschaften 699 Halle (Saale), Germany www-mvt.iw.uni-halle.de

More information

INTRODUCTION OBJECTIVES

INTRODUCTION OBJECTIVES INTRODUCTION The transport of particles in laminar and turbulent flows has numerous applications in engineering, biological and environmental systems. The deposition of aerosol particles in channels and

More information

Analysis of hydrodynamic forces on non-spherical particles (Spherocylinder)

Analysis of hydrodynamic forces on non-spherical particles (Spherocylinder) Coimbra, 6-8 March 2013. International workshop Fibre Suspension Flow Modelling French program ANR PLAYER Analysis of hydrodynamic forces on non-spherical particles (Spherocylinder) Rafik OUCHENE (LEMTA,

More information

There are no simple turbulent flows

There are no simple turbulent flows Turbulence 1 There are no simple turbulent flows Turbulent boundary layer: Instantaneous velocity field (snapshot) Ref: Prof. M. Gad-el-Hak, University of Notre Dame Prediction of turbulent flows standard

More information

A Simplified Numerical Analysis for the Performance Evaluation of Intercooler

A Simplified Numerical Analysis for the Performance Evaluation of Intercooler , pp.34-38 http://dx.doi.org/10.14257/astl.2013.41.09 A Simplified Numerical Analysis for the Performance Evaluation of Intercooler Vashahi Foad, Myungjae Lee, Jintaek Kim, Byung Joon Baek* School of Mechanical

More information

Phone: , For Educational Use. SOFTbank E-Book Center, Tehran. Fundamentals of Heat Transfer. René Reyes Mazzoco

Phone: , For Educational Use. SOFTbank E-Book Center, Tehran. Fundamentals of Heat Transfer. René Reyes Mazzoco 8 Fundamentals of Heat Transfer René Reyes Mazzoco Universidad de las Américas Puebla, Cholula, Mexico 1 HEAT TRANSFER MECHANISMS 1.1 Conduction Conduction heat transfer is explained through the molecular

More information

Principles of Convection

Principles of Convection Principles of Convection Point Conduction & convection are similar both require the presence of a material medium. But convection requires the presence of fluid motion. Heat transfer through the: Solid

More information

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Soft-Body Physics Soft Bodies Realistic objects are not purely rigid. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Deformed

More information

Modelling of dispersed, multicomponent, multiphase flows in resource industries. Section 3: Examples of analyses conducted for Newtonian fluids

Modelling of dispersed, multicomponent, multiphase flows in resource industries. Section 3: Examples of analyses conducted for Newtonian fluids Modelling of dispersed, multicomponent, multiphase flows in resource industries Section 3: Examples of analyses conducted for Newtonian fluids Globex Julmester 017 Lecture # 04 July 017 Agenda Lecture

More information

DEVELOPMENT OF A NUMERICAL APPROACH FOR SIMULATION OF SAND BLOWING AND CORE FORMATION

DEVELOPMENT OF A NUMERICAL APPROACH FOR SIMULATION OF SAND BLOWING AND CORE FORMATION TMS (The Minerals, Metals & Materials Society), DEVELOPMENT OF A NUMERICAL APPROACH FOR SIMULATION OF SAND BLOWING AND CORE FORMATION G.F. Yao, C. W. Hirt, and

More information

Tutorial for the supercritical pressure pipe with STAR-CCM+

Tutorial for the supercritical pressure pipe with STAR-CCM+ Tutorial for the supercritical pressure pipe with STAR-CCM+ For performing this tutorial, it is necessary to have already studied the tutorial on the upward bend. In fact, after getting abilities with

More information

GRANULAR DYNAMICS ON ASTEROIDS

GRANULAR DYNAMICS ON ASTEROIDS June 16, 2011 Granular Flows Summer School Richardson Lecture 2 GRANULAR DYNAMICS ON ASTEROIDS Derek C. Richardson University of Maryland June 16, 2011 Granular Flows Summer School Richardson Lecture 2

More information

Modelling multiphase flows in the Chemical and Process Industry

Modelling multiphase flows in the Chemical and Process Industry Modelling multiphase flows in the Chemical and Process Industry Simon Lo 9/11/09 Contents Breakup and coalescence in bubbly flows Particle flows with the Discrete Element Modelling approach Multiphase

More information

CHARACTERISING THE FAILURE AND REPOSE ANGLES OF IRREGULARLY SHAPED THREE-DIMENSIONAL PARTICLES USING DEM

CHARACTERISING THE FAILURE AND REPOSE ANGLES OF IRREGULARLY SHAPED THREE-DIMENSIONAL PARTICLES USING DEM Ninth International Conference on CFD in the Minerals and Process Industries CSIRO, Melbourne, Australia 10-12 December 2012 CHARACTERISING THE FAILURE AND REPOSE ANGLES OF IRREGULARLY SHAPED THREE-DIMENSIONAL

More information

GENERALIZED NEWTONIAN FLUIDS AS LUBRICANTS IN THE HYDRODYNAMIC CONICAL BEARINGS A CFD ANALYSIS

GENERALIZED NEWTONIAN FLUIDS AS LUBRICANTS IN THE HYDRODYNAMIC CONICAL BEARINGS A CFD ANALYSIS Journal of KONES Powertrain and Transport, Vol. 23, No. 2 2016 GENERALIZED NEWTONIAN FLUIDS AS LUBRICANTS IN THE HYDRODYNAMIC CONICAL BEARINGS A CFD ANALYSIS Adam Czaban Gdynia Maritime University, Faculty

More information

Modeling, Simulating and Rendering Fluids. Thanks to Ron Fediw et al, Jos Stam, Henrik Jensen, Ryan

Modeling, Simulating and Rendering Fluids. Thanks to Ron Fediw et al, Jos Stam, Henrik Jensen, Ryan Modeling, Simulating and Rendering Fluids Thanks to Ron Fediw et al, Jos Stam, Henrik Jensen, Ryan Applications Mostly Hollywood Shrek Antz Terminator 3 Many others Games Engineering Animating Fluids is

More information

COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: MECHANICAL ENGINEERING

COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: MECHANICAL ENGINEERING COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: MECHANICAL ENGINEERING COURSE: GEC 223 DISCLAIMER The contents of this document are intended for practice and leaning purposes at the

More information

Applications of Computational Fluid Dynamics in the Process Industries. Ahmad Haidari & Peter Spicka Fluent Inc.

Applications of Computational Fluid Dynamics in the Process Industries. Ahmad Haidari & Peter Spicka Fluent Inc. Applications of Computational Fluid Dynamics in the Process Industries Ahmad Haidari & Peter Spicka Fluent Inc. 1 Outline Overview of CFD s growth in the process Industry Overview of modeling multiphase

More information

DEVELOPMENT OF CFD MODEL FOR A SWIRL STABILIZED SPRAY COMBUSTOR

DEVELOPMENT OF CFD MODEL FOR A SWIRL STABILIZED SPRAY COMBUSTOR DRAFT Proceedings of ASME IMECE: International Mechanical Engineering Conference & Exposition Chicago, Illinois Nov. 5-10, 2006 IMECE2006-14867 DEVELOPMENT OF CFD MODEL FOR A SWIRL STABILIZED SPRAY COMBUSTOR

More information

Size Segregation in the Brazil Nut Effect

Size Segregation in the Brazil Nut Effect Size Segregation in the Brazil Nut Effect Aline C. Soterroni and Fernando M. Ramos Applied Computing Program, National Institute for Space Research, São José dos Campos, Brazil Laboratory of Computing

More information

Reflections on mathematical models and simulation of gas particle flows

Reflections on mathematical models and simulation of gas particle flows Reflections on mathematical models and simulation of gas particle flows Sankaran Sundaresan Princeton University Circulating Fluidized Beds 10 May 2, 2011 Outline Examples of flow characteristics Modeling

More information

Physics 235 Chapter 7. Chapter 7 Hamilton's Principle - Lagrangian and Hamiltonian Dynamics

Physics 235 Chapter 7. Chapter 7 Hamilton's Principle - Lagrangian and Hamiltonian Dynamics Chapter 7 Hamilton's Principle - Lagrangian and Hamiltonian Dynamics Many interesting physics systems describe systems of particles on which many forces are acting. Some of these forces are immediately

More information

BOUNDARY LAYER ANALYSIS WITH NAVIER-STOKES EQUATION IN 2D CHANNEL FLOW

BOUNDARY LAYER ANALYSIS WITH NAVIER-STOKES EQUATION IN 2D CHANNEL FLOW Proceedings of,, BOUNDARY LAYER ANALYSIS WITH NAVIER-STOKES EQUATION IN 2D CHANNEL FLOW Yunho Jang Department of Mechanical and Industrial Engineering University of Massachusetts Amherst, MA 01002 Email:

More information

CFD Investigations of Effects of Cohesive Particles Proportion on Fluidization of Binary Particles

CFD Investigations of Effects of Cohesive Particles Proportion on Fluidization of Binary Particles Proceedings of the 2 nd World Congress on Momentum, Heat and Mass Transfer (MHMT 17) Barcelona, Spain April 6 8, 2017 Paper No. ICMFHT 122 ISSN: 2371-5316 DOI: 10.11159/icmfht17.122 CFD Investigations

More information

CFD modelling of multiphase flows

CFD modelling of multiphase flows 1 Lecture CFD-3 CFD modelling of multiphase flows Simon Lo CD-adapco Trident House, Basil Hill Road Didcot, OX11 7HJ, UK simon.lo@cd-adapco.com 2 VOF Free surface flows LMP Droplet flows Liquid film DEM

More information

Contents. I Introduction 1. Preface. xiii

Contents. I Introduction 1. Preface. xiii Contents Preface xiii I Introduction 1 1 Continuous matter 3 1.1 Molecules................................ 4 1.2 The continuum approximation.................... 6 1.3 Newtonian mechanics.........................

More information

Lecture-6 Motion of a Particle Through Fluid (One dimensional Flow)

Lecture-6 Motion of a Particle Through Fluid (One dimensional Flow) Lecture-6 Motion of a Particle Through Fluid (One dimensional Flow) 1 Equation of Motion of a spherical Particle (one dimensional Flow) On Board 2 Terminal Velocity Particle reaches a maximum velocity

More information

Middle East Technical University Department of Mechanical Engineering ME 305 Fluid Mechanics I Fall 2018 Section 4 (Dr.

Middle East Technical University Department of Mechanical Engineering ME 305 Fluid Mechanics I Fall 2018 Section 4 (Dr. Reading Assignments Middle East Technical University Department of Mechanical Engineering ME 305 Fluid Mechanics I Fall 2018 Section 4 (Dr. Sert) Study Set 1 You can find the answers of some of the following

More information

arxiv: v2 [physics.comp-ph] 27 May 2016

arxiv: v2 [physics.comp-ph] 27 May 2016 Sediment Micromechanics in Sheet Flows Induced by Asymmetric Waves: A CFD DEM Study arxiv:1602.08550v2 [physics.comp-ph] 27 May 2016 Rui Sun, Heng Xiao Department of Aerospace and Ocean Engineering, Virginia

More information

Clusters in granular flows : elements of a non-local rheology

Clusters in granular flows : elements of a non-local rheology CEA-Saclay/SPEC; Group Instabilities and Turbulence Clusters in granular flows : elements of a non-local rheology Olivier Dauchot together with many contributors: D. Bonamy, E. Bertin, S. Deboeuf, B. Andreotti,

More information

Micromechanics of granular materials: slow flows

Micromechanics of granular materials: slow flows Micromechanics of granular materials: slow flows Niels P. Kruyt Department of Mechanical Engineering, University of Twente, n.p.kruyt@utwente.nl www.ts.ctw.utwente.nl/kruyt/ 1 Applications of granular

More information

The Two-Phase Mathematical Model of. Dehydration and Granulation in a Fluidized Bed

The Two-Phase Mathematical Model of. Dehydration and Granulation in a Fluidized Bed Contemporary Engineering Sciences, Vol. 10, 2017, no. 11, 535-544 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ces.2017.7648 The Two-Phase Mathematical Model of Dehydration and Granulation in

More information

We ve all been there, sitting in a conference room,

We ve all been there, sitting in a conference room, As appeared in April 2013 PBE Copyright CSC Publishing www.powderbulk.com Particle technology: CFD modeling made easy Ray Cocco Particulate Solid Research Inc. Using computer modeling as a tool for simulating

More information

CENG 501 Examination Problem: Estimation of Viscosity with a Falling - Cylinder Viscometer

CENG 501 Examination Problem: Estimation of Viscosity with a Falling - Cylinder Viscometer CENG 501 Examination Problem: Estimation of Viscosity with a Falling - Cylinder Viscometer You are assigned to design a fallingcylinder viscometer to measure the viscosity of Newtonian liquids. A schematic

More information

Reacting Flow Modeling in STAR-CCM+ Rajesh Rawat

Reacting Flow Modeling in STAR-CCM+ Rajesh Rawat Reacting Flow Modeling in STAR-CCM+ Rajesh Rawat Latest Additions (v 7.02/v 7.04) Eulerian Multi-phase Reaction Model Soot Model Moment Methods PPDF Flamelet Multi-stream model Complex Chemistry Model

More information

Convective Mass Transfer

Convective Mass Transfer Convective Mass Transfer Definition of convective mass transfer: The transport of material between a boundary surface and a moving fluid or between two immiscible moving fluids separated by a mobile interface

More information

A unified flow theory for viscous fluids

A unified flow theory for viscous fluids Laboratoire Jacques-Louis Lions, Paris 27/10/2015 A unified flow theory for viscous fluids ILYA PESHKOV CHLOE, University of Pau, France joint work with EVGENIY ROMENSKI Sobolev Institute of Mathematics,

More information

OE4625 Dredge Pumps and Slurry Transport. Vaclav Matousek October 13, 2004

OE4625 Dredge Pumps and Slurry Transport. Vaclav Matousek October 13, 2004 OE465 Vaclav Matousek October 13, 004 1 Dredge Vermelding Pumps onderdeel and Slurry organisatie Transport OE465 Vaclav Matousek October 13, 004 Dredge Vermelding Pumps onderdeel and Slurry organisatie

More information

INTRODUCTION TO MULTIPHASE FLOW. Mekanika Fluida II -Haryo Tomo-

INTRODUCTION TO MULTIPHASE FLOW. Mekanika Fluida II -Haryo Tomo- 1 INTRODUCTION TO MULTIPHASE FLOW Mekanika Fluida II -Haryo Tomo- 2 Definitions Multiphase flow is simultaneous flow of Matters with different phases( i.e. gas, liquid or solid). Matters with different

More information

Granular flow and thermal performance of Moving Bed Heat Exchangers: Comparison of the Euler-Euler model with experimental results

Granular flow and thermal performance of Moving Bed Heat Exchangers: Comparison of the Euler-Euler model with experimental results www.dlr.de Chart 1 12th Multiphase Flow Conference November 25-27 2014 Dresden Granular flow and thermal performance of Moving Bed Heat Exchangers: Comparison of the Euler-Euler model with experimental

More information

Modelling Turbulent Non-Premixed Combustion in Industrial Furnaces

Modelling Turbulent Non-Premixed Combustion in Industrial Furnaces Modelling Turbulent Non-Premixed Combustion in Industrial Furnaces Using the Open Source Toolbox OpenFOAM by Ali Hussain Kadar to obtain the degree of Master of Science at the Delft University of Technology,

More information

A Computational Investigation of a Turbulent Flow Over a Backward Facing Step with OpenFOAM

A Computational Investigation of a Turbulent Flow Over a Backward Facing Step with OpenFOAM 206 9th International Conference on Developments in esystems Engineering A Computational Investigation of a Turbulent Flow Over a Backward Facing Step with OpenFOAM Hayder Al-Jelawy, Stefan Kaczmarczyk

More information

Self-Excited Vibration in Hydraulic Ball Check Valve

Self-Excited Vibration in Hydraulic Ball Check Valve Self-Excited Vibration in Hydraulic Ball Check Valve L. Grinis, V. Haslavsky, U. Tzadka Abstract This paper describes an experimental, theoretical model and numerical study of concentrated vortex flow

More information

Fluid Mechanics. Spring 2009

Fluid Mechanics. Spring 2009 Instructor: Dr. Yang-Cheng Shih Department of Energy and Refrigerating Air-Conditioning Engineering National Taipei University of Technology Spring 2009 Chapter 1 Introduction 1-1 General Remarks 1-2 Scope

More information

MODELLING MULTIPHASE FLOWS OF DISCRETE PARTICLES IN VISCOELASTIC FLUIDS

MODELLING MULTIPHASE FLOWS OF DISCRETE PARTICLES IN VISCOELASTIC FLUIDS MODELLING MULTIPHASE FLOWS OF DISCRETE PARTICLES IN VISCOELASTIC FLUIDS R. RIBEIRO 1, C. FERNANDES 1, S.A. FAROUGHI 2, G.H. McKINLEY 2 AND J.M. NÓBREGA 1 1 Institute for Polymers and Composites/i3N, University

More information

Dry and wet granular flows. Diego Berzi

Dry and wet granular flows. Diego Berzi Dry and wet granular flows Diego Berzi Outline 2 What? Why? How? When? Who? Where? Then? What? Granular flows many solid moving particles 3 particle mass is large (at least 10 20 molecular masses). Hence,

More information

Computational model for particle deposition in turbulent gas flows for CFD codes

Computational model for particle deposition in turbulent gas flows for CFD codes Advanced Computational Methods and Experiments in Heat Transfer XI 135 Computational model for particle deposition in turbulent gas flows for CFD codes M. C. Paz, J. Porteiro, A. Eirís & E. Suárez CFD

More information

Detailed Outline, M E 320 Fluid Flow, Spring Semester 2015

Detailed Outline, M E 320 Fluid Flow, Spring Semester 2015 Detailed Outline, M E 320 Fluid Flow, Spring Semester 2015 I. Introduction (Chapters 1 and 2) A. What is Fluid Mechanics? 1. What is a fluid? 2. What is mechanics? B. Classification of Fluid Flows 1. Viscous

More information

SIMULATION OF RECTANGULAR FLUIDIZED BED WITH GELDART D PARTICLES

SIMULATION OF RECTANGULAR FLUIDIZED BED WITH GELDART D PARTICLES 1th International Conference on CFD in Oil & Gas, Metallurgical and Process Industries SINTEF, Trondheim, Norway 17-19 June 214 CFD 214 SIMULATION OF RECTANGULAR FLUIDIZED BED WITH GELDART D PARTICLES

More information

CFD simulation of gas solid bubbling fluidized bed: an extensive assessment of drag models

CFD simulation of gas solid bubbling fluidized bed: an extensive assessment of drag models Computational Methods in Multiphase Flow IV 51 CFD simulation of gas solid bubbling fluidized bed: an extensive assessment of drag models N. Mahinpey 1, F. Vejahati 1 & N. Ellis 2 1 Environmental Systems

More information

INSTRUCTOR: PM DR MAZLAN ABDUL WAHID

INSTRUCTOR: PM DR MAZLAN ABDUL WAHID SMJ 4463: HEAT TRANSFER INSTRUCTOR: PM ABDUL WAHID http://www.fkm.utm.my/~mazlan TEXT: Introduction to Heat Transfer by Incropera, DeWitt, Bergman, Lavine 5 th Edition, John Wiley and Sons Chapter 9 Natural

More information

Studies on flow through and around a porous permeable sphere: II. Heat Transfer

Studies on flow through and around a porous permeable sphere: II. Heat Transfer Studies on flow through and around a porous permeable sphere: II. Heat Transfer A. K. Jain and S. Basu 1 Department of Chemical Engineering Indian Institute of Technology Delhi New Delhi 110016, India

More information

Investigation of the key transport phenomena in margarine resting tubes

Investigation of the key transport phenomena in margarine resting tubes Investigation of the key transport phenomena in margarine resting tubes 1 C. Herman, E. Hospied, C. Tervfe, F. Debaste 2 Y. Kegelaers, L. Préat 1 Transfers, Interfaces and Processes - Chemical Engineering

More information

Development of a consistent and conservative Eulerian - Eulerian algorithm for multiphase flows

Development of a consistent and conservative Eulerian - Eulerian algorithm for multiphase flows Development of a consistent and conservative Eulerian - Eulerian algorithm for multiphase flows Ana Cubero Alberto Sanchez-Insa Norberto Fueyo Numerical Fluid Dynamics Group University of Zaragoza Spain

More information

Modelling of Gas-Solid Flows with Non-spherical Particles

Modelling of Gas-Solid Flows with Non-spherical Particles Imperial College London Department of Mechanical Engineering Exhibition Road London, SW7 AZ Modelling of Gas-Solid Flows with Non-spherical Particles Fan Zhao MSc September 014 Supervised by Dr Berend

More information

Chapter 5. The Differential Forms of the Fundamental Laws

Chapter 5. The Differential Forms of the Fundamental Laws Chapter 5 The Differential Forms of the Fundamental Laws 1 5.1 Introduction Two primary methods in deriving the differential forms of fundamental laws: Gauss s Theorem: Allows area integrals of the equations

More information

B.E/B.Tech/M.E/M.Tech : Chemical Engineering Regulation: 2016 PG Specialisation : NA Sub. Code / Sub. Name : CH16304 FLUID MECHANICS Unit : I

B.E/B.Tech/M.E/M.Tech : Chemical Engineering Regulation: 2016 PG Specialisation : NA Sub. Code / Sub. Name : CH16304 FLUID MECHANICS Unit : I Department of Chemical Engineering B.E/B.Tech/M.E/M.Tech : Chemical Engineering Regulation: 2016 PG Specialisation : NA Sub. Code / Sub. Name : CH16304 FLUID MECHANICS Unit : I LP: CH 16304 Rev. No: 00

More information