CFD with OpenSource software A course at Chalmers University of Technology Taught by HÅKAN NILSSON. Project work: intersettlingfoam

Size: px
Start display at page:

Download "CFD with OpenSource software A course at Chalmers University of Technology Taught by HÅKAN NILSSON. Project work: intersettlingfoam"

Transcription

1 Taught by HÅKAN NILSSON Project work: intersettlingfoa Developed for OpenFOAM Author: Pedra Rain Deceber, /21/2014 1

2 Presentation Outline: The objective of this presentation Introduction to settlingfoa Set up the case Introduction to interfoa Set up the case intersettlingfoa Final result 2/21/2014 2

3 objective this presentation In this work two solvers settlingfoa and interfoa are cobined together to predict the flow otion at the free surface of the water phase while the settling of the dispersed phase in the water phase is also considered. 2/21/2014 3

4 Drift Flux Model Field Equations The ixture of ass ixture velocity diffusion velocity settlingfoam v = α 1ρ 1 v 1 + α 2 ρ 2 v 2 ρ v 2 = α 1ρ 1 α 2 ρ 2 v 2 = α 1ρ 1 ρ v 1 v 2 ) diffusion velocities fro the drift velocity v 2 = ρ 1 ρ 2 v 2j = α 1ρ 1 α 2 ρ v 1j strea line and velocity relationship in two-phase flow Brennan 2001) 2/21/2014 4

5 settlingfoa Governing equations the continuity equations for each phase are added together to yield a ixture continuity equation t t u. u ) 0. u u the oentu equations are added to yield a single ixture continuity equation. ). P. t d c d. v v ) g M dj dj 1 d Diffusion stress Tensor flux: viscous stress Turbulent stress inter-facial oentu transfer ters, to couple the two phases together The distribution of the dispersed phase within the ixture is odelled by a convection diffusion equation derived fro the dispersed phase continuity equation. d d c. v ). v ). d dj d t 2/21/2014 5

6 Initial and boundary conditions Solver setting U P_rgh Alpha diensions [ ] [ ] [ ] Internal field Unifor 0 0 0) Unifor 0 0 0) Unifor 0 inlet type fixedvalue zerogradient fixedvalue value unifor ) unifor 0.01 outlet type pressureinletoutletvelocity fixedvalue zerogradient value unifor 0 0 0) unifor 0 walldiffuser type fixedvalue zerogradient zerogradient value unifor 0 0 0) U P_rgh alpha k epsilon Solver PBiCG PCG PBiCG PBiCG PBiCG Tolerance 1e-07 1e-07 1e-07 1e-07 1e-07 Relaxation factor Control variable value Maxiu Corrant nuber 0.5 Delta T 0.1 Maxiu delta T 1 endtie /21/2014 6

7 Mesh generation The Mesh is based on the O grid ethod for the pipe cross section //Plane A: ) // Vertex A0 = 0 //Plane B: ) // Vertex B0 = 8. // Defining blocks: blocks //Blocks between plane A and plane B: // block0 - positive x O-grid block hex ) AB ) siplegrading 5 1 1) 2/21/2014 7

8 edges //Plane A: arc ) arc ) //Plane B: arc ) arc ) // Defining patches: patches patch inlet ) ) ) ) ) ) patch outlet ) ) ) ) ) ) wall walldiffuser ) ) ) ) ) ); Radius 0.13 Length 2 Nuber of cells in radial direction 6 Nuber of cells in tangential direction 10 Nuber of cells in longitudinal direction 40 Expansion ratio in radial direction 4 2/21/2014 8

9 Dispersed phase fraction and flow field in pipe 2/21/2014 9

10 Liquid phase fraction Indicator function and phase fraction: interfoam interfoa applies the Volue of Fluid VOF) ethod which uses the volue fraction α as an indicator to indicate which portion of the corresponding cell is occupied by the fluid phase Face f whose owner is P and neighbor N conservation of ass: α 1 t +. U 1α 1 = 0 Constraint: discontinuous nature of the liquid fraction odifying the advection ter 2/21/

11 interfoa Governing equations: The oentu equation ρu t +. ρuu = P +. τ + ρg + F F σκ α P = P ρg. x. τ =. μ u + u) T Pressure-Velocity solution loop Piple) Moentu Predictor: using previous pressure filed to solve the seidescritized oentu equation a P U P = H u Pressure Solution: first estiation of the new pressure fields by using the velocity profile calculated earlier Pressure Poisson Equation) Velocity Correction: calculating velocity explicitly P g. x ρ + σκ α a P 1 P f =. a P 1 H u g. x ρ + σκ α f U P = a P 1 H u P g. x ρ + σκ α 2/21/

12 Mesh generation As previous case The Mesh is based on the O grid ethod for the pipe cross section setfield: defaultfieldvalues volscalarfieldvalue alpha1 0 ); regions boxtocell box ) ) fieldvalues volscalarfieldvalue alpha1 1 ); ); 2/21/

13 flow field in open surface U P_rgh diensions [ ] [ ] Internal field Unifor ) Unifor 0 0 0) inlet type fixedvalue zerogradient value unifor ) outlet type zerogradient fixedvalue unifor 0 wall type fixedvalue zerogradient value unifor 0 0 0) atosphere type pressureinletoutletvelocity TotalPressure Value Value unifor 0 0 0) P0 unifor 0 U U phi phi rho rho Psi none Gaa 1 Control variable value Maxiu Corrant nuber 0.5 Delta T 0.1 Maxiu delta T 1 MaxCO 0.5 endtie 1 2/21/

