Time (s)

Size: px
Start display at page:

Download "Time (s)"

Transcription

1 TO: Joseph M. Powers FROM: Christian D. Hanson DATE: 18 April 1997 RE: ME 334 Project (Part II) 1 Problem Description AFortune 500 hundred company, Gooey Foods, Inc., wants to develop a piping system which transports its carbohydrate-laden product from a large vat in its warehouse to its packaging plant, L, 100 m away. In the vat, which has a `very large' diameter (with respect to the height), a constant height, h, of 25 m of uid is maintained. The uid has the following properties: = 1100 kg m 3, ; where = 4:2Pa s, is the density of the uid, rz is the shear stress, is the absolute viscosity, u is the velocity of the uid, and r is the radial distance from the center of the pipe. Top management at Gooey Foods, Inc. insists that this project, unlike other recent endevors, stay within budget. Thus, the proposed design must: deliver at peak capacity 1000 kg s of product, minimize the number of pipes required, and respond to uctuating demand with a 2 s response time. 2 Recommended Design After careful review, it is recommended that Gooey Foods, Inc. use 65 pipes, each 17.2 cm in diameter, to transport its product to its packaging plant. These pipes should be low on the vat in order to gain advantage of pressure eects in the vat. This design will meet all design specications, and, also, require the minimum number of pipes. 1

2 3 Technical Analysis The uid ow in the pipe follows the unsteady z momentum equation for uni-directional ow of an incompressible non-newtonian uid under the inuence of a constant pressure =,P L + (r rz); (1) where P is the pressure change which the uid experiences in the pipe. The following initial conditions exist: u z (r; 0)=0;u z (R; j r=0 =0(R the radius of the pipe, m). Time is set to innity and the analytic solution is achieved (as described in the preliminary report, Appendix B) to be: u z = P 4L (r2, R 2 ): (2) Using the recommended radius of m, Eq.(2) yields a maximum uid velocity in the pipe of m. This results closely compares with the one the numerical simulation s generates, m, after 2 s. Figure 1 shows this response. (Please reference Appendix s A for the program used to perform this simulation, and Appendix B which describes the development of the program.) Because these two results are within 0.2% of one another, one may assume with condence that the 2 s response time criteria is satised. The steady-state average velocity, u z,isnow calculated with use of the analytical solution in the following equation: u z A = Z A u z da; (3) where u z is given in Eq. (2), and A represents the cross sectional area of the pipe. After integrating and simplifying Eq. (3), the following result is obtained for the average steadystate velocity: u z = PLR2 8 Applying mass continuity, the mass ow rate is: (4) _m = u z AK: (5) From Eq. (5), it is determined that K, the number of pipes required, is 65 for the previously determined pipe diameter, 17.2 cm. Figure 2 shows the radial distance from the center of the pipe vs. the velocity of the uid at four dierent times, 0.5 s, 1.0s, 1.5 s, and 2.0 s. The analytical solution for Eq. (1) is now found without the assumption that t!1. For simplication, Eq. (1) along with the bounday and initial conditions are non-dimensionalized and simplied to give: 2

3 1.2 1 Maximum Velocity (m/s) Time (s) Figure 1: Maximum Velocity vs. Time 3

4 0.09 Radial Distance from Center of Pipe (m) t=0.5 s t=1.0 s t=1.5 s t=2.0 s Velocity of Fluid in Pipe (m/s) Figure 2: Radial Distance from the Center of the Pipe vs. the Velocity of the Fluid at Four Dierent Times 4

5 @u (6) where the following scales are used: u (r ; 0) = 0;u r=0 =0 (7, 9) t = t ;u = u ;r = r t c u c R ;t c = R2 ;u c =,PR 2 : (10, 14) L The velocity, u(r;t) is now divided into its transient, u T (r;t), and steady state, u S (r), components; note that the former is dependent on distance and time and the latter is simply dependent on distance. (The 0 s indicating non-dimensional numbers have been omitted for simplicity and will continue to be omitted until otherwise noted.) The transient and steady state components are summed to give the total velocity: u(r;t)=u T (r;t)+u S (r) (15) The total velocity is dierentiated once with respect to t and, then, twice with respect to r. After non-dimensionalizing and simplifying the results, they are substituted into Eq. (6) which T + T 2 where the following initial and boundary conditions exist: u T (1;t)=0;u T (r; 0) =,u S (r) =r 2, This equation is then solved by separation of variables using u T creates two equations, one in A and one in B: da (16) r=0 =0 (17, 19): = A(t)B(r) which dt + 2 A =0 (20) d 2 B dr + 1 db 2 r dr + B2 =0 (21) where is an arbitrary constant 1. Eq. (20) may be solved as follows: A(t) =C 1 e,2 t The relation s = r is introduced into Eq. (22) to make it a standard Bessel equation whose solution is: (22) B(r) =C 2 J 0 (s) =C 2 J 0 (r): (23) The transient velocity is thus the product of A(t) and B(r): 5

6 Bessel Zero, m Corresponding Coecient,C m Table 1: Bessel Zeroes and their Corresponding Coecients u T (r;t)= 1X m=1 and the total non-dimensionalized equation is: u(r;t)= " 1 X m=1 C m e,2 m t J 0 ( m r) (24) C m e,2 m t J 0 ( m r) # +(1, r 2 ) (25) This equation, Eq. (25), may be solved by using the initial condition, Eq. (18), where t = 0,which yields: r 2, 1= 1X m=1 C m J 0 ( m r): (26) Both sides of this equation are then multiplied by another Bessel function, J o, and a weighting function, r, and integrated over the interval 0! 1:, Z 1 0 J o ( n r)(1, r 2 )rdr = 1X m=1 Z 1 0 J o ( m r)j o ( n r)rdr; (27) where ma nd n are counters beginning at 1. Values of C m are then founds for dierent Bessel zeros as listed in Table 1. The nal solution is, thus, Eq. (24) with the values of Table 1. 6

7 endnotes 1 The following was used as a guide to Bessel equations and functions: Kreyszig, Erwin. Advanced Engineering Mathematics, 6th ed., John Wiley & Sons, New York

8 APPENDIX A PROGRAM SLUDGE IMPLICIT NONE REAL dr, dt, rho, L, Rpipe, r, mu, dp, A, B, C, u(31,3000) INTEGER i, n, istep, imax, tmax, f OPEN(UNIT=69, FILE="rrrs", STATUS="replace") OPEN(UNIT=12, FILE="velocity", STATUS="replace") OPEN(UNIT=13, FILE="maxvelocity", STATUS="replace") OPEN(UNIT=14, FILE="time", STATUS="replace") imax=31; rho = ; L = 100.0; Rpipe = ; mu = 4.2; dp = dr = Rpipe/(imax-1) dt = dr*dr*rho/(2*mu) tmax=3000 A = dp*dt/(rho*l) B =-mu*dt/(rho*2*dr) C = mu*dt/(rho*dr*dr) DO i=1,imax u(i,1)=0.0 END DO DO n = 1,tmax-1 r=rpipe u(1,n) = 0.0 DO i = 2,imax-1 r=r-dr u(i,n+1) = -A + (B/r)*(u(i+1,n)-u(i-1,n)) + C*(u(i+1,n) - & 2*u(i,n) + u(i-1,n)) + u(i,n) END DO u(imax,n+1) = u(imax-1,n+1) END DO DO i=1,imax WRITE(12,*) u(i,tmax) WRITE(69,*) (Rpipe - i*dr) END DO DO f=1,tmax WRITE(13,*) u(imax,f) WRITE(14,*) f*dt END DO END 8

9 TO: Joseph M. Powers FROM: Christian D. Hanson DATE: 26 March 1997 RE: ME 334 Project (Part I) Appendix B A Fortune 500 hundred company, Gooey Foods, Inc., wants to develop a piping system which transports its carbohydrate-laden product from a large vat in its warehouse to its packaging plant,l, 100 m away. In the vat, which has a `very large' diameter (with respect to the height), a constant height, h, of25m of uid is maintained. The uid has the following properties: = 1100 kg m 3, rz where = 4:2Pa where is the density of the uid, rz is the shear stress, is the absolute viscosity, u is the velocity of the uid, and r is the radial distance from the center of the pipe. The pipe used to transport the uid has a radius of.05 m. Also, the ow of the uid in the pipe follows the unsteady z momentum equation for uni-directional ow of an incompressible non-newtonian uid under the inuence of a constant pressure =,P L + (r rz); (1) where P is the change in pressure that the uid experiences in the pipe, and the following initial conditions exist: u z (r; 0) = 0;u z (R; j r=0 =0(R the radius of the pipe, 0.05 m). When time is set to innity, the analytic solution is achieved through the following steps: Set the left hand side of the equation Eq.(1) equal to zero (because time tends to innity), Substitute rz into the right hand side of the equation and solve the resulting second order dierential equation. The initial conditions yield the solution: u z =,160:575r 2 + :4014 When t is not taken to be innity, Eq.(1) can be solved by discretizing the space and time elements of the equation. The following formula is obtained: " # u n+1 i, u n i =, P t L + u n " # i+1, u n i,1 u n + i+1, 2u n i + u n i,1 r 2r (r) 2 9

