On Air Bubbles Sliding through a Thermal Boundary Layer

Size: px
Start display at page:

Download "On Air Bubbles Sliding through a Thermal Boundary Layer"

Transcription

1 On Air Bubbles Sliding through a Thermal Boundary Layer A comparative study of Predicions by OpenFoam and Fluent s VOF Schemes Dr Yan Delauré and Abdulaleem Albadawi School of Mechanical Engineering, Dublin City University 5th OpenFOAM Workshop June 21, June 24, 2010

2 Table of contents 1 Formulation Governing Equations VOF Formulation Solution 2 Problem Setup Sample OpenFOAM Sample Fluent Comparison 3 Summary

3 Formulation Governing Equations Conservation Equations Incompressible Continuity and Variable Flow properties (ρu) t U = 0 + (ρu U) = p + τ + ρg + F sv Incompressible Energy Equation with uniform density and heat capacity but variable thermal conductivity ρc p T t + ρc p (T U) = k (T ) + k T Volume Fraction Conservation α t + (αu) = 0

4 Formulation VOF Formulation Continuum Surface Force Model Continuum Surface Force a OpenFOAM Implementation F sv (x s ) = σ [c] κ(x s)n(x s ) κ(x s ) = ˆn(x s ) ˆn(x s ) = c(x s) c(x s ) c = α α κ = V p ˆn f dv (σκ) f = interpolate( σκ) n f = sngrad(α) ˆn f = interpolate( α α ) F p = reconstruct( (σκ) f n f ) a Brackbill,J.U et al, 1992