14 intersettlingfoa Following odification needs to be done creatfield.h The inforation related to what new variables will be solved needs to be odified Adding necessary transport properties: diensionedscalar rhodtransportproperties.lookup"rhod")); diensionedscalar uctransportproperties.lookup"uc")); diensionedscalar umaxtransportproperties.lookup"umax") ); Adding new the coefficients: diensionedvector V0VdjModelCoeffs.lookup"V0")); diensionedscalar avdjmodelcoeffs.lookup"a")); diensionedscalar a1vdjmodelcoeffs.lookup"a1")); diensionedscalar alphaminvdjmodelcoeffs.lookup"alphamin")); the dictionary file has to be edited to reflect the changes: Info<< "Initialising field Vdj\n" << endl; volvectorfield Vdj IOobject "Vdj", runtie.tienae), esh, IOobject::NO_READ, IOobject::AUTO_WRITE ), esh, diensionedvector"0.0", U.diensions), vector::zero), U.boundaryField).types) ); volscalarfield alphas IOobject "alphas", runtie.tienae), esh, IOobject::NO_READ, IOobject::AUTO_WRITE ), rho*alphas/rhod ); 2/21/

15 interfoa.c The drift equation only reads the velocity and does not play an active role in PIMPO loop. Info<< "Tie = " << runtie.tienae) << nl << endl; twophaseproperties.correct); #include "alphaeqnsubcycle.h" interface.correct); // adding new line #include "alphaseqn.h" // done adding the new line // --- Pressure-velocity PIMPLE corrector loop while piple.loop)) #include "UEqn.H" // --- Pressure corrector loop while piple.correct)) #include "peqn.h" if piple.turbcorr)) turbulence->correct); 2/21/

16 transportproperties Adding the value for the new paraeters umax umax [ ] 10.0; uc uc [ ] ; rhod rhod [ ] 1996; siplecoeffs V0 V0 [ ] ); a a [ ] ; a1 a1 [ ] 0; alphamin alphamin [ ] 0; FvSchees discretization schee to apply to the equation divschees divphialphas,alphas) Gauss upwind; // divphivdj,vdj) Gauss linear;// 2/21/

17 alphaeqn surfacescalarfield phialpha IOobject "phialpha", runtie.tienae), esh ), phi + rhoc*esh.sf) & fvc::interpolatevdj)) ); FvScalarMatrix AlphaEqn fv::ddtrho, Alpha) + fv::divphialpha, Alpha) - fv::laplacianut, Alpha) ); Info<< "Solid phase fraction = " << Alpha.weightedAverageesh.V)).value) << " MinAlpha) = " << inalpha).value) << " MaxAlpha) = " << axalpha).value) << endl; Alpha.in1.0); Alpha.ax0.0); rho == rhoc/scalar1) + rhoc/rhod - 1.0)*Alpha); alpha == rho*alpha/rhod; t d. d v ) d. c v dj ). d 2/21/

18 fvsolution Initial and boundary condition AlphaS AlphaSFinal solver BICCG; preconditioner DILU; tolerance 1e-7; reltol 0; solver BICCG; preconditioner DILU; tolerance 1e-7; reltol 0; diensions [ ]; internalfield unifor 0; boundaryfield inlet type fixedvalue; value unifor 0.01; walls type zerogradient; outlet type zerogradient; atosphere type inletoutlet; inletvalue unifor 0; value unifor 0; 2/21/

19 intersettlingfoa initial and boundary condition U P_rgh AlphaS diensions [ ] [ [ ] 0] Internal field Unifor 0 0 2) Unifor 0 0 Unifor 0 0) inlet type fixedvalue zerogradient fixedvalue value unifor 0 0 2) unifor 0.1 outlet type zerogradient fixedvalue zerogradient unifor 0 wall type fixedvalue zerogradient zerogradient value unifor 0 0 0) atosphere type pressureinletoutletvelocity TotalPressure inletoutlet Value Value unifor 0 0 0) P0 unifor inletvalue unifor 0 0 Value unifor 0 U U phi phi rho rho Psi none Gaa 1 Control variable value Maxiu Corrant nuber 0.5 Delta T 0.1 Maxiu delta T 1 MaxCO 0.5 endtie 200 2/21/

20 intersettlingfoa Final result 2/21/

21 Thanks for your attention 2/21/

CFD with OpenSource software

CFD with OpenSource software CFD with OpenSource software A course at Chalmers University of Technology Taught by HÅKAN NILSSON Project work: intersettlingfoam Developed for OpenFOAM-2.2.0 Author: Pedram Ramin Peer reviewed by: Olivier

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

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

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

OpenFOAM Course Final Assignment: Tutorial for Natural Convection Boundary Layer

OpenFOAM Course Final Assignment: Tutorial for Natural Convection Boundary Layer OpenFOAM Course Final Assignment: Tutorial for Natural Convection Boundary Layer Abolfazl Shiri 751028-2051 1 Introduction The aim of this project is to simulate the natural convection boundary layer along

More information

Adding electric conduction and Joule heating to chtmultiregionfoam Niklas Järvstråt

Adding electric conduction and Joule heating to chtmultiregionfoam Niklas Järvstråt CFD with open source software, assignment 3: Adding electric conduction and Joule heating to chtmultiregionfoam Niklas Järvstråt Reviewed by Arash Eslamdoost 1 Table of contents 1.Physical background and

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

Adding electric conduction and Joule heating to chtmultiregionfoam Niklas Järvstråt

Adding electric conduction and Joule heating to chtmultiregionfoam Niklas Järvstråt Adding electric conduction and Joule heating to chtmultiregionfoam Niklas Järvstråt Physical equations: Thermal conduction (with Joule heating and passive transport included) Thermal conduction is standard