10 Numerical Solution Analytic Solution 0.04 Distance from Center of Pipe (m) Velocity of Fluid in Pipe (m/s) Figure 3: Radial Position from the Center of the Pipe vs. Velocity of the Fluid for Analytic and Numerical Methods where n is the time component and i is the space component. The parameters u(i,1)=0 and u(1,n)=0, which mean that the ow along the time and space boundaries ( n=0 and i=0 respectively) is zero, are used when solving the equation. Also, the ow exactly centered in the middle of the pipe is assumed to be the same as the ow a dierential amount radially outward. This constraint allows for denition of the middle boundary condition. Both methods of analysis, the analytic (t! 1) and the numerical solution (t=1 s) yield very similar results, as seen in Figure 3. This gure describes the uid's velocity as a function its radial position in the pipe. Thus, it may be concluded that for approximate results, either method may be used. One may also conclude that velocity denitely does change as its location varies in a pipe. 10

P 1 P * 1 T P * 1 T 1 T * 1. s 1 P 1

P 1 P * 1 T P * 1 T 1 T * 1. s 1 P 1 ME 131B Fluid Mechanics Solutions to Week Three Problem Session: Isentropic Flow II (1/26/98) 1. From an energy view point, (a) a nozzle is a device that converts static enthalpy into kinetic energy. (b)