5 Formulation VOF Formulation Static Contact Angle ˆn sf User Specified Contact Angle : θ Interface θ ˆn c ˆn { Target Interface a 12 = ˆn ˆn sf = cos(β) b 1 = ˆn c ˆn sf = cos(θ) b 2 = ˆn ˆn c = cos (β θ) { b = b 2 a 12 b 1 1 a 12 a 12 a = b 1 a 12 b 2 1 a 12 a 12 ˆn makes an angle β with ˆn sf : ˆn ˆn sf = cos(β) Boundary condition specifies the angle θ: ˆn c ˆn sf = cos(θ) ˆn c = aˆn sf + bˆn can be solved for a and b

6 Formulation VOF Formulation Energy Equation Class twophaseheatedmixture: public transportmodel transportmodel modified to allow: viscosity as function of temperature ρ(t ) = [ (T 273) ] kg m 3 density and conductivity as functions of temperature µ(t ) = exp[ T 1 + (690T 1 ) 2 3 kg ] 10 m.s k(t ) = [ 8.01(T 273) (T 273) ] 10 6 W m.k Energy Conservation Equation T ρc p t + ρc p (T U) = k (T ) + k T fvscalarmatrix TEqn ( rhocp* fvm::ddt( T) + rhocp*fvm::div(phi, T) - fvm::laplacian(kthf, T) - (fvc::grad(t) & fvc::grad(kthf)) )

7 Formulation Solution Solution Algorithm Algorithm (A PISO Formulation with outer iterations) while t < endtime do Set t := t + δt and Set initer := 0 repeat Set nouteriter := ter + 1 correct the two-phase mixture properties Solve the volume fraction transport equation for α p Solve the momentum prediction equation for U p Set piter := 0 repeat Set piter := piter + 1 Solve the pressure correction equation for p p Correct the flux φ f and Velocity U p Until piter > niter Solve the energy equation for T p Until nouteriter > NOuterIter end while

8 Formulation Solution Solution Parameters Discretisation Schemes ddtschemes: default backward gradschemes: default Gauss linear divschemes div(rho*phi,u) Gauss limitedlinearv 1.0 div(phirb,alpha) Gauss interfacecompression div(phi,alpha), div(phi,t) Gauss vanleer laplacianschemes: default Gauss linear corrected Solution Parameters momentumpredictor no ncorrectors 3; nnonorthogonalcorrectors 0 nalphacorr 2; nalphasubcycles 0; calpha 2 NOuterIter 3

9 Problem Setup Benchmarking 1 Fluent methods: HRIC and Geo-Reconstruct (PLIC) 2 OpenFOAM: alpha scheme parameters {c α, α sub, α cor } = {{1, 0, 2}, {2, 0, 2}{2, 2, 4}} thermal property k = {constant, variable} 3 Parameters Bubble injection after 15s of heating. t=0s at injection Parameters Values Units Surface tension N/m Contact angle 25 - Plate inclination angles 20 - Plate dimensions {x,y,z}={0.073,0.01,0.002} m Tank dimensions {x,y,z}={0.08,0.01,0.02} m Bubble diameter m Boundary heat flux q =4889 W/m 2

10 Sample OpenFOAM OpenFOAM 3D Temperature Contour Parameters {c α, α sub, α cor } = {2, 0, 2}, k = var

11 Sample OpenFOAM OpenFOAM Temperature Profiles along Plate Centerline Parameters {c α, α sub, α cor } = {2, 0, 2}, k = var

12 Sample OpenFOAM OpenFOAM Temperature D bubble /2 from plate Parameters {c α, α sub, α cor } = {2, 0, 2}, k = var

13 Sample OpenFOAM OpenFOAM Temperature Profiles along Plate Centerline Parameters {c α, α sub, α cor } = {1, 0, 2}, k = var

14 Sample OpenFOAM OpenFOAM Temperature D bubble /2 from plate Parameters {c α, α sub, α cor } = {1, 0, 2}, k = var

15 Sample Fluent Fluent Temperature Profiles along Plate Centerline HRIC VOF Scheme

16 Sample Fluent Fluent Temperature Profiles along Plate Centerline PLIC VOF Scheme

17 Sample Fluent Fluent Temperature D bubble /2 from plate PLIC VOF Scheme

18 Comparison Temperature 0ms

19 Comparison Temperature

20 Comparison Velocity of Bubble Centre of Gravity

21 Comparison Stream t = 210ms 3D View Fluent Geo-Reconstruct Scheme OFOAM {c α, α sub, α cor } = {2, 0, 2}

22 Comparison Stream t = 210ms top View Fluent Geo-Reconstruct Scheme OFOAM {c α, α sub, α cor } = {2, 0, 2}

23 Summary Summary Fluent The HRIC scheme does not preserve the sharp interface THE PLIC scheme uses 1-3 cells to represent the interface OpenFOAM alpha Scheme The interface spreads over 2-3 cells for both c α = 2 and c α = 1 Shedding of fractions of gas phase increases noticeably when c α is reduced to 1. this could be due to differences in the bubble dynamics the dynamics of the sliding bubble also changes significantly with a reduction in the slide velocity but an increase in the bouncing of the bubble when c α is reduced to 1 (approx. 30 % difference in average bubble slide velocity) Significant mixing between the two phases is occurring at the wall with c α = 1 Sub Cycle Iterations of Alpha Scheme are not necessary when Courant number is less than 0.25

24 Summary Summary Continued Outer iteration to update fluid properties after energy solution are required for robust solution. Comparison between PLIC VOF and alpha Scheme with α = 2 Small differences in the temperature profiles and thermal boundary layer characteristics where observed before injection of bubble (max. 2 % of temperature range) The average bubble velocity predicted by Fluent is approx. 13 % higher Significant differences in temperature profiles are observed in the wake of bubble, both at the plate surface and at a distance of half the bubble diameter from the plate. Bubble wake shows significant differences in pathlines and bubble shape/dynamics

25 Summary Acknowledgment This work was part supported by Science Foundation Ireland under its Research Frontier Programme - Grant no 09/RFP/ENM2151.

Dam break free surface flow

Dam break free surface flow Dam break free surface flow Physical and numerical side of the problem: In this case we are going to use the VOF method. This method solves the incompressible Navier-Stokes equations plus an additional

More information

3D Dam break Free surface flow

3D Dam break Free surface flow Dam break free surface flow Gravity Obstacle Box with open top Water column Physical and numerical side of the problem: In this case we are going to use the volume of fluid (VOF) method. This method solves

More information

Flow boiling implementation with OpenFoam

Flow boiling implementation with OpenFoam Flow boiling implementation with OpenFoam Qingming Liu KTH,Department of Energy contents Introduction Background Physical and mathmatic models Implementation on OpenFoam Transport model Solvers Boundary

More information

Numerical Simulation of the Hagemann Entrainment Experiments

Numerical Simulation of the Hagemann Entrainment Experiments CCC Annual Report UIUC, August 14, 2013 Numerical Simulation of the Hagemann Entrainment Experiments Kenneth Swartz (BSME Student) Lance C. Hibbeler (Ph.D. Student) Department of Mechanical Science & Engineering

More information

Numerical simulation of polyurethane foaming processes on bubble scale

Numerical simulation of polyurethane foaming processes on bubble scale Numerical simulation of polyurethane foaming processes on bubble scale 7th OpenFOAM Workshop Darmstadt, 25-28 June 2012 Stephanie Geier and Manfred Piesche Institute of Mechanical Process Engineering University

More information

viscousheatingsolver Martin Becker

viscousheatingsolver Martin Becker viscousheatingsolver Adding temperature transport and viscous heating to simplefoam Solver and Test Case Martin Becker martin_becker@dhcae-tools.de 11/09/2012 Abstract The modifications of the simplefoam

More information

Transient flow simulations

Transient flow simulations Transient flow simulations Lecture 4 March 8, 2016 March 8, 2016 1 / 20 Table of Contents 1 Stationary and transient 2 Block structured meshes 3 Steps of the analysis through an example 4 Mesh refining

More information

CHAPTER 7 NUMERICAL MODELLING OF A SPIRAL HEAT EXCHANGER USING CFD TECHNIQUE

CHAPTER 7 NUMERICAL MODELLING OF A SPIRAL HEAT EXCHANGER USING CFD TECHNIQUE CHAPTER 7 NUMERICAL MODELLING OF A SPIRAL HEAT EXCHANGER USING CFD TECHNIQUE In this chapter, the governing equations for the proposed numerical model with discretisation methods are presented. Spiral

More information

CFD Analysis of Mixing in Polymerization Reactor. By Haresh Patel Supervisors: Dr. R. Dhib & Dr. F. Ein-Mozaffari IPR 2007

CFD Analysis of Mixing in Polymerization Reactor. By Haresh Patel Supervisors: Dr. R. Dhib & Dr. F. Ein-Mozaffari IPR 2007 CFD Analysis of Mixing in Polymerization Reactor By Haresh Patel Supervisors: Dr. R. Dhib & Dr. F. Ein-Mozaffari Introduction Model development Simulation Outline Model Setup for Fluent Results and discussion

More information

Drop Impact on a Wet Surface: Computational Investigation of Gravity and Drop Shape

Drop Impact on a Wet Surface: Computational Investigation of Gravity and Drop Shape Drop Impact on a Wet Surface: Computational Investigation of Gravity and Drop Shape MURAT DINC and DONALD D. GRAY Department of Civil and Environmental Engineering West Virginia University P.O. Box 6103,

More information

FVM for Fluid-Structure Interaction with Large Structural Displacements

FVM for Fluid-Structure Interaction with Large Structural Displacements FVM for Fluid-Structure Interaction with Large Structural Displacements Željko Tuković and Hrvoje Jasak Zeljko.Tukovic@fsb.hr, h.jasak@wikki.co.uk Faculty of Mechanical Engineering and Naval Architecture

More information

Height function interface reconstruction algorithm for the simulation of boiling flows

Height function interface reconstruction algorithm for the simulation of boiling flows Computational Methods in Multiphase Flow VI 69 Height function interface reconstruction algorithm for the simulation of boiling flows M. Magnini & B. Pulvirenti Dipartimento di Ingegneria Energetica, Nucleare

More information

Validation 3. Laminar Flow Around a Circular Cylinder

Validation 3. Laminar Flow Around a Circular Cylinder Validation 3. Laminar Flow Around a Circular Cylinder 3.1 Introduction Steady and unsteady laminar flow behind a circular cylinder, representing flow around bluff bodies, has been subjected to numerous

More information

Supporting information to

Supporting information to Supporting information to Cylindrical Water Triboelectric Nanogenerator via Controlling Geometrical Shape of Anodized Aluminum for Enhanced Electrostatic Induction Sukyung Lee, a, Jihoon Chung, a, Dae

More information

INFLUENCE OF JOULE THOMPSON EFFECT ON THE TEMPERATURE DISTRIBUTION IN VERTICAL TWO PHASE FLOW

INFLUENCE OF JOULE THOMPSON EFFECT ON THE TEMPERATURE DISTRIBUTION IN VERTICAL TWO PHASE FLOW INFLUENCE OF JOULE THOMPSON EFFECT ON THE TEMPERATURE DISTRIBUTION IN VERTICAL TWO PHASE FLOW Daniel Merino Gabriel S. Bassani, Luiz Eduardo A. P. Duarte Deibi E. Garcia Angela O. Nieckele Two-phase Flow

More information

TABLE OF CONTENTS CHAPTER TITLE PAGE

TABLE OF CONTENTS CHAPTER TITLE PAGE v TABLE OF CONTENTS CHAPTER TITLE PAGE TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS LIST OF APPENDICES v viii ix xii xiv CHAPTER 1 INTRODUCTION 1.1 Introduction 1 1.2 Literature Review

More information

Rhie-Chow interpolation in OpenFOAM 1

Rhie-Chow interpolation in OpenFOAM 1 Rhie-Chow interpolation in OpenFOAM 1 Fabian Peng Kärrholm Department of Applied Mechanics Chalmers Univesity of Technology Göteborg, Sweden, 2006 1 Appendix from Numerical Modelling of Diesel Spray Injection

More information

Simulation of T-junction using LBM and VOF ENERGY 224 Final Project Yifan Wang,

Simulation of T-junction using LBM and VOF ENERGY 224 Final Project Yifan Wang, Simulation of T-junction using LBM and VOF ENERGY 224 Final Project Yifan Wang, yfwang09@stanford.edu 1. Problem setting In this project, we present a benchmark simulation for segmented flows, which contain

More information

NUMERICAL INVESTIGATION OF THERMOCAPILLARY INDUCED MOTION OF A LIQUID SLUG IN A CAPILLARY TUBE

NUMERICAL INVESTIGATION OF THERMOCAPILLARY INDUCED MOTION OF A LIQUID SLUG IN A CAPILLARY TUBE Proceedings of the Asian Conference on Thermal Sciences 2017, 1st ACTS March 26-30, 2017, Jeju Island, Korea ACTS-P00786 NUMERICAL INVESTIGATION OF THERMOCAPILLARY INDUCED MOTION OF A LIQUID SLUG IN A

More information

Applied CFD Project 1. Christopher Light MAE 598

Applied CFD Project 1. Christopher Light MAE 598 Applied CFD Project 1 Christopher Light MAE 598 October 5, 2017 Task 1 The hot water tank shown in Fig 1 is used for analysis of cool water flow with the heat from a hot plate at the bottom. For all tasks,

More information

Shell Balances in Fluid Mechanics

Shell Balances in Fluid Mechanics Shell Balances in Fluid Mechanics R. Shankar Subramanian Department of Chemical and Biomolecular Engineering Clarkson University When fluid flow occurs in a single direction everywhere in a system, shell

More information

CCC Annual Report. UIUC, August 19, Argon Bubble Behavior in EMBr Field. Kai Jin. Department of Mechanical Science & Engineering

CCC Annual Report. UIUC, August 19, Argon Bubble Behavior in EMBr Field. Kai Jin. Department of Mechanical Science & Engineering CCC Annual Report UIUC, August 19, 2015 Argon Bubble Behavior in EMBr Field Kai Jin Department of Mechanical Science & Engineering University of Illinois at Urbana-Champaign Introduction Argon bubbles

More information

VIRTUE / WP4 Delft Twisted Foil in steady flow Simulation with EOLE

VIRTUE / WP4 Delft Twisted Foil in steady flow Simulation with EOLE 6 th Framework Programme "Sustainable development, global change and ecosystems" Project No. 516201 / WP4 Delft Twisted Foil in steady flow Simulation with EOLE Workshop Oct. 17-18, 2007 R. Marcer Principia

More information

InterPACKICNMM

InterPACKICNMM Proceedings of ASME 2015 International Technical Conference and Exhibition & on Packaging and Integration of Electronic and Photonic Microsystems InterPACK2015 July 6-9, 2015, San Francisco, USA InterPACKICNMM2015-48129

More information

Numerical Simulation of Core- Annular Flow in a Curved Pipe

Numerical Simulation of Core- Annular Flow in a Curved Pipe Numerical Simulation of Core- Annular Flow in a Curved Pipe Simulation of two phase flow with OpenFOAM Report Number:2625(MEAH:277) Master of Science Thesis Process and Energy Numerical Simulation of

More information

International Engineering Research Journal Comparative Study of Sloshing Phenomenon in a Tank Using CFD

International Engineering Research Journal Comparative Study of Sloshing Phenomenon in a Tank Using CFD International Engineering Research Journal Comparative Study of Sloshing Phenomenon in a Tank Using CFD Vilas P. Ingle, Dattatraya Nalawade and Mahesh Jagadale ϯ PG Student, Mechanical Engineering Department,

More information

Numerical modelling of phase change processes in clouds. Challenges and Approaches. Martin Reitzle Bernard Weigand

Numerical modelling of phase change processes in clouds. Challenges and Approaches. Martin Reitzle Bernard Weigand Institute of Aerospace Thermodynamics Numerical modelling of phase change processes in clouds Challenges and Approaches Martin Reitzle Bernard Weigand Introduction Institute of Aerospace Thermodynamics

More information

Section 26.1: Reporting Conventions. Section 26.2: Fluxes Through Boundaries. Section 26.3: Forces on Boundaries

Section 26.1: Reporting Conventions. Section 26.2: Fluxes Through Boundaries. Section 26.3: Forces on Boundaries Chapter 26. Alphanumeric Reporting FLUENT provides tools for computing and reporting integral quantities at surfaces and boundaries. These tools enable you to find the mass flow rate and heat transfer

More information

Absorption of gas by a falling liquid film

Absorption of gas by a falling liquid film Absorption of gas by a falling liquid film Christoph Albert Dieter Bothe Mathematical Modeling and Analysis Center of Smart Interfaces/ IRTG 1529 Darmstadt University of Technology 4th Japanese-German

More information

Atwood number effects in buoyancy driven flows

Atwood number effects in buoyancy driven flows Advanced Computational Methods in Heat Transfer IX 259 Atwood number effects in buoyancy driven flows M. J. Andrews & F. F. Jebrail Los Alamos National Laboratory, USA Abstract Consideration is given to

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 Study of Sloshing Phenomenon in an Automotive Irregular Shaped Fuel Tank

More information

Simulation of film boiling heat transfer on flat plate and the impact of various phase change models on it

Simulation of film boiling heat transfer on flat plate and the impact of various phase change models on it 177-1695161395 mme.modares.ac.ir * 2 1-1 -2 kouhikamali@guilan.ac.ir3756 *...... -.. 1395 15 : 1395 08 : 1395 27 : Simulation of film boiling heat transfer on flat plate and the impact of various phase

More information

FEM-Level Set Techniques for Multiphase Flow --- Some recent results

FEM-Level Set Techniques for Multiphase Flow --- Some recent results FEM-Level Set Techniques for Multiphase Flow --- Some recent results ENUMATH09, Uppsala Stefan Turek, Otto Mierka, Dmitri Kuzmin, Shuren Hysing Institut für Angewandte Mathematik, TU Dortmund http://www.mathematik.tu-dortmund.de/ls3

More information

5. FVM discretization and Solution Procedure

5. FVM discretization and Solution Procedure 5. FVM discretization and Solution Procedure 1. The fluid domain is divided into a finite number of control volumes (cells of a computational grid). 2. Integral form of the conservation equations are discretized

More information

SIMULATION OF FLUID-STRUCTURAL INTERACTION

SIMULATION OF FLUID-STRUCTURAL INTERACTION SIMULATION OF FLUID-STRUCTURAL INTERACTION USING OPENFOAM Hua-Dong Yao Department of Applied Mechanics, Chalmers University of Technology Sep 15, 2014 Hua-Dong Yao Simulation of FSI using OpenFOAM Sep

More information

An alternative turbulent heat flux modelling for gas turbine cooling application

An alternative turbulent heat flux modelling for gas turbine cooling application TRANSACTIONS OF THE INSTITUTE OF FLUID-FLOW MACHINERY No. 3, 23, 2-?? MICHAŁ KARCZ and JANUSZ BADUR An alternative turbulent heat flux modelling for gas turbine cooling application Institute of Fluid-Flow

More information

3D Numerical Simulation of Supercritical Flow in Bends of Channel

3D Numerical Simulation of Supercritical Flow in Bends of Channel 3D Numerical Simulation of Supercritical Flow in Bends of Channel Masoud. Montazeri-Namin, Reyhaneh-Sadat. Ghazanfari-Hashemi, and Mahnaz. Ghaeini- Hessaroeyeh Abstract An attempt has been made to simulate

More information

P = 1 3 (σ xx + σ yy + σ zz ) = F A. It is created by the bombardment of the surface by molecules of fluid.

P = 1 3 (σ xx + σ yy + σ zz ) = F A. It is created by the bombardment of the surface by molecules of fluid. CEE 3310 Thermodynamic Properties, Aug. 27, 2010 11 1.4 Review A fluid is a substance that can not support a shear stress. Liquids differ from gasses in that liquids that do not completely fill a container

More information

The lattice Boltzmann method for contact line dynamics

The lattice Boltzmann method for contact line dynamics The lattice Boltzmann method for contact line dynamics Sudhir Srivastava, J.H.M. ten Thije Boonkkamp, Federico Toschi April 13, 2011 Overview 1 Problem description 2 Huh and Scriven model 3 Lattice Boltzmann

More information

Direct Numerical Simulation of Single Bubble Rising in Viscous Stagnant Liquid

Direct Numerical Simulation of Single Bubble Rising in Viscous Stagnant Liquid Direct Numerical Simulation of Single Bubble Rising in Viscous Stagnant Liquid Nima. Samkhaniani, Azar. Ajami, Mohammad Hassan. Kayhani, Ali. Sarreshteh Dari Abstract In this paper, direct numerical simulation

More information

Numerical Computation of Inception Point Location for Flat-sloped Stepped Spillway

Numerical Computation of Inception Point Location for Flat-sloped Stepped Spillway International Journal of Hydraulic Engineering 2013, 2(3): 47-52 DOI: 10.5923/j.ijhe.20130203.03 Numerical Computation of Inception Point Location for Flat-sloped Stepped Spillway Bentalha Chakib Department

More information

Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating

Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating Introduction The purpose of this tutorial is to illustrate the use of user-defined scalars (UDS) and user defined

More information

Modeling and Parametric Study of the Heat Transfer Inside a Lithium Bromide Flow Confined by Wire Screen

Modeling and Parametric Study of the Heat Transfer Inside a Lithium Bromide Flow Confined by Wire Screen Journal of Energy and Power Engineering 9 (2015) 417-425 doi: 10.17265/1934-8975/2015.05.001 D DAVID PUBLISHING Modeling and Parametric Study of the Heat Transfer Inside a Lithium Bromide Herbert Obame

More information

Fundamentals of Fluid Dynamics: Ideal Flow Theory & Basic Aerodynamics

Fundamentals of Fluid Dynamics: Ideal Flow Theory & Basic Aerodynamics Fundamentals of Fluid Dynamics: Ideal Flow Theory & Basic Aerodynamics Introductory Course on Multiphysics Modelling TOMASZ G. ZIELIŃSKI (after: D.J. ACHESON s Elementary Fluid Dynamics ) bluebox.ippt.pan.pl/

More information

MODENA. Deliverable 3.2. WP s leader: TU/e. Simulations for foams, dispersion and mixing and developed SW. Principal investigator:

MODENA. Deliverable 3.2. WP s leader: TU/e. Simulations for foams, dispersion and mixing and developed SW. Principal investigator: Delivery date: 11-4-2015 MODENA Authors: Patrick Anderson, Martien Hulsen, Christos Mitrias TU/e E-mail : pda@tue.nl Deliverable 3.2 Simulations for foams, dispersion and mixing and developed SW Daniele

More information

Lattice Boltzmann approach to liquid - vapour separation

Lattice Boltzmann approach to liquid - vapour separation Lattice Boltzmann approach to liquid - vapour separation T.Biciușcă 1,2, A.Cristea 1, A.Lamura 3, G.Gonnella 4, V.Sofonea 1 1 Centre for Fundamental and Advanced Technical Research, Romanian Academy Bd.

More information

Introduction to Physical Acoustics

Introduction to Physical Acoustics Introduction to Physical Acoustics Class webpage CMSC 828D: Algorithms and systems for capture and playback of spatial audio. www.umiacs.umd.edu/~ramani/cmsc828d_audio Send me a test email message with

More information

Investigation of an implicit solver for the simulation of bubble oscillations using Basilisk

Investigation of an implicit solver for the simulation of bubble oscillations using Basilisk Investigation of an implicit solver for the simulation of bubble oscillations using Basilisk D. Fuster, and S. Popinet Sorbonne Universités, UPMC Univ Paris 6, CNRS, UMR 79 Institut Jean Le Rond d Alembert,

More information

Part II Fundamentals of Fluid Mechanics By Munson, Young, and Okiishi

Part II Fundamentals of Fluid Mechanics By Munson, Young, and Okiishi Part II Fundamentals of Fluid Mechanics By Munson, Young, and Okiishi WHAT we will learn I. Characterization of Fluids - What is the fluid? (Physical properties of Fluid) II. Behavior of fluids - Fluid

More information

A semi-implicit finite volume implementation of the CSF method for treating surface tension in interfacial flows

A semi-implicit finite volume implementation of the CSF method for treating surface tension in interfacial flows A semi-implicit finite volume implementation of the CSF method for treating surface tension in interfacial flows M. Raessi, M. Bussmann*, and J. Mostaghimi Department of Mechanical and Industrial Engineering,

More information

Numerical Analysis of Metal Transfer in Gas Metal Arc Welding

Numerical Analysis of Metal Transfer in Gas Metal Arc Welding Numerical Analysis of Metal Transfer in Gas Metal Arc Welding G. WANG, P.G. HUANG, and Y.M. ZHANG The present article describes a numerical procedure to simulate metal transfer and the model will be used

More information

Investigation of Flow Profile in Open Channels using CFD

Investigation of Flow Profile in Open Channels using CFD Investigation of Flow Profile in Open Channels using CFD B. K. Gandhi 1, H.K. Verma 2 and Boby Abraham 3 Abstract Accuracy of the efficiency measurement of a hydro-electric generating unit depends on the

More information

Numerical Simulation of Film Flow over an Inclined Plate: Effects of Solvent Properties and Contact Angle

Numerical Simulation of Film Flow over an Inclined Plate: Effects of Solvent Properties and Contact Angle Numerical Simulation of Film Flow over an Inclined Plate: Effects of Solvent Properties and Contact Angle Janine Carney and Rajesh Singh Multiphase Flow Science Workshop August 5-6, 214 Lakeview Golf Resort

More information

Level Set Tumor Growth Model

Level Set Tumor Growth Model Level Set Tumor Growth Model Andrew Nordquist and Rakesh Ranjan, PhD University of Texas, San Antonio July 29, 2013 Andrew Nordquist and Rakesh Ranjan, PhD (University Level Set of Texas, TumorSan Growth

More information

MM303 FLUID MECHANICS I PROBLEM SET 1 (CHAPTER 2) FALL v=by 2 =-6 (1/2) 2 = -3/2 m/s

MM303 FLUID MECHANICS I PROBLEM SET 1 (CHAPTER 2) FALL v=by 2 =-6 (1/2) 2 = -3/2 m/s MM303 FLUID MECHANICS I PROBLEM SET 1 (CHAPTER ) FALL 018 1) For the velocity fields given below, determine: i) Whether the flow field is one-, two-, or three-dimensional, and why. ii) Whether the flow