More information

Solving PDEs with OpenFOAM

Solving PDEs with OpenFOAM Solving PDEs with OpenFOAM ThePDEswewishtosolveinvolvederivativesoftensorfieldswith respect to time and space ThePDEsmustbediscretizedintimeandspacebeforewesolve them WewillstartbyhavingalookatalgebraoftensorsinOpenFOAM

More information

High-level programming in OpenFOAM and a first glance at C++

High-level programming in OpenFOAM and a first glance at C++ High-level programming in OpenFOAM and a first glance at C++ Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics 1 Solving PDEs with OpenFOAM The PDEs we wish to solve involve derivatives of tensor

More information

Description and validation of the rotordisksource class for propeller performance estimation

Description and validation of the rotordisksource class for propeller performance estimation Description and validation of the rotordisksource class for propeller performance estimation Alexandre Capitao Patrao Department of Mechanics and Maritime Sciences Division of Fluid Dynamics Chalmers University

More information

The implementation of Two-equation SGS turbulence model and Wall damping function

The implementation of Two-equation SGS turbulence model and Wall damping function The implementation of Two-equation SGS turbulence model and Wall damping function Yeru Shang Thermo-fluid Mechanics Research Centre, The University of Sussex, Brighton, UK 2017-11-21 Yeru Shang The implementation

More information

Draft Tube calculations using OpenFOAM-1.5dev and validation with FLINDT data

Draft Tube calculations using OpenFOAM-1.5dev and validation with FLINDT data 6th OpenFOAM Workshop, June 13-16 2011, PennState University, USA Draft Tube calculations using OpenFOAM-1.5dev and validation with FLINDT data C. Devals, Y. Zhang and F.Guibault École Polytechnique de

More information

High-level programming in OpenFOAM and a first glance at C++

High-level programming in OpenFOAM and a first glance at C++ High-level programming in OpenFOAM and a first glance at C++ Håkan Nilsson, Chalmers / Mechanics and Maritime Sciences / Fluid Dynamics 1 Solving PDEs with OpenFOAM The PDEs we wish to solve involve derivatives

More information

Simplified flow around a propeller for the course CFD with OpenSource Software

Simplified flow around a propeller for the course CFD with OpenSource Software Simplified flow around a propeller for the course CFD with OpenSource Software Gonzalo Montero Applied Mechanics/Fluid Dynamics, Chalmers University of Technology, Gothenburg, Sweden 2015-12-08 Gonzalo

More information

studies Maryse Page Hydro-Québec, Research Institute Håkan Nilsson Chalmers University of Technology Omar Bounous Chalmers University of Technology

studies Maryse Page Hydro-Québec, Research Institute Håkan Nilsson Chalmers University of Technology Omar Bounous Chalmers University of Technology OpenFOAM Turbomachinery Working Group: ERCOFTAC conical diffuser case-studies studies Maryse Page Hydro-Québec, Research Institute Olivier Petit Chalmers University of Technology Håkan Nilsson Chalmers

More information

Lecture 2: Fundamentals 2/3: Navier-Stokes Equation + Basics of Discretization

Lecture 2: Fundamentals 2/3: Navier-Stokes Equation + Basics of Discretization Lecture 2: Fundamentals 2/3: Navier-Stokes Equation Basics of Discretization V.Vuorinen Aalto University School of Engineering CFD Course, Spring 2018 January 15th 2018, Otaniemi ville.vuorinen@aalto.fi

More information

Porous Media in OpenFOAM

Porous Media in OpenFOAM Chalmers Spring 2009 Porous Media in OpenFOAM Haukur Elvar Hafsteinsson Introduction This tutorial gives a detailed description of how to do simulations with porous media in OpenFOAM-1.5. The porous media

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

Solving PDEs with OpenFOAM

Solving PDEs with OpenFOAM Solving PDEs with OpenFOAM ThePDEswewishtosolveinvolvederivativesoftensorfieldswith respect to time and space The PDEs must be discretized in time and space before we solve them We will start by having

More information

An Overview of CFD Tools and Comparison of a 2D Testcase

An Overview of CFD Tools and Comparison of a 2D Testcase An Overview of CFD Tools and Comparison of a 2D Testcase CES Seminar Project Thesis presented by Moritz Begall 296113 Advisor: Alexandra Krieger, Ph.D. Aachen, 01.09.2015 Abstract This report presents

More information

Daniel López Gaxiola 1 Student View Jason M. Keith

Daniel López Gaxiola 1 Student View Jason M. Keith Suppleental Material for Transport Process and Separation Process Principles Chapter Principles of Moentu Transfer and Overall Balances In fuel cells, the fuel is usually in gas or liquid phase. Thus,

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

WAVE-BODY INTERACTIONS FOR A SURFACE-PIERCING BODY IN WATER OF FINITE DEPTH *

WAVE-BODY INTERACTIONS FOR A SURFACE-PIERCING BODY IN WATER OF FINITE DEPTH * 745 010,(6):745-75 DOI: 10.1016/S1001-6058(09)6011-8 WAVE-BODY INTERACTIONS FOR A SURFACE-PIERCING BODY IN WATER OF FINITE DEPTH * LI Yong, LIN Mian Institute of Mechanics, Chinese Acadey of Sciences,

More information

Presentation for the course «CFD with OpenSource Software» Alexey Vdovin Chalmers University of Technology

Presentation for the course «CFD with OpenSource Software» Alexey Vdovin Chalmers University of Technology Presentation for the course «CFD with OpenSource Software» Alexey Vdovin Chalmers University of Technology Agenda(1) Introduction Addition of the radiation heat transfer to the solver Radiation models