More information

Viscous Fluids. Amanda Meier. December 14th, 2011

Viscous Fluids. Amanda Meier. December 14th, 2011 Viscous Fluids Amanda Meier December 14th, 2011 Abstract Fluids are represented by continuous media described by mass density, velocity and pressure. An Eulerian description of uids focuses on the transport

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

6.1 Steady, One-Dimensional Rectilinear Flows Steady, Spherically Symmetric Radial Flows 42

6.1 Steady, One-Dimensional Rectilinear Flows Steady, Spherically Symmetric Radial Flows 42 Contents 6 UNIDIRECTIONAL FLOWS 1 6.1 Steady, One-Dimensional Rectilinear Flows 6. Steady, Axisymmetric Rectilinear Flows 19 6.3 Steady, Axisymmetric Torsional Flows 8 6.4 Steady, Axisymmetric Radial Flows

More information

Convection When the radial flux of energy is carried by radiation, we derived an expression for the temperature gradient: dt dr = - 3

Convection When the radial flux of energy is carried by radiation, we derived an expression for the temperature gradient: dt dr = - 3 Convection When the radial flux of energy is carried by radiation, we derived an expression for the temperature gradient: dt dr = - 3 4ac kr L T 3 4pr 2 Large luminosity and / or a large opacity k implies

More information

Modelling of dispersed, multicomponent, multiphase flows in resource industries. Section 3: Examples of analyses conducted for Newtonian fluids

Modelling of dispersed, multicomponent, multiphase flows in resource industries. Section 3: Examples of analyses conducted for Newtonian fluids Modelling of dispersed, multicomponent, multiphase flows in resource industries Section 3: Examples of analyses conducted for Newtonian fluids Globex Julmester 017 Lecture # 04 July 017 Agenda Lecture

More information

2, where dp is the constant, R is the radius of

2, where dp is the constant, R is the radius of Dynamics of Viscous Flows (Lectures 8 to ) Q. Choose the correct answer (i) The average velocity of a one-dimensional incompressible fully developed viscous flow between two fixed parallel plates is m/s.

More information

Feasibility study of the cascading mass ow rate evaluation as a new variant of Gibson's method

Feasibility study of the cascading mass ow rate evaluation as a new variant of Gibson's method Feasibility study of the cascading mass ow rate evaluation as a new variant of Gibson's method R. Eckerstorfer Andritz Hydro GmbH, Linz, Austria roland.eckerstorfer@andritz.com L. Götsch Andritz Hydro

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

Basic Fluid Mechanics

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

More information

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

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

Incompressible Viscous Flows

Incompressible Viscous Flows Incompressible Viscous Flows Q. Choose the crect answer (i) The maximum velocit of a one-dimensional incompressible full developed viscous flow between two fixed parallel plates is 6m/s. The mean velocit

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

Chapter 5. Sound Waves and Vortices. 5.1 Sound waves

Chapter 5. Sound Waves and Vortices. 5.1 Sound waves Chapter 5 Sound Waves and Vortices In this chapter we explore a set of characteristic solutions to the uid equations with the goal of familiarizing the reader with typical behaviors in uid dynamics. Sound

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

CSCI1950V Project 4 : Smoothed Particle Hydrodynamics

CSCI1950V Project 4 : Smoothed Particle Hydrodynamics CSCI1950V Project 4 : Smoothed Particle Hydrodynamics Due Date : Midnight, Friday March 23 1 Background For this project you will implement a uid simulation using Smoothed Particle Hydrodynamics (SPH).

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

