Vorticity Stream function Solver in Cylindrical Coordinates

Size: px
Start display at page:

Download "Vorticity Stream function Solver in Cylindrical Coordinates"

Transcription

1 Vticity Stream function Solver in Cylindrical Codinates L. Brieda May 27, 2016 This document summarizes equations used to solve flow in a cylindrical pipe using the stream function approach as seen in 1 Governing Equations 1.1 Velocity Components Velocity components of an incompressible axisymmetric flow can be described using Stokes stream function ψ as [1] u z = u = 1 r u r = v = 1 r z The azimuthal component u θ does not depend on the stream function and can be defined independently. In this writeup, u θ = 0. Also, the volumetric flow bounded by streamtube ψ is Q = 2πψ. This fmulation automatically satisfies continuity u = 0, since 1.2 Vticity 1 (ru r ) + u z r z = 1 r z + 1 r z = 0 Vticity is defined as ω = v. F axisymmetric flow with / θ = 0 and u θ = 0 only the w θ component survives and we have ω = ω θ = v z u (2) 1.3 Stream function governing equation By substituting definitions of velocity in terms of Stokes stream function, Eq. 1, into Eq. 2 f vticity, we obtain ω = ( ) 1 ( ) 1 z r z r = 1 r z 2 1 r r 2 z ψ 2 1 = ωr (3) r The left side of this equation is not 2 ψ due to the negative sign on the last term on the left side. (1) 1

2 1.4 Vticity Transpt Equation The tempal evolution of vticity is given by the vticity transpt equation. This equation is nmally derived by taking curl of the momentum equation, f instance see [2] f details, and is given by F the axisymmetric flow we have t + v ω = ν 2 ω t + u w z + v w = ν [ 2 ω z ω r ] (4) 2 Finite Difference Fm 2.1 Stream function Equation 3 is discretized using standard central difference as 1 2 z (ψ i 1,j 2ψ i,j + ψ i+1,j ) r (ψ 1 i,j 1 2ψ i,j + ψ i,j+1 ) 2r i,j (ψ i,j+1 ψ i,j 1 ) = ω i,j r i,j (5) This equation is solved using an SOR-accelerated Jacobi solver, with convergence check ψ k+1 ψ k < ɛ tol. 2.2 Vticity The vticity transpt equation, Equation 4, is advanced using the Runge-Kutta fourth-der (RK4) method. Letting vticity transpt equation be given by [ 2 t = ν ω z ω ] u w r z v w t = R(ω) we have [3] w (1) = w k + t 2 Rk (6) w (2) = w k + t 2 R(1) (7) w (3) = w k + tr (2) (8) w k+1 = w k + t 6 3 Boundary Conditions ( R k + 2R (1) + 2R (2) + R (3)) (9) In der to solve this equation (using finite difference method) we need to specify boundary conditions. There are five types of boundaries to consider f the tube problem: 1) wall, 2) axis of revolution, 3) inlet, 4) outlet on zmax, and 5) outlet on rmax. These are sketched in Figure Inlet We assume the flow entering through the inlet is parallel to the cylinder axis. Thus at the inlet u r = v = 0 = 0 (10) z inlet 2

3 Figure 1: Boundary types f pipe problem Substituting v = 0 into the vticity equation gives us ω inlet = u (11) These equations are discretized using first der scheme as ψ 0,j = ψ 1,j and ω 0,j = (u 0,j 1 u 0,j+1 )/(2). 3.2 Axis of Revolution We require v = 0 as there can be no flow across the axis of revolution. Therefe / z = 0, and value of ψ is constant along the axis. We set this value to zero, giving us ψ axis = 0 (12) Zero radial velocity also implies that along the axis ω = u/. Axial symmetry implies ()/ = 0 at r = 0, and ω axis = 0 (13) 3.3 Wall Q = 2π(ψ 2 ψ 1 ) is the volumetric flow rate between two stream tubes. With ψ 1 = 0 being the axis of revolution, we have Dirichlet ψ wall = 1 2 u 0r 2 inlet (14) along the outer wall. Vticity boundaries along the wall are derived using similar approach to [2]. Since the stream function is constant along a wall, derivatives of ψ in Equation 3 vanish in the wall direction. Along a left wall we have z 2 wall = ωr Assuming the wall is at i = L, we can write the following Tayl series expansion ψ L+1,j = ψ L,j + z + 2 ψ L,j 2 L,j z 2 2 Since / z = vr and finally ψ L+1,j = ψ L,j v L,j r + 2 ψ L,j 2 z 2 2 L,j z 2 = 2(ψ L+1,j ψ L,j ) 2 + 2v L,jr ω L,j = 2(ψ L,j ψ L+1,j ) r 2 2v L,j (15) 3