More information

A solver for Boussinesq shallow water equations

A solver for Boussinesq shallow water equations A solver for Boussinesq shallow water equations Dimitrios Koukounas Department of Mechanics and Maritime sciences Chalmers University of Technology, Gothenburg, Sweden 2017-11-23 Dimitrios Koukounas Beamer

More information

Celal S. Konor Release 1.1 (identical to 1.0) 3/21/08. 1-Hybrid isentropic-sigma vertical coordinate and governing equations in the free atmosphere

Celal S. Konor Release 1.1 (identical to 1.0) 3/21/08. 1-Hybrid isentropic-sigma vertical coordinate and governing equations in the free atmosphere Celal S. Konor Release. (identical to.0) 3/2/08 -Hybrid isentropic-siga vertical coordinate governing equations in the free atosphere This section describes the equations in the free atosphere of the odel.

More information

A Numerical Investigation of Turbulent Magnetic Nanofluid Flow inside Square Straight Channel

A Numerical Investigation of Turbulent Magnetic Nanofluid Flow inside Square Straight Channel A Nuerical Investigation of Turbulent Magnetic Nanofluid Flow inside Square Straight Channel M. R. Abdulwahab Technical College of Mosul, Mosul, Iraq ohaedalsafar2009@yahoo.co Abstract A nuerical study

More information

Modelling diabatic atmospheric boundary layer using a RANS-CFD code with a k-ε turbulence closure F. VENDEL

Modelling diabatic atmospheric boundary layer using a RANS-CFD code with a k-ε turbulence closure F. VENDEL Modelling diabatic atospheric boundary layer using a RANS-CFD code with a k-ε turbulence closure F. VENDEL Florian Vendel 1, Guillevic Laaison 1, Lionel Soulhac 1, Ludovic Donnat 2, Olivier Duclaux 2,

More information

THE EFFECT OF SOLID PARTICLE SIZE UPON TIME AND SEDIMENTATION RATE

THE EFFECT OF SOLID PARTICLE SIZE UPON TIME AND SEDIMENTATION RATE Bulletin of the Transilvania University of Braşov Series II: Forestry Wood Industry Agricultural Food Engineering Vol. 5 (54) No. 1-1 THE EFFECT OF SOLID PARTICLE SIZE UPON TIME AND SEDIMENTATION RATE

More information

Tutorial Eleven Reaction

Tutorial Eleven Reaction Reaction 4 th edition, Jan. 2018 This offering is not approved or endorsed by ESI Group, ESI-OpenCFD or the OpenFOAM Foundation, the producer of the OpenFOAM software and owner of the OpenFOAM trademark.

More information

Tutorial XiFoam. Applied Mechanics Department Chalmers University of Technology. CFD with OpenSource software, assignment 3

Tutorial XiFoam. Applied Mechanics Department Chalmers University of Technology. CFD with OpenSource software, assignment 3 Applied Mechanics Department Chalmers University of Technology CFD with OpenSource software, assignment 3 Tutorial XiFoam Version: OpenFOAM-1.7.x Author: Ehsan Yasari Peer reviewed by: Josef Runsten Jelena

More information

Modelling of the Through-air Bonding Process

Modelling of the Through-air Bonding Process Modelling of the Through-air Bonding Process M. Hossain 1, M. Acar, Ph.D. 2, W. Malalasekera 2 1 School of Engineering, The Robert Gordon University, Aberdeen, UNITED KINDOM 2 Mechanical and Manufacturing

More information

Coupling of VOF-Based Solver with LPT for Simulation of Cavitating Flows

Coupling of VOF-Based Solver with LPT for Simulation of Cavitating Flows Coupling of VOF-Based Solver with LPT for Simulation of Cavitating Flows Ebrahim Ghahramani Mechanics and Maritime Sciences, Chalmers University of Technology, Gothenburg, Sweden 2017-09-25 Ebrahim Ghahramani

More information

A suite of boundary conditions for the simulation of atmospheric ows using a modied RANS/k ε closure

A suite of boundary conditions for the simulation of atmospheric ows using a modied RANS/k ε closure 6th OpenFOAM Workshop Penn State, State College, USA A suite of boundary conditions for the simulation of atmospheric ows using a modied RANS/k ε closure J. Sumner, C. Masson École de technologie supérieure

More information

Viscoelastic Fluid Simulation with OpenFOAM

Viscoelastic Fluid Simulation with OpenFOAM Viscoelastic Fluid Simulation with OpenFOAM Joan Marco Rimmek and Adrià Barja Romero Universitat Politècnica de Catalunya. BarcelonaTECH. (Dated: May 31, 2017) Viscoelastic fluids do not behave like newtonian

More information

SIMULATION OF SOIL TEMPERATURE VARIATION FOR GEOTHERMAL APPLICATIONS

SIMULATION OF SOIL TEMPERATURE VARIATION FOR GEOTHERMAL APPLICATIONS International Journal of Mechanical Engineering and Technology (IJMET) Volue 8, Issue 2, February 2017, pp. 167 175 Article ID: IJMET_08_02_020 Available online at http://www.iaee.co/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=2

More information

Numerical investigation of the flow in a swirl generator, using OpenFOAM

Numerical investigation of the flow in a swirl generator, using OpenFOAM Applied Mechanics Numerical investigation of the flow in a swirl generator, using OpenFOAM Oscar Bergman 07 June 2010 1 /35 Applied Mechanics Outline Outline Introduction Purpose and goal Experimental

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

Computational investigations and grid refinement study of 3D transient flow in a cylindrical tank using OpenFOAM

