Three-Tank Experiment

Size: px
Start display at page:

Download "Three-Tank Experiment"

Transcription

1 Three-Tank Experiment Overview The three-tank experiment focuses on application of the mechanical balance equation to a transient flow. Three tanks are interconnected by Schedule 40 pipes of nominal diameter 3/4" leading from the bottom of each tank to the other two tanks (see Figure 1). Two of the tanks are identical and have the diameter of 11". The diameter of the third tank is 13". The tanks will be filled with water to different heights, which will drive flow of water between the tanks. The purpose of this experiment is to investigate time dependence of water levels in the tanks as the system reaches equilibrium. The experimental observations should be compared with theoretical predictions which will be obtained by solving a system of nonlinear differential equations. Therefore, students should review numerical methods (e.g., Euler, Runge-Kutta) for integration of differential equations. Figure 1. Three-tank system. 1

2 Theory The governing equations in this experiment are obtained from applying force and mass balances on the fluid flow between tanks. Mass balance for the flow of water leaving one of the i-th tanks is: dh i dt = Q i A i, (1) where h i is the level of water in the i-th tank, Q i is the flow rate of water leaving or entering the i- th tank, and A i is the cross-sectional area of the i-th tank. A more useful relationship can be obtained by rewriting the flow rate in terms of the average fluid velocity v i of water in the pipe leading to the i-th tank, dh i dt = A p v A i, (2) i where A p is the pipe area. To obtain the average velocity, we need to apply the mechanical balance to the pipe system. For simplicity, let us first perform this analysis for a 2-tank system shown in Figure 2. After that, we will extend the analysis to the 3-tank system. Figure 2. Schematics of the two-tank system. Two-Tank System The mechanical balance between points 1 and 2 of the 2-tank system is P 1 P 2 ρ = 1 2 K 12v 2 12, (3) where K 12 is the friction coefficient of the pipe connecting the two tanks, v 12 is the fluid velocity in this pipe, P i is the hydrostatic pressure at the bottom of the i-th tank (i = 1, 2), and ρ is the water density. The hydrostatic pressure difference is Substituting this into Eq. (3) and solving for v 12 we get: P 1 P 2 = ρg(h 1 h 2 ) (4) 2