More information

3. FORMS OF GOVERNING EQUATIONS IN CFD

3. FORMS OF GOVERNING EQUATIONS IN CFD 3. FORMS OF GOVERNING EQUATIONS IN CFD 3.1. Governing and model equations in CFD Fluid flows are governed by the Navier-Stokes equations (N-S), which simpler, inviscid, form is the Euler equations. For

More information

Figure 3: Problem 7. (a) 0.9 m (b) 1.8 m (c) 2.7 m (d) 3.6 m

Figure 3: Problem 7. (a) 0.9 m (b) 1.8 m (c) 2.7 m (d) 3.6 m 1. For the manometer shown in figure 1, if the absolute pressure at point A is 1.013 10 5 Pa, the absolute pressure at point B is (ρ water =10 3 kg/m 3, ρ Hg =13.56 10 3 kg/m 3, ρ oil = 800kg/m 3 ): (a)

More information

SIMULATION OF THE FILM FORMATION AT A HIGH-SPEED ROTARY BELL ATOMIZER USED IN AUTOMOTIVE SPRAY PAINTING PROCESSES

SIMULATION OF THE FILM FORMATION AT A HIGH-SPEED ROTARY BELL ATOMIZER USED IN AUTOMOTIVE SPRAY PAINTING PROCESSES Paper ID ILASS08-A009 ILASS08-2-14 ILASS 2008 Sep. 8-10, 2008, Como Lake, Italy SIMULATION OF THE FILM FORMATION AT A HIGH-SPEED ROTARY BELL ATOMIZER USED IN AUTOMOTIVE SPRAY PAINTING PROCESSES J. Domnick*,