Computational investigations and grid refinement study of 3D transient flow in a cylindrical tank using OpenFOAM IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Computational investigations and grid refinement study of D transient flow in a cylindrical tank using OpenFOAM To cite this article:

More information

Studies of the ERCOFTAC Centrifugal Pump with OpenFOAM

Studies of the ERCOFTAC Centrifugal Pump with OpenFOAM Studies of the ERCOFTAC Centrifugal Pump with OpenFOAM Master s Thesis in Fluid Dynamics SHASHA XIE Department of Applied Mechanics Division of Fluid Dynamics CHALMERS UNIVERSITY OF TECHNOLOGY Göteborg,

More information

12 Towards hydrodynamic equations J Nonlinear Dynamics II: Continuum Systems Lecture 12 Spring 2015

12 Towards hydrodynamic equations J Nonlinear Dynamics II: Continuum Systems Lecture 12 Spring 2015 18.354J Nonlinear Dynaics II: Continuu Systes Lecture 12 Spring 2015 12 Towards hydrodynaic equations The previous classes focussed on the continuu description of static (tie-independent) elastic systes.

More information

SD Numerical Simulation Technique for Hydrodynamic Flow Gas- Solids Mixing Mantilla Núñez, Irla* 1 S. De Vicente C. 2

SD Numerical Simulation Technique for Hydrodynamic Flow Gas- Solids Mixing Mantilla Núñez, Irla* 1 S. De Vicente C. 2 SD Nuerical Siulation Technique for Hydrodynaic Flow Gas- Solids Mixing Mantilla Núñez, Irla* S. De Vicente C. National University of Engineering, Lia, Perú, Polytechnic University of Madrid. *Lia 5, irlan@uni.edu.pe.

More information

Description of AdjointShapeOptimizationFoam and how to implement new cost functions

Description of AdjointShapeOptimizationFoam and how to implement new cost functions Description of AdjointShapeOptimizationFoam and how to implement new cost functions A project work in the course CFD with OpenSource software, taught by Håkan Nilsson. Chalmers University of Technology,

More information

Fluids A. Joel Voldman* Massachusetts Institute of Technology *(with thanks to SDS)

Fluids A. Joel Voldman* Massachusetts Institute of Technology *(with thanks to SDS) Cite as: Joel Voldan, course aterials for 6.777J / 2.372J Design and Fabrication of Microelectroechanical Devices, Spring 2007. MIT JV: 6.777J/2.372J Spring 2007, Lecture 14-1 Fluids A Joel Voldan* Massachusetts

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

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

A Thorough Description Of How Wall Functions Are Implemented In OpenFOAM

A Thorough Description Of How Wall Functions Are Implemented In OpenFOAM Cite as: Fangqing Liu.: A Thorough Description Of How Wall Functions Are Implemented In OpenFOAM. In Proceedings of CFD with OpenSource Software, 2016, Edited by Nilsson. H., http://www.tfd.chalmers.se/~hani/kurser/os_cfd_2016

More information

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow F. Piscaglia, A. Montorfano Dipartimento di Energia, POLITECNICO DI MILANO Content Introduction

More information

III.H Zeroth Order Hydrodynamics

III.H Zeroth Order Hydrodynamics III.H Zeroth Order Hydrodynaics As a first approxiation, we shall assue that in local equilibriu, the density f 1 at each point in space can be represented as in eq.iii.56, i.e. f 0 1 p, q, t = n q, t

More information

Farid Samara 1, Dominic Groulx 1 and Pascal H. Biwole 2 1

Farid Samara 1, Dominic Groulx 1 and Pascal H. Biwole 2 1 Farid Saara 1, Doinic Groulx 1 and Pascal H. Biwole 2 1 Departent of Mechanical Engineering, Dalhousie University 2 Departent of Matheatics and Interactions, Université of Nice Sophia-Antipolis Excerpt

More information

HEAT TRANSFER IN ELECTROCONDUCTIVE FLUIDS. A HIGHLY SIMPLIFIED MARK & CELL SIMULATION

HEAT TRANSFER IN ELECTROCONDUCTIVE FLUIDS. A HIGHLY SIMPLIFIED MARK & CELL SIMULATION HEAT TRANSFER IN ELECTROCONDUCTIVE FLUIDS. A HIGHLY SIMPLIFIED MARK & CELL SIMULATION HIDEO KAWAHARA 1, ALEXANDRU MIHAIL MOREGA 2, MIHAELA MOREGA 3 Key words: Electroconductive fluids, Convection heat

More information

Stratified scavenging in two-stroke engines using OpenFOAM

Stratified scavenging in two-stroke engines using OpenFOAM Stratified scavenging in two-stroke engines using OpenFOAM Håkan Nilsson, Chalmers / Applied Mechanics / Fluid Dynamics 1 Acknowledgements I would like to thank Associate Professor Håkan Nilsson at the

More information

Computations of unsteady cavitating flow on wing profiles using a volume fraction method and mass transfer models

Computations of unsteady cavitating flow on wing profiles using a volume fraction method and mass transfer models Computations of unsteady cavitating flow on wing profiles using a volume fraction method and mass transfer models Tobias Huuva *, Aurelia Cure, Göran Bark * and Håkan Nilsson * Chalmers University of Technology,

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

How to implement your own turbulence model(1/3)

How to implement your own turbulence model(1/3) How to implement your own turbulence model(1/3) The implementations of the turbulence models are located in $FOAM_SRC/turbulenceModels Copythesourceoftheturbulencemodelthatismostsimilartowhatyouwanttodo.Inthis