Experimental and Theoretical Investigation of Hydrodynamics Characteristics and Heat Transfer for Newtonian and Non-newtonian Fluids

Experimental and Theoretical Investigation of Hydrodynamics Characteristics and Heat Transfer for Newtonian and Non-newtonian Fluids International Journal of Energy Science and Engineering Vol. 2, No. 3, 2016, pp. 13-22 http://www.aiscience.org/journal/ijese ISSN: 2381-7267 (Print); ISSN: 2381-7275 (Online) Experimental and Theoretical

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

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

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

More information

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

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

More information

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

Turbulent penetrative convection with an internal heat source

Turbulent penetrative convection with an internal heat source Fluid Dynamics Research 8 (001) 397 41 Turbulent penetrative convection with an internal heat source J.R. Chasnov, K.L. Tse 1 Department of Mathematics, The Hong Kong University of Science and Technology,

More information

Ensemble averaged dynamic modeling. By D. Carati 1,A.Wray 2 AND W. Cabot 3

Ensemble averaged dynamic modeling. By D. Carati 1,A.Wray 2 AND W. Cabot 3 Center for Turbulence Research Proceedings of the Summer Program 1996 237 Ensemble averaged dynamic modeling By D. Carati 1,A.Wray 2 AND W. Cabot 3 The possibility of using the information from simultaneous

More information

FLUID MECHANICS PROF. DR. METİN GÜNER COMPILER

FLUID MECHANICS PROF. DR. METİN GÜNER COMPILER FLUID MECHANICS PROF. DR. METİN GÜNER COMPILER ANKARA UNIVERSITY FACULTY OF AGRICULTURE DEPARTMENT OF AGRICULTURAL MACHINERY AND TECHNOLOGIES ENGINEERING 1 5. FLOW IN PIPES 5.1.3. Pressure and Shear Stress

More information

On modeling pressure diusion. in non-homogeneous shear ows. By A. O. Demuren, 1 M. M. Rogers, 2 P. Durbin 3 AND S. K. Lele 3

On modeling pressure diusion. in non-homogeneous shear ows. By A. O. Demuren, 1 M. M. Rogers, 2 P. Durbin 3 AND S. K. Lele 3 Center for Turbulence Research Proceedings of the Summer Program 1996 63 On modeling pressure diusion in non-homogeneous shear ows By A. O. Demuren, 1 M. M. Rogers, 2 P. Durbin 3 AND S. K. Lele 3 New models

More information

in order to insure that the Liouville equation for f(?; t) is still valid. These equations of motion will give rise to a distribution function f(?; t)

in order to insure that the Liouville equation for f(?; t) is still valid. These equations of motion will give rise to a distribution function f(?; t) G25.2651: Statistical Mechanics Notes for Lecture 21 Consider Hamilton's equations in the form I. CLASSICAL LINEAR RESPONSE THEORY _q i = @H @p i _p i =? @H @q i We noted early in the course that an ensemble

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

PHYSICAL MECHANISM OF CONVECTION

PHYSICAL MECHANISM OF CONVECTION Tue 8:54:24 AM Slide Nr. 0 of 33 Slides PHYSICAL MECHANISM OF CONVECTION Heat transfer through a fluid is by convection in the presence of bulk fluid motion and by conduction in the absence of it. Chapter

More information

Time / T p

Time / T p Chapter 5 Single-Point QNS Measurements 5. Overview A total of 46 primary test cases were evaluated using the QNS technique. These cases duplicated the 8 studied by Ainley [] and extend the parameters

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

PIPE FLOWS: LECTURE /04/2017. Yesterday, for the example problem Δp = f(v, ρ, μ, L, D) We came up with the non dimensional relation

PIPE FLOWS: LECTURE /04/2017. Yesterday, for the example problem Δp = f(v, ρ, μ, L, D) We came up with the non dimensional relation /04/07 ECTURE 4 PIPE FOWS: Yesterday, for the example problem Δp = f(v, ρ, μ,, ) We came up with the non dimensional relation f (, ) 3 V or, p f(, ) You can plot π versus π with π 3 as a parameter. Or,

More information

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture - 15 Conservation Equations in Fluid Flow Part III Good afternoon. I welcome you all

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

BERNOULLI EQUATION. The motion of a fluid is usually extremely complex.

BERNOULLI EQUATION. The motion of a fluid is usually extremely complex. BERNOULLI EQUATION The motion of a fluid is usually extremely complex. The study of a fluid at rest, or in relative equilibrium, was simplified by the absence of shear stress, but when a fluid flows over

More information

Chapter 3. Shallow Water Equations and the Ocean. 3.1 Derivation of shallow water equations