4 Using similar approach, the boundary condition f a right wall at i = R is found to be ω R,j = 2(ψ R,j ψ R 1,j ) r 2 Along the top wall, / z = 0 and Equation 3 reduces to [ 2 1 ] r Again we start by expanding the second derivative, Using / = ur, the above reduces to ψ i,t 1 = ψ i,t wall + 2v R,j = ωr + 2 ψ i,t 2 i,t 2 2 (16) Substituting into the iginal equation, i,t 2 = 2(ψ i,t 1 ψ i,t 2 2(ψ i,t 1 ψ i,t ) 2 + 2u i,t r + 2u T,jr u i,t = ωr ω i,t = 2(ψ i,t ψ i,t 1 ) r 2 2u i,t + u i,t (17) r There is no bottom wall in this problem, but f generality, the matching boundary condition can be found to be 3.4 Zmax outlet ω i,b = 2(ψ i,b ψ i,b+1 ) r 2 + 2u i,b + u i,b r In general, the flow will be aligned with the z-axis, however, there may be some non-zero v component due to jet expansion. As such, simply setting / z zmax = 0 may not be valid. Following approach in [2], on zmax we let = vr (19) z zmax which is differenced as ψ ni 1,j = ψ ni 2,j v ni 1,j r j. Vticity boundary condition on the outlet is set as = 0 (20) z zmax ω ni 1,j = ω ni 2,j 3.5 Rmax outlet This is the trickiest of all boundaries and I am not particularly sure what boundary condition is most applicable. Generally, we expect there to be very little / no flow here. Setting no-flow boundary is analogous to making this boundary a wall, with ψ = ψ wall and ω set from Equation 17. However, I think me appropriate boundary may be requiring that any flow there may be is perpendicular to the wall, hence u = 0 and rmax = 0 (21) which is differenced as ψ i,nj 1 = ψ i,nj 2. Vticity boundary condition is set similarly to the zmax outlet = 0 (22) rmax ω ni 1,j = ω ni 2,j (18) 4

5 References [1] Wikipedia, Stokes Stream Function, Accessed May 10th, 2016, function [2] Salih, A., Streamfunction-Vticity Fmulation, Department of Aerospace Engineering Indian Institute of Space Science and Technology, March 2013, [3] Tannehill, J., Anderson, D., Pletcher, R., Computational Fluid Mechanics and Heat Transfer, Tayl & Francis, 2nd ed.,

F11AE1 1. C = ρν r r. r u z r

F11AE1 1. C = ρν r r. r u z r F11AE1 1 Question 1 20 Marks) Consider an infinite horizontal pipe with circular cross-section of radius a, whose centre line is aligned along the z-axis; see Figure 1. Assume no-slip boundary conditions

More information

Math 575-Lecture 19. In this lecture, we continue to investigate the solutions of the Stokes equations.

Math 575-Lecture 19. In this lecture, we continue to investigate the solutions of the Stokes equations. Math 575-Lecture 9 In this lecture, we continue to investigate the solutions of the Stokes equations. Energy balance Rewrite the equation to σ = f. We begin the energy estimate by dotting u in the Stokes

More information

V (r,t) = i ˆ u( x, y,z,t) + ˆ j v( x, y,z,t) + k ˆ w( x, y, z,t)

V (r,t) = i ˆ u( x, y,z,t) + ˆ j v( x, y,z,t) + k ˆ w( x, y, z,t) IV. DIFFERENTIAL RELATIONS FOR A FLUID PARTICLE This chapter presents the development and application of the basic differential equations of fluid motion. Simplifications in the general equations and common

More information

Conservation of Angular Momentum

Conservation of Angular Momentum 10 March 2017 Conservation of ngular Momentum Lecture 23 In the last class, we discussed about the conservation of angular momentum principle. Using RTT, the angular momentum principle was given as DHo

More information

Fluid Dynamics Exercises and questions for the course

Fluid Dynamics Exercises and questions for the course Fluid Dynamics Exercises and questions for the course January 15, 2014 A two dimensional flow field characterised by the following velocity components in polar coordinates is called a free vortex: u r

More information

STEADY VISCOUS FLOW THROUGH A VENTURI TUBE

STEADY VISCOUS FLOW THROUGH A VENTURI TUBE CANADIAN APPLIED MATHEMATICS QUARTERLY Volume 12, Number 2, Summer 2004 STEADY VISCOUS FLOW THROUGH A VENTURI TUBE K. B. RANGER ABSTRACT. Steady viscous flow through an axisymmetric convergent-divergent

More information

ME 309 Fluid Mechanics Fall 2010 Exam 2 1A. 1B.

ME 309 Fluid Mechanics Fall 2010 Exam 2 1A. 1B. Fall 010 Exam 1A. 1B. Fall 010 Exam 1C. Water is flowing through a 180º bend. The inner and outer radii of the bend are 0.75 and 1.5 m, respectively. The velocity profile is approximated as C/r where C

More information

Water is sloshing back and forth between two infinite vertical walls separated by a distance L: h(x,t) Water L