More information

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact Physically Based Modeling CS 15-863 Notes Spring 1997 Particle Collision and Contact 1 Collisions with Springs Suppose we wanted to ipleent a particle siulator with a floor : a solid horizontal plane which

More information

Implementation of Turbulent Viscosity from EARSM for Two Equation Turbulence Model

Implementation of Turbulent Viscosity from EARSM for Two Equation Turbulence Model CFD with OpenSource software A course at Chalmers University of Technology Taught by Håkan Nilsson Project work: Implementation of Turbulent Viscosity from EARSM for Two Equation Turbulence Model Developed

More information

Magnetohydrodynamic (MHD) Plane Poiseuille Flow With Variable Viscosity and Unequal Wall Temperatures

Magnetohydrodynamic (MHD) Plane Poiseuille Flow With Variable Viscosity and Unequal Wall Temperatures Iranian Journal of Cheical Engineering Vol. 11, No. 1 (Winter), 014, IAChE Resea rch note Magnetohydrodynaic (MHD) Plane Poiseuille Flow With Variable Viscosity and Unequal Wall Teperatures A. Kuar Jhankal

More information

CFD SIMULATIONS OF FLOW, HEAT AND MASS TRANSFER IN THIN-FILM EVAPORATOR

CFD SIMULATIONS OF FLOW, HEAT AND MASS TRANSFER IN THIN-FILM EVAPORATOR Distillation Absorption 2010 A.B. de Haan, H. Kooijman and A. Górak (Editors) All rights reserved by authors as per DA2010 copyright notice CFD SIMULATIONS OF FLOW, HEAT AND MASS TRANSFER IN THIN-FILM

More information

Simulating the combustion of gaseous fuels 6th OpenFoam Workshop Training Session. Dominik Christ

Simulating the combustion of gaseous fuels 6th OpenFoam Workshop Training Session. Dominik Christ Simulating the combustion of gaseous fuels 6th OpenFoam Workshop Training Session Dominik Christ This presentation shows how to use OpenFoam to simulate gas phase combustion Overview Theory Tutorial case

More information

Introduction. Haukur Elvar Hafsteinsson. OpenFOAM - Porous Media 1. The Governing Equations. The Class. The solver. Porous media as a flow control

Introduction. Haukur Elvar Hafsteinsson. OpenFOAM - Porous Media 1. The Governing Equations. The Class. The solver. Porous media as a flow control Introduction The Governing Equations The Class The solver Porous media as a flow control Porous media in cylindrical coordinates Available at the course home page: http://www.tfd.chalmers.se/ hani/kurser/os_cfd_2008/

More information

Chapter 10 Atmospheric Forces & Winds

Chapter 10 Atmospheric Forces & Winds Chapter 10 Atospheric Forces & Winds Chapter overview: Atospheric Pressure o Horizontal pressure variations o Station vs sea level pressure Winds and weather aps Newton s 2 nd Law Horizontal Forces o Pressure

More information

Forced Convection: Inside Pipe HANNA ILYANI ZULHAIMI

Forced Convection: Inside Pipe HANNA ILYANI ZULHAIMI + Forced Convection: Inside Pipe HANNA ILYANI ZULHAIMI + OUTLINE u Introduction and Dimensionless Numbers u Heat Transfer Coefficient for Laminar Flow inside a Pipe u Heat Transfer Coefficient for Turbulent

More information

Micro-Scale CFD Modeling of Packed-Beds

Micro-Scale CFD Modeling of Packed-Beds Micro-Scale CFD Modeling of Packed-Beds Daniel P. Combest and Dr. P.A. Ramachandran and Dr. M.P. Dudukovic Chemical Reaction Engineering Laboratory (CREL) Department of Energy, Environmental, and Chemical

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

CFD analysis of the transient flow in a low-oil concentration hydrocyclone

CFD analysis of the transient flow in a low-oil concentration hydrocyclone CFD analysis of the transient flow in a low-oil concentration hydrocyclone Paladino, E. E. (1), Nunes, G. C. () and Schwenk, L. (1) (1) ESSS Engineering Simulation and Scientific Software CELTA - Rod SC-41,

More information

HEAT TRANSFER IN FERROFLUID IN CHANNEL WITH POROUS WALLS

HEAT TRANSFER IN FERROFLUID IN CHANNEL WITH POROUS WALLS HEAT TRANSFER IN FERROFLUID IN CHANNEL WITH POROUS WALLS T. Strek Institute of Applied Mechanics, Poznan University of Technology, Poland Abstract The viscous, two-diensional, incopressible and lainar

More information

CFD SIMULATION OF A MEMBRANE DISTILLATION MODULE CHANNEL

CFD SIMULATION OF A MEMBRANE DISTILLATION MODULE CHANNEL CFD SIMULATION OF A MEMBRANE DISTILLATION MODULE CHANNEL A. Cipollina *, A. Di Miceli *, J. Koschikowski, G. Micale *, L. Rizzuti * * Dipartiento di Ingegneria Chiica dei Processi e dei Materiali, Università

More information

Scientific Computing I

Scientific Computing I Scientific Computing I Module 10: Case Study Computational Fluid Dynamics Michael Bader Winter 2012/2013 Module 10: Case Study Computational Fluid Dynamics, Winter 2012/2013 1 Fluid mechanics as a Discipline

More information

Bejo Duka Ergys Rexhepi. Department of Physics, Faculty of Natural Sciences, UNIVERSITY OF TIRANA

Bejo Duka Ergys Rexhepi. Department of Physics, Faculty of Natural Sciences, UNIVERSITY OF TIRANA Bejo Duka Ergys Rexhepi Department of Physics, Faculty of Natural Sciences, UNIVERSITY OF TIRANA constant surface temperature received much attention because of the theoretical interest and the wide engineering

