SOE3213/4: CFD Lecture 3

Size: px
Start display at page:

Download "SOE3213/4: CFD Lecture 3"

Transcription

1 CFD { SOE323/4: CFD Lecture 3

2 @u r:u = 0 () + r:(uu x ) = + r:(uu y ) = + r:(uu z @z + r 2 u x (2) + r 2 u y (3) + r 2 u z (4) Transport equation form, with Two main problems The equation is non-linear 2 The source term involves p

3 NSE 3 equations for 4 variables, + constraint equation. Need p to nd u, need u to nd p Equations solved sequentially Iterate until all elds correct Several dierent approaches used to solve these equations. 2 main ones : { Pressure Implicit Splitting of Operators { for time dependent ows { Semi-Implicit Method for Pressure Linked Equations { used for steady state problems

4 Eqn (2) if we know p, ux, can nd u x. Eqns (2{4), () combined! equation for p given the ux : r: rp A Flux has to satisfy continuity () = (ux term) algorithm as follows : Guess p, ux (values from previous timestep) 2 Use equation (2) to nd u x, u y etc. 3 Solve pressure equation for p 4 Correct ux to satisfy continuity

5 Start Guess p, flux (values from previous timestep) Use equation (3) to find ux, uy, uz Solve pressure equation to get p Correct flux to satisfy continuity Y Next timestep? N

6 Could iterate until steady-state. More usual to use. r:u = 0 r:(uu x ) = r:(uu y ) = r:(uu z @z + r 2 u x + r 2 u y (5) + r 2 u z Guess an initial pressure eld p 2 Use equation (5) to create a velocity eld u from this pressure eld

7 3 Find a correction p 0 to the pressure eld p = p + p 0 4 Correct the velocity (ux) to obey continuity. In theory, p and u should now be the desired solution. In practice, it is necessary to repeat this procedure as an iterative process. If new solution p, u adopted at each step! algorithm becomes unstable. Thus, use underrelaxation : 5 Underrelax solution p n+ = p + ( )p n is underrelaxation parameter. At each step of the iteration, the error in the solution (the residual) should decrease { residuals for all variables should be monitored to ensure this.

8 Start Guess p * Find u * from momentum eqn. Find pressure correction p Find flux correction Correct fields p ** = p * + p Update fields (underrelaxation) n Tolerance achieved? y

9 Initial condition { state of p and u at all points in the ow. most uid ow problems parabolic or hyperbolic! solution depends in part on initial conditions specify known values for p and u, or make sensible guess may need to timestep until the eect of the I.C. absent Steady viscous ows { elliptic however methods parabolic { need starting conditions Boundary conditions { largely specify what the solution will be

10 3 main types of b.c. { walls, inlets, outlets Walls { u = 0 parallel to the wall (unless the wall is moving in which case the uid will share the motion) Fluid inlet { specify u. Fluid outlet { specify p N.B. If b.c. incorrectly specied, problem becomes ill posed { no solution possible.

11 Build mathematical model of the problem (NSE, turbulence, combustion... Discretise the equations on a mesh converts mathematical model to dierence equations Solve the discretised equations inverting discretised matrix equation NSE nonlinear,! and Analyse the results check results make sense physically, check numerical solution, eg. mesh independence process data to extract information

12 Using commercial code : Dene the geometry Generate the mesh Switch on physical models Specify physical constants Specify boundary/initial conditions Specify numerical parameters Run the solver Postprocess results

SOE3213/4: CFD Lecture 1

SOE3213/4: CFD Lecture 1 What is CFD SOE3213/4: CFD Lecture 1 3d 3d Computational Fluid Dynamics { use of computers to study uid dynamics. Solve the Navier-Stokes Equations (NSE) : r:u = 0 Du Dt = rp + r 2 u + F 4 s for 4 unknowns,

More information

SOE3211/2 Fluid Mechanics lecture 2

SOE3211/2 Fluid Mechanics lecture 2 SOE311/ Fluid Mechanics lecture example example Fluid ows governed by conservation of mass, momentum. We can use this to solve ow problems. Draw box (control volume) around region of interest, then equate

More information

Solution of the Two-Dimensional Steady State Heat Conduction using the Finite Volume Method

Solution of the Two-Dimensional Steady State Heat Conduction using the Finite Volume Method Ninth International Conference on Computational Fluid Dynamics (ICCFD9), Istanbul, Turkey, July 11-15, 2016 ICCFD9-0113 Solution of the Two-Dimensional Steady State Heat Conduction using the Finite Volume

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

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

Heat and Mass Transfer over Cooled Horizontal Tubes 333 x-component of the velocity: y2 u = g sin x y : (4) r 2 The y-component of the velocity eld is

Heat and Mass Transfer over Cooled Horizontal Tubes 333 x-component of the velocity: y2 u = g sin x y : (4) r 2 The y-component of the velocity eld is Scientia Iranica, Vol., No. 4, pp 332{338 c Sharif University of Technology, October 2004 Vapor Absorption into Liquid Films Flowing over a Column of Cooled Horizontal Tubes B. Farhanieh and F. Babadi

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

Transient, Source Terms and Relaxation

Transient, Source Terms and Relaxation F. Moukalled L. Mangani M. Darwish An Advanced Introduction with OpenFOAM and Matlab This textbook explores both the theoretical foundation of the Finite Volume Method (FVM) and its applications in Computational

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

Introduction to Computational Fluid Dynamics

Introduction to Computational Fluid Dynamics AML2506 Biomechanics and Flow Simulation Day Introduction to Computational Fluid Dynamics Session Speaker Dr. M. D. Deshpande M.S. Ramaiah School of Advanced Studies - Bangalore 1 Session Objectives At

More information

Calculating equation coefficients

Calculating equation coefficients Fluid flow Calculating equation coefficients Construction Conservation Equation Surface Conservation Equation Fluid Conservation Equation needs flow estimation needs radiation and convection estimation

More information

Basic Aspects of Discretization

Basic Aspects of Discretization Basic Aspects of Discretization Solution Methods Singularity Methods Panel method and VLM Simple, very powerful, can be used on PC Nonlinear flow effects were excluded Direct numerical Methods (Field Methods)

More information

Active Flux for Advection Diffusion

Active Flux for Advection Diffusion Active Flux for Advection Diffusion A Miracle in CFD Hiroaki Nishikawa National Institute of Aerospace! NIA CFD Seminar! August 25, 2015 In collaboration with the University of Michigan Supported by NASA

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

n i,j+1/2 q i,j * qi+1,j * S i+1/2,j

n i,j+1/2 q i,j * qi+1,j * S i+1/2,j Helsinki University of Technology CFD-group/ The Laboratory of Applied Thermodynamics MEMO No CFD/TERMO-5-97 DATE: December 9,997 TITLE A comparison of complete vs. simplied viscous terms in boundary layer

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

Numerical Modelling For Hydro Energy Convertor: Impulse Turbine

Numerical Modelling For Hydro Energy Convertor: Impulse Turbine International Journal of ChemTech Research CODEN( USA): IJCRGG ISSN : 0974-4290 Vol.5, No.2, pp 1003-1008, April-June 2013 ICGSEE-2013[14 th 16 th March 2013] International Conference on Global Scenario

More information

Diffusion / Parabolic Equations. PHY 688: Numerical Methods for (Astro)Physics

Diffusion / Parabolic Equations. PHY 688: Numerical Methods for (Astro)Physics Diffusion / Parabolic Equations Summary of PDEs (so far...) Hyperbolic Think: advection Real, finite speed(s) at which information propagates carries changes in the solution Second-order explicit methods

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

Enhancement of Heat Transfer Effectiveness of Plate-pin fin heat sinks With Central hole and Staggered positioning of Pin fins

Enhancement of Heat Transfer Effectiveness of Plate-pin fin heat sinks With Central hole and Staggered positioning of Pin fins Enhancement of Heat Transfer Effectiveness of Plate-pin fin heat sinks With Central hole and Staggered positioning of Pin fins Jubin Jose 1, Reji Mathew 2 1Student, Dept. of Mechanical Engineering, M A

More information

Computational Fluid Dynamics-1(CFDI)

Computational Fluid Dynamics-1(CFDI) بسمه تعالی درس دینامیک سیالات محاسباتی 1 دوره کارشناسی ارشد دانشکده مهندسی مکانیک دانشگاه صنعتی خواجه نصیر الدین طوسی Computational Fluid Dynamics-1(CFDI) Course outlines: Part I A brief introduction to

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

Application of turbulence. models to high-lift airfoils. By Georgi Kalitzin

Application of turbulence. models to high-lift airfoils. By Georgi Kalitzin Center for Turbulence Research Annual Research Briefs 997 65 Application of turbulence models to high-lift airfoils By Georgi Kalitzin. Motivation and objectives Accurate prediction of the ow over an airfoil

More information

ME Computational Fluid Mechanics Lecture 5

ME Computational Fluid Mechanics Lecture 5 ME - 733 Computational Fluid Mechanics Lecture 5 Dr./ Ahmed Nagib Elmekawy Dec. 20, 2018 Elliptic PDEs: Finite Difference Formulation Using central difference formulation, the so called five-point formula

More information

DEVELOPMENT OF CFD MODEL FOR A SWIRL STABILIZED SPRAY COMBUSTOR

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

More information

CFD ANALYSIS OF TRIANGULAR ABSORBER TUBE OF A SOLAR FLAT PLATE COLLECTOR

CFD ANALYSIS OF TRIANGULAR ABSORBER TUBE OF A SOLAR FLAT PLATE COLLECTOR Int. J. Mech. Eng. & Rob. Res. 2013 Basavanna S and K S Shashishekar, 2013 Research Paper ISSN 2278 0149 www.imerr.com Vol. 2, No. 1, January 2013 2013 IJMERR. All Rights Reserved CFD ANALYSIS OF TRIANGULAR

More information

Multiphase Flows. Mohammed Azhar Phil Stopford

Multiphase Flows. Mohammed Azhar Phil Stopford Multiphase Flows Mohammed Azhar Phil Stopford 1 Outline VOF Model VOF Coupled Solver Free surface flow applications Eulerian Model DQMOM Boiling Model enhancements Multi-fluid flow applications Coupled

More information

This chapter focuses on the study of the numerical approximation of threedimensional

This chapter focuses on the study of the numerical approximation of threedimensional 6 CHAPTER 6: NUMERICAL OPTIMISATION OF CONJUGATE HEAT TRANSFER IN COOLING CHANNELS WITH DIFFERENT CROSS-SECTIONAL SHAPES 3, 4 6.1. INTRODUCTION This chapter focuses on the study of the numerical approximation

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

This section develops numerically and analytically the geometric optimisation of

This section develops numerically and analytically the geometric optimisation of 7 CHAPTER 7: MATHEMATICAL OPTIMISATION OF LAMINAR-FORCED CONVECTION HEAT TRANSFER THROUGH A VASCULARISED SOLID WITH COOLING CHANNELS 5 7.1. INTRODUCTION This section develops numerically and analytically

More information

K. BLACK To avoid these diculties, Boyd has proposed a method that proceeds by mapping a semi-innite interval to a nite interval [2]. The method is co

K. BLACK To avoid these diculties, Boyd has proposed a method that proceeds by mapping a semi-innite interval to a nite interval [2]. The method is co Journal of Mathematical Systems, Estimation, and Control Vol. 8, No. 2, 1998, pp. 1{2 c 1998 Birkhauser-Boston Spectral Element Approximations and Innite Domains Kelly Black Abstract A spectral-element

More information

CONVERGENCE OF GAUGE METHOD FOR INCOMPRESSIBLE FLOW CHENG WANG AND JIAN-GUO LIU

CONVERGENCE OF GAUGE METHOD FOR INCOMPRESSIBLE FLOW CHENG WANG AND JIAN-GUO LIU MATHEMATICS OF COMPUTATION Volume 69, Number 232, Pages 135{1407 S 0025-571(00)0124-5 Article electronically published on March 24, 2000 CONVERGENCE OF GAUGE METHOD FOR INCOMPRESSIBLE FLOW CHENG WANG AND

More information

OpenFOAM SIMULATION OF THE FLOW IN THE HÖLLEFORSEN DRAFT TUBE MODEL

OpenFOAM SIMULATION OF THE FLOW IN THE HÖLLEFORSEN DRAFT TUBE MODEL Turbine-99 III Proceedings of the third IAHR/ERCOFTAC workshop on draft tube flow 8-9 December 2005, Porjus, Sweden Paper No. 8 OpenFOAM SIMULATION OF THE FLOW IN THE HÖLLEFORSEN DRAFT TUBE MODEL Nilsson

More information

Computational Fluid Dynamics

Computational Fluid Dynamics Computational Fluid Dynamics A Practical Approach Jiyuan Tu RMIT University, Australia Guan Heng Yeoh Australian Nuclear Science and Technology Organisation Chaoqun Liu University of Texas, Arlington ^fl

More information

Multigrid Methods and their application in CFD

Multigrid Methods and their application in CFD Multigrid Methods and their application in CFD Michael Wurst TU München 16.06.2009 1 Multigrid Methods Definition Multigrid (MG) methods in numerical analysis are a group of algorithms for solving differential

More information

Cranfield University, Cranfield, Bedfordshire, MK43 0AL, United Kingdom. Cranfield University, Cranfield, Bedfordshire, MK43 0AL, United Kingdom

Cranfield University, Cranfield, Bedfordshire, MK43 0AL, United Kingdom. Cranfield University, Cranfield, Bedfordshire, MK43 0AL, United Kingdom MultiScience - XXX. microcad International Multidisciplinary Scientific Conference University of Miskolc, Hungary, 21-22 April 2016, ISBN 978-963-358-113-1 NUMERICAL INVESTIGATION OF AN INCOMPRESSIBLE

More information

Implementation of 3D Incompressible N-S Equations. Mikhail Sekachev

Implementation of 3D Incompressible N-S Equations. Mikhail Sekachev Implementation of 3D Incompressible N-S Equations Mikhail Sekachev Navier-Stokes Equations The motion of a viscous incompressible fluid is governed by the Navier-Stokes equations u + t u = ( u ) 0 Quick

More information

Evan Mitsoulis. School of Mining Engineering and Metallurgy. National Technical University of Athens. R.R. Huilgol

Evan Mitsoulis. School of Mining Engineering and Metallurgy. National Technical University of Athens. R.R. Huilgol Cessation of Couette and Poiseuille ows of a Bingham plastic and nite stopping times Maria Chatzimina, Georgios C. Georgiou Department of Mathematics and Statistics, University of Cyprus P.O. Box 2537,

More information

Efficient solution of stationary Euler flows with critical points and shocks

Efficient solution of stationary Euler flows with critical points and shocks Efficient solution of stationary Euler flows with critical points and shocks Hans De Sterck Department of Applied Mathematics University of Waterloo 1. Introduction consider stationary solutions of hyperbolic

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

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

Advanced Multi-Physics Modeling & Simulation Efforts for Fast Reactors

Advanced Multi-Physics Modeling & Simulation Efforts for Fast Reactors Advanced Multi-Physics Modeling & Simulation Efforts for Fast Reactors J.W. Thomas Argonne National Laboratory IAEA Technical Meeting on Priorities in Modeling & Simulation in Fast Reactor Systems April

More information

Research Article CFD Simulation of Transonic Flow in High-Voltage Circuit Breaker

Research Article CFD Simulation of Transonic Flow in High-Voltage Circuit Breaker Chemical Engineering Volume 22, Article ID 69486, 9 pages doi:5/22/69486 Research Article CFD Simulation of Transonic Flow in High-Voltage Circuit Breaker Xiangyang Ye and Mahesh Dhotre Interrupter Development,

More information

Solution Methods. Steady State Diffusion Equation. Lecture 04

Solution Methods. Steady State Diffusion Equation. Lecture 04 Solution Methods Steady State Diffusion Equation Lecture 04 1 Solution methods Focus on finite volume method. Background of finite volume method. Discretization example. General solution method. Convergence.

More information

Eect of boundary vorticity discretization on explicit stream-function vorticity calculations

Eect of boundary vorticity discretization on explicit stream-function vorticity calculations INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Meth. Fluids 25; 49:37 393 Published online 26 May 25 in Wiley InterScience (www.interscience.wiley.com). DOI:.2/d. Eect of boundary

More information

Simon S. Clift and Peter A. Forsyth. Abstract. In this study, the discretized nite volume form of the two dimensional, incompressible Navier

Simon S. Clift and Peter A. Forsyth. Abstract. In this study, the discretized nite volume form of the two dimensional, incompressible Navier Linear and Non-linear Iterative Methods for the Incompressible Navier-Stokes Equations Simon S. Clift and Peter A. Forsyth Department of Computer Science University of Waterloo, Waterloo, Ontario, N2L

More information

Laminar flow heat transfer studies in a twisted square duct for constant wall heat flux boundary condition

Laminar flow heat transfer studies in a twisted square duct for constant wall heat flux boundary condition Sādhanā Vol. 40, Part 2, April 2015, pp. 467 485. c Indian Academy of Sciences Laminar flow heat transfer studies in a twisted square duct for constant wall heat flux boundary condition RAMBIR BHADOURIYA,

More information

Open boundary conditions in numerical simulations of unsteady incompressible flow

Open boundary conditions in numerical simulations of unsteady incompressible flow Open boundary conditions in numerical simulations of unsteady incompressible flow M. P. Kirkpatrick S. W. Armfield Abstract In numerical simulations of unsteady incompressible flow, mass conservation can

More information

Anisotropic grid-based formulas. for subgrid-scale models. By G.-H. Cottet 1 AND A. A. Wray

Anisotropic grid-based formulas. for subgrid-scale models. By G.-H. Cottet 1 AND A. A. Wray Center for Turbulence Research Annual Research Briefs 1997 113 Anisotropic grid-based formulas for subgrid-scale models By G.-H. Cottet 1 AND A. A. Wray 1. Motivations and objectives Anisotropic subgrid-scale

More information

Lecture 16 : Fully Developed Pipe flow with Constant Wall temperature and Heat Flux

Lecture 16 : Fully Developed Pipe flow with Constant Wall temperature and Heat Flux Module 2 : Convection Lecture 16 : Fully Developed Pipe flow with Constant Wall temperature and Heat Flux Objectives In this class: The fully developed temperature profile for uniform circumferential heating

More information

Boundary Conditions - Inlet

Boundary Conditions - Inlet Boundary Conditions - Inlet Boundary Conditions Need? What is physical and mathematical significance of a boundary condition? The boundary conditions of any problem is used to define the upper and lower

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

FDM for parabolic equations

FDM for parabolic equations FDM for parabolic equations Consider the heat equation where Well-posed problem Existence & Uniqueness Mass & Energy decreasing FDM for parabolic equations CNFD Crank-Nicolson + 2 nd order finite difference

More information

Department of Mechanical Engineering ME 96. Free and Forced Convection Experiment. Revised: 25 April Introduction

Department of Mechanical Engineering ME 96. Free and Forced Convection Experiment. Revised: 25 April Introduction CALIFORNIA INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering ME 96 Free and Forced Convection Experiment Revised: 25 April 1994 1. Introduction The term forced convection refers to heat transport

More information

CDF CALCULATION OF RADIAL FAN STAGE WITH VARIABLE LENGTH OF SEMI BLADES SVOČ FST 2012

CDF CALCULATION OF RADIAL FAN STAGE WITH VARIABLE LENGTH OF SEMI BLADES SVOČ FST 2012 CDF CALCULATION OF RADIAL FAN STAGE WITH VARIABLE LENGTH OF SEMI BLADES SVOČ FST 2012 Ing. Roman Gášpár, Západočeská univerzita v Plzni, Univerzitní 8, 306 14 Plzeň Česká republika NOMENCLATURE A area

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

Chapter 8: Flow in Pipes

Chapter 8: Flow in Pipes Objectives 1. Have a deeper understanding of laminar and turbulent flow in pipes and the analysis of fully developed flow 2. Calculate the major and minor losses associated with pipe flow in piping networks

More information

Computational and Experimental Studies of Fluid flow and Heat Transfer in a Calandria Based Reactor

Computational and Experimental Studies of Fluid flow and Heat Transfer in a Calandria Based Reactor Computational and Experimental Studies of Fluid flow and Heat Transfer in a Calandria Based Reactor SD Ravi 1, NKS Rajan 2 and PS Kulkarni 3 1 Dept. of Aerospace Engg., IISc, Bangalore, India. ravi@cgpl.iisc.ernet.in

More information

A Simplified Numerical Analysis for the Performance Evaluation of Intercooler

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

More information

4.2 Concepts of the Boundary Layer Theory

4.2 Concepts of the Boundary Layer Theory Advanced Heat by Amir Faghri, Yuwen Zhang, and John R. Howell 4.2 Concepts of the Boundary Layer Theory It is difficult to solve the complete viscous flow fluid around a body unless the geometry is very

More information

An underrelaxation control method

An underrelaxation control method The current issue and full text archive of this journal is available at www.emeraldinsight.com/064-4401.htm An under-relaxation for accelerating the iteration convergence of flow field simulation C.H.

More information

CFD calculation of convective heat transfer coefficients and validation Laminar and Turbulent flow

CFD calculation of convective heat transfer coefficients and validation Laminar and Turbulent flow CFD calculation of convective heat transfer coefficients and validation Laminar and Turbulent flow Subtask 3: Boundary Conditions by Adam Neale M.A.Sc. Student Concordia University Dominique Derome Concordia

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

M E 320 Professor John M. Cimbala Lecture 10. The Reynolds Transport Theorem (RTT) (Section 4-6)

M E 320 Professor John M. Cimbala Lecture 10. The Reynolds Transport Theorem (RTT) (Section 4-6) M E 320 Professor John M. Cimbala Lecture 10 Today, we will: Discuss the Reynolds Transport Theorem (RTT) Show how the RTT applies to the conservation laws Begin Chapter 5 Conservation Laws D. The Reynolds

More information

Numerical energy separation analysis on the commercial Ranque-Hilsch vortex tube on basis of application of dierent gases

Numerical energy separation analysis on the commercial Ranque-Hilsch vortex tube on basis of application of dierent gases Scientia Iranica B (2013) 20(5), 1528{1537 Sharif University of Technology Scientia Iranica Transactions B: Mechanical Engineering www.scientiairanica.com Numerical energy separation analysis on the commercial

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

An improved MPS method for numerical simulations of convective heat transfer problems

An improved MPS method for numerical simulations of convective heat transfer problems INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Meth. Fluids 2006; 51:31 47 Published online 15 November 2005 in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/d.1106

More information

Thermal Simulation for Design Validation of Electrical Components in Vibration Monitoring Equipment

Thermal Simulation for Design Validation of Electrical Components in Vibration Monitoring Equipment International Journal of Thermal Technologies E-ISSN 2277 4114 2017 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijtt/ Research Article Thermal Simulation for Design Validation

More information

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 1: Finite Difference Method

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 1: Finite Difference Method file:///d:/chitra/nptel_phase2/mechanical/cfd/lecture1/1_1.htm 1 of 1 6/19/2012 4:29 PM The Lecture deals with: Classification of Partial Differential Equations Boundary and Initial Conditions Finite Differences

More information

EFFECTIVENESS OF HEAT TRANSFER INTENSIFIERS IN A FLUID CHANNEL

EFFECTIVENESS OF HEAT TRANSFER INTENSIFIERS IN A FLUID CHANNEL International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 9, September 2018, pp. 58 62, Article ID: IJMET_09_09_007 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=9

More information

Simplified Model of WWER-440 Fuel Assembly for ThermoHydraulic Analysis

Simplified Model of WWER-440 Fuel Assembly for ThermoHydraulic Analysis 1 Portál pre odborné publikovanie ISSN 1338-0087 Simplified Model of WWER-440 Fuel Assembly for ThermoHydraulic Analysis Jakubec Jakub Elektrotechnika 13.02.2013 This work deals with thermo-hydraulic processes

More information

Solution Methods. Steady convection-diffusion equation. Lecture 05

Solution Methods. Steady convection-diffusion equation. Lecture 05 Solution Methods Steady convection-diffusion equation Lecture 05 1 Navier-Stokes equation Suggested reading: Gauss divergence theorem Integral form The key step of the finite volume method is to integrate

More information

MAE 598 Project #1 Jeremiah Dwight

MAE 598 Project #1 Jeremiah Dwight MAE 598 Project #1 Jeremiah Dwight OVERVIEW A simple hot water tank, illustrated in Figures 1 through 3 below, consists of a main cylindrical tank and two small side pipes for the inlet and outlet. All

More information

FUNDAMENTALS OF FINITE DIFFERENCE METHODS

FUNDAMENTALS OF FINITE DIFFERENCE METHODS FUNDAMENTALS OF FINITE DIFFERENCE METHODS By Deep Gupta 3 rd Year undergraduate, Mechanical Engg. Deptt., IIT Bombay Supervised by: Prof. Gautam Biswas, IIT Kanpur Acknowledgements It has been a pleasure

More information

Code Verification of Multiphase Flow with MFIX

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

More information

Chapter 5 HIGH ACCURACY CUBIC SPLINE APPROXIMATION FOR TWO DIMENSIONAL QUASI-LINEAR ELLIPTIC BOUNDARY VALUE PROBLEMS

Chapter 5 HIGH ACCURACY CUBIC SPLINE APPROXIMATION FOR TWO DIMENSIONAL QUASI-LINEAR ELLIPTIC BOUNDARY VALUE PROBLEMS Chapter 5 HIGH ACCURACY CUBIC SPLINE APPROXIMATION FOR TWO DIMENSIONAL QUASI-LINEAR ELLIPTIC BOUNDARY VALUE PROBLEMS 5.1 Introduction When a physical system depends on more than one variable a general

More information

6 VORTICITY DYNAMICS 41

6 VORTICITY DYNAMICS 41 6 VORTICITY DYNAMICS 41 6 VORTICITY DYNAMICS As mentioned in the introduction, turbulence is rotational and characterized by large uctuations in vorticity. In this section we would like to identify some

More information

quantum semiconductor devices. The model is valid to all orders of h and to rst order in the classical potential energy. The smooth QHD equations have

quantum semiconductor devices. The model is valid to all orders of h and to rst order in the classical potential energy. The smooth QHD equations have Numerical Simulation of the Smooth Quantum Hydrodynamic Model for Semiconductor Devices Carl L. Gardner and Christian Ringhofer y Department of Mathematics Arizona State University Tempe, AZ 8587-84 Abstract

More information

On the solution of incompressible two-phase ow by a p-version discontinuous Galerkin method

On the solution of incompressible two-phase ow by a p-version discontinuous Galerkin method COMMUNICATIONS IN NUMERICAL METHODS IN ENGINEERING Commun. Numer. Meth. Engng 2006; 22:741 751 Published online 13 December 2005 in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/cnm.846

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

OMAE FLUID-STRUCTURE INTERACTION MODELING OF SUBSEA JUMPER PIPE

OMAE FLUID-STRUCTURE INTERACTION MODELING OF SUBSEA JUMPER PIPE Proceedings of the ASME 2014 33 rd International Conference on Ocean, Offshore and Arctic Engineering OMAE2014 June 8-13, 2014, San Francisco, CA USA OMAE2014-24070 FLUID-STRUCTURE INTERACTION MODELING

More information

LAGRANGIAN PREDICTION OF DISPERSE GAS{PARTICLE FLOW IN CYCLONE SEPARATORS. Technical University of Chemnitz

LAGRANGIAN PREDICTION OF DISPERSE GAS{PARTICLE FLOW IN CYCLONE SEPARATORS. Technical University of Chemnitz Third International Conference on Multiphase Flow, ICMF'98 Lyon, France, June 8{, 998. CD{ROM Proceedings, Paper No. 7 LAGRANGIAN PREDICTION OF DISPERSE GAS{PARTICLE Introduction FLOW IN CYCLONE SEPARATORS

More information

IMPLEMENTATION OF PRESSURE BASED SOLVER FOR SU2. 3rd SU2 Developers Meet Akshay.K.R, Huseyin Ozdemir, Edwin van der Weide

IMPLEMENTATION OF PRESSURE BASED SOLVER FOR SU2. 3rd SU2 Developers Meet Akshay.K.R, Huseyin Ozdemir, Edwin van der Weide IMPLEMENTATION OF PRESSURE BASED SOLVER FOR SU2 3rd SU2 Developers Meet Akshay.K.R, Huseyin Ozdemir, Edwin van der Weide Content ECN part of TNO SU2 applications at ECN Incompressible flow solver Pressure-based

More information

Nonlinear examples. June 21, Solution by fixed-point iteration 3. 5 Exercises 9

Nonlinear examples. June 21, Solution by fixed-point iteration 3. 5 Exercises 9 Nonlinear examples June 21, 2012 Contents 1 Bratu s equation 1 1.1 Manufacturing a problem to match a solution.................. 2 1.1.1 A manufactured Bratu s problem in 1D.................. 2 1.2 Weak

More information

Effect of Static Magnetic Field Application on the Mass Transfer in Sequence Slab Continuous Casting Process

Effect of Static Magnetic Field Application on the Mass Transfer in Sequence Slab Continuous Casting Process , pp. 844 850 Effect of Static Magnetic Field Application on the Mass Transfer in Sequence Slab Continuous Casting Process Baokuan LI and Fumitaka TSUKIHASHI 1) Department of Thermal Engineering, The School

More information

Finite volume method for CFD

Finite volume method for CFD Finite volume method for CFD Indo-German Winter Academy-2007 Ankit Khandelwal B-tech III year, Civil Engineering IIT Roorkee Course #2 (Numerical methods and simulation of engineering Problems) Mentor:

More information

Heat-fluid Coupling Simulation of Wet Friction Clutch

Heat-fluid Coupling Simulation of Wet Friction Clutch 3rd International Conerence on Mechatronics, Robotics and Automation (ICMRA 2015) Heat-luid Coupling Simulation o Wet Friction Clutch Tengjiao Lin 1,a *, Qing Wang 1, b, Quancheng Peng 1,c and Yan Xie

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

Theoretical advances. To illustrate our approach, consider the scalar ODE model,

Theoretical advances. To illustrate our approach, consider the scalar ODE model, Final Report GR/R69/ : Analysis of Numerical Methods for Incompressible Fluid Dynamics Personnel supported: Professor Philip Gresho (nominated Visiting Fellow; visited UK: 7/6/ 5//). Dr David Kay (visited

More information

Direct Numerical Solution of the Steady 1D Compressible Euler Equations for Transonic Flow Profiles with Shocks

Direct Numerical Solution of the Steady 1D Compressible Euler Equations for Transonic Flow Profiles with Shocks Direct Numerical Solution of the Steady 1D Compressible Euler Equations for Transonic Flow Profiles with Shocks Hans De Sterck, Scott Rostrup Department of Applied Mathematics, University of Waterloo,

More information

A numerical study of heat transfer and fluid flow over an in-line tube bank

A numerical study of heat transfer and fluid flow over an in-line tube bank Fluid Structure Interaction VI 295 A numerical study of heat transfer and fluid flow over an in-line tube bank Z. S. Abdel-Rehim Mechanical Engineering Department, National Research Center, Egypt Abstract

More information

Spatial discretization scheme for incompressible viscous flows

Spatial discretization scheme for incompressible viscous flows Spatial discretization scheme for incompressible viscous flows N. Kumar Supervisors: J.H.M. ten Thije Boonkkamp and B. Koren CASA-day 2015 1/29 Challenges in CFD Accuracy a primary concern with all CFD

More information

Modeling of Humidification in Comsol Multiphysics 4.4

Modeling of Humidification in Comsol Multiphysics 4.4 Modeling of Humidification in Comsol Multiphysics 4.4 Indrajit Wadgaonkar *1 and Suresh Arikapudi 1 1 Tata Motors Ltd. Pimpri, Pune, India, 411018. *Corresponding author: Indrajit Wadgaonkar, Tata Motors

More information

CFD MODELLING AND VALIDATION OF HEAD LOSSES IN PIPE BIFURCATIONS

CFD MODELLING AND VALIDATION OF HEAD LOSSES IN PIPE BIFURCATIONS CFD MODELLING AND VALIDATION OF HEAD LOSSES IN PIPE BIFURCATIONS Kasturi Sukhapure* a, Alan Burns a, Tariq Mahmud a, Jake Spooner b. a School of Chemical and Process Engineering, University of Leeds, Leeds

More information

PALADINS: Scalable Time-Adaptive Algebraic Splitting and Preconditioners for the Navier-Stokes Equations

PALADINS: Scalable Time-Adaptive Algebraic Splitting and Preconditioners for the Navier-Stokes Equations 2013 SIAM Conference On Computational Science and Engineering Boston, 27 th February 2013 PALADINS: Scalable Time-Adaptive Algebraic Splitting and Preconditioners for the Navier-Stokes Equations U. Villa,

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 (CFD, CHD)*

Computational Fluid Dynamics (CFD, CHD)* 1 / 1 Computational Fluid Dnamics (CFD, CHD)* PDE (Shocks 1st); Part I: Basics, Part II: Vorticit Fields Rubin H Landau Sall Haerer, Producer-Director Based on A Surve of Computational Phsics b Landau,

More information

7 Hyperbolic Differential Equations

7 Hyperbolic Differential Equations Numerical Analysis of Differential Equations 243 7 Hyperbolic Differential Equations While parabolic equations model diffusion processes, hyperbolic equations model wave propagation and transport phenomena.

More information

Solving Ill-Posed Cauchy Problems in Three Space Dimensions using Krylov Methods

Solving Ill-Posed Cauchy Problems in Three Space Dimensions using Krylov Methods Solving Ill-Posed Cauchy Problems in Three Space Dimensions using Krylov Methods Lars Eldén Department of Mathematics Linköping University, Sweden Joint work with Valeria Simoncini February 21 Lars Eldén

More information

Numerical computation of three-dimensional incompressible Navier Stokes equations in primitive variable form by DQ method

Numerical computation of three-dimensional incompressible Navier Stokes equations in primitive variable form by DQ method INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Meth. Fluids 2003; 43:345 368 (DOI: 10.1002/d.566) Numerical computation of three-dimensional incompressible Navier Stokes equations

More information