Transient flow simulations

Size: px
Start display at page:

Download "Transient flow simulations"

Transcription

1 Transient flow simulations Lecture 4 March 8, 2016 March 8, / 20

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

3 Stationary and transient Transient (unsteady) Every real flow is transient in molecular sense Stationary (steady-state) flow refers to the condition where the fluid properties do not change over time all the time derivatives of a flow field are vanishing Re < 5 47 < Re < 3x < Re < 47 3x10 5 < Re March 8, / 20

4 Geometry L slip wall l d W inlet wall outlet slip wall March 8, / 20

5 Domain decomposition P12 P13 P14 P15 n yt P28 P29 P30 P31 B6 B7 B8 P24 P25 P26 P27 P8 n yc P20 P9 B4 P21 P10 P22 B5 P11 P23 P4 P5 P6 P7 n yb B1 B2 B3 P16 P17 P18 P19 P0 n xu P1 n xc P2 n xd P3 March 8, / 20

6 blockmeshdict - list of vertices Listing coordinates of the block vertices: Listing 1: vertices in blockmeshdict 1 converttometers 1.0; 2 3 vertices 4 ( 5 ( ) // P0 6 ( ) // P1 7 ( ) // P2 8 ( ) // P ); March 8, / 20

7 blockmeshdict - block definition Listing the blocks, ordered list of vertex labels and mesh size: Listing 2: blocks in blockmeshdict 1 blocks 2 ( 3 // vertex numbers, number of intervals, interval grading 4 hex ( ) ( ) simplegrading ( ) 5 hex ( ) ( ) simplegrading ( ) 6 hex ( ) ( ) simplegrading ( ) ); Listing edges (line, polyline, arc, simplespline, polyspline): Listing 3: edges in blockmeshdict 1 edges 2 ( 3 // edge type, labels of end vertices, coord. of interpolation point (s) 4 arc 5 6 ( ) 5 arc 6 10 ( 1 0-1) ); March 8, / 20

8 blockmeshdict - boundary definition Listing boundaries (type, vertices of the faces): 1 boundary 2 ( 3 inlet 4 { 5 type patch ; 6 faces 7 ( 8 ( ) 9 ( ) 10 ( ) 11 ); 12 } ); mergepatchpairs 18 ( 19 ); Listing 4: boundaries in blockmeshdict March 8, / 20

9 Steps of the numerical analysis - Domain and mesh March 8, / 20

10 Steps of the numerical analysis - Boundaries Inlet (Dirichlet BC for U, Neumann BC for p) fixed value for U (U = U in = 1 ms 1 ) zero gradient for p ( p/ n = 0) Outlet (Dirichlet BC for p, Neumann BC for U) zero gradient for U ( U/ n = 0) fixed value for p (p = p ref = 0 P a) Walls fixed value for U (U = 0) zero gradient for p Front and back sides of a 2D domain empty for both U and p Bottom and top sides slip wall for both U and p March 8, / 20

11 Steps of the numerical analysis - BC and IC for U Listing 5: boundaries in 0/U 1 dimensions [ ]; 2 internalfield uniform (1 0 0); 3 boundaryfield 4 { 5 inlet 6 { 7 type fixedvalue ; 8 value uniform (1 0 0); 9 } 10 outlet 11 { 12 type zerogradient ; 13 } 14 cylinderwall 15 { 16 type fixedvalue ; 17 value uniform (0 0 0); 18 } 19 topwall 20 { 21 type slip ; 22 } } March 8, / 20

12 Steps of the numerical analysis - BC and IC for p 1 dimensions [ ]; 2 internalfield uniform 0; 3 boundaryfield 4 { 5 inlet 6 { 7 type zerogradient ; 8 } 9 outlet 10 { 11 type fixedvalue ; 12 value uniform 0; 13 } 14 cylinderwall 15 { 16 type zerogradient ; 17 } 18 topwall 19 { 20 type zerogradient ; 21 } } Listing 6: boundaries in 0/p March 8, / 20

13 Steps of the numerical analysis - Numerical setup 1. 1 solvers 2 { 3 p 4 { 5 solver PCG ; 6 preconditioner DIC ; 7 tolerance 1e -05; 8 reltol 0; 9 } 10 U 11 { 12 solver PBiCG ; 13 preconditioner DILU ; 14 tolerance 1e -06; 15 reltol 0; 16 } 17 } 18 PISO 19 { 20 ncorrectors 2; 21 nnonorthogonalcorrectors 0; 22 prefcell 0; 23 prefvalue 0; 24 } Listing 7: fvsolution March 8, / 20

14 Steps of the numerical analysis - Numerical setup 2. Listing 8: fvschemes 1. 1 ddtschemes 2 { 3 default Euler ; 4 } 5 6 gradschemes 7 { 8 default Gauss linear ; 9 grad (p) Gauss linear ; 10 } divschemes 13 { 14 default none ; 15 div (phi,u) Gauss linear ; 16 } laplacianschemes 19 { 20 default Gauss linear orthogonal ; 21 } March 8, / 20

15 Steps of the numerical analysis - Numerical setup 3. 1 interpolationschemes 2 { 3 default linear ; 4 } 5 6 sngradschemes 7 { 8 default orthogonal ; 9 } fluxrequired 12 { 13 default no; 14 p ; 15 } Listing 9: fvschemes 2. March 8, / 20

16 Steps of the numerical analysis - Simulation March 8, / 20

17 Steps of the numerical analysis - Simulation March 8, / 20

18 Steps of the numerical analysis - Simulation March 8, / 20

19 Steps of the numerical analysis - Refined mesh March 8, / 20

20 Steps of the numerical analysis - Fine simulation March 8, / 20

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

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

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

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

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

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

CFD with OpenSource software A course at Chalmers University of Technology Taught by HÅKAN NILSSON. Project work: intersettlingfoam Taught by HÅKAN NILSSON Project work: intersettlingfoa Developed for OpenFOAM-2.2.0 Author: Pedra Rain Deceber, 2013 2/21/2014 1 Presentation Outline: The objective of this presentation Introduction to

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

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

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

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

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

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

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

Proper Orthogonal Decomposition of Pressure Fields in a Draft Tube Cone of the Francis (Tokke) Turbine Model

Proper Orthogonal Decomposition of Pressure Fields in a Draft Tube Cone of the Francis (Tokke) Turbine Model Journal of Physics: Conference Series OPEN ACCESS Proper Orthogonal Decomposition of Pressure Fields in a Draft Tube Cone of the Francis (Tokke) Turbine Model To cite this article: D Stefan and P Rudolf

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

On Air Bubbles Sliding through a Thermal Boundary Layer

On Air Bubbles Sliding through a Thermal Boundary Layer 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

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

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

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

Numerical solving of non-linear Schrödinger equation

Numerical solving of non-linear Schrödinger equation Numerical solving of non-linear Schrödinger equation March 14, 2011 1 Initial objective On first stage, it was shown that OpenFOAM could be used in principle for solving nonlinear Schrödinger equation.

More information

Study of Forced and Free convection in Lid driven cavity problem

Study of Forced and Free convection in Lid driven cavity problem MIT Study of Forced and Free convection in Lid driven cavity problem 18.086 Project report Divya Panchanathan 5-11-2014 Aim To solve the Navier-stokes momentum equations for a lid driven cavity problem

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

SOE3213/4: CFD Lecture 3

SOE3213/4: CFD Lecture 3 CFD { SOE323/4: CFD Lecture 3 @u x @t @u y @t @u z @t r:u = 0 () + r:(uu x ) = + r:(uu y ) = + r:(uu z ) = @x @y @z + r 2 u x (2) + r 2 u y (3) + r 2 u z (4) Transport equation form, with source @x Two

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

Computation for the Backward Facing Step Test Case with an Open Source Code

Computation for the Backward Facing Step Test Case with an Open Source Code Computation for the Backward Facing Step Test Case with an Open Source Code G.B. Deng Equipe de Modélisation Numérique Laboratoire de Mécanique des Fluides Ecole Centrale de Nantes 1 Rue de la Noë, 44321

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

Solving PDEs with OpenFOAM

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

More information

The Effect of the DNS Data Averaging Time on the Accuracy of RANS-DNS Simulations

The Effect of the DNS Data Averaging Time on the Accuracy of RANS-DNS Simulations The Effect of the DNS Data Averaging Time on the Accuracy of RANS-DNS Simulations Svetlana V. Poroseva 1, The University of New Mexico, Albuquerque, New Mexico, 87131 Elbert Jeyapaul 2, Scott M. Murman

More information

Motivation. Coupling of overset grids. Incompressible finite-volume methods. Non-conservative interpolation of field values Mass defect

Motivation. Coupling of overset grids. Incompressible finite-volume methods. Non-conservative interpolation of field values Mass defect Motivation Coupling of overset grids Non-conservative interpolation of field values Mass defect Incompressible finite-volume methods Violation of inherent mass conservation Pressure fluctuations Content

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

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

Heat Transfer Modeling using ANSYS FLUENT

Heat Transfer Modeling using ANSYS FLUENT Lecture 2 - Conduction Heat Transfer 14.5 Release Heat Transfer Modeling using ANSYS FLUENT 2013 ANSYS, Inc. March 28, 2013 1 Release 14.5 Agenda Introduction Energy equation in solids Equation solved

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

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf**

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** Controlled CO 2 Diversified fuels Fuel-efficient vehicles Clean refining Extended reserves Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** *: Laboratoire J.L.Lions **:Université

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

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

Computation of Unsteady Flows With Moving Grids

Computation of Unsteady Flows With Moving Grids Computation of Unsteady Flows With Moving Grids Milovan Perić CoMeT Continuum Mechanics Technologies GmbH milovan@continuummechanicstechnologies.de Unsteady Flows With Moving Boundaries, I Unsteady flows

More information

CFD-Modeling of Turbulent Flows in a 3x3 Rod Bundle and Comparison to Experiments

CFD-Modeling of Turbulent Flows in a 3x3 Rod Bundle and Comparison to Experiments CFD-Modeling of Turbulent Flows in a 3x3 Rod Bundle and Comparison to Experiments C. Lifante 1, B. Krull 1, Th. Frank 1, R. Franz 2, U. Hampel 2 1 PBU, ANSYS Germany, Otterfing 2 Institute of Safety Research,

More information

PDE Solvers for Fluid Flow

PDE Solvers for Fluid Flow PDE Solvers for Fluid Flow issues and algorithms for the Streaming Supercomputer Eran Guendelman February 5, 2002 Topics Equations for incompressible fluid flow 3 model PDEs: Hyperbolic, Elliptic, Parabolic

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

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

Table 17 1 Some general field equation terms. Heat Power. Current Source. 0 0 Boundary Current Porous Media Flow. Flow Source

Table 17 1 Some general field equation terms. Heat Power. Current Source. 0 0 Boundary Current Porous Media Flow. Flow Source 17 Related Analogies 17.1 Basic Concepts The differential equation used in a finite element study in one discipline often appears in a different discipline, but with a different physical meaning for the

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

CFD Analysis of Vented Lean Hydrogen Deflagrations in an ISO Container

CFD Analysis of Vented Lean Hydrogen Deflagrations in an ISO Container 35 th UKELG Meeting, Spadeadam, 10-12 Oct. 2017 CFD Analysis of Vented Lean Hydrogen Deflagrations in an ISO Container Vendra C. Madhav Rao & Jennifer X. Wen Warwick FIRE, School of Engineering University

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

2.29 Numerical Fluid Mechanics Spring 2015 Lecture 9

2.29 Numerical Fluid Mechanics Spring 2015 Lecture 9 Spring 2015 Lecture 9 REVIEW Lecture 8: Direct Methods for solving (linear) algebraic equations Gauss Elimination LU decomposition/factorization Error Analysis for Linear Systems and Condition Numbers

More information

MAE 598: Project #2 Challenge #4

MAE 598: Project #2 Challenge #4 MAE 598: Project #2 Challenge #4 Shane Dombrowski November 10, 2016 Problem Collaboration Note. I collaborated with William Davis Burk on this challenge problem. We simply helped each other with bugs and

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

Initial and Boundary Conditions

Initial and Boundary Conditions Initial and Boundary Conditions Initial- and boundary conditions are needed For a steady problems correct initial conditions is important to reduce computational time and reach convergence Boundary conditions

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

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

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

Large Scale Fluid-Structure Interaction by coupling OpenFOAM with external codes

Large Scale Fluid-Structure Interaction by coupling OpenFOAM with external codes Large Scale Fluid-Structure Interaction by coupling OpenFOAM with external codes Thomas Gallinger * Alexander Kupzok Roland Wüchner Kai-Uwe Bletzinger Lehrstuhl für Statik Technische Universität München

More information

Additional Mathematics Lines and circles

Additional Mathematics Lines and circles Additional Mathematics Lines and circles Topic assessment 1 The points A and B have coordinates ( ) and (4 respectively. Calculate (i) The gradient of the line AB [1] The length of the line AB [] (iii)

More information

Dimerization in a Tubular Reactor

Dimerization in a Tubular Reactor Dimerization in a Tubular Reactor Tubular reactors are very common in large-scale continuous, for example in the petroleum industry. One key design and optimization parameter is the conversion, that is

More information

Numerical Investigation of Vortex Induced Vibration of Two Cylinders in Side by Side Arrangement

Numerical Investigation of Vortex Induced Vibration of Two Cylinders in Side by Side Arrangement Numerical Investigation of Vortex Induced Vibration of Two Cylinders in Side by Side Arrangement Sourav Kumar Kar a, 1,, Harshit Mishra a, 2, Rishitosh Ranjan b, 3 Undergraduate Student a, Assitant Proffessor

More information

Three-dimensional Numerical Modeling of Water Flow in a Rock-Blasted Tunnel

Three-dimensional Numerical Modeling of Water Flow in a Rock-Blasted Tunnel Three-dimensional Numerical Modeling of Water Flow in a Rock-Blasted Tunnel Mari Vold July 2017 Abstract Climate change leads to more intense precipitation in Norway. NVE requires all bypass tunnels have

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

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

Analysis of oil displacement by water in oil reservoirs with horizontal wells

Analysis of oil displacement by water in oil reservoirs with horizontal wells Analysis of oil displacement by water in oil reservoirs with horizontal wells Paulo Dore Fernandes, Thiago Judson L. de Oliveira and Rodrigo A. C. Dias Problem Description This work involves near-well

More information

Supporting Information

Supporting Information Supporting Information Sandwich mixer-reactor: Influence of the diffusion coefficient and flow rate ratios Mélanie Abonnenc, Jacques Josserand and Hubert H. Girault* 1 ESI 1: Finite-element formulation

More information

Simulation and validation of compressible flow in nozzle geometries and validation of OpenFOAM for this application

Simulation and validation of compressible flow in nozzle geometries and validation of OpenFOAM for this application Research Collection Master Thesis Simulation and validation of compressible flow in nozzle geometries and validation of OpenFOAM for this application Author(s): Wüthrich, Benjamin Publication Date: 2007

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

Algebraic Multigrid as Solvers and as Preconditioner

Algebraic Multigrid as Solvers and as Preconditioner Ò Algebraic Multigrid as Solvers and as Preconditioner Domenico Lahaye domenico.lahaye@cs.kuleuven.ac.be http://www.cs.kuleuven.ac.be/ domenico/ Department of Computer Science Katholieke Universiteit Leuven

More information

Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization

Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization Timo Heister, Texas A&M University 2013-02-28 SIAM CSE 2 Setting Stationary, incompressible flow problems

More information

A computational fluid dynamics analysis on air bearing designs

A computational fluid dynamics analysis on air bearing designs faculty of mathematics and natural sciences A computational fluid dynamics analysis on air bearing designs Bachelor Project Mathematics June 2015 Student: I.W. Tan First supervisor: Prof.dr.ir. R.W.C.P.

More information

Non linear Detached Eddy Simulations on Supercomputing Facilities

Non linear Detached Eddy Simulations on Supercomputing Facilities Non linear Detached Eddy Simulations on Supercomputing Facilities Valerio D Alessandro 1, Sergio Montelpare 2, Renato Ricci 1 1 Dipartimento di Ingegneria Industriale e Scienze Matematiche Università Politecnica

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

Elements of Matlab and Simulink Lecture 7

Elements of Matlab and Simulink Lecture 7 Elements of Matlab and Simulink Lecture 7 Emanuele Ruffaldi 12th May 2009 Copyright 2009,Emanuele Ruffaldi. This work is licensed under the Creative Commons Attribution-ShareAlike License. PARTIAL DIFFERENTIAL

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

Numerical Solutions for the Lévêque Problem of Boundary Layer Mass or Heat Flux

Numerical Solutions for the Lévêque Problem of Boundary Layer Mass or Heat Flux Excerpt from the Proceedings of the COMSOL Conference 2008 Hannover Numerical Solutions for the Lévêque Problem of Boundary Layer Mass or Heat Flux Ekkehard Holzbecher Weierstrass Institute for Applied

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

Overlapping Schwarz preconditioners for Fekete spectral elements

Overlapping Schwarz preconditioners for Fekete spectral elements Overlapping Schwarz preconditioners for Fekete spectral elements R. Pasquetti 1, L. F. Pavarino 2, F. Rapetti 1, and E. Zampieri 2 1 Laboratoire J.-A. Dieudonné, CNRS & Université de Nice et Sophia-Antipolis,

More information

Adaptive Finite Element Methods Lecture Notes Winter Term 2017/18. R. Verfürth. Fakultät für Mathematik, Ruhr-Universität Bochum

Adaptive Finite Element Methods Lecture Notes Winter Term 2017/18. R. Verfürth. Fakultät für Mathematik, Ruhr-Universität Bochum Adaptive Finite Element Methods Lecture Notes Winter Term 2017/18 R. Verfürth Fakultät für Mathematik, Ruhr-Universität Bochum Contents Chapter I. Introduction 7 I.1. Motivation 7 I.2. Sobolev and finite

More information

author's personal copy

author's personal copy Mechanics Research Communications 40 (2012) 46 51 Contents lists available at SciVerse ScienceDirect Mechanics Research Communications jo ur nal homep age : www.elsevier.com/locate/mechrescom Verifying

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

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

Magnetic Drug Targeting in Cancer Therapy

Magnetic Drug Targeting in Cancer Therapy Magnetic Drug Targeting in Cancer Therapy SOLVED WITH COMSOL MULTIPHYSICS 3.5a COPYRIGHT 2008. All right reserved. No part of this documentation may be photocopied or reproduced in any form without prior

More information

Numerical Modelling of Twin-screw Pumps Based on Computational Fluid Dynamics

Numerical Modelling of Twin-screw Pumps Based on Computational Fluid Dynamics Numerical Modelling of Twin-screw Pumps Based on Computational Fluid Dynamics 6-8 th March 2017 Dr Sham Rane, Professor Ahmed Kovačević, Dr Di Yan, Professor Qian Tang, Centre for Compressor Technology,

More information

ENHANCED HEAT TRANSFER IN LAMINAR PULSATING FLOW PAST A FLAT PLATE

ENHANCED HEAT TRANSFER IN LAMINAR PULSATING FLOW PAST A FLAT PLATE HEFAT2012 9 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 16 18 July 2012 Malta ENHANCED HEAT TRANSFER IN LAMINAR PULSATING FLOW PAST A FLAT PLATE Cárdenas Miranda, A.*

More information

Steady and unsteady flow computation in an elbow dr aft tube with experimental validation

Steady and unsteady flow computation in an elbow dr aft tube with experimental validation IOP Conference Series: Earth and Environmental Science Steady and unsteady flow computation in an elbow dr aft tube with experimental validation To cite this article: T C Vu et al 2010 IOP Conf. Ser.:

More information

Chalmers University of Technology

Chalmers University of Technology 2016-11-16 1 What is an Abdominal Aortic Aneurysm(AAA)and how is it rectified? AAA's are caused due to local dilation of the abdominal aortic vessel common among males 60 years or over How do we treat

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

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

C1.2 Ringleb flow. 2nd International Workshop on High-Order CFD Methods. D. C. Del Rey Ferna ndez1, P.D. Boom1, and D. W. Zingg1, and J. E.

C1.2 Ringleb flow. 2nd International Workshop on High-Order CFD Methods. D. C. Del Rey Ferna ndez1, P.D. Boom1, and D. W. Zingg1, and J. E. C. Ringleb flow nd International Workshop on High-Order CFD Methods D. C. Del Rey Ferna ndez, P.D. Boom, and D. W. Zingg, and J. E. Hicken University of Toronto Institute of Aerospace Studies, Toronto,

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

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

Express Introductory Training in ANSYS Fluent Lecture 2 Boundary Conditions & Solver Settings

Express Introductory Training in ANSYS Fluent Lecture 2 Boundary Conditions & Solver Settings Express Introductory Training in ANSYS Fluent Lecture 2 Boundary Conditions & Solver Settings Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry

More information

Application of a Laser Induced Fluorescence Model to the Numerical Simulation of Detonation Waves in Hydrogen-Oxygen-Diluent Mixtures

Application of a Laser Induced Fluorescence Model to the Numerical Simulation of Detonation Waves in Hydrogen-Oxygen-Diluent Mixtures Supplemental material for paper published in the International J of Hydrogen Energy, Vol. 30, 6044-6060, 2014. http://dx.doi.org/10.1016/j.ijhydene.2014.01.182 Application of a Laser Induced Fluorescence

More information

Thermal creep flow by Thomas Hällqvist Veronica Eliasson

Thermal creep flow by Thomas Hällqvist Veronica Eliasson Thermal creep flow by Thomas Hällqvist Veronica Eliasson Introduction Thermal creep It is possible to start rarefied gas flows with tangential temperature gradients along the channel walls, where the fluid

More information

Tdyn-CFD+HT - Validation Case 9

Tdyn-CFD+HT - Validation Case 9 Two-dimensional heat conduction with heat generation Version 14.0.0 Compass Ingeniería y Sistemas http://www.compassis.com Tel.: +34 932 181 989 - Fax.: +34 933 969 746 - E: info@compassis.com - C/ Tuset

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

Drag Coefficient of Tall Building by CFD Method using ANSYS

Drag Coefficient of Tall Building by CFD Method using ANSYS Drag Coefficient of Tall Building by CFD Method using ANSYS Sharma P K 1, Dr. Parekar S R 2 1ME Student, Department of Civil Engineering, AISSM S, Pune, Maharashtra, India 2HOD, Department of Civil Engineering,

More information

A Zooming Approach to Investigate Heat Transfer in Liquid Rocket Engines with ESPSS Propulsion Simulation Tool

A Zooming Approach to Investigate Heat Transfer in Liquid Rocket Engines with ESPSS Propulsion Simulation Tool A Zooming Approach to Investigate Heat Transfer in Liquid Rocket Engines with ESPSS Propulsion Simulation Tool M. Leonardi, F. Di Matteo, J. Steelant, B. Betti, M. Pizzarelli, F. Nasuti, M. Onofri 8th

More information

APPLICATIONS OF FD APPROXIMATIONS FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS

APPLICATIONS OF FD APPROXIMATIONS FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS LECTURE 10 APPLICATIONS OF FD APPROXIMATIONS FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS Ordinary Differential Equations Initial Value Problems For Initial Value problems (IVP s), conditions are specified

More information

Large-eddy simulations for wind turbine blade: rotational augmentation and dynamic stall

Large-eddy simulations for wind turbine blade: rotational augmentation and dynamic stall Large-eddy simulations for wind turbine blade: rotational augmentation and dynamic stall Y. Kim, I.P. Castro, and Z.T. Xie Introduction Wind turbines operate in the atmospheric boundary layer and their

More information

Active Control of Separated Cascade Flow

Active Control of Separated Cascade Flow Chapter 5 Active Control of Separated Cascade Flow In this chapter, the possibility of active control using a synthetic jet applied to an unconventional axial stator-rotor arrangement is investigated.

More information

Computation of turbulent Prandtl number for mixed convection around a heated cylinder

Computation of turbulent Prandtl number for mixed convection around a heated cylinder Center for Turbulence Research Annual Research Briefs 2010 295 Computation of turbulent Prandtl number for mixed convection around a heated cylinder By S. Kang AND G. Iaccarino 1. Motivation and objectives

More information

Circle one: School of Mechanical Engineering Purdue University ME315 Heat and Mass Transfer. Exam #2. April 3, 2014

Circle one: School of Mechanical Engineering Purdue University ME315 Heat and Mass Transfer. Exam #2. April 3, 2014 Circle one: Div. 1 (12:30 pm, Prof. Choi) Div. 2 (9:30 am, Prof. Xu) School of Mechanical Engineering Purdue University ME315 Heat and Mass Transfer Exam #2 April 3, 2014 Instructions: Write your name

More information

FLUID MECHANICS 3 - LECTURE 4 ONE-DIMENSIONAL UNSTEADY GAS

FLUID MECHANICS 3 - LECTURE 4 ONE-DIMENSIONAL UNSTEADY GAS FLUID MECHANICS 3 - LECTURE 4 ONE-DIMENSIONAL UNSTEADY GAS Consider an unsteady 1-dimensional ideal gas flow. We assume that this flow is spatially continuous and thermally isolated, hence, it is isentropic.

More information