Chapter 3. Shallow Water Equations and the Ocean. 3.1 Derivation of shallow water equations Chapter 3 Shallow Water Equations and the Ocean Over most of the globe the ocean has a rather distinctive vertical structure, with an upper layer ranging from 20 m to 200 m in thickness, consisting of

More information

Tutorial Materials for ME 131B Fluid Mechanics (Compressible Flow & Turbomachinery) Calvin Lui Department of Mechanical Engineering Stanford University Stanford, CA 94305 March 1998 Acknowledgments This

More information

Schiestel s Derivation of the Epsilon Equation and Two Equation Modeling of Rotating Turbulence

Schiestel s Derivation of the Epsilon Equation and Two Equation Modeling of Rotating Turbulence NASA/CR-21-2116 ICASE Report No. 21-24 Schiestel s Derivation of the Epsilon Equation and Two Equation Modeling of Rotating Turbulence Robert Rubinstein NASA Langley Research Center, Hampton, Virginia

More information

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

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

More information

Chapter 1: Basic Concepts

Chapter 1: Basic Concepts What is a fluid? A fluid is a substance in the gaseous or liquid form Distinction between solid and fluid? Solid: can resist an applied shear by deforming. Stress is proportional to strain Fluid: deforms

More information

2 GOVERNING EQUATIONS

2 GOVERNING EQUATIONS 2 GOVERNING EQUATIONS 9 2 GOVERNING EQUATIONS For completeness we will take a brief moment to review the governing equations for a turbulent uid. We will present them both in physical space coordinates

More information

In this section, mathematical description of the motion of fluid elements moving in a flow field is

In this section, mathematical description of the motion of fluid elements moving in a flow field is Jun. 05, 015 Chapter 6. Differential Analysis of Fluid Flow 6.1 Fluid Element Kinematics In this section, mathematical description of the motion of fluid elements moving in a flow field is given. A small

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

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

Stress, Strain, and Viscosity. San Andreas Fault Palmdale

Stress, Strain, and Viscosity. San Andreas Fault Palmdale Stress, Strain, and Viscosity San Andreas Fault Palmdale Solids and Liquids Solid Behavior: Liquid Behavior: - elastic - fluid - rebound - no rebound - retain original shape - shape changes - small deformations

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

!! +! 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

Introduction to Marine Hydrodynamics

Introduction to Marine Hydrodynamics 1896 1920 1987 2006 Introduction to Marine Hydrodynamics (NA235) Department of Naval Architecture and Ocean Engineering School of Naval Architecture, Ocean & Civil Engineering First Assignment The first

More information

Flux - definition: (same format for all types of transport, momentum, energy, mass)

Flux - definition: (same format for all types of transport, momentum, energy, mass) Fundamentals of Transport Flu - definition: (same format for all types of transport, momentum, energy, mass) flu in a given direction Quantity of property being transferred ( time)( area) More can be transported

More information