More information

Department of Building Science, Tsinghua University, Beijing , China

Department of Building Science, Tsinghua University, Beijing , China Supporting Inforation A SPME based C a -history ethod for easuring SVOC diffusion coefficients in clothing aterial Jianping Cao 1,, Ningrui Liu 1,, Yinping Zhang 1,,* 1 Departent of Building Science, Tsinghua

More information

The Thermal Conductivity Theory of Non-uniform Granular Flow and the Mechanism Analysis

The Thermal Conductivity Theory of Non-uniform Granular Flow and the Mechanism Analysis Coun. Theor. Phys. Beijing, China) 40 00) pp. 49 498 c International Acadeic Publishers Vol. 40, No. 4, October 5, 00 The Theral Conductivity Theory of Non-unifor Granular Flow and the Mechanis Analysis

More information

Boundary Conditions - OpenFOAM-2.3.0

Boundary Conditions - OpenFOAM-2.3.0 김병윤 넥스트폼대표이사 Open Source CFD Consulting NEXTf oam 153-790, 서울특별시금천구가산동갑을그레이트밸리 A 동 1106 호 February 2014 차례 1 Derived boundary conditions............................. 5 1.1 activebafflevelocity..................................

More information

Dimensions and Units

Dimensions and Units Civil Engineering Hydraulics Mechanics of Fluids and Modeling Diensions and Units You already know how iportant using the correct diensions can be in the analysis of a proble in fluid echanics If you don

More information

Council for Innovative Research

Council for Innovative Research ISSN 347-3487 Turbulent fil condensation in a vertical tube in presence of non condensable gas Y. Belkassi, K. Gueraoui, N. Hassanain, A. Elbouzidi Tea of vapour gas in fluid echanics and environent, LPT,

More information

Development of twophaseeulerfoam

Development of twophaseeulerfoam ISPRAS OPEN 2016 NUMERICAL STUDY OF SADDLE-SHAPED VOID FRACTION PROFILES EFFECT ON THERMAL HYDRAULIC PARAMETERS OF THE CHANNEL WITH TWO-PHASE FLOW USING OPENFOAM AND COMPARISON WITH EXPERIMENTS Varseev

More information

Computation of Incompressible Flows: SIMPLE and related Algorithms

Computation of Incompressible Flows: SIMPLE and related Algorithms Computation of Incompressible Flows: SIMPLE and related Algorithms Milovan Perić CoMeT Continuum Mechanics Technologies GmbH milovan@continuummechanicstechnologies.de SIMPLE-Algorithm I - - - Consider

More information

Taylor Dispersion Created by Robert P. Hesketh, Chemical Engineering, Rowan University Fall 2005

Taylor Dispersion Created by Robert P. Hesketh, Chemical Engineering, Rowan University Fall 2005 Taylor Dispersion Created by Robert P. Hesketh, Chemical Engineering, Rowan University Fall 005 In this problem you will simulate a tubular reactor with fluid flowing in laminar flow. The governing equations

More information

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations Today's Lecture 2D grid colocated arrangement staggered arrangement Exercise: Make a Fortran program which solves a system of linear equations using an iterative method SIMPLE algorithm Pressure-velocity

More information

Create a DES turbulence model from komegasst RANS model. 8 th OFWS training by D. Chrisk Revised by Y. Takagi Open CAE

Create a DES turbulence model from komegasst RANS model. 8 th OFWS training by D. Chrisk Revised by Y. Takagi Open CAE Create a DES turbulence model from komegasst RANS model 8 th OFWS training by D. Chrisk Revised by Y. Takagi Open CAE seminar@kansai, 2013.7.6 1 Turbulent flow simulapon DNS LES RANS Modeling No Subgrid

More information

AN UNCERTAINTY ESTIMATION EXAMPLE FOR BACKWARD FACING STEP CFD SIMULATION. Abstract

AN UNCERTAINTY ESTIMATION EXAMPLE FOR BACKWARD FACING STEP CFD SIMULATION. Abstract nd Workshop on CFD Uncertainty Analysis - Lisbon, 19th and 0th October 006 AN UNCERTAINTY ESTIMATION EXAMPLE FOR BACKWARD FACING STEP CFD SIMULATION Alfredo Iranzo 1, Jesús Valle, Ignacio Trejo 3, Jerónimo

More information

Radiation heat transfer in OpenFoam

Radiation heat transfer in OpenFoam Final Assignment for the course «CFD with OpenSource Software» Radiation heat transfer in OpenFoam Student: Alexey Vdovin, 850408-3737, vdovin@student.chalmers.se Göteborg, Chalmers University of Technology,

More information

Investigation of Thermal Mixing Using OpenFOAM REIJO PEGONEN

Investigation of Thermal Mixing Using OpenFOAM REIJO PEGONEN Investigation of Thermal Mixing Using OpenFOAM REIJO PEGONEN Master Thesis KTH, 2012 TRITA-FYS 2012:48 ISSN 0280-316X ISRN KTH/FYS/--12:48--SE Department of Physics School of Engineering Science Royal

More information

CFD in COMSOL Multiphysics

CFD in COMSOL Multiphysics CFD in COMSOL Multiphysics Mats Nigam Copyright 2016 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 their respective

More information

Lattice Boltzmann Method for Moving Boundaries

Lattice Boltzmann Method for Moving Boundaries Lattice Boltzmann Method for Moving Boundaries Hans Groot March 18, 2009 Outline 1 Introduction 2 Moving Boundary Conditions 3 Cylinder in Transient Couette Flow 4 Collision-Advection Process for Moving

More information