More information

Simulation of Aeroelastic System with Aerodynamic Nonlinearity

Simulation of Aeroelastic System with Aerodynamic Nonlinearity Simulation of Aeroelastic System with Aerodynamic Nonlinearity Muhamad Khairil Hafizi Mohd Zorkipli School of Aerospace Engineering, Universiti Sains Malaysia, Penang, MALAYSIA Norizham Abdul Razak School

More information

Numerical Simulation of Gas-Liquid-Reactors with Bubbly Flows using a Hybrid Multiphase-CFD Approach

Numerical Simulation of Gas-Liquid-Reactors with Bubbly Flows using a Hybrid Multiphase-CFD Approach Numerical Simulation of Gas-Liquid-Reactors with Bubbly Flows using a Hybrid Multiphase-CFD Approach TFM Hybrid Interface Resolving Two-Fluid Model (HIRES-TFM) by Coupling of the Volume-of-Fluid (VOF)

More information

Lecture 3: 1. Lecture 3.

Lecture 3: 1. Lecture 3. Lecture 3: 1 Lecture 3. Lecture 3: 2 Plan for today Summary of the key points of the last lecture. Review of vector and tensor products : the dot product (or inner product ) and the cross product (or vector

More information

Reduction of parasitic currents in the DNS VOF code FS3D

Reduction of parasitic currents in the DNS VOF code FS3D M. Boger a J. Schlottke b C.-D. Munz a B. Weigand b Reduction of parasitic currents in the DNS VOF code FS3D Stuttgart, March 2010 a Institut für Aerodynamik und Gasdynamik, Universität Stuttgart, Pfaffenwaldring

More information

Numerical investigation of multiple slot jets in air knife coating

Numerical investigation of multiple slot jets in air knife coating Numerical investigation of multiple slot jets in air knife coating A. Yahyaee Soufiani 1, J.R. McDermid 2, A.N. Hrymak 3 and F.E. Goodwin 4 1 McMaster University 128 Main street west, Hamilton, ON, Canada,

More information

OpenFOAM selected solver

OpenFOAM selected solver OpenFOAM selected solver Roberto Pieri - SCS Italy 16-18 June 2014 Introduction to Navier-Stokes equations and RANS Turbulence modelling Numeric discretization Navier-Stokes equations Convective term {}}{

More information

Magnetic induction and electric potential solvers for incompressible MHD flows

Magnetic induction and electric potential solvers for incompressible MHD flows Magnetic induction and electric potential solvers for incompressible MHD flows Alessandro Tassone DIAEE - Nuclear Section, Sapienza Università di Roma, Rome, Italy 05/12/2016 Alessandro Tassone CMHD Solvers

More information

Heat Transfer Modeling

Heat Transfer Modeling Heat Transfer Modeling Introductory FLUENT Training 2006 ANSYS, Inc. All rights reserved. 2006 ANSYS, Inc. All rights reserved. 7-2 Outline Energy Equation Wall Boundary Conditions Conjugate Heat Transfer

More information

Modeling a Catalytic Converter in Comsol Multiphysics

Modeling a Catalytic Converter in Comsol Multiphysics Modeling a Catalytic Converter in Comsol Multiphysics By Jacob Harding December 10 th, 2007 Chem E 499 Problem The goal of this project was to develop a model of a catalytic converter in Comsol Multiphysics.

More information

x j r i V i,j+1/2 r Ci,j Ui+1/2,j U i-1/2,j Vi,j-1/2

x j r i V i,j+1/2 r Ci,j Ui+1/2,j U i-1/2,j Vi,j-1/2 Merging of drops to form bamboo waves Yuriko Y. Renardy and Jie Li Department of Mathematics and ICAM Virginia Polytechnic Institute and State University Blacksburg, VA -, U.S.A. May, Abstract Topological

More information

Computational fluid dynamics study of flow depth in an open Venturi channel for Newtonian fluid

Computational fluid dynamics study of flow depth in an open Venturi channel for Newtonian fluid Computational fluid dynamics study of flow depth in an open Venturi channel for Newtonian fluid Prasanna Welahettige 1, Bernt Lie 1, Knut Vaagsaether 1 1 Department of Process, Energy and Environmental

More information

Lectures on Applied Reactor Technology and Nuclear Power Safety. Lecture No 6

Lectures on Applied Reactor Technology and Nuclear Power Safety. Lecture No 6 Lectures on Nuclear Power Safety Lecture No 6 Title: Introduction to Thermal-Hydraulic Analysis of Nuclear Reactor Cores Department of Energy Technology KTH Spring 2005 Slide No 1 Outline of the Lecture

More information

(You may need to make a sin / cos-type trigonometric substitution.) Solution.

(You may need to make a sin / cos-type trigonometric substitution.) Solution. MTHE 7 Problem Set Solutions. As a reminder, a torus with radii a and b is the surface of revolution of the circle (x b) + z = a in the xz-plane about the z-axis (a and b are positive real numbers, with

More information

Comparison of Heat Transfer rate of closed loop micro pulsating heat pipes having different number of turns

Comparison of Heat Transfer rate of closed loop micro pulsating heat pipes having different number of turns The International Journal of Engineering and Science (IJES) Volume 6 Issue 7 Pages PP 01-12 2017 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Comparison of Heat Transfer rate of closed loop micro pulsating

More information

FLOWS IN LIQUID FOAMS

FLOWS IN LIQUID FOAMS FLOWS IN LIQUID FOAMS A finite element approach A. SAUGEY, E. JANIAUD, W. DRENCKHAN, S. HUTZLER, D. WEAIRE Physics Department,, TRINITY COLLEGE DUBLIN Facing a problem of fluid flow in a physical system,

More information

Manhar Dhanak Florida Atlantic University Graduate Student: Zaqie Reza

Manhar Dhanak Florida Atlantic University Graduate Student: Zaqie Reza REPRESENTING PRESENCE OF SUBSURFACE CURRENT TURBINES IN OCEAN MODELS Manhar Dhanak Florida Atlantic University Graduate Student: Zaqie Reza 1 Momentum Equations 2 Effect of inclusion of Coriolis force

More information

Numerical investigation of the buoyancy-induced flow field and heat transfer inside solar chimneys

Numerical investigation of the buoyancy-induced flow field and heat transfer inside solar chimneys Numerical investigation of the buoyancy-induced flow field and heat transfer inside solar chimneys E. BACHAROUDIS, M.GR. VRACHOPOULOS, M.K. KOUKOU, A.E. FILIOS Mechanical Engineering Department, Environmental

More information

Coolant Flow and Heat Transfer in PBMR Core With CFD

Coolant Flow and Heat Transfer in PBMR Core With CFD Heikki Suikkanen GEN4FIN 3.10.2008 1/ 27 Coolant Flow and Heat Transfer in PBMR Core With CFD Heikki Suikkanen Lappeenranta University of Technology Department of Energy and Environmental Technology GEN4FIN

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

Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions

Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions R. S. Sellers MAE 5440, Computational Fluid Dynamics Utah State University, Department of Mechanical and Aerospace Engineering

More information

Visualization of flow pattern over or around immersed objects in open channel flow.

Visualization of flow pattern over or around immersed objects in open channel flow. EXPERIMENT SEVEN: FLOW VISUALIZATION AND ANALYSIS I OBJECTIVE OF THE EXPERIMENT: Visualization of flow pattern over or around immersed objects in open channel flow. II THEORY AND EQUATION: Open channel:

More information

Numerical Modeling of Inclined Negatively Buoyant Jets

Numerical Modeling of Inclined Negatively Buoyant Jets Numerical Modeling of Inclined Negatively Buoyant Jets Presentation by: Hossein Kheirkhah Graduate Student in Civil Engineering Dep. of Civil Engineering University of Ottawa CANADA ICDEMOS April2014 Outline

More information

MA3D1 Fluid Dynamics Support Class 5 - Shear Flows and Blunt Bodies

MA3D1 Fluid Dynamics Support Class 5 - Shear Flows and Blunt Bodies MA3D1 Fluid Dynamics Support Class 5 - Shear Flows and Blunt Bodies 13th February 2015 Jorge Lindley email: J.V.M.Lindley@warwick.ac.uk 1 2D Flows - Shear flows Example 1. Flow over an inclined plane A

More information

Acoustic Wave Equation

Acoustic Wave Equation Acoustic Wave Equation Sjoerd de Ridder (most of the slides) & Biondo Biondi January 16 th 2011 Table of Topics Basic Acoustic Equations Wave Equation Finite Differences Finite Difference Solution Pseudospectral

More information

Homework of chapter (1) (Solution)

Homework of chapter (1) (Solution) بسم اهلل الرمحن الرحيم The Islamic University of Gaza, Civil Engineering Department, Fluid mechanics-discussion, Instructor: Dr. Khalil M. Al Astal T.A: Eng. Mohammed H El Nazli Eng. Sarah R Rostom First

More information

The effect of Entry Region on Thermal Field

The effect of Entry Region on Thermal Field The effect of Entry Region on Thermal Field Flow Fractionation Nick Cox Supervised by Professor Bruce Finlayson University of Washington Department of Chemical Engineering June 6, 2007 Abstract Achieving

More information

Review of Fluid Mechanics

Review of Fluid Mechanics Chapter 3 Review of Fluid Mechanics 3.1 Units and Basic Definitions Newton s Second law forms the basis of all units of measurement. For a particle of mass m subjected to a resultant force F the law may

More information

Exam in Fluid Mechanics SG2214

Exam in Fluid Mechanics SG2214 Exam in Fluid Mecanics G2214 Final exam for te course G2214 23/10 2008 Examiner: Anders Dalkild Te point value of eac question is given in parentesis and you need more tan 20 points to pass te course including

More information

Nonlinear shape evolution of immiscible two-phase interface

Nonlinear shape evolution of immiscible two-phase interface Nonlinear shape evolution of immiscible two-phase interface Francesco Capuano 1,2,*, Gennaro Coppola 1, Luigi de Luca 1 1 Dipartimento di Ingegneria Industriale (DII), Università di Napoli Federico II,

More information

The most common methods to identify velocity of flow are pathlines, streaklines and streamlines.

The most common methods to identify velocity of flow are pathlines, streaklines and streamlines. 4 FLUID FLOW 4.1 Introduction Many civil engineering problems in fluid mechanics are concerned with fluids in motion. The distribution of potable water, the collection of domestic sewage and storm water,

More information

Project #1 Internal flow with thermal convection

Project #1 Internal flow with thermal convection Project #1 Internal flow with thermal convection MAE 494/598, Fall 2017, Project 1 (20 points) Hard copy of report is due at the start of class on the due date. The rules on collaboration will be released

More information

Computational Fluid Dynamics 2

Computational Fluid Dynamics 2 Seite 1 Introduction Computational Fluid Dynamics 11.07.2016 Computational Fluid Dynamics 2 Turbulence effects and Particle transport Martin Pietsch Computational Biomechanics Summer Term 2016 Seite 2

More information

EXPERIMENTAL AND NUMERICAL STUDY ON THE MELTING BEHAVIOUR OF A PHASE CHANGE MATERIAL IN BUOYANCY DRIVEN FLOWS

EXPERIMENTAL AND NUMERICAL STUDY ON THE MELTING BEHAVIOUR OF A PHASE CHANGE MATERIAL IN BUOYANCY DRIVEN FLOWS 6th European Conference on Computational Mechanics (ECCM 6) 7th European Conference on Computational Fluid Dynamics (ECFD 7) 1115 June 2018, Glasgow, UK EXPERIMENTAL AND NUMERICAL STUDY ON THE MELTING

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

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids Fluid dynamics Math background Physics Simulation Related phenomena Frontiers in graphics Rigid fluids Fields Domain Ω R2 Scalar field f :Ω R Vector field f : Ω R2 Types of derivatives Derivatives measure

More information

Computational Fluid Dynamics of Parallel Flow Heat Exchanger

Computational Fluid Dynamics of Parallel Flow Heat Exchanger International Journal of Sciences: Basic and Applied Research (IJSBAR) ISSN 2307-4531 (Print & Online) http://gssrr.org/index.php?journal=journalofbasicandapplied ---------------------------------------------------------------------------------------------------------------------------

More information

External and Internal Incompressible Viscous Flows Computation using Taylor Series Expansion and Least Square based Lattice Boltzmann Method

External and Internal Incompressible Viscous Flows Computation using Taylor Series Expansion and Least Square based Lattice Boltzmann Method Available online at http://ijim.srbiau.ac.ir/ Int. J. Industrial Mathematics (ISSN 2008-5621) Vol. 10, No. 2, 2018 Article ID IJIM-00726, 8 pages Research Article External and Internal Incompressible Viscous

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

RANS COMPUTATIONS OF A CAVITATING VORTEX ROPE AT FULL LOAD

RANS COMPUTATIONS OF A CAVITATING VORTEX ROPE AT FULL LOAD 6 th IAHR International Meeting of the Workgroup on Cavitation and Dynamic Problems in Hydraulic Machinery and Systems, September 9-11, 2015, Ljubljana, Slovenia RANS COMPUTATIONS OF A CAVITATING VORTEX

More information

A numerical analysis of drop impact on liquid film by using a level set method

A numerical analysis of drop impact on liquid film by using a level set method Journal of Mechanical Science and Technology 25 (10) (2011) 2567~2572 wwwspringerlinkcom/content/1738-494x DOI 101007/s12206-011-0613-7 A numerical analysis of drop impact on liquid film by using a level

More information

Basic Fluid Mechanics

Basic Fluid Mechanics Basic Fluid Mechanics Chapter 3B: Conservation of Mass C3B: Conservation of Mass 1 3.2 Governing Equations There are two basic types of governing equations that we will encounter in this course Differential

More information

Kinetic Energy and Work

Kinetic Energy and Work Kinetic Energy and Work 8.01 W06D1 Today s Readings: Chapter 13 The Concept of Energy and Conservation of Energy, Sections 13.1-13.8 Announcements Problem Set 4 due Week 6 Tuesday at 9 pm in box outside

More information