Mathematics Research Report No. MRR 003{96, HIGH RESOLUTION POTENTIAL FLOW METHODS IN OIL EXPLORATION Stephen Roberts 1 and Stephan Matthai 2 3rd Febr

Mathematics Research Report No. MRR 003{96, HIGH RESOLUTION POTENTIAL FLOW METHODS IN OIL EXPLORATION Stephen Roberts 1 and Stephan Matthai 2 3rd Febr HIGH RESOLUTION POTENTIAL FLOW METHODS IN OIL EXPLORATION Stephen Roberts and Stephan Matthai Mathematics Research Report No. MRR 003{96, Mathematics Research Report No. MRR 003{96, HIGH RESOLUTION POTENTIAL

More information

Contents. 2.1 Vectors in R n. Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v. 2.50) 2 Vector Spaces

Contents. 2.1 Vectors in R n. Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v. 2.50) 2 Vector Spaces Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v 250) Contents 2 Vector Spaces 1 21 Vectors in R n 1 22 The Formal Denition of a Vector Space 4 23 Subspaces 6 24 Linear Combinations and

More information

AA210A Fundamentals of Compressible Flow. Chapter 1 - Introduction to fluid flow

AA210A Fundamentals of Compressible Flow. Chapter 1 - Introduction to fluid flow AA210A Fundamentals of Compressible Flow Chapter 1 - Introduction to fluid flow 1 1.2 Conservation of mass Mass flux in the x-direction [ ρu ] = M L 3 L T = M L 2 T Momentum per unit volume Mass per unit

More information

OE4625 Dredge Pumps and Slurry Transport. Vaclav Matousek October 13, 2004

OE4625 Dredge Pumps and Slurry Transport. Vaclav Matousek October 13, 2004 OE465 Vaclav Matousek October 13, 004 1 Dredge Vermelding Pumps onderdeel and Slurry organisatie Transport OE465 Vaclav Matousek October 13, 004 Dredge Vermelding Pumps onderdeel and Slurry organisatie

More information

A j = 0.1 cm 2 10 cm 10 cm 10 cm. W j Wj. W j W j. W j. 10 cm 10 cm 10 cm. r i

A j = 0.1 cm 2 10 cm 10 cm 10 cm. W j Wj. W j W j. W j. 10 cm 10 cm 10 cm. r i ME 131B Fluid Mechanics Solutions to Week Eight Problem Session: Angular Momentum Principle (3/2/98) 1. In control volume analysis, all governing principles share the same common structure: storage = inow

More information

AE/ME 339. K. M. Isaac Professor of Aerospace Engineering. 12/21/01 topic7_ns_equations 1

AE/ME 339. K. M. Isaac Professor of Aerospace Engineering. 12/21/01 topic7_ns_equations 1 AE/ME 339 Professor of Aerospace Engineering 12/21/01 topic7_ns_equations 1 Continuity equation Governing equation summary Non-conservation form D Dt. V 0.(2.29) Conservation form ( V ) 0...(2.33) t 12/21/01

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

Vorticity and Potential Vorticity

Vorticity and Potential Vorticity Chapter 4 Vorticity and Potential Vorticity In this chapter we explore a way of solving the shallow water equations for motions with characteristic time scales longer than the rotation period of the earth.

More information

Article published by EDP Sciences and available at or

Article published by EDP Sciences and available at   or http://www.emath.fr/proc/vol.1/ Axisymmetric Vortex Breakdown in a Pipe S. Wang and Z. Rusak Department of Mechanical Engineering, Aeronautical Engineering and Mechanics Rensselaer Polytechnic Institute,

More information

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) Contents 1 Vector Spaces 1 1.1 The Formal Denition of a Vector Space.................................. 1 1.2 Subspaces...................................................

More information

Lecture 2 Flow classifications and continuity

Lecture 2 Flow classifications and continuity Lecture 2 Flow classifications and continuity Dr Tim Gough: t.gough@bradford.ac.uk General information 1 No tutorial week 3 3 rd October 2013 this Thursday. Attempt tutorial based on examples from today

More information

Anumerical and analytical study of the free convection thermal boundary layer or wall jet at

Anumerical and analytical study of the free convection thermal boundary layer or wall jet at REVERSED FLOW CALCULATIONS OF HIGH PRANDTL NUMBER THERMAL BOUNDARY LAYER SEPARATION 1 J. T. Ratnanather and P. G. Daniels Department of Mathematics City University London, England, EC1V HB ABSTRACT Anumerical

More information

Gravitational potential energy *

Gravitational potential energy * OpenStax-CNX module: m15090 1 Gravitational potential energy * Sunil Kumar Singh This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 2.0 The concept of potential

More information

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

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

More information

Circular Bearing Performance Parameters with Isothermal and Thermo-Hydrodynamic Approach Using Computational Fluid Dynamics

Circular Bearing Performance Parameters with Isothermal and Thermo-Hydrodynamic Approach Using Computational Fluid Dynamics Circular Bearing Performance Parameters with Isothermal and Thermo-Hydrodynamic Approach Using Computational Fluid Dynamics Amit Chauhan 1 Department of Mechanical Engineering, University Institute of

More information

Natural Convection over a Non-Isothermal Vertical Flat Plate in Supercritical Fluids