Chemistry 432 Problem Set 11 Spring 2018 Solutions

Chemistry 432 Problem Set 11 Spring 2018 Solutions 1. Show that for an ideal gas Cheistry 432 Proble Set 11 Spring 2018 Solutions P V 2 3 < KE > where is the average kinetic energy of the gas olecules. P 1 3 ρ v2 KE 1 2 v2 ρ N V P V 1 3 N v2 2 3 N

More information

A BLOCK MONOTONE DOMAIN DECOMPOSITION ALGORITHM FOR A NONLINEAR SINGULARLY PERTURBED PARABOLIC PROBLEM

A BLOCK MONOTONE DOMAIN DECOMPOSITION ALGORITHM FOR A NONLINEAR SINGULARLY PERTURBED PARABOLIC PROBLEM INTERNATIONAL JOURNAL OF NUMERICAL ANALYSIS AND MODELING Volue 3, Nuber 2, Pages 211 231 c 2006 Institute for Scientific Coputing and Inforation A BLOCK MONOTONE DOMAIN DECOMPOSITION ALGORITHM FOR A NONLINEAR

More information

DEVELOPED LAMINAR FLOW IN PIPE USING COMPUTATIONAL FLUID DYNAMICS M.

DEVELOPED LAMINAR FLOW IN PIPE USING COMPUTATIONAL FLUID DYNAMICS M. DEVELOPED LAMINAR FLOW IN PIPE USING COMPUTATIONAL FLUID DYNAMICS M. Sahu 1, Kishanjit Kumar Khatua and Kanhu Charan Patra 3, T. Naik 4 1, &3 Department of Civil Engineering, National Institute of technology,

More information

I. Concepts and Definitions. I. Concepts and Definitions

I. Concepts and Definitions. I. Concepts and Definitions F. Properties of a syste (we use the to calculate changes in energy) 1. A property is a characteristic of a syste that can be given a nuerical value without considering the history of the syste. Exaples

More information

EFFECT OF THE NON-CONDENSABLE GAS TYPE DURING CONDENSATION OF WATER VAPOR

EFFECT OF THE NON-CONDENSABLE GAS TYPE DURING CONDENSATION OF WATER VAPOR THERMAL SCIENCE: Year 217, Vol. 21, No. 6A, pp. 2457-2468 2457 EFFECT OF THE NON-CONDENSABLE GAS TYPE DURING CONDENSATION OF WATER VAPOR by Kaoutar ZINE-DINE *, Youness EL HAMMAMI, Rachid MIR, Touria MEDIOUNI,

More information

In this lecture... Axial flow turbine Impulse and reaction turbine stages Work and stage dynamics Turbine blade cascade

In this lecture... Axial flow turbine Impulse and reaction turbine stages Work and stage dynamics Turbine blade cascade Lect- 0 1 Lect-0 In this lecture... Axial flow turbine Ipulse and reaction turbine stages Work and stage dynaics Turbine blade cascade Lect-0 Axial flow turbines Axial turbines like axial copressors usually

More information

Numerical Investigations of Hydraulic Transients in Pipelines having Centrifugal Pumps

Numerical Investigations of Hydraulic Transients in Pipelines having Centrifugal Pumps International Journal of Applied Engineering Research ISSN 0973-4562 Volue 13, Nuber 8 (2018) pp. 5999-6003 Research India Publications. http://www.ripublication.co Nuerical Investigations of Hydraulic

More information

Direct numerical simulation database for supercritical carbon dioxide

Direct numerical simulation database for supercritical carbon dioxide Direct numerical simulation database for supercritical carbon dioxide S. Pandey 1, X. Chu 2, E. Laurien 3 Emails: sandeep.pandey@ike.uni-stuttgart.de 1 xu.chu@itlr.uni-stuttgart.de 2 laurien@ike.unistuttgart.de

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volue 19, 2013 htt://acousticalsociety.org/ ICA 2013 Montreal Montreal, Canada 2-7 June 2013 Physical Acoustics Session 1PAb: Acoustics in Microfluidics and for Particle

More information

Calculations on a heated cylinder case

Calculations on a heated cylinder case Calculations on a heated cylinder case J. C. Uribe and D. Laurence 1 Introduction In order to evaluate the wall functions in version 1.3 of Code Saturne, a heated cylinder case has been chosen. The case

More information

Tutorial: Premixed Flow in a Conical Chamber using the Finite-Rate Chemistry Model

Tutorial: Premixed Flow in a Conical Chamber using the Finite-Rate Chemistry Model Tutorial: Premixed Flow in a Conical Chamber using the Finite-Rate Chemistry Model Introduction The purpose of this tutorial is to provide guidelines and recommendations for setting up and solving the

More information

CFD SIMULATION OF PRESSURE LOSS IN HVDC TRANSFORMER WINDING

CFD SIMULATION OF PRESSURE LOSS IN HVDC TRANSFORMER WINDING Journal of Energy VOLUME 63 2014 journal hoepage: http://journalofenergy.co/ Ralf Wittaack Sieens AG, Nürnberg, Gerany Ralf.Wittaack@Sieens.co CFD SIMULATION OF PRESSURE LOSS IN HVDC TRANSFORMER WINDING

More information

MTF071 Computational Fluid Dynamics of Turbulent

MTF071 Computational Fluid Dynamics of Turbulent CHALMERS TEKNISKA HÖGSKOLA Termo- och Fluiddynamik 42 96 Göteborg MTF07 Computational Fluid Dynamics of Turbulent Flow http://wwwtfdchalmersse/gr-kurs/mtf07 Task K2 Lars Davidson 2003-02-03 In Task K you

More information