Water is sloshing back and forth between two infinite vertical walls separated by a distance L: h(x,t) Water L ME9a. SOLUTIONS. Nov., 29. Due Nov. 7 PROBLEM 2 Water is sloshing back and forth between two infinite vertical walls separated by a distance L: y Surface Water L h(x,t x Tank The flow is assumed to be

More information

Lab Section Date. ME4751 Air Flow Rate Measurement

Lab Section Date. ME4751 Air Flow Rate Measurement Name Lab Section Date ME4751 Air Flow Rate Measurement Objective The objective of this experiment is to determine the volumetric flow rate of air flowing through a pipe using a Pitot-static tube and a

More information

3.1 Definition Physical meaning Streamfunction and vorticity The Rankine vortex Circulation...

3.1 Definition Physical meaning Streamfunction and vorticity The Rankine vortex Circulation... Chapter 3 Vorticity Contents 3.1 Definition.................................. 19 3.2 Physical meaning............................. 19 3.3 Streamfunction and vorticity...................... 21 3.4 The Rankine

More information

6. The Momentum Equation

6. The Momentum Equation 6. The Momentum Equation [This material relates predominantly to modules ELP034, ELP035] 6. Definition of the momentum equation Applications of the momentum equation: 6. The force due to the flow around

More information

Unsteady Flow of a Newtonian Fluid in a Contracting and Expanding Pipe

Unsteady Flow of a Newtonian Fluid in a Contracting and Expanding Pipe Unsteady Flow of a Newtonian Fluid in a Contracting and Expanding Pipe T S L Radhika**, M B Srinivas, T Raja Rani*, A. Karthik BITS Pilani- Hyderabad campus, Hyderabad, Telangana, India. *MTC, Muscat,

More information

Mathematical Concepts & Notation

Mathematical Concepts & Notation Mathematical Concepts & Notation Appendix A: Notation x, δx: a small change in x t : the partial derivative with respect to t holding the other variables fixed d : the time derivative of a quantity that

More information

Shell Balances in Fluid Mechanics

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

More information

Basic Fluid Mechanics

Basic Fluid Mechanics Basic Fluid Mechanics Chapter 6A: Internal Incompressible Viscous Flow 4/16/2018 C6A: Internal Incompressible Viscous Flow 1 6.1 Introduction For the present chapter we will limit our study to incompressible

More information

General Solution of the Incompressible, Potential Flow Equations

General Solution of the Incompressible, Potential Flow Equations CHAPTER 3 General Solution of the Incompressible, Potential Flow Equations Developing the basic methodology for obtaining the elementary solutions to potential flow problem. Linear nature of the potential

More information

Chapter 6: Vector Analysis

Chapter 6: Vector Analysis Chapter 6: Vector Analysis We use derivatives and various products of vectors in all areas of physics. For example, Newton s 2nd law is F = m d2 r. In electricity dt 2 and magnetism, we need surface and

More information

A half submerged metal sphere (UIC comprehensive

A half submerged metal sphere (UIC comprehensive Problem 1. exam) A half submerged metal sphere (UIC comprehensive A very light neutral hollow metal spherical shell of mass m and radius a is slightly submerged by a distance b a below the surface of a

More information

SIMULATION OF PRECESSION IN AXISYMMETRIC SUDDEN EXPANSION FLOWS

SIMULATION OF PRECESSION IN AXISYMMETRIC SUDDEN EXPANSION FLOWS Second International Conference on CFD in the Minerals and Process Industries CSIRO, Melbourne, Australia 6-8 December 1999 SIMULATION OF PRECESSION IN AXISYMMETRIC SUDDEN EXPANSION FLOWS Baoyu GUO, Tim

More information

!! +! 2!! +!"!! =!! +! 2!! +!"!! +!!"!"!"

!! +! 2!! +!!! =!! +! 2!! +!!! +!!!! Homework 4 Solutions 1. (15 points) Bernoulli s equation can be adapted for use in evaluating unsteady flow conditions, such as those encountered during start- up processes. For example, consider the large

More information

(Refer Slide Time: 4:41)

(Refer Slide Time: 4:41) Fluid Machines. Professor Sankar Kumar Som. Department Of Mechanical Engineering. Indian Institute Of Technology Kharagpur. Lecture-30. Basic Principle and Energy Transfer in Centrifugal Compressor Part

More information

Eulerian Vortex Motion in Two and Three Dimensions

Eulerian Vortex Motion in Two and Three Dimensions Eulerian Vortex Motion in Two and Three Dimensions Igor Yanovsky June 2006 1 Objective An Eulerian approach is used to solve the motion of an incompressible fluid, in two and three dimensions, in which

More information

3.8 The First Law of Thermodynamics and the Energy Equation

3.8 The First Law of Thermodynamics and the Energy Equation CEE 3310 Control Volume Analysis, Sep 30, 2011 65 Review Conservation of angular momentum 1-D form ( r F )ext = [ˆ ] ( r v)d + ( r v) out ṁ out ( r v) in ṁ in t CV 3.8 The First Law of Thermodynamics and

More information

EFFECT OF DISTRIBUTION OF VOLUMETRIC HEAT GENERATION ON MODERATOR TEMPERATURE DISTRIBUTION

EFFECT OF DISTRIBUTION OF VOLUMETRIC HEAT GENERATION ON MODERATOR TEMPERATURE DISTRIBUTION EFFECT OF DISTRIBUTION OF VOLUMETRIC HEAT GENERATION ON MODERATOR TEMPERATURE DISTRIBUTION A. K. Kansal, P. Suryanarayana, N. K. Maheshwari Reactor Engineering Division, Bhabha Atomic Research Centre,

More information

Application of Reconstruction of Variational Iteration Method on the Laminar Flow in a Porous Cylinder with Regressing Walls

Application of Reconstruction of Variational Iteration Method on the Laminar Flow in a Porous Cylinder with Regressing Walls Mechanics and Mechanical Engineering Vol. 21, No. 2 (2017) 379 387 c Lodz University of Technology Application of Reconstruction of Variational Iteration Method on the Laminar Flow in a Porous Cylinder

More information

Intensely swirling turbulent pipe flow downstream of an orifice: the influence of an outlet contraction

Intensely swirling turbulent pipe flow downstream of an orifice: the influence of an outlet contraction 13 th Int. Symp. on Appl. Laser Techniques to Fluid Mechanics, Lisbon, Portugal, June 26-29, 26 Intensely swirling turbulent pipe flow downstream of an orifice: the influence of an outlet contraction Marcel

More information

INDIAN INSTITUTE OF TECHNOOGY, KHARAGPUR Date: -- AN No. of Students: 5 Sub. No.: ME64/ME64 Time: Hours Full Marks: 6 Mid Autumn Semester Examination Sub. Name: Convective Heat and Mass Transfer Instructions:

More information

MOMENTUM TRANSPORT Velocity Distributions in Turbulent Flow

MOMENTUM TRANSPORT Velocity Distributions in Turbulent Flow TRANSPORT PHENOMENA MOMENTUM TRANSPORT Velocity Distributions in Turbulent Flow Introduction to Turbulent Flow 1. Comparisons of laminar and turbulent flows 2. Time-smoothed equations of change for incompressible

More information

Problems in Magnetostatics

Problems in Magnetostatics Problems in Magnetostatics 8th February 27 Some of the later problems are quite challenging. This is characteristic of problems in magnetism. There are trivial problems and there are tough problems. Very

More information

Lecture 1. Hydrodynamic Stability F. H. Busse NotesbyA.Alexakis&E.Evstatiev

Lecture 1. Hydrodynamic Stability F. H. Busse NotesbyA.Alexakis&E.Evstatiev Lecture Hydrodynamic Stability F. H. Busse NotesbyA.Alexakis&E.Evstatiev Introduction In many cases in nature, like in the Earth s atmosphere, in the interior of stars and planets, one sees the appearance

More information

A NUMERICAL ANALYSIS OF COMBUSTION PROCESS IN AN AXISYMMETRIC COMBUSTION CHAMBER

A NUMERICAL ANALYSIS OF COMBUSTION PROCESS IN AN AXISYMMETRIC COMBUSTION CHAMBER SCIENTIFIC RESEARCH AND EDUCATION IN THE AIR FORCE-AFASES 2016 A NUMERICAL ANALYSIS OF COMBUSTION PROCESS IN AN AXISYMMETRIC COMBUSTION CHAMBER Alexandru DUMITRACHE*, Florin FRUNZULICA ** *Institute of

More information

REE Internal Fluid Flow Sheet 2 - Solution Fundamentals of Fluid Mechanics

REE Internal Fluid Flow Sheet 2 - Solution Fundamentals of Fluid Mechanics REE 307 - Internal Fluid Flow Sheet 2 - Solution Fundamentals of Fluid Mechanics 1. Is the following flows physically possible, that is, satisfy the continuity equation? Substitute the expressions for

More information

CALCULUS 3 February 6, st TEST

CALCULUS 3 February 6, st TEST MATH 400 (CALCULUS 3) Spring 008 1st TEST 1 CALCULUS 3 February, 008 1st TEST YOUR NAME: 001 A. Spina...(9am) 00 E. Wittenbn... (10am) 003 T. Dent...(11am) 004 J. Wiscons... (1pm) 005 A. Spina...(1pm)

More information

A Numerical Investigation of Localized and Steady Energy Addition to High Speed Airflows

A Numerical Investigation of Localized and Steady Energy Addition to High Speed Airflows doi: 152/jatmv5i227 A Numerical Investigation of Localized and Steady Energy Addition to High Speed Airflows André Carlos Fraile Jr 1, Mauricio Antoniazzi Pinheiro Rosa 1 ABSTRACT: This work presents a

More information

MOMENTUM PRINCIPLE. Review: Last time, we derived the Reynolds Transport Theorem: Chapter 6. where B is any extensive property (proportional to mass),

MOMENTUM PRINCIPLE. Review: Last time, we derived the Reynolds Transport Theorem: Chapter 6. where B is any extensive property (proportional to mass), Chapter 6 MOMENTUM PRINCIPLE Review: Last time, we derived the Reynolds Transport Theorem: where B is any extensive property (proportional to mass), and b is the corresponding intensive property (B / m

More information

A cylinder in a magnetic field (Jackson)

A cylinder in a magnetic field (Jackson) Problem 1. A cylinder in a magnetic field (Jackson) A very long hollow cylinder of inner radius a and outer radius b of permeability µ is placed in an initially uniform magnetic field B o at right angles

More information

150A Review Session 2/13/2014 Fluid Statics. Pressure acts in all directions, normal to the surrounding surfaces

150A Review Session 2/13/2014 Fluid Statics. Pressure acts in all directions, normal to the surrounding surfaces Fluid Statics Pressure acts in all directions, normal to the surrounding surfaces or Whenever a pressure difference is the driving force, use gauge pressure o Bernoulli equation o Momentum balance with

More information

Introduction to Turbomachinery

Introduction to Turbomachinery 1. Coordinate System Introduction to Turbomachinery Since there are stationary and rotating blades in turbomachines, they tend to form a cylindrical form, represented in three directions; 1. Axial 2. Radial

More information

Physics 505 Fall 2005 Homework Assignment #7 Solutions

Physics 505 Fall 2005 Homework Assignment #7 Solutions Physics 505 Fall 005 Homework Assignment #7 Solutions Textbook problems: Ch. 4: 4.10 Ch. 5: 5.3, 5.6, 5.7 4.10 Two concentric conducting spheres of inner and outer radii a and b, respectively, carry charges

More information

arxiv: v1 [physics.flu-dyn] 21 Jan 2015

arxiv: v1 [physics.flu-dyn] 21 Jan 2015 January 2015 arxiv:1501.05620v1 [physics.flu-dyn] 21 Jan 2015 Vortex solutions of the generalized Beltrami flows to the incompressible Euler equations Minoru Fujimoto 1, Kunihiko Uehara 2 and Shinichiro

More information

COURSE NUMBER: ME 321 Fluid Mechanics I 3 credit hour. Basic Equations in fluid Dynamics

COURSE NUMBER: ME 321 Fluid Mechanics I 3 credit hour. Basic Equations in fluid Dynamics COURSE NUMBER: ME 321 Fluid Mechanics I 3 credit hour Basic Equations in fluid Dynamics Course teacher Dr. M. Mahbubur Razzaque Professor Department of Mechanical Engineering BUET 1 Description of Fluid

More information

4 Mechanics of Fluids (I)

4 Mechanics of Fluids (I) 1. The x and y components of velocity for a two-dimensional flow are u = 3.0 ft/s and v = 9.0x ft/s where x is in feet. Determine the equation for the streamlines and graph representative streamlines in

More information

DEVELOPMENT OF A MATHEMATICAL MODEL FOR THE SWIRLING FLOW EXITING THE RUNNER OF A HYDRAULIC TURBINE

DEVELOPMENT OF A MATHEMATICAL MODEL FOR THE SWIRLING FLOW EXITING THE RUNNER OF A HYDRAULIC TURBINE 6 th IAHR International Meeting of the Workgroup on Cavitation and Dynamic Problems in Hydraulic Machinery and Systems, September 9-11, 2015, Ljubljana, Slovenia DEVELOPMENT OF A MATHEMATICAL MODEL FOR

More information

Detailed Outline, M E 521: Foundations of Fluid Mechanics I

Detailed Outline, M E 521: Foundations of Fluid Mechanics I Detailed Outline, M E 521: Foundations of Fluid Mechanics I I. Introduction and Review A. Notation 1. Vectors 2. Second-order tensors 3. Volume vs. velocity 4. Del operator B. Chapter 1: Review of Basic

More information

THREE-DIMENSIONAL VERSUS TWO-DIMENSIONAL AXISYMMETRIC ANALYSIS FOR DECELERATED SWIRLING FLOWS

THREE-DIMENSIONAL VERSUS TWO-DIMENSIONAL AXISYMMETRIC ANALYSIS FOR DECELERATED SWIRLING FLOWS Conference on Modelling Fluid Flow (CMFF 09) The 14th International Conference on Fluid Flow Technologies Budapest, Hungary, September 9-12, 2009 THREE-DIMENSIONAL VERSUS TWO-DIMENSIONAL AXISYMMETRIC ANALYSIS

More information

Differential relations for fluid flow

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

More information

3 Generation and diffusion of vorticity

3 Generation and diffusion of vorticity Version date: March 22, 21 1 3 Generation and diffusion of vorticity 3.1 The vorticity equation We start from Navier Stokes: u t + u u = 1 ρ p + ν 2 u 1) where we have not included a term describing a

More information

Fluid Dynamics Problems M.Sc Mathematics-Second Semester Dr. Dinesh Khattar-K.M.College

Fluid Dynamics Problems M.Sc Mathematics-Second Semester Dr. Dinesh Khattar-K.M.College Fluid Dynamics Problems M.Sc Mathematics-Second Semester Dr. Dinesh Khattar-K.M.College 1. (Example, p.74, Chorlton) At the point in an incompressible fluid having spherical polar coordinates,,, the velocity

More information

Chapter 5 MATHEMATICAL MODELING OF THE EVACATED SOLAR COLLECTOR. 5.1 Thermal Model of Solar Collector System

Chapter 5 MATHEMATICAL MODELING OF THE EVACATED SOLAR COLLECTOR. 5.1 Thermal Model of Solar Collector System Chapter 5 MATHEMATICAL MODELING OF THE EVACATED SOLAR COLLECTOR This chapter deals with analytical method of finding out the collector outlet working fluid temperature. A dynamic model of the solar collector

More information

Simulations of Fluid Dynamics and Heat Transfer in LH 2 Absorbers

Simulations of Fluid Dynamics and Heat Transfer in LH 2 Absorbers Simulations of Fluid Dynamics and Heat Transfer in LH 2 Absorbers Kevin W. Cassel, Aleksandr V. Obabko and Eyad A. Almasri Fluid Dynamics Research Center, Mechanical, Materials and Aerospace Engineering

More information

On the exact solution of incompressible viscous flows with variable viscosity

On the exact solution of incompressible viscous flows with variable viscosity Advances in Fluid Mechanics IX 481 On the exact solution of incompressible viscous flows with variable viscosity A. Fatsis 1, J. Statharas, A. Panoutsopoulou 3 & N. Vlachakis 1 1 Technological University

More information

UNIVERSITY OF EAST ANGLIA

UNIVERSITY OF EAST ANGLIA UNIVERSITY OF EAST ANGLIA School of Mathematics May/June UG Examination 2007 2008 FLUIDS DYNAMICS WITH ADVANCED TOPICS Time allowed: 3 hours Attempt question ONE and FOUR other questions. Candidates must

More information

Introduction to Heat and Mass Transfer. Week 14

Introduction to Heat and Mass Transfer. Week 14 Introduction to Heat and Mass Transfer Week 14 Next Topic Internal Flow» Velocity Boundary Layer Development» Thermal Boundary Layer Development» Energy Balance Velocity Boundary Layer Development Velocity

More information

3.5 Vorticity Equation

3.5 Vorticity Equation .0 - Marine Hydrodynamics, Spring 005 Lecture 9.0 - Marine Hydrodynamics Lecture 9 Lecture 9 is structured as follows: In paragraph 3.5 we return to the full Navier-Stokes equations (unsteady, viscous

More information

PART ONE TWO-PHASE FLOW

PART ONE TWO-PHASE FLOW PART ONE TWO-PHASE FLOW 1 Thermodynamic and Single-Phase Flow Fundamentals 1.1 States of Matter and Phase Diagrams f Pure Substances 1.1.1 Equilibrium States Recall from thermodynamics that f a system

More information

F1.9AB2 1. r 2 θ2 + sin 2 α. and. p θ = mr 2 θ. p2 θ. (d) In light of the information in part (c) above, we can express the Hamiltonian in the form

F1.9AB2 1. r 2 θ2 + sin 2 α. and. p θ = mr 2 θ. p2 θ. (d) In light of the information in part (c) above, we can express the Hamiltonian in the form F1.9AB2 1 Question 1 (20 Marks) A cone of semi-angle α has its axis vertical and vertex downwards, as in Figure 1 (overleaf). A point mass m slides without friction on the inside of the cone under the

More information

Part II. Fluid Dynamics II. Year

Part II. Fluid Dynamics II. Year Part II Year 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2018 Paper 2, Section II 38C 41 An initially unperturbed two-dimensional inviscid jet in h < y < h has uniform speed U

More information

Fluid Mechanics II Viscosity and shear stresses

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

More information

ME332 FLUID MECHANICS LABORATORY (PART II)

ME332 FLUID MECHANICS LABORATORY (PART II) ME332 FLUID MECHANICS LABORATORY (PART II) Mihir Sen Department of Aerospace and Mechanical Engineering University of Notre Dame Notre Dame, IN 46556 Version: April 2, 2002 Contents Unit 5: Momentum transfer

More information

Abstract Particle image velocimetry (PIV)

Abstract Particle image velocimetry (PIV) Computation of Pressure Distribution Using PIV Velocity Data R. Gurka'l), A. Liberzon''), D. Hefet~'~), D. Rubinstein"), U. Shavit(')* 'I) Agricultural Engineering, Technion, Haifa 32000, Israel (anuri@tr.technian.ac.il)

More information

CE 204 FLUID MECHANICS

CE 204 FLUID MECHANICS CE 204 FLUID MECHANICS Onur AKAY Assistant Professor Okan University Department of Civil Engineering Akfırat Campus 34959 Tuzla-Istanbul/TURKEY Phone: +90-216-677-1630 ext.1974 Fax: +90-216-677-1486 E-mail:

More information

Homework Two. Abstract: Liu. Solutions for Homework Problems Two: (50 points total). Collected by Junyu

Homework Two. Abstract: Liu. Solutions for Homework Problems Two: (50 points total). Collected by Junyu Homework Two Abstract: Liu. Solutions for Homework Problems Two: (50 points total). Collected by Junyu Contents 1 BT Problem 13.15 (8 points) (by Nick Hunter-Jones) 1 2 BT Problem 14.2 (12 points: 3+3+3+3)

More information

Impact of a Jet. Experiment 4. Purpose. Apparatus. Theory. Symmetric Jet

Impact of a Jet. Experiment 4. Purpose. Apparatus. Theory. Symmetric Jet Experiment 4 Impact of a Jet Purpose The purpose of this experiment is to demonstrate and verify the integral momentum equation. The force generated by a jet of water deflected by an impact surface is

More information

FREE CONVECTION AROUND A SLENDER PARABOLOID OF NON- NEWTONIAN FLUID IN A POROUS MEDIUM

FREE CONVECTION AROUND A SLENDER PARABOLOID OF NON- NEWTONIAN FLUID IN A POROUS MEDIUM FREE CONVECTION AROUND A SLENDER PARABOLOID OF NON- NEWTONIAN FLUID IN A POROUS MEDIUM Rishi Raj KAIRI, Department of Mathematics, Islampur College, Uttar Dinajpur, West Bengal, India. Email: rishirajkairi@gmail.com

More information

FE Exam Fluids Review October 23, Important Concepts

FE Exam Fluids Review October 23, Important Concepts FE Exam Fluids Review October 3, 013 mportant Concepts Density, specific volume, specific weight, specific gravity (Water 1000 kg/m^3, Air 1. kg/m^3) Meaning & Symbols? Stress, Pressure, Viscosity; Meaning

More information

CE Final Exam. December 12, Name. Student I.D.

CE Final Exam. December 12, Name. Student I.D. CE 100 - December 12, 2009 Name Student I.D. This exam is closed book. You are allowed three sheets of paper (8.5 x 11, both sides) of your own notes. You will be given three hours to complete four problems.

More information

Boundary Layers. Lecture 2 by Basile Gallet. 2i(1+i) The solution to this equation with the boundary conditions A(0) = U and B(0) = 0 is

Boundary Layers. Lecture 2 by Basile Gallet. 2i(1+i) The solution to this equation with the boundary conditions A(0) = U and B(0) = 0 is Boundary Layers Lecture 2 by Basile Gallet continued from lecture 1 This leads to a differential equation in Z Z (A ib) + (A ib)[ C + Uy Uy 2i(1+i) ] = 0 with C = 2. The solution to this equation with

More information

CEE 3310 Control Volume Analysis, Oct. 7, D Steady State Head Form of the Energy Equation P. P 2g + z h f + h p h s.

CEE 3310 Control Volume Analysis, Oct. 7, D Steady State Head Form of the Energy Equation P. P 2g + z h f + h p h s. CEE 3310 Control Volume Analysis, Oct. 7, 2015 81 3.21 Review 1-D Steady State Head Form of the Energy Equation ( ) ( ) 2g + z = 2g + z h f + h p h s out where h f is the friction head loss (which combines

More information

Kerr black hole and rotating wormhole

Kerr black hole and rotating wormhole Kerr Fest (Christchurch, August 26-28, 2004) Kerr black hole and rotating wormhole Sung-Won Kim(Ewha Womans Univ.) August 27, 2004 INTRODUCTION STATIC WORMHOLE ROTATING WORMHOLE KERR METRIC SUMMARY AND

More information

Vortex motion. Wasilij Barsukow, July 1, 2016

Vortex motion. Wasilij Barsukow, July 1, 2016 The concept of vorticity We call Vortex motion Wasilij Barsukow, mail@sturzhang.de July, 206 ω = v vorticity. It is a measure of the swirlyness of the flow, but is also present in shear flows where the

More information

Chapter 10. Applied projects on Differential Equations

Chapter 10. Applied projects on Differential Equations . Chapter 10. Applied projects on Differential Equations The following projects have been used for a long time in a first advanced course on Numerical Solution of Differential Equations at KTH, Stockholm.

More information

Angular Motion, General Notes

Angular Motion, General Notes Angular Motion, General Notes! When a rigid object rotates about a fixed axis in a given time interval, every portion on the object rotates through the same angle in a given time interval and has the same

More information

Iran University of Science & Technology School of Mechanical Engineering Advance Fluid Mechanics

Iran University of Science & Technology School of Mechanical Engineering Advance Fluid Mechanics 1. Consider a sphere of radius R immersed in a uniform stream U0, as shown in 3 R Fig.1. The fluid velocity along streamline AB is given by V ui U i x 1. 0 3 Find (a) the position of maximum fluid acceleration

More information

MAT389 Fall 2016, Problem Set 4

MAT389 Fall 2016, Problem Set 4 MAT389 Fall 2016, Problem Set 4 Harmonic conjugates 4.1 Check that each of the functions u(x, y) below is harmonic at every (x, y) R 2, and find the unique harmonic conjugate, v(x, y), satisfying v(0,

More information

10.52 Mechanics of Fluids Spring 2006 Problem Set 3

10.52 Mechanics of Fluids Spring 2006 Problem Set 3 10.52 Mechanics of Fluids Spring 2006 Problem Set 3 Problem 1 Mass transfer studies involving the transport of a solute from a gas to a liquid often involve the use of a laminar jet of liquid. The situation

More information

Page 1. Neatly print your name: Signature: (Note that unsigned exams will be given a score of zero.)

Page 1. Neatly print your name: Signature: (Note that unsigned exams will be given a score of zero.) Page 1 Neatly print your name: Signature: (Note that unsigned exams will be given a score of zero.) Circle your lecture section (-1 point if not circled, or circled incorrectly): Prof. Vlachos Prof. Ardekani

More information

The Role of Convection and Nearly Singular Behavior of the 3D Navier-Stokes Equations

The Role of Convection and Nearly Singular Behavior of the 3D Navier-Stokes Equations The Role of Convection and Nearly Singular Behavior of the 3D Navier-Stokes Equations Thomas Y. Hou Applied and Comput. Mathematics, Caltech PDE Conference in honor of Blake Temple, University of Michigan

More information

ME 316: Thermofluids Laboratory

ME 316: Thermofluids Laboratory ME 316 Thermofluid Laboratory 6.1 KING FAHD UNIVERSITY OF PETROLEUM & MINERALS ME 316: Thermofluids Laboratory PELTON IMPULSE TURBINE 1) OBJECTIVES a) To introduce the operational principle of an impulse

More information

MIXED CONVECTION SLIP FLOW WITH TEMPERATURE JUMP ALONG A MOVING PLATE IN PRESENCE OF FREE STREAM

MIXED CONVECTION SLIP FLOW WITH TEMPERATURE JUMP ALONG A MOVING PLATE IN PRESENCE OF FREE STREAM THERMAL SCIENCE, Year 015, Vol. 19, No. 1, pp. 119-18 119 MIXED CONVECTION SLIP FLOW WITH TEMPERATURE JUMP ALONG A MOVING PLATE IN PRESENCE OF FREE STREAM by Gurminder SINGH *a and Oluwole Daniel MAKINDE

More information

Candidates must show on each answer book the type of calculator used. Only calculators permitted under UEA Regulations may be used.

Candidates must show on each answer book the type of calculator used. Only calculators permitted under UEA Regulations may be used. UNIVERSITY OF EAST ANGLIA School of Mathematics May/June UG Examination 2011 2012 FLUID DYNAMICS MTH-3D41 Time allowed: 3 hours Attempt FIVE questions. Candidates must show on each answer book the type

More information

SIMULATION OF FLOW IN A RADIAL FLOW FIXED BED REACTOR (RFBR)

SIMULATION OF FLOW IN A RADIAL FLOW FIXED BED REACTOR (RFBR) SIMULATION OF FLOW IN A RADIAL FLOW FIXED BED REACTOR (RFBR) Aqeel A. KAREERI, Habib H. ZUGHBI, *, and Habib H. AL-ALI * Ras Tanura Refinery, SAUDI ARAMCO, Saudi Arabia * Department of Chemical Engineering,

More information

Centrifugation. Tubular Bowl Centrifuge. Disc Bowl Centrifuge

Centrifugation. Tubular Bowl Centrifuge. Disc Bowl Centrifuge CENTRIFUGATION Centrifugation Centrifugation involves separation of liquids and particles based on density. Centrifugation can be used to separate cells from a culture liquid, cell debris from a broth,

More information

Answers to questions in each section should be tied together and handed in separately.

Answers to questions in each section should be tied together and handed in separately. EGT0 ENGINEERING TRIPOS PART IA Wednesday 4 June 014 9 to 1 Paper 1 MECHANICAL ENGINEERING Answer all questions. The approximate number of marks allocated to each part of a question is indicated in the

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

Contents. Microfluidics - Jens Ducrée Physics: Laminar and Turbulent Flow 1

Contents. Microfluidics - Jens Ducrée Physics: Laminar and Turbulent Flow 1 Contents 1. Introduction 2. Fluids 3. Physics of Microfluidic Systems 4. Microfabrication Technologies 5. Flow Control 6. Micropumps 7. Sensors 8. Ink-Jet Technology 9. Liquid Handling 10.Microarrays 11.Microreactors

More information

In this lecture... Centrifugal compressors Thermodynamics of centrifugal compressors Components of a centrifugal compressor

In this lecture... Centrifugal compressors Thermodynamics of centrifugal compressors Components of a centrifugal compressor Lect- 3 In this lecture... Centrifugal compressors Thermodynamics of centrifugal compressors Components of a centrifugal compressor Centrifugal compressors Centrifugal compressors were used in the first

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

arxiv: v1 [physics.flu-dyn] 8 May 2018

arxiv: v1 [physics.flu-dyn] 8 May 2018 This draft was prepared using the LaTeX style file belonging to the Journal of Fluid Mechanics 1 arxiv:185.2961v1 [physics.flu-dyn] 8 May 218 The effect of swirl on confined co-axial flow G.P. Benham 1,

More information

5 ENERGY EQUATION OF FLUID MOTION

5 ENERGY EQUATION OF FLUID MOTION 5 ENERGY EQUATION OF FLUID MOTION 5.1 Introduction In order to develop the equations that describe a flow, it is assumed that fluids are subject to certain fundamental laws of physics. The pertinent laws

More information

ASTR 320: Solutions to Problem Set 3

ASTR 320: Solutions to Problem Set 3 ASTR 30: Solutions to Problem Set 3 Problem : The Venturi Meter The venturi meter is used to measure the flow speed in a pipe. An example is shown in Fig., where the venturi meter (indicated by the dashed

More information

GFD 2 Spring 2010 P.B. Rhines Problem set 1-solns out: 5 April back: 12 April

GFD 2 Spring 2010 P.B. Rhines Problem set 1-solns out: 5 April back: 12 April GFD 2 Spring 2010 P.B. Rhines Problem set 1-solns out: 5 April back: 12 April 1 The Gulf Stream has a dramatic thermal-wind signature : the sloping isotherms and isohalines (hence isopycnals) not only

More information

Figure 1: Grad, Div, Curl, Laplacian in Cartesian, cylindrical, and spherical coordinates. Here ψ is a scalar function and A is a vector field.

Figure 1: Grad, Div, Curl, Laplacian in Cartesian, cylindrical, and spherical coordinates. Here ψ is a scalar function and A is a vector field. Figure 1: Grad, Div, Curl, Laplacian in Cartesian, cylindrical, and spherical coordinates. Here ψ is a scalar function and A is a vector field. Figure 2: Vector and integral identities. Here ψ is a scalar

More information

Mathematical Model. M. Umar Qureshi, Mitchel J. Colebank, and Mette S. Olufsen

Mathematical Model. M. Umar Qureshi, Mitchel J. Colebank, and Mette S. Olufsen Mathematical Model M. Umar Qureshi, Mitchel J. Colebank, and Mette S. Olufsen Department of Mathematics, North Carolina State University, Raleigh, North Carolina 27695 Friday 7 th September, 2018 The 1D

More information

Chapter Four fluid flow mass, energy, Bernoulli and momentum

Chapter Four fluid flow mass, energy, Bernoulli and momentum 4-1Conservation of Mass Principle Consider a control volume of arbitrary shape, as shown in Fig (4-1). Figure (4-1): the differential control volume and differential control volume (Total mass entering

More information

Mass of fluid leaving per unit time

Mass of fluid leaving per unit time 5 ENERGY EQUATION OF FLUID MOTION 5.1 Eulerian Approach & Control Volume In order to develop the equations that describe a flow, it is assumed that fluids are subject to certain fundamental laws of physics.

More information

GFD 2012 Lecture 1: Dynamics of Coherent Structures and their Impact on Transport and Predictability

GFD 2012 Lecture 1: Dynamics of Coherent Structures and their Impact on Transport and Predictability GFD 2012 Lecture 1: Dynamics of Coherent Structures and their Impact on Transport and Predictability Jeffrey B. Weiss; notes by Duncan Hewitt and Pedram Hassanzadeh June 18, 2012 1 Introduction 1.1 What

More information

An Exact Solution of MHD Boundary Layer Flow over a Moving Vertical Cylinder

An Exact Solution of MHD Boundary Layer Flow over a Moving Vertical Cylinder Adv. Studies Theor. Phys., Vol. 5, 2011, no. 7, 337-342 An Exact Solution of MHD Boundary Layer Flow over a Moving Vertical Cylinder Alvaro H. Salas Universidad de Caldas, Manizales, Colombia Universidad

More information

Lecture 3: The Navier-Stokes Equations: Topological aspects

Lecture 3: The Navier-Stokes Equations: Topological aspects Lecture 3: The Navier-Stokes Equations: Topological aspects September 9, 2015 1 Goal Topology is the branch of math wich studies shape-changing objects; objects which can transform one into another without

More information

The Rotating Inhomogeneous Elastic Cylinders of. Variable-Thickness and Density

The Rotating Inhomogeneous Elastic Cylinders of. Variable-Thickness and Density Applied Mathematics & Information Sciences 23 2008, 237 257 An International Journal c 2008 Dixie W Publishing Corporation, U. S. A. The Rotating Inhomogeneous Elastic Cylinders of Variable-Thickness and

More information

Vorticity and Dynamics

Vorticity and Dynamics Vorticity and Dynamics In Navier-Stokes equation Nonlinear term ω u the Lamb vector is related to the nonlinear term u 2 (u ) u = + ω u 2 Sort of Coriolis force in a rotation frame Viscous term ν u = ν

More information