Natural Convection over a Non-Isothermal Vertical Flat Plate in Supercritical Fluids Transaction B: Mechanical Engineering Vol. 6, No. 6, pp. 470{478 c Sharif University of Technology, December 2009 Natural Convection over a Non-Isothermal Vertical Flat Plate in Supercritical Fluids Abstract.

More information

Ph.D. Qualifying Exam in Fluid Mechanics

Ph.D. Qualifying Exam in Fluid Mechanics Student ID Department of Mechanical Engineering Michigan State University East Lansing, Michigan Ph.D. Qualifying Exam in Fluid Mechanics Closed book and Notes, Some basic equations are provided on an

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

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

Introduction to Heat and Mass Transfer. Week 10

Introduction to Heat and Mass Transfer. Week 10 Introduction to Heat and Mass Transfer Week 10 Concentration Boundary Layer No concentration jump condition requires species adjacent to surface to have same concentration as at the surface Owing to concentration

More information

A general theory of discrete ltering. for LES in complex geometry. By Oleg V. Vasilyev AND Thomas S. Lund

A general theory of discrete ltering. for LES in complex geometry. By Oleg V. Vasilyev AND Thomas S. Lund Center for Turbulence Research Annual Research Briefs 997 67 A general theory of discrete ltering for ES in complex geometry By Oleg V. Vasilyev AND Thomas S. und. Motivation and objectives In large eddy

More information

The Rocket Equation. Lukas Lundin. 26th January 2016

The Rocket Equation. Lukas Lundin. 26th January 2016 The Rocket Equation Lukas Lundin 26th January 2016 Abstract In this project we study the basics of rocket propulsion and rocket motion in the vicinity of the Earth. Furthermore we will compare dierent

More information

THERMAL ANALYSIS OF SECOND STAGE GAS TURBINE ROTOR BLADE

THERMAL ANALYSIS OF SECOND STAGE GAS TURBINE ROTOR BLADE Polymers Research Journal ISSN: 195-50 Volume 6, Number 01 Nova Science Publishers, Inc. THERMAL ANALYSIS OF SECOND STAGE GAS TURBINE ROTOR BLADE E. Poursaeidi, M. Mohammadi and S. S. Khamesi University

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

Discrete particle settling. Flocculent settling. Compression

Discrete particle settling. Flocculent settling. Compression An introduction to sedimentation theory in wastewater treatment Bengt Carlsson Systems and Control Group Uppsala University Nov 96, rev Okt 98 Abstract This material is made for the course \Wastewater

More information

Table 1: BEM as a solution method for a BVP dierential formulation FDM BVP integral formulation FEM boundary integral formulation BEM local view is ad

Table 1: BEM as a solution method for a BVP dierential formulation FDM BVP integral formulation FEM boundary integral formulation BEM local view is ad Chapter 1 Introduction to Boundary element Method - 1D Example For reference: Hong-Ki Hong and Jeng-Tzong Chen, Boundary Element Method, Chapter 1 Introduction to Boundary element Method - 1D Example,

More information

Internal Forced Convection. Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Internal Forced Convection. Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Internal Forced Convection Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Introduction Pipe circular cross section. Duct noncircular cross section. Tubes small-diameter

More information

Lecture 30 Review of Fluid Flow and Heat Transfer

Lecture 30 Review of Fluid Flow and Heat Transfer Objectives In this lecture you will learn the following We shall summarise the principles used in fluid mechanics and heat transfer. It is assumed that the student has already been exposed to courses in

More information

Number of pages in the question paper : 05 Number of questions in the question paper : 48 Modeling Transport Phenomena of Micro-particles Note: Follow the notations used in the lectures. Symbols have their

More information

Transport processes. 7. Semester Chemical Engineering Civil Engineering

Transport processes. 7. Semester Chemical Engineering Civil Engineering Transport processes 7. Semester Chemical Engineering Civil Engineering 1 Course plan 1. Elementary Fluid Dynamics 2. Fluid Kinematics 3. Finite Control Volume nalysis 4. Differential nalysis of Fluid Flow

More information

BSL Transport Phenomena 2e Revised: Chapter 2 - Problem 2B.11 Page 1 of 5

BSL Transport Phenomena 2e Revised: Chapter 2 - Problem 2B.11 Page 1 of 5 BS Transport Phenomena 2e Revised: Chapter 2 - Problem 2B11 Page 1 of 5 Problem 2B11 The cone-and-plate viscometer (see Fig 2B11 A cone-and-plate viscometer consists of a flat plate and an inverted cone,

More information

Design and Modeling of Fluid Power Systems ME 597/ABE Lecture 7

Design and Modeling of Fluid Power Systems ME 597/ABE Lecture 7 Systems ME 597/ABE 591 - Lecture 7 Dr. Monika Ivantysynova MAHA Professor Fluid Power Systems MAHA Fluid Power Research Center Purdue University Content of 6th lecture The lubricating gap as a basic design

More information

Chapter 2: Fluid Dynamics Review

Chapter 2: Fluid Dynamics Review 7 Chapter 2: Fluid Dynamics Review This chapter serves as a short review of basic fluid mechanics. We derive the relevant transport equations (or conservation equations), state Newton s viscosity law leading

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

4. Higher Order Linear DEs

4. Higher Order Linear DEs 4. Higher Order Linear DEs Department of Mathematics & Statistics ASU Outline of Chapter 4 1 General Theory of nth Order Linear Equations 2 Homogeneous Equations with Constant Coecients 3 The Method of

More information

Plateau-Rayleigh Instability of a Cylinder of Viscous Liquid (Rayleigh vs. Chandrasekhar) L. Pekker FujiFilm Dimatix Inc., Lebanon NH USA

Plateau-Rayleigh Instability of a Cylinder of Viscous Liquid (Rayleigh vs. Chandrasekhar) L. Pekker FujiFilm Dimatix Inc., Lebanon NH USA Plateau-Rayleigh Instability of a Cylinder of Viscous Liquid (Rayleigh vs. Chandrasekhar) L. Pekker FujiFilm Dimatix Inc., Lebanon NH 03766 USA Abstract In 1892, in his classical work, L. Rayleigh considered

More information

Pulsatile ow between two coaxial porous cylinders with slip on inner cylinder

Pulsatile ow between two coaxial porous cylinders with slip on inner cylinder Vol. XV N o 1 Junio 2007 Matemáticas: 5166 Matemáticas: Enseñanza Universitaria c Escuela Regional de Matemáticas Universidad del Valle - Colombia Pulsatile ow between two coaxial porous cylinders with

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

Outline. Definition and mechanism Theory of diffusion Molecular diffusion in gases Molecular diffusion in liquid Mass transfer

Outline. Definition and mechanism Theory of diffusion Molecular diffusion in gases Molecular diffusion in liquid Mass transfer Diffusion 051333 Unit operation in gro-industry III Department of Biotechnology, Faculty of gro-industry Kasetsart University Lecturer: Kittipong Rattanaporn 1 Outline Definition and mechanism Theory of

More information

Analysis of Heat Transfer in Pipe with Twisted Tape Inserts

Analysis of Heat Transfer in Pipe with Twisted Tape Inserts Proceedings of the 2 nd International Conference on Fluid Flow, Heat and Mass Transfer Ottawa, Ontario, Canada, April 30 May 1, 2015 Paper No. 143 Analysis of Heat Transfer in Pipe with Twisted Tape Inserts

More information

Review of fluid dynamics

Review of fluid dynamics Chapter 2 Review of fluid dynamics 2.1 Preliminaries ome basic concepts: A fluid is a substance that deforms continuously under stress. A Material olume is a tagged region that moves with the fluid. Hence

More information

Please choose the letter corresponding to the best answer to each problem (5 pts each).

Please choose the letter corresponding to the best answer to each problem (5 pts each). Please choose the letter corresponding to the best answer to each problem (5 pts each). 1. A 10-m uniform horizontal beam of weight 75 N is supported by two vertical posts. The left post is at the left

More information

(Refer Slide Time 1:25)

(Refer Slide Time 1:25) Mechanical Measurements and Metrology Prof. S. P. Venkateshan Department of Mechanical Engineering Indian Institute of Technology, Madras Module - 2 Lecture - 24 Transient Response of Pressure Transducers

More information

Analysis of Head Loss in Pipe System Components: Quasi-one-Dimensional Nozzle Flow

Analysis of Head Loss in Pipe System Components: Quasi-one-Dimensional Nozzle Flow Analysis of Head Loss in Pipe System Components: Quasi-one-Dimensional Nozzle Flow Charles Ndambuki Muli School of Education, The Presbyterian University of East Africa, P.O. Box 387-00902, Kikuyu, Kenya.

More information

Chapter 5. Formulation of FEM for Unsteady Problems

Chapter 5. Formulation of FEM for Unsteady Problems Chapter 5 Formulation of FEM for Unsteady Problems Two alternatives for formulating time dependent problems are called coupled space-time formulation and semi-discrete formulation. The first one treats

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

Mathematical Modeling of Peristaltic Flow of Chyme in Small Intestine

Mathematical Modeling of Peristaltic Flow of Chyme in Small Intestine Available at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 6, Issue 2 (December 2011), pp. 428 444 Applications and Applied Mathematics: An International Journal (AAM) Mathematical Modeling

More information

1. Nusselt number and Biot number are computed in a similar manner (=hd/k). What are the differences between them? When and why are each of them used?

1. Nusselt number and Biot number are computed in a similar manner (=hd/k). What are the differences between them? When and why are each of them used? 1. Nusselt number and Biot number are computed in a similar manner (=hd/k). What are the differences between them? When and why are each of them used?. During unsteady state heat transfer, can the temperature

More information

Slow Photons in Vacuum as Elementary Particles. Chander Mohan Singal

Slow Photons in Vacuum as Elementary Particles. Chander Mohan Singal Ref ETOP98 Slow Photons in Vacuum as Elementary Particles Chander Mohan Singal Department of Physics, Indian Institute of Technology-Delhi, Hauz Khas, New Delhi-1116, INDIA E-Mail: drcmsingal@yahoocom

More information

flow Cross-sectional Area, A(x) Bubble Radius, R(x,t)

flow Cross-sectional Area, A(x) Bubble Radius, R(x,t) 1997 ASME Fluids Engineering Division Summer Meeting FEDSM'97 June 2226, 1997 FEDSM973532 ONEDIMENSIONAL BUBBLY CAVITATING FLOWS THROUGH A CONVERGINGDIVERGING NOZZLE YiChun Wang Department of Mechanical

More information