3 v 12 = 2g(h 1 h 2 ) K 12. (5) This equation assumes that h 1 h 2. Note that if the h 1 < h 2, Eq. (5) will yield an imaginary number for v 12, whereas physically it should be a negative value. To account for this, Eq. (5) should be rewritten as follows: where v ij = Sign(h i h j ) 2g h i h j K ij, (6) 1, x > 0 Sign(x) = { 0, x = 0 1, x < 0 is the sign function. The indices ij in Eq. (6) denote the location of the pipe network (for example, K 12, is the friction coefficient of the pipes between tanks 1 and 2). Eqs. (5) and (6) adhere to the following sign convention: v ij > 0 if water flows from tank i to tank to tank j. Now that we have an expression for the velocity between two tanks, we can plug it into the mass balance Eq. (2) to get a system of first-order differential equations describing the water level in each of the tanks. For simplicity, let us consider flow between two tanks of the same diameter. In this case, the mass balance simplifies to Integrating this equation, we obtain where (7) dh 1 dt = dh 2 dt. (8) h 1 (t) = h 2 (t) + C (9) C = h 1 (0) + h 2 (0) (10) is the integration constant related to the initial levels h 1 (0) and h 2 (0). Substituting Eq. (9) into Eq. (6) and then substituting the resulting expression into the mass balance Eq. (2) for tank 2 yields: dh 2 dt = A p A 2 v 12 = A p A 2 Sign(h 1 h 2 ) 2g C 2h 2 K 12 (11) Assuming that K 12 is independent of the fluid velocity, the differential equation (11) can be solved analytically to obtain an expression for dependence of h 2 on time. Plotting a linearized model of the result is useful to obtain the friction coefficient from the slope of the graph. This 3

4 friction coefficient can be used as an approximation in the three-tank system to simplify calculations. Three-Tank System In the three-tank system, water leaving one tank flows into two other tanks, depending on the levels of water in the tanks. Performing a mass balance on the tee below tank 1, we get: v = v 12 + v 13 (12) Since the area of the pipe is the same throughout the system, the flow rate reduces to just the average velocities. v 12 is the velocity of water going from tank 1 to tank 2 and similarly, v 13 is the velocity of water going from tank 1 to tank 3. Plugging in Eq. (6) for both v 12 and v 13 and then substituting Eq. (12) into our mass balance Eq. (2) for each of the tanks will yield three first-order differential equations. The friction coefficients in the pipe network are given by: K ij = K ij,f + K ij,s (13) K f is a constant and it is the summation of the friction contributions from the fittings, K s is the skin friction of the pipe. The skin friction coefficient for flow through a pipe is: K s = 4 L f, (14) D where L is the length of the pipe, D is the diameter of the pipe, and f is the Fanning friction factor. The flow between the tanks can be assumed to be turbulent for the entire duration of the experiment (see prelab questions). Therefore, we can use Blasius equation for the Fanning friction factor: f = 0.079Re.25 (15) Substituting Eq. (15) into Eq. (14) and then plugging in the friction coefficients into the system of equations will yield three non-linear first-order differential equations. Solution of this system requires a numerical solution using, e.g., Euler or Runge-Kutta method. The friction coefficients depend on the velocity of the system, which means a solver is needed to first obtain the velocity to obtain the friction coefficients. This must be done at all water levels and seeded in during the numerical solver process which is difficult to manage. Instead, friction coefficients obtained from the two-tank analysis can be used as an approximation. Since the pipe networks between tanks 1 and 2 and tanks 1 and 3 are different, two different coefficients must be obtained. 4

5 Objectives 1. Perform 2-tank flow experiments and obtain friction coefficients in pipes connecting each pair of tanks. 2. Perform 3-tank flow experiments at various initial water levels in the tanks. 3. Make a theoretical prediction for transient flows in the 3-tank system. 4. Compare the experimental results with the theoretical prediction. 5

Lab Project 4a MATLAB Model of Oscillatory Flow

Lab Project 4a MATLAB Model of Oscillatory Flow Lab Project 4a MATLAB Model of Oscillatory Flow Goals Prepare analytical and computational solutions for transient flow between the two upright arms of a U-shaped tube Compare the theoretical solutions

More information

Dynamic Modeling. For the mechanical translational system shown in Figure 1, determine a set of first order

Dynamic Modeling. For the mechanical translational system shown in Figure 1, determine a set of first order QUESTION 1 For the mechanical translational system shown in, determine a set of first order differential equations describing the system dynamics. Identify the state variables and inputs. y(t) x(t) k m

More information

Modeling Basics: 4. Numerical ODE Solving In Excel 5. Solving ODEs in Mathematica

Modeling Basics: 4. Numerical ODE Solving In Excel 5. Solving ODEs in Mathematica Modeling Basics: 4. Numerical ODE Solving In Excel 5. Solving ODEs in Mathematica By Peter Woolf University of Michigan Michigan Chemical Process Dynamics and Controls Open Textbook version 1.0 Creative

More information

3.2 Systems of Two First Order Linear DE s

3.2 Systems of Two First Order Linear DE s Agenda Section 3.2 Reminders Lab 1 write-up due 9/26 or 9/28 Lab 2 prelab due 9/26 or 9/28 WebHW due 9/29 Office hours Tues, Thurs 1-2 pm (5852 East Hall) MathLab office hour Sun 7-8 pm (MathLab) 3.2 Systems

More information

Study fluid dynamics. Understanding Bernoulli s Equation.

Study fluid dynamics. Understanding Bernoulli s Equation. Chapter Objectives Study fluid dynamics. Understanding Bernoulli s Equation. Chapter Outline 1. Fluid Flow. Bernoulli s Equation 3. Viscosity and Turbulence 1. Fluid Flow An ideal fluid is a fluid that

More information

Fluid Flow Analysis Penn State Chemical Engineering

Fluid Flow Analysis Penn State Chemical Engineering Fluid Flow Analysis Penn State Chemical Engineering Revised Spring 2015 Table of Contents LEARNING OBJECTIVES... 1 EXPERIMENTAL OBJECTIVES AND OVERVIEW... 1 PRE-LAB STUDY... 2 EXPERIMENTS IN THE LAB...

More information

Introduction to Chemical Engineering Computing, 2 nd edition, Bruce A. Finlayson, Wiley (2012)

Introduction to Chemical Engineering Computing, 2 nd edition, Bruce A. Finlayson, Wiley (2012) Introduction to Chemical Engineering Computing, 2 nd edition, Bruce A. Finlayson, Wiley (2012) The following web sites can be used to obtain material from Wiley. It includes the keys to the problems (useful

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

LOSSES DUE TO PIPE FITTINGS

LOSSES DUE TO PIPE FITTINGS LOSSES DUE TO PIPE FITTINGS Aim: To determine the losses across the fittings in a pipe network Theory: The resistance to flow in a pipe network causes loss in the pressure head along the flow. The overall

More information

Linear Transport Relations (LTR)

Linear Transport Relations (LTR) Linear Transport Relations (LTR) Much of Transport Phenomena deals with the exchange of momentum, mass, or heat between two (or many) objects. Often, the most mathematically simple way to consider how

More information

M E 320 Professor John M. Cimbala Lecture 38

M E 320 Professor John M. Cimbala Lecture 38 M E 320 Professor John M. Cimbala Lecture 38 Today, we will: Discuss displacement thickness in a laminar boundary layer Discuss the turbulent boundary layer on a flat plate, and compare with laminar flow

More information

Lesson 6 Review of fundamentals: Fluid flow

Lesson 6 Review of fundamentals: Fluid flow Lesson 6 Review of fundamentals: Fluid flow The specific objective of this lesson is to conduct a brief review of the fundamentals of fluid flow and present: A general equation for conservation of mass

More information

ENGI 3424 First Order ODEs Page 1-01

ENGI 3424 First Order ODEs Page 1-01 ENGI 344 First Order ODEs Page 1-01 1. Ordinary Differential Equations Equations involving only one independent variable and one or more dependent variables, together with their derivatives with respect

More information

ξ Da nc n = c Pe ξ = c o ( θ ) (95) c ξ = 0 (96) θ = 0 ; c= c i ξ ( ) (97) (98) Pe z = u L E z

ξ Da nc n = c Pe ξ = c o ( θ ) (95) c ξ = 0 (96) θ = 0 ; c= c i ξ ( ) (97) (98) Pe z = u L E z 5. THE AXIAL DISPERSION MODEL The axial dispersion model can readily be extended to apply to turbulent flow conditions. Under such conditions the velocity profile is almost flat and averaging with respect

More information

Project TOUCAN. A Study of a Two-Can System. Prof. R.G. Longoria Update Fall ME 144L Prof. R.G. Longoria Dynamic Systems and Controls Laboratory

Project TOUCAN. A Study of a Two-Can System. Prof. R.G. Longoria Update Fall ME 144L Prof. R.G. Longoria Dynamic Systems and Controls Laboratory Project TOUCAN A Study of a Two-Can System Prof. R.G. Longoria Update Fall 2009 Laboratory Goals Gain familiarity with building models that reflect reality. Show how a model can be used to guide physical

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

Module 2: External Flows Lecture 6: Exact Solution of Boundary Layer Equation. The Lecture Contains: Blasius Solution. Numerical Approach

Module 2: External Flows Lecture 6: Exact Solution of Boundary Layer Equation. The Lecture Contains: Blasius Solution. Numerical Approach The Lecture Contains: Blasius Solution Numerical Approach file:///d /Web%20Course%20(Ganesh%20Rana)/Dr.%20gautam%20biswas/Final/convective_heat_and_mass_transfer/lecture6/6_1.htm[12/24/2014 5:51:08 PM]

More information

Process Control and Instrumentation Prof. A. K. Jana Department of Chemical Engineering Indian Institute of Technology, Kharagpur

Process Control and Instrumentation Prof. A. K. Jana Department of Chemical Engineering Indian Institute of Technology, Kharagpur Process Control and Instrumentation Prof. A. K. Jana Department of Chemical Engineering Indian Institute of Technology, Kharagpur Lecture - 10 Dynamic Behavior of Chemical Processes (Contd.) (Refer Slide

More information

Nodalization. The student should be able to develop, with justification, a node-link diagram given a thermalhydraulic system.

Nodalization. The student should be able to develop, with justification, a node-link diagram given a thermalhydraulic system. Nodalization 3-1 Chapter 3 Nodalization 3.1 Introduction 3.1.1 Chapter content This chapter focusses on establishing a rationale for, and the setting up of, the geometric representation of thermalhydraulic

More information

MTE 119 STATICS FINAL HELP SESSION REVIEW PROBLEMS PAGE 1 9 NAME & ID DATE. Example Problem P.1

MTE 119 STATICS FINAL HELP SESSION REVIEW PROBLEMS PAGE 1 9 NAME & ID DATE. Example Problem P.1 MTE STATICS Example Problem P. Beer & Johnston, 004 by Mc Graw-Hill Companies, Inc. The structure shown consists of a beam of rectangular cross section (4in width, 8in height. (a Draw the shear and bending

More information

6 Two-layer shallow water theory.

6 Two-layer shallow water theory. 6 Two-layer shallow water theory. Wewillnowgoontolookatashallowwatersystemthathastwolayersofdifferent density. This is the next level of complexity and a simple starting point for understanding the behaviour

More information

Lab 3A: Modeling and Experimentation: Two-Can System

Lab 3A: Modeling and Experimentation: Two-Can System Lab 3A: Modeling and Experimentation: Two-Can System Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin June 26, 2014 1 Introduction 2 One-Can 3 Analysis 4 Two-Can

More information

Modeling and Experimentation: Compound Pendulum

Modeling and Experimentation: Compound Pendulum Modeling and Experimentation: Compound Pendulum Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin Fall 2014 Overview This lab focuses on developing a mathematical

More information

The Enigma of The Transition to Turbulence in a Pipe

The Enigma of The Transition to Turbulence in a Pipe 4th Brooke Benjamin Lecture The Enigma of The Transition to Turbulence in a Pipe T. Mullin Manchester Centre for Nonlinear Dynamics The University of Manchester, UK Joint work with: A.G. Darbyshire, B.

More information

Lab-Report Control Engineering. Proportional Control of a Liquid Level System

Lab-Report Control Engineering. Proportional Control of a Liquid Level System Lab-Report Control Engineering Proportional Control of a Liquid Level System Name: Dirk Becker Course: BEng 2 Group: A Student No.: 9801351 Date: 10/April/1999 1. Contents 1. CONTENTS... 2 2. INTRODUCTION...

More information

Applied Fluid Mechanics

Applied Fluid Mechanics Applied Fluid Mechanics 1. The Nature of Fluid and the Study of Fluid Mechanics 2. Viscosity of Fluid 3. Pressure Measurement 4. Forces Due to Static Fluid 5. Buoyancy and Stability 6. Flow of Fluid and

More information

CHAPTER 80 NUMERICAL METHODS FOR FIRST-ORDER DIFFERENTIAL EQUATIONS

CHAPTER 80 NUMERICAL METHODS FOR FIRST-ORDER DIFFERENTIAL EQUATIONS CHAPTER 8 NUMERICAL METHODS FOR FIRST-ORDER DIFFERENTIAL EQUATIONS EXERCISE 33 Page 834. Use Euler s method to obtain a numerical solution of the differential equation d d 3, with the initial conditions

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

ERRATA CRANE FLOW OF FLUIDS THROUGH VALVES, FITTINGS AND PIPE TECHNICAL PAPER NO. 410 METRIC VERSION

ERRATA CRANE FLOW OF FLUIDS THROUGH VALVES, FITTINGS AND PIPE TECHNICAL PAPER NO. 410 METRIC VERSION ERRATA CRANE FLOW OF FLUIDS THROUGH VALVES, FITTINGS AND PIPE TECHNICAL PAPER NO. 410 METRIC VERSION CONTACT Please address questions and possible errata to solutions@flowoffluids.com FRONT MATTER PAGE

More information

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0 Math 2250 Lab 4 Name/Unid: 1. (25 points) A man bails out of an airplane at the altitute of 12,000 ft, falls freely for 20 s, then opens his parachute. Assuming linear air resistance ρv ft/s 2, taking

More information

Objectives. Conservation of mass principle: Mass Equation The Bernoulli equation Conservation of energy principle: Energy equation

Objectives. Conservation of mass principle: Mass Equation The Bernoulli equation Conservation of energy principle: Energy equation Objectives Conservation of mass principle: Mass Equation The Bernoulli equation Conservation of energy principle: Energy equation Conservation of Mass Conservation of Mass Mass, like energy, is a conserved

More information

M E 320 Supplementary Material Pralav Shetty

M E 320 Supplementary Material Pralav Shetty M E 320 Supplementary Material Pralav Shetty Note: In order to view the demonstrations below, you must first download CDF player to your PC/Mac/Linux. Link for CDF player http://www.wolfram.com/cdf-player/

More information

7.6 Example von Kármán s Laminar Boundary Layer Problem

7.6 Example von Kármán s Laminar Boundary Layer Problem CEE 3310 External Flows (Boundary Layers & Drag, Nov. 11, 2016 157 7.5 Review Non-Circular Pipes Laminar: f = 64/Re DH ± 40% Turbulent: f(re DH, ɛ/d H ) Moody chart for f ± 15% Bernoulli-Based Flow Metering

More information

Hydraulic (Fluid) Systems

Hydraulic (Fluid) Systems Hydraulic (Fluid) Systems Basic Modeling Elements Resistance apacitance Inertance Pressure and Flow Sources Interconnection Relationships ompatibility Law ontinuity Law Derive Input/Output Models ME375

More information

Chemical Engineering 140. Chemical Process Analysis C.J. Radke Tentative Schedule Fall 2013

Chemical Engineering 140. Chemical Process Analysis C.J. Radke Tentative Schedule Fall 2013 Chemical Process Analysis C.J. Radke Tentative Schedule Fall 2013 Week 0 *8/30 1. Definition of Chemical Engineering: flow sheet, reactor trains and separation processes, raw materials, power production

More information

Enhancing Computer-Based Problem Solving Skills with a Combination of Software Packages

Enhancing Computer-Based Problem Solving Skills with a Combination of Software Packages 3420 Enhancing Computer-Based Problem Solving Sills with a Combination of Software Pacages Mordechai Shacham Dept. of Chemical Engineering, Ben Gurion University of the Negev Beer-Sheva 84105, Israel e-mail:

More information

Calibrate Rotameter and Orifice Meter and Explore Reynolds #

Calibrate Rotameter and Orifice Meter and Explore Reynolds # CM3215 Fundamentals of Chemical Engineering Laboratory Calibrate Rotameter and Orifice Meter and Explore Reynolds # Extra features! Professor Faith Department of Chemical Engineering Michigan Technological

More information

Lecture 22. Mechanical Energy Balance

Lecture 22. Mechanical Energy Balance Lecture 22 Mechanical Energy Balance Contents Exercise 1 Exercise 2 Exercise 3 Key Words: Fluid flow, Macroscopic Balance, Frictional Losses, Turbulent Flow Exercise 1 It is proposed to install a fan to

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

Q1 Give answers to all of the following questions (5 marks each):

Q1 Give answers to all of the following questions (5 marks each): FLUID MECHANICS First Year Exam Solutions 03 Q Give answers to all of the following questions (5 marks each): (a) A cylinder of m in diameter is made with material of relative density 0.5. It is moored

More information

LEAKLESS COOLING SYSTEM V.2 PRESSURE DROP CALCULATIONS AND ASSUMPTIONS

LEAKLESS COOLING SYSTEM V.2 PRESSURE DROP CALCULATIONS AND ASSUMPTIONS CH-1211 Geneva 23 Switzerland EDMS No. ST/CV - Cooling of Electronics & Detectors GUIDE LEAKLESS COOLING SYSTEM V.2 PRESSURE DROP CALCULATIONS AND ASSUMPTIONS Objectives Guide to Leakless Cooling System

More information

Ordinary Differential Equations. Monday, October 10, 11

Ordinary Differential Equations. Monday, October 10, 11 Ordinary Differential Equations Monday, October 10, 11 Problems involving ODEs can always be reduced to a set of first order differential equations. For example, By introducing a new variable z, this can

More information

M E 320 Professor John M. Cimbala Lecture 05

M E 320 Professor John M. Cimbala Lecture 05 M E 320 Professor John M. Cimbala Lecture 05 Today, we will: Continue Chapter 3 Pressure and Fluid Statics Discuss applications of fluid statics (barometers and U-tube manometers) Do some example problems

More information

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Chapter 9b: Numerical Methods for Calculus and Differential Equations Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Acceleration Initial-Value Problems Consider a skydiver

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

Extended MHD simulation of Rayleigh-Taylor/Kelvin-Helmholtz instability

Extended MHD simulation of Rayleigh-Taylor/Kelvin-Helmholtz instability Extended MHD simulation of Rayleigh-Taylor/Kelvin-Helmholtz instability R. Goto (a), T. Hatori (a), H. Miura (a, b), A. Ito (a, b) and M. Sato (b) (a) The Graduate University for Advanced Studies (Sokendai)

More information

Use of Differential Equations In Modeling and Simulation of CSTR

Use of Differential Equations In Modeling and Simulation of CSTR Use of Differential Equations In Modeling and Simulation of CSTR JIRI VOJTESEK, PETR DOSTAL Department of Process Control, Faculty of Applied Informatics Tomas Bata University in Zlin nám. T. G. Masaryka

More information

LECTURE 1 THE CONTENTS OF THIS LECTURE ARE AS FOLLOWS:

LECTURE 1 THE CONTENTS OF THIS LECTURE ARE AS FOLLOWS: LECTURE 1 THE CONTENTS OF THIS LECTURE ARE AS FOLLOWS: 1.0 INTRODUCTION TO FLUID AND BASIC EQUATIONS 2.0 REYNOLDS NUMBER AND CRITICAL VELOCITY 3.0 APPROACH TOWARDS REYNOLDS NUMBER REFERENCES Page 1 of

More information

PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Abstract

PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Abstract PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Mr. Benjamen P. Reed (110108461) IMPACS, Aberystwyth University January 31, 2014 Abstract A set of three coupled ordinary

More information

Math 307 E - Summer 2011 Pactice Mid-Term Exam June 18, Total 60

Math 307 E - Summer 2011 Pactice Mid-Term Exam June 18, Total 60 Math 307 E - Summer 011 Pactice Mid-Term Exam June 18, 011 Name: Student number: 1 10 10 3 10 4 10 5 10 6 10 Total 60 Complete all questions. You may use a scientific calculator during this examination.

More information

1 Systems of First Order IVP

1 Systems of First Order IVP cs412: introduction to numerical analysis 12/09/10 Lecture 24: Systems of First Order Differential Equations Instructor: Professor Amos Ron Scribes: Yunpeng Li, Mark Cowlishaw, Nathanael Fillmore 1 Systems

More information

Introduction to Fluid Flow

Introduction to Fluid Flow Introduction to Fluid Flow Learning Outcomes After this lecture you should be able to Explain viscosity and how it changes with temperature Write the continuity equation Define laminar and turbulent flow

More information

Simulation of Supercritical Fluid Extraction Process Using COMSOL Multiphysics

Simulation of Supercritical Fluid Extraction Process Using COMSOL Multiphysics Simulation of Supercritical Fluid Extraction Process Using COMSOL Multiphysics Priyanka* 1, Shabina. Khanam 2 1 Priyanka. Indian Institute of Technology Roorkee, Roorkee 2 Shabina Khanam. Indian Institute

More information

MTH 103 Group Activity Problems (W1B) Name: Types of Functions and Their Rates of Change Section 1.4 part 1 (due April 6)

MTH 103 Group Activity Problems (W1B) Name: Types of Functions and Their Rates of Change Section 1.4 part 1 (due April 6) MTH 103 Group Activity Problems (W1B) Name: Types of Functions and Their Rates of Change Section 1.4 part 1 (due April 6) Learning Objectives Identify linear and nonlinear functions Interpret slope as

More information

MASS, MOMENTUM, AND ENERGY EQUATIONS

MASS, MOMENTUM, AND ENERGY EQUATIONS MASS, MOMENTUM, AND ENERGY EQUATIONS This chapter deals with four equations commonly used in fluid mechanics: the mass, Bernoulli, Momentum and energy equations. The mass equation is an expression of the

More information

Math 128A Spring 2003 Week 12 Solutions

Math 128A Spring 2003 Week 12 Solutions Math 128A Spring 2003 Week 12 Solutions Burden & Faires 5.9: 1b, 2b, 3, 5, 6, 7 Burden & Faires 5.10: 4, 5, 8 Burden & Faires 5.11: 1c, 2, 5, 6, 8 Burden & Faires 5.9. Higher-Order Equations and Systems

More information

Atmospheric pressure. 9 ft. 6 ft

Atmospheric pressure. 9 ft. 6 ft Name CEE 4 Final Exam, Aut 00; Answer all questions; 145 points total. Some information that might be helpful is provided below. A Moody diagram is printed on the last page. For water at 0 o C (68 o F):

More information

Physics 3 Summer 1990 Lab 7 - Hydrodynamics

Physics 3 Summer 1990 Lab 7 - Hydrodynamics Physics 3 Summer 1990 Lab 7 - Hydrodynamics Theory Consider an ideal liquid, one which is incompressible and which has no internal friction, flowing through pipe of varying cross section as shown in figure

More information

Numerical modelling of phase change processes in clouds. Challenges and Approaches. Martin Reitzle Bernard Weigand

Numerical modelling of phase change processes in clouds. Challenges and Approaches. Martin Reitzle Bernard Weigand Institute of Aerospace Thermodynamics Numerical modelling of phase change processes in clouds Challenges and Approaches Martin Reitzle Bernard Weigand Introduction Institute of Aerospace Thermodynamics

More information

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

EGN 3353C Fluid Mechanics

EGN 3353C Fluid Mechanics Lecture 8 Bernoulli s Equation: Limitations and Applications Last time, we derived the steady form of Bernoulli s Equation along a streamline p + ρv + ρgz = P t static hydrostatic total pressure q = dynamic

More information

Lecture 24. Design of flow meters

Lecture 24. Design of flow meters Lecture 24 Design of flow meters Contents Exercise 1 Exercise 2 Exercise 3 Key Words: Fluid flow, Macroscopic Balance, Frictional Losses, Turbulent Flow, Venturimeter, Orifice Meter, Pitot Tube Exercise

More information

FRICTION LOSS ALONG A PIPE

FRICTION LOSS ALONG A PIPE FRICTION LOSS ALONG A PIPE 1. INTRODUCTION The frictional resistance to which fluid is subjected as it flows along a pipe results in a continuous loss of energy or total head of the fluid. Fig 1 illustrates

More information

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations 1 Math 122 Fall 2008 Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations The purpose of this handout is to review the techniques that you will learn for

More information

Power System Transient Stability Simulation

Power System Transient Stability Simulation Power System Transient Stability Simulation Ashley Cliff Mentors: Srdjan Simunovic Aleksandar Dimitrovski Kwai Wong Goal Overall Goal: Determine how to stabilize the system before it collapses by running

More information

Computational Physics (6810): Session 8

Computational Physics (6810): Session 8 Computational Physics (6810): Session 8 Dick Furnstahl Nuclear Theory Group OSU Physics Department February 24, 2014 Differential equation solving Session 7 Preview Session 8 Stuff Solving differential

More information

FLUID MECHANICS D203 SAE SOLUTIONS TUTORIAL 2 APPLICATIONS OF BERNOULLI SELF ASSESSMENT EXERCISE 1

FLUID MECHANICS D203 SAE SOLUTIONS TUTORIAL 2 APPLICATIONS OF BERNOULLI SELF ASSESSMENT EXERCISE 1 FLUID MECHANICS D203 SAE SOLUTIONS TUTORIAL 2 APPLICATIONS OF BERNOULLI SELF ASSESSMENT EXERCISE 1 1. A pipe 100 mm bore diameter carries oil of density 900 kg/m3 at a rate of 4 kg/s. The pipe reduces

More information

y = sin(x) y = x x = 0 x = 1.

y = sin(x) y = x x = 0 x = 1. Math 122 Fall 2008 Unit Test 2 Review Problems Set B We have chosen these problems because we think that they are representative of many of the mathematical concepts that we have studied. There is no guarantee

More information

Numerical method for approximating the solution of an IVP. Euler Algorithm (the simplest approximation method)

Numerical method for approximating the solution of an IVP. Euler Algorithm (the simplest approximation method) Section 2.7 Euler s Method (Computer Approximation) Key Terms/ Ideas: Numerical method for approximating the solution of an IVP Linear Approximation; Tangent Line Euler Algorithm (the simplest approximation

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Definition: A differential equation is an equation involving the derivative of a function. If the function depends on a single variable, then only ordinary derivatives appear and

More information

MATHCAD SOLUTIONS TO THE CHEMICAL ENGINEERING PROBLEM SET

MATHCAD SOLUTIONS TO THE CHEMICAL ENGINEERING PROBLEM SET MATHCA SOLUTIONS TO THE CHEMICAL ENGINEERING PROBLEM SET Mathematical Software Session John J. Hwalek, epartment of Chemical Engineering University of Maine, Orono, Me 4469-5737 (hwalek@maine.maine.edu)

More information

Identification Methods for Structural Systems. Prof. Dr. Eleni Chatzi Lecture March, 2016

Identification Methods for Structural Systems. Prof. Dr. Eleni Chatzi Lecture March, 2016 Prof. Dr. Eleni Chatzi Lecture 4-09. March, 2016 Fundamentals Overview Multiple DOF Systems State-space Formulation Eigenvalue Analysis The Mode Superposition Method The effect of Damping on Structural

More information

Mixture of ideal gas and radiation: pressure effects

Mixture of ideal gas and radiation: pressure effects 2.3. EQUATION OF STATE 39 September 21... 2.3.10 Mixture of ideal gas and radiation: pressure effects Itshouldbenotedthatwehavebeenconsideringanidealgasmadeupofparticlesonly. Whenradiation is present along

More information

In steady flow the velocity of the fluid particles at any point is constant as time passes.

In steady flow the velocity of the fluid particles at any point is constant as time passes. Chapter 10 Fluids Fluids in Motion In steady flow the velocity of the fluid particles at any point is constant as time passes. Unsteady flow exists whenever the velocity of the fluid particles at a point

More information

Chapter (6) Energy Equation and Its Applications

Chapter (6) Energy Equation and Its Applications Chapter (6) Energy Equation and Its Applications Bernoulli Equation Bernoulli equation is one of the most useful equations in fluid mechanics and hydraulics. And it s a statement of the principle of conservation

More information

FORMULA SHEET. General formulas:

FORMULA SHEET. General formulas: FORMULA SHEET You may use this formula sheet during the Advanced Transport Phenomena course and it should contain all formulas you need during this course. Note that the weeks are numbered from 1.1 to

More information

External Flows. Dye streak. turbulent. laminar transition

External Flows. Dye streak. turbulent. laminar transition Eternal Flos An internal flo is surrounded by solid boundaries that can restrict the development of its boundary layer, for eample, a pipe flo. An eternal flo, on the other hand, are flos over bodies immersed

More information

Differential Equations

Differential Equations Differential Equations Definitions Finite Differences Taylor Series based Methods: Euler Method Runge-Kutta Methods Improved Euler, Midpoint methods Runge Kutta (2nd, 4th order) methods Predictor-Corrector

More information

Section 2.1 Differential Equation and Solutions

Section 2.1 Differential Equation and Solutions Section 2.1 Differential Equation and Solutions Key Terms: Ordinary Differential Equation (ODE) Independent Variable Order of a DE Partial Differential Equation (PDE) Normal Form Solution General Solution

More information

Math 113 (Calculus II) Final Exam KEY

Math 113 (Calculus II) Final Exam KEY Math (Calculus II) Final Exam KEY Short Answer. Fill in the blank with the appropriate answer.. (0 points) a. Let y = f (x) for x [a, b]. Give the formula for the length of the curve formed by the b graph

More information

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0 Math 2250 Lab 4 Name/Unid: 1. (35 points) Leslie Leroy Irvin bails out of an airplane at the altitude of 16,000 ft, falls freely for 20 s, then opens his parachute. Assuming linear air resistance ρv ft/s

More information

Exploring Nonlinear Oscillator Models for the Auditory Periphery

Exploring Nonlinear Oscillator Models for the Auditory Periphery Exploring Nonlinear Oscillator Models for the Auditory Periphery Andrew Binder Dr. Christopher Bergevin, Supervisor October 31, 2008 1 Introduction Sound-induced vibrations are converted into electrical

More information

Dynamic Loads CE 543. Examples. Harmonic Loads

Dynamic Loads CE 543. Examples. Harmonic Loads CE 543 Structural Dynamics Introduction Dynamic Loads Dynamic loads are time-varying loads. (But time-varying loads may not require dynamic analysis.) Dynamics loads can be grouped in one of the following

More information

BAE 820 Physical Principles of Environmental Systems

BAE 820 Physical Principles of Environmental Systems BAE 820 Physical Principles of Environmental Systems Stokes' law and Reynold number Dr. Zifei Liu The motion of a particle in a fluid environment, such as air or water m dv =F(t) - F dt d - 1 4 2 3 πr3

More information

1. Consider the initial value problem: find y(t) such that. y = y 2 t, y(0) = 1.

1. Consider the initial value problem: find y(t) such that. y = y 2 t, y(0) = 1. Engineering Mathematics CHEN30101 solutions to sheet 3 1. Consider the initial value problem: find y(t) such that y = y 2 t, y(0) = 1. Take a step size h = 0.1 and verify that the forward Euler approximation

More information

ME332 FLUID MECHANICS LABORATORY (PART I)

ME332 FLUID MECHANICS LABORATORY (PART I) ME332 FLUID MECHANICS LABORATORY (PART I) Mihir Sen Department of Aerospace and Mechanical Engineering University of Notre Dame Notre Dame, IN 46556 Version: January 14, 2002 Contents Unit 1: Hydrostatics

More information

A population is modeled by the differential equation

A population is modeled by the differential equation Math 2, Winter 2016 Weekly Homework #8 Solutions 9.1.9. A population is modeled by the differential equation dt = 1.2 P 1 P ). 4200 a) For what values of P is the population increasing? P is increasing

More information

Chapter 15: Fluid Mechanics Dynamics Using Pascal s Law = F 1 = F 2 2 = F 2 A 2

Chapter 15: Fluid Mechanics Dynamics Using Pascal s Law = F 1 = F 2 2 = F 2 A 2 Lecture 24: Archimedes Principle and Bernoulli s Law 1 Chapter 15: Fluid Mechanics Dynamics Using Pascal s Law Example 15.1 The hydraulic lift A hydraulic lift consists of a small diameter piston of radius

More information

Physics 123 Unit #1 Review

Physics 123 Unit #1 Review Physics 123 Unit #1 Review I. Definitions & Facts Density Specific gravity (= material / water) Pressure Atmosphere, bar, Pascal Barometer Streamline, laminar flow Turbulence Gauge pressure II. Mathematics

More information

UNIT IV BOUNDARY LAYER AND FLOW THROUGH PIPES Definition of boundary layer Thickness and classification Displacement and momentum thickness Development of laminar and turbulent flows in circular pipes

More information

Lab 1: Damped, Driven Harmonic Oscillator

Lab 1: Damped, Driven Harmonic Oscillator 1 Introduction Lab 1: Damped, Driven Harmonic Oscillator The purpose of this experiment is to study the resonant properties of a driven, damped harmonic oscillator. This type of motion is characteristic

More information

Empirical versus Direct sensitivity computation

Empirical versus Direct sensitivity computation Empirical versus Direct sensitivity computation Application to the shallow water equations C. Delenne P. Finaud Guyot V. Guinot B. Cappelaere HydroSciences Montpellier UMR 5569 CNRS IRD UM1 UM2 Simhydro

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

CLASS SCHEDULE 2013 FALL

CLASS SCHEDULE 2013 FALL CLASS SCHEDULE 2013 FALL Class # or Lab # 1 Date Aug 26 2 28 Important Concepts (Section # in Text Reading, Lecture note) Examples/Lab Activities Definition fluid; continuum hypothesis; fluid properties

More information

Chapter (4) Motion of Fluid Particles and Streams

Chapter (4) Motion of Fluid Particles and Streams Chapter (4) Motion of Fluid Particles and Streams Read all Theoretical subjects from (slides Dr.K.AlASTAL) Patterns of Flow Reynolds Number (R e ): A dimensionless number used to identify the type of flow.

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

Lab 1: damped, driven harmonic oscillator

Lab 1: damped, driven harmonic oscillator Lab 1: damped, driven harmonic oscillator 1 Introduction The purpose of this experiment is to study the resonant properties of a driven, damped harmonic oscillator. This type of motion is characteristic

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

Chemical Engineering 374

Chemical Engineering 374 Chemical Engineering 374 Fluid Mechanics Single Pipelines 1 Fluids Roadmap Where are we going? 3 Imagine you just started a new job You are a process engineer at a plant Your boss comes to you and says:

More information

Bernoulli and Pipe Flow

Bernoulli and Pipe Flow Civil Engineering Hydraulics Mechanics of Fluids Head Loss Calculations Bernoulli and The Bernoulli equation that we worked with was a bit simplistic in the way it looked at a fluid system All real systems

More information