Numerical Hydraulics

Size: px
Start display at page:

Download "Numerical Hydraulics"

Transcription

1 ETH Zurich, Fall 2017 Numerical Hydraulics Assignment 2 Numerical solution of shallow water wave propagation (

2 1 Introduction 1.1 Equations Understanding the propagation of shallow water waves is important for a proper design of flood protection measures such as river dams in a populated area, the assessment of flooding risk or the study of morphological dynamics of a river. To assess the wave propagation through a channel, the 1D Saint Venant equations for open channel flow can be applied. The differences to the 1D pipe flow equations are the assumptions of hydrostatic pressure distribution, a small channel bottom slope (cos α 1 and sin α = - dz ), and a constant water density. The Saint Venant equations in 1D read: dx Continuity equation: Momentum equation: + v x + h v x t + vh t x v t = + q t x = 0 (non-conservative) (1a) = 0 (conservative) (1b) v + v + g g(i x x S I E ) = 0 (2) First, we consider possible simplifications of these equations. The first approximation is the steady state equation, which can be used to calculate water surface profiles. These profiles can be classified according to the bottom slope and the water depth in relation to the critical slope, the critical water depth and the uniform flow water depth (see slides). Steady state form: x = I S I E 1 Fr 2 (3) The second approximation is the kinematic wave where the momentum equation is simplified to: Kinematic wave: g(i S I E ) = 0 (4) Together with the continuity equation, this yields a non-linear wave equation. The advantage of the kinematic wave approximation is the reduction to a first order PDE, which is easier to solve and demands only one boundary condition. On the other hand, the wave steepens and no backwater effect can be implemented, as there is no downstream boundary condition. The third approximation is the diffusive wave where the momentum equation is reduced to: Diffusive wave: x = I S I E (4) The diffusive wave approximation leads to an advection-diffusion equation. The wave moves downstream and flattens out diffusively. A lower boundary condition is necessary due to the second derivative. Hence, this approximate solution allows for the implementation of a backwater effect. Often the diffusive wave approximation is sufficient to describe the wave propagation through a channel with a very simple and smooth geometry. For more complex cases, it is necessary to solve the full Saint-Venant equations which provide the solution of a dynamic wave. 1

3 1.2 Numerical solutions In this exercise, we will use the explicit finite difference method in an explicit form to solve the full Saint-Venant equations in 1D. From equation (1b) the water depth at the new time is obtained: h i = h j i Δt (h j j Δx i+1 v i+1 h j i v j i ) (5) Equation (2) provides the solution for the velocity at the new time: v i = v j i Δt ((vij ) 2 j (v 2Δx i 1 ) 2 ) g Δt (h j j Δx i h i 1 ) + gδt(i 0 I e ) (6) The energy slope Ie can be determined with the Strickler-formula: I e = j j v i vi k 2 4/3 (7) st r hy The hydraulic radius rhy is calculated as followed: r hy = j h i 1 b j 2 h i 1 +b (8) To solve the dynamic wave numerically two boundary conditions are required. The upstream boundary is usually implemented as an inflow hydrograph. This provides an equation for v 1 at the first cross-section; h 1 is obtained by formula (5). v 1 = Q in (9) b h i As downstream boundary condition a fixed water level can be used. This boundary condition provides an equation for h Nx+1 ; v Nx+1 can be determined with equation (6). h Nx+1 = h 0 (weir) (10) Other options for downstream boundary conditions are water level-flow rate relations or known slope of water level or energy. The explicit numerical solution method requires a stability condition named Courant-Friedrichs-Levy (CFL) criterion. The CFL criterion limits the timestep in relation to the spatial discretization and the flow and wave velocity to guarantee stability. Δt Δx (c+ v ) max (11) C is the relative wave velocity with respect to average flow depth: c = gh = g A(h) b(h) (12) Other possible solution schemes are the method of characteristics and the finite volume discretization. Compared to the pipe flow, the method of characteristics applied for open channel 2

4 flow needs an additional interpolation step, since the condition v + c v c c is not valid anymore (see lecture slides). In assignment 3 we will compare the numerical solutions obtained by finite difference and finite volume schemes. 2 Objective The goal of this assignment is to assess the propagation of a shallow water wave in a simple rectangular channel having constant slope and friction. In addition, the strengths and weaknesses of an explicit finite difference scheme shall be investigated. 3

5 3 Tasks and questions Complete the Matlab template NHY_Assignment_2_IncompleteMatlabCode.m. The channel properties are listed in table Tab. 1. The numerical parameters are shown in Tab. 2. Tab. 1: Channel properties Parameter Value Length m Width 10 m Slope 2 Roughness (kst) 20 m 1/3 s -1 Tab. 2: Numerical parameters Parameter Time step Simulation time Number of spatial discretization intervals Value 10 s s 40 The base flow Q0 can be set to 20 m 3 /s. The downstream boundary condition shall be implemented as a constant water depth of 2.2 m. The upstream boundary condition is given by an inflow hydrograph (Tab. 3). The discharge of the inflow hydrograph has to be added to the base flow. Tab. 3: Inflow hydrograph Time [h] Discharge [m 3 /s] Tasks: 1. Determine the wave propagation (water surface profile, maximum water depth) for the rectangular channel. 2. Determine the outflow hydrograph and compare the result with the inflow hydrograph. 3. Try different values for the channel properties (slope, width, roughness) as well as for the spatial and temporal discretization. What differences do you observe? What is the cause of the observed differences? Additional Task: 1. Implement the CFL criterion (i.e. insert a condition that makes sure that the timestep is small enough) 4

Block 3 Open channel flow

Block 3 Open channel flow Numerical Hydraulics Block 3 Open channel flow Markus Holzner Contents of the course Block 1 The equations Block Computation of pressure surges Block 3 Open channel flow (flow in rivers) Block 4 Numerical

More information

Numerical Hydraulics

Numerical Hydraulics ETHZ, Fall 017 Numerical Hydraulics Assignment 4 Numerical solution of 1D solute transport using Matlab http://www.bafg.de/ http://warholian.com Numerical Hydraulics Assignment 4 ETH 017 1 Introduction

More information

CIE4491 Lecture. Hydraulic design

CIE4491 Lecture. Hydraulic design CIE4491 Lecture. Hydraulic design Marie-claire ten Veldhuis 19-9-013 Delft University of Technology Challenge the future Hydraulic design of urban stormwater systems Focus on sewer pipes Pressurized and

More information

Introduction to BASEMENT Basic Simulation Environment for Computation of Environmental Flow and Natural Hazard Simulation

Introduction to BASEMENT Basic Simulation Environment for Computation of Environmental Flow and Natural Hazard Simulation Introduction to BASEMENT Basic Simulation Environment for Computation of Environmental Flow and Natural Hazard Simulation Numerical Hydraulics Autumn semester 2016 Prof. Dr. Markus Holzner Author: Pascal

More information

Hydraulics for Urban Storm Drainage

Hydraulics for Urban Storm Drainage Urban Hydraulics Hydraulics for Urban Storm Drainage Learning objectives: understanding of basic concepts of fluid flow and how to analyze conduit flows, free surface flows. to analyze, hydrostatic pressure

More information

Department of Hydro Sciences, Institute for Urban Water Management. Urban Water

Department of Hydro Sciences, Institute for Urban Water Management. Urban Water Department of Hydro Sciences, Institute for Urban Water Management Urban Water 1 Global water aspects Introduction to urban water management 3 Basics for systems description 4 Water transport 5 Matter

More information

Flood Routing by the Non-Linear Muskingum Model: Conservation of Mass and Momentum

Flood Routing by the Non-Linear Muskingum Model: Conservation of Mass and Momentum Archives of Hydro-Engineering and Environmental Mechanics Vol. 56 (29), No. 3 4, pp. 121 137 IBW PAN, ISSN 1231 3726 Flood Routing by the Non-Linear Muskingum Model: Conservation of Mass and Momentum Dariusz

More information

CIVL4120/7020 Advanced open channel hydraulics and design - Tutorial (1) Unsteady open channel flows

CIVL4120/7020 Advanced open channel hydraulics and design - Tutorial (1) Unsteady open channel flows School of Civil Engineering at the University of Queensland CIVL4120/7020 Advanced open channel hydraulics and design - Tutorial (1) Unsteady open channel flows Attendance to tutorials is very strongly

More information

IMPLICIT NUMERICAL SCHEME FOR REGULATING UNSTEADY FLOW IN OPEN CHANNEL Mohamed. T. Shamaa 1, and Hmida M. Karkuri 2

IMPLICIT NUMERICAL SCHEME FOR REGULATING UNSTEADY FLOW IN OPEN CHANNEL Mohamed. T. Shamaa 1, and Hmida M. Karkuri 2 IMPLICIT NUMERICAL SCHEME FOR REGULATING UNSTEADY FLOW IN OPEN CHANNEL Mohamed. T. Shamaa 1, and Hmida M. Karkuri 2 1 Associated Professor, Irrigation and Hydraulic Department, College of Technical Engineering,

More information

CE 6403 APPLIED HYDRAULIC ENGINEERING UNIT - II GRADUALLY VARIED FLOW

CE 6403 APPLIED HYDRAULIC ENGINEERING UNIT - II GRADUALLY VARIED FLOW CE 6403 APPLIED HYDRAULIC ENGINEERING UNIT - II GRADUALLY VARIED FLOW Dynamic equations of gradually varied and spatially varied flows - Water surface flow profile classifications: Hydraulic Slope, Hydraulic

More information

EFFECT OF SPATIAL AND TEMPORAL DISCRETIZATIONS ON THE SIMULATIONS USING CONSTANT-PARAMETER AND VARIABLE-PARAMETER MUSKINGUM METHODS

EFFECT OF SPATIAL AND TEMPORAL DISCRETIZATIONS ON THE SIMULATIONS USING CONSTANT-PARAMETER AND VARIABLE-PARAMETER MUSKINGUM METHODS INDIAN INSTITUTE OF TECHNOLOGY ROORKEE EFFECT OF SPATIAL AND TEMPORAL DISCRETIZATIONS ON THE SIMULATIONS USING CONSTANT-PARAMETER AND VARIABLE-PARAMETER MUSKINGUM METHODS Muthiah Perumal and C. Madhusudana

More information

Dr. Muhammad Ali Shamim ; Internal 652

Dr. Muhammad Ali Shamim ; Internal 652 Dr. Muhammad Ali Shamim ali.shamim@uettaxila.edu.pk 051-904765; Internal 65 Channel Tranistions A channel transition is defined as change in channel cross section e.g. change in channel width and/or channel

More information

Flood routing. Prof. (Dr.) Rajib Kumar Bhattacharjya Indian Institute of Technology Guwahati

Flood routing. Prof. (Dr.) Rajib Kumar Bhattacharjya Indian Institute of Technology Guwahati Flood routing Prof. (Dr.) Rajib Kumar Bhattacharjya Indian Institute of Technology Guwahati Guwahati, Assam Email: rkbc@iitg.ernet.in Web: www.iitg.ernet.in/rkbc Visiting Faculty NIT Meghalaya Q (m 3 /sec)

More information

VARIED FLOW IN OPEN CHANNELS

VARIED FLOW IN OPEN CHANNELS Chapter 15 Open Channels vs. Closed Conduits VARIED FLOW IN OPEN CHANNELS Fluid Mechanics, Spring Term 2011 In a closed conduit there can be a pressure gradient that drives the flow. An open channel has

More information

Gradually Varied Flow I+II. Hydromechanics VVR090

Gradually Varied Flow I+II. Hydromechanics VVR090 Gradually Varied Flow I+II Hydromechanics VVR090 Gradually Varied Flow Depth of flow varies with longitudinal distance. Occurs upstream and downstream control sections. Governing equation: dy dx So Sf

More information

39.1 Gradually Varied Unsteady Flow

39.1 Gradually Varied Unsteady Flow 39.1 Gradually Varied Unsteady Flow Gradually varied unsteady low occurs when the low variables such as the low depth and velocity do not change rapidly in time and space. Such lows are very common in

More information

OPEN CHANNEL FLOW. One-dimensional - neglect vertical and lateral variations in velocity. In other words, Q v = (1) A. Figure 1. One-dimensional Flow

OPEN CHANNEL FLOW. One-dimensional - neglect vertical and lateral variations in velocity. In other words, Q v = (1) A. Figure 1. One-dimensional Flow OPEN CHANNEL FLOW Page 1 OPEN CHANNEL FLOW Open Channel Flow (OCF) is flow with one boundary exposed to atmospheric pressure. The flow is not pressurized and occurs because of gravity. Flow Classification

More information

Sediment transport and river bed evolution

Sediment transport and river bed evolution 1 Chapter 1 Sediment transport and river bed evolution 1.1 What is the sediment transport? What is the river bed evolution? System of the interaction between flow and river beds Rivers transport a variety

More information

Open Channel Flow Part 2. Ch 10 Young, notes, handouts

Open Channel Flow Part 2. Ch 10 Young, notes, handouts Open Channel Flow Part 2 Ch 10 Young, notes, handouts Uniform Channel Flow Many situations have a good approximation d(v,y,q)/dx=0 Uniform flow Look at extended Bernoulli equation Friction slope exactly

More information

OPEN CHANNEL FLOW. Computer Applications. Numerical Methods and. Roland Jeppson. CRC Press UNIVERSITATSB'BUOTHEK TECHNISCHE. INFORMATlONSBiBUOTHEK

OPEN CHANNEL FLOW. Computer Applications. Numerical Methods and. Roland Jeppson. CRC Press UNIVERSITATSB'BUOTHEK TECHNISCHE. INFORMATlONSBiBUOTHEK OPEN CHANNEL FLOW Numerical Methods and Computer Applications Roland Jeppson TECHNISCHE INFORMATlONSBiBUOTHEK UNIVERSITATSB'BUOTHEK HANNOVER Si. i. CRC Press Taylor &.Francis Group Boca Raton London New

More information

MACRODISPERSION AND DISPERSIVE TRANSPORT BY UNSTEADY RIVER FLOW UNDER UNCERTAIN CONDITIONS

MACRODISPERSION AND DISPERSIVE TRANSPORT BY UNSTEADY RIVER FLOW UNDER UNCERTAIN CONDITIONS MACRODISPERSION AND DISPERSIVE TRANSPORT BY UNSTEADY RIVER FLOW UNDER UNCERTAIN CONDITIONS M.L. Kavvas and L.Liang UCD J.Amorocho Hydraulics Laboratory University of California, Davis, CA 95616, USA Uncertainties

More information

9. Flood Routing. chapter Two

9. Flood Routing. chapter Two 9. Flood Routing Flow routing is a mathematical procedure for predicting the changing magnitude, speed, and shape of a flood wave as a function of time at one or more points along a watercourse (waterway

More information

1.060 Engineering Mechanics II Spring Problem Set 4

1.060 Engineering Mechanics II Spring Problem Set 4 1.060 Engineering Mechanics II Spring 2006 Due on Monday, March 20th Problem Set 4 Important note: Please start a new sheet of paper for each problem in the problem set. Write the names of the group members

More information

ScienceDirect. A pipe network simulation model with dynamic transition between free surface and pressurized flow

ScienceDirect. A pipe network simulation model with dynamic transition between free surface and pressurized flow Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 70 ( 2014 ) 641 650 12th International Conference on Computing and Control for the Water Industry, CCWI2013 A pipe network simulation

More information

Advanced /Surface Hydrology Dr. Jagadish Torlapati Fall 2017 MODULE 2 - ROUTING METHODS

Advanced /Surface Hydrology Dr. Jagadish Torlapati Fall 2017 MODULE 2 - ROUTING METHODS Routing MODULE - ROUTING METHODS Routing is the process of find the distribution of flow rate and depth in space and time along a river or storm sewer. Routing is also called Flow routing or flood routing.

More information

MODELING FLUID FLOW IN OPEN CHANNEL WITH HORSESHOE CROSS SECTION

MODELING FLUID FLOW IN OPEN CHANNEL WITH HORSESHOE CROSS SECTION July. 2. Vol. 7. No. 2 MODELING FLUID FLOW IN OPEN CHANNEL WITH HORSESHOE CROSS SECTION 1 J. JOMBA, 2 D.M.THEURI, 2 E. MWENDA, 2 C. CHOMBA ABSTRACT Flow in a closed conduit is regarded as open channel

More information

Closed duct flows are full of fluid, have no free surface within, and are driven by a pressure gradient along the duct axis.

Closed duct flows are full of fluid, have no free surface within, and are driven by a pressure gradient along the duct axis. OPEN CHANNEL FLOW Open channel flow is a flow of liquid, basically water in a conduit with a free surface. The open channel flows are driven by gravity alone, and the pressure gradient at the atmospheric

More information

CRITERIA FOR THE CHOICE OF FLOOD ROUTING METHODS IN

CRITERIA FOR THE CHOICE OF FLOOD ROUTING METHODS IN Criteria for the choice of flood routing methods in natural... CRITERIA FOR THE CHOICE OF FLOOD ROUTING METHODS IN NATURAL CHANNELS WITH OVERBANK FLOWS Roger Moussa 1 Abstract: The classification of river

More information

P = 2Rθ. The previous Manning formulas are used to predict V o and Q for uniform flow when the above expressions are substituted for A, P, and R h.

P = 2Rθ. The previous Manning formulas are used to predict V o and Q for uniform flow when the above expressions are substituted for A, P, and R h. Uniform Flow in a Partly Full, Circular Pipe Fig. 10.6 shows a partly full, circular pipe with uniform flow. Since frictional resistance increases with wetted perimeter, but volume flow rate increases

More information

Dealing with Sedimental Transport Over Partly Non-Erodible Bottoms

Dealing with Sedimental Transport Over Partly Non-Erodible Bottoms Utah State University DigitalCommons@USU International Junior Researcher and Engineer Workshop on Hydraulic Structures Jun 17th, 12:00 AM - Jun 20th, 12:00 AM Dealing with Sedimental Transport Over Partly

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 - 42 Flows with a Free Surface Part II Good morning. I welcome you to this session

More information

The University cannot take responsibility for any misprints or errors in the presented formulas. Please use them carefully and wisely.

The University cannot take responsibility for any misprints or errors in the presented formulas. Please use them carefully and wisely. Aide Mémoire Suject: Useful formulas for flow in rivers and channels The University cannot take responsiility for any misprints or errors in the presented formulas. Please use them carefully and wisely.

More information

Simulation of flow discharge on Danube River

Simulation of flow discharge on Danube River Annals of the University of Craiova, Mathematics and Computer Science Series Volume 41(1), 2014, Pages 129 137 ISSN: 1223-6934 Simulation of flow discharge on Danube River PETRE BĂZĂVAN ABSTRACT. River

More information

HEC-RAS v5.0: 2-D applications

HEC-RAS v5.0: 2-D applications HEC-RAS v5.0: 2-D applications Tom Molls, Will Sicke, Holly Canada, Mike Konieczki, Ric McCallan David Ford Consulting Engineers, Inc. Sacramento, CA September 10, 2015: Palm Springs FMA conference What

More information

NUMERICAL MODEL FOR MOVABLE BED AS A TOOL FOR THE SIMULATION OF THE RIVER EROSION A CASE STUDY

NUMERICAL MODEL FOR MOVABLE BED AS A TOOL FOR THE SIMULATION OF THE RIVER EROSION A CASE STUDY NUMERICAL MODEL FOR MOVABLE BED AS A TOOL FOR THE SIMULATION OF THE RIVER EROSION A CASE STUDY Solichin 1 Abstract: A serious erosion problem takes place in Cipamingkis River in west Java, Indonesia. As

More information

Lecture Note for Open Channel Hydraulics

Lecture Note for Open Channel Hydraulics Chapter -one Introduction to Open Channel Hydraulics 1.1 Definitions Simply stated, Open channel flow is a flow of liquid in a conduit with free space. Open channel flow is particularly applied to understand

More information

Module 5. Lecture 3: Channel routing methods

Module 5. Lecture 3: Channel routing methods Lecture 3: Channel routing methods Hydrologic flow routing 2. Channel Routing In very long channels the entire flood wave also travels a considerable distance resulting in a time redistribution and time

More information

y 2 = 1 + y 1 This is known as the broad-crested weir which is characterized by:

y 2 = 1 + y 1 This is known as the broad-crested weir which is characterized by: CEE 10 Open Channel Flow, Dec. 1, 010 18 8.16 Review Flow through a contraction Critical and choked flows The hydraulic jump conservation of linear momentum y = 1 + y 1 1 + 8Fr 1 8.17 Rapidly Varied Flows

More information

Comparative Analysis of Flood Routing Methods

Comparative Analysis of Flood Routing Methods US Army Corps of Engineers Hydrologic Engineering Center Comparative Analysis of Flood Routing Methods September 1980 Approved for Public Release. Distribution Unlimited. RD-24 REPORT DOCUMENTATION PAGE

More information

Numerical investigations of hillslopes with variably saturated subsurface and overland flows

Numerical investigations of hillslopes with variably saturated subsurface and overland flows Numerical investigations of hillslopes with variably saturated subsurface and overland flows ARC DYNAS H. Beaugendre, T. Esclaffer, A. Ern and E. Gaume DYNAS Workshop 06-08/12/04 DYNAS Workshop 06-08/12/04

More information

DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING Urban Drainage: Hydraulics. Solutions to problem sheet 2: Flows in open channels

DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING Urban Drainage: Hydraulics. Solutions to problem sheet 2: Flows in open channels DEPRTMENT OF CIVIL ND ENVIRONMENTL ENGINEERING Urban Drainage: Hydraulics Solutions to problem sheet 2: Flows in open channels 1. rectangular channel of 1 m width carries water at a rate 0.1 m 3 /s. Plot

More information

Guo, James C.Y. (1999). "Critical Flow Section in a Collector Channel," ASCE J. of Hydraulic Engineering, Vol 125, No. 4, April.

Guo, James C.Y. (1999). Critical Flow Section in a Collector Channel, ASCE J. of Hydraulic Engineering, Vol 125, No. 4, April. Guo, James C.Y. (1999). "Critical Flow Section in a Collector Channel," ASCE J. of Hydraulic Engineering, Vol 15, No. 4, April. CRITICAL FLOW SECTION IN A COLLECTOR CHANNEL By James C.Y. Guo, PhD, P.E.

More information

Fluvial Dynamics. M. I. Bursik ublearns.buffalo.edu October 26, Home Page. Title Page. Contents. Page 1 of 18. Go Back. Full Screen. Close.

Fluvial Dynamics. M. I. Bursik ublearns.buffalo.edu October 26, Home Page. Title Page. Contents. Page 1 of 18. Go Back. Full Screen. Close. Page 1 of 18 Fluvial Dynamics M. I. Bursik ublearns.buffalo.edu October 26, 2008 1. Fluvial Dynamics We want to understand a little of the basic physics of water flow and particle transport, as so much

More information

A fuzzy dynamic wave routing model

A fuzzy dynamic wave routing model HYDROLOGICAL PROCESSES Hydrol. Process., 564 57 () Published online October 7 in Wiley InterScience (www.interscience.wiley.com).677 A fuzzy dynamic wave routing model R. Gopakumar and P. P. Mujumdar *

More information

Simulation of Transcritical Flow in Hydraulic structures

Simulation of Transcritical Flow in Hydraulic structures Simulation of Transcritical Flow in Hydraulic structures Cornelius E Agu 1 Geir Elseth Bernt Lie 3 1,3 Faculty of Technology, Telemark University College, Norway, {corneliuseagu,berntlie}@hitno Statoil

More information

1.060 Engineering Mechanics II Spring Problem Set 8

1.060 Engineering Mechanics II Spring Problem Set 8 1.060 Engineering Mechanics II Spring 2006 Due on Monday, May 1st Problem Set 8 Important note: Please start a new sheet of paper for each problem in the problem set. Write the names of the group members

More information

Application of Mathematical Modeling to Study Flood Wave Behavior in Natural Rivers as Function of Hydraulic and Hydrological Parameters of the Basin

Application of Mathematical Modeling to Study Flood Wave Behavior in Natural Rivers as Function of Hydraulic and Hydrological Parameters of the Basin Hydrology Days 2010 Application of Mathematical Modeling to Study Flood Wave Behavior in Natural Rivers as Function of Hydraulic and Hydrological Parameters of the Basin Patrícia Freire Chagas 2, Silvia

More information

Reservoir Oscillations with Through Flow

Reservoir Oscillations with Through Flow American Journal of Environmental Sciences 3 (): 37-42, 27 ISSN 553-345X 27 Science Publications Reservoir Oscillations with Through Flow A. A. Khan 28 Lowry Hall, epartment of Civil Engineering, Clemson

More information

UNIFORM FLOW CRITICAL FLOW GRADUALLY VARIED FLOW

UNIFORM FLOW CRITICAL FLOW GRADUALLY VARIED FLOW UNIFORM FLOW CRITICAL FLOW GRADUALLY VARIED FLOW Derivation of uniform flow equation Dimensional analysis Computation of normal depth UNIFORM FLOW 1. Uniform flow is the flow condition obtained from a

More information

Hydromechanics: Course Summary

Hydromechanics: Course Summary Hydromechanics: Course Summary Hydromechanics VVR090 Material Included; French: Chapters to 9 and 4 + Sample problems Vennard & Street: Chapters 8 + 3, and (part of it) Roberson & Crowe: Chapter Collection

More information

Engineering Hydrology (ECIV 4323) CHAPTER FOUR. Stream flow measurement. Instructors: Dr. Yunes Mogheir Dr. Ramadan Al Khatib

Engineering Hydrology (ECIV 4323) CHAPTER FOUR. Stream flow measurement. Instructors: Dr. Yunes Mogheir Dr. Ramadan Al Khatib Engineering Hydrology (ECIV 4323) CHAPTER FOUR Stream flow measurement Instructors: Dr. Yunes Mogheir Dr. Ramadan Al Khatib -١ 4.1 Introduction - Surface water hydrology deals with the movement of water

More information

CEE 3310 Open Channel Flow, Nov. 26,

CEE 3310 Open Channel Flow, Nov. 26, CEE 3310 Open Channel Flow, Nov. 6, 018 175 8.10 Review Open Channel Flow Gravity friction balance. y Uniform Flow x = 0 z = S 0L = h f y Rapidly Varied Flow x 1 y Gradually Varied Flow x 1 In general

More information

Abstract. 1 Introduction

Abstract. 1 Introduction One-dimensional unsteady flow computation in channels with floodplains D. Bousmar, R. Scherer & Y. Zech Civil Engineering Dept., Universite Catholique de Louvain, Place du Levant, 1, B-1348 Louvain-la-Neuve,

More information

EXAMPLES (SEDIMENT TRANSPORT) AUTUMN 2018

EXAMPLES (SEDIMENT TRANSPORT) AUTUMN 2018 EXAMPLES (SEDIMENT TRANSPORT) AUTUMN 2018 Q1. Using Cheng s formula estimate the settling velocity of a sand particle of diameter 1 mm in: (a) air; (b) water. Q2. Find the critical Shields parameter diameter

More information

Hydraulics Part: Open Channel Flow

Hydraulics Part: Open Channel Flow Hydraulics Part: Open Channel Flow Tutorial solutions -by Dr. K.N. Dulal Uniform flow 1. Show that discharge through a channel with steady flow is given by where A 1 and A 2 are the sectional areas of

More information

Some Benchmark Simulations for Flash Flood Modelling

Some Benchmark Simulations for Flash Flood Modelling Some Benchmark Simulations for Flash Flood Modelling Ekkehard Holzbecher, Ahmed Hadidi German Univ. of Technology in Oman (GUtech) E-mail: ekkehard.holzbecher@gutech.edu.om Flash Floods Rapid flooding

More information

NON UNIFORM FLOW IN OPEN CHANNEL

NON UNIFORM FLOW IN OPEN CHANNEL For updated version, please click on http://ocw.ump.edu.my HYDRAULICS NON - UNIFORM FLOW IN OPEN CHANNEL TOPIC 3.3 by Nadiatul Adilah Ahmad Abdul Ghani Faculty of Civil Engineering and Earth Resources

More information

H3: Transition to Steady State Tidal Circulation

H3: Transition to Steady State Tidal Circulation May 7, Chapter 6 H3: Transition to Steady State Tidal Circulation Contents 6. Problem Specification............................. 6-6. Background................................... 6-6.3 Contra Costa Water

More information

A kinetic scheme for transient mixed flows in non uniform closed pipes: a global manner to upwind all the source terms

A kinetic scheme for transient mixed flows in non uniform closed pipes: a global manner to upwind all the source terms A kinetic scheme for transient mixed flows in non uniform closed pipes: a global manner to upwind all the source terms C. BOURDARIAS M. ERSOY S. GERBI LAMA-Université de Savoie de Chambéry, France September

More information

Chapter 4: Non uniform flow in open channels

Chapter 4: Non uniform flow in open channels Chapter 4: Non uniform flow in open channels Learning outcomes By the end of this lesson, students should be able to: Relate the concept of specific energy and momentum equations in the effect of change

More information

A note on critical flow section in collector channels

A note on critical flow section in collector channels Sādhan ā, Vol. 26, Part 5, October 2001, pp. 439 445. Printed in India A note on critical flow section in collector channels 1. Introduction SUBHASISH DEY Department of Civil Engineering, Indian Institute

More information

Lateral Inflow into High-Velocity Channels

Lateral Inflow into High-Velocity Channels Lateral Inflow into High-Velocity Channels by Richard L. Stockstill PURPOSE: This Coastal and Hydraulics Engineering Technical Note (CHETN) investigates lateral flow discharging into a high-velocity channel.

More information

P10.5 Water flows down a rectangular channel that is 4 ft wide and 3 ft deep. The flow rate is 15,000 gal/min. Estimate the Froude number of the flow.

P10.5 Water flows down a rectangular channel that is 4 ft wide and 3 ft deep. The flow rate is 15,000 gal/min. Estimate the Froude number of the flow. P10.5 Water flows down a rectangular channel that is 4 ft wide and ft deep. The flow rate is 15,000 gal/min. Estimate the Froude number of the flow. Solution: Convert the flow rate from 15,000 gal/min

More information

NUMERICAL SIMULATION OF OPEN CHANNEL FLOW BETWEEN BRIDGE PIERS

NUMERICAL SIMULATION OF OPEN CHANNEL FLOW BETWEEN BRIDGE PIERS TASK QUARTERLY 15 No 3 4, 271 282 NUMERICAL SIMULATION OF OPEN CHANNEL FLOW BETWEEN BRIDGE PIERS MICHAŁ SZYDŁOWSKI Faculty of Civil and Environmental Engineering, Gdansk University of Technology, Narutowicza

More information

Unsteady flow regulation in open channel by using inverse explicit method

Unsteady flow regulation in open channel by using inverse explicit method Unsteady flow regulation in open channel by using inverse explicit method A thesis submitted to National Institute of Technology, Rourkela In partial fulfillment for the award of the degree Master of Technology

More information

Numerical Modelling and Hydraulics

Numerical Modelling and Hydraulics Numerical Modelling and Hydraulics Nils Reidar B. Olsen Department of Hydraulic and Environmental Engineering The Norwegian University of Science and Technology 3rd edition, 9. March 2012. ISBN 82-7598-074-7

More information

Modelling Breach Formation through Embankments

Modelling Breach Formation through Embankments Modelling Breach Formation through Embankments Mohamed A. A. Mohamed, Paul G. Samuels, Mark W. Morris, Gurmel S. Ghataora 2 HR Wallingford Howbery Park, Wallingford, Oxon, OX 8BA, UK 2 School of Civil

More information

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Module - 5 Channel Transitions Lecture - 1 Channel Transitions Part 1 Welcome back

More information

Hydraulics Prof. Dr. Arup Kumar Sarma Department of Civil Engineering Indian Institute of Technology, Guwahati

Hydraulics Prof. Dr. Arup Kumar Sarma Department of Civil Engineering Indian Institute of Technology, Guwahati Hydraulics Prof. Dr. Arup Kumar Sarma Department of Civil Engineering Indian Institute of Technology, Guwahati Module No. # 04 Gradually Varied Flow Lecture No. # 07 Rapidly Varied Flow: Hydraulic Jump

More information

Fluid Mechanics Prof. T.I. Eldho Department of Civil Engineering Indian Institute of Technology, Bombay. Lecture - 17 Laminar and Turbulent flows

Fluid Mechanics Prof. T.I. Eldho Department of Civil Engineering Indian Institute of Technology, Bombay. Lecture - 17 Laminar and Turbulent flows Fluid Mechanics Prof. T.I. Eldho Department of Civil Engineering Indian Institute of Technology, Bombay Lecture - 17 Laminar and Turbulent flows Welcome back to the video course on fluid mechanics. In

More information

Closed duct flows are full of fluid, have no free surface within, and are driven by a pressure gradient along the duct axis.

Closed duct flows are full of fluid, have no free surface within, and are driven by a pressure gradient along the duct axis. OPEN CHANNEL FLOW Open channel flow is a flow of liquid, basically water in a conduit with a free surface. The open channel flows are driven by gravity alone, and the pressure gradient at the atmospheric

More information

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Module - 2 Uniform Flow Lecture - 1 Introduction to Uniform Flow Good morning everyone,

More information

Reactivation of Klingnau reservoir sidearm: Numerical simulation of sediment release downstream

Reactivation of Klingnau reservoir sidearm: Numerical simulation of sediment release downstream River Flow 2014 Schleiss et al. (Eds) 2014 Taylor & Francis Group, London, ISBN 978-1-138-02674-2 Reactivation of Klingnau reservoir sidearm: Numerical simulation of sediment release downstream A. Amini

More information

ESTIMATION OF MORPHOLOGICAL IMPACT OF GROYNE LENGTHENING I. RÁTKY, ÉVA RÁTKY

ESTIMATION OF MORPHOLOGICAL IMPACT OF GROYNE LENGTHENING I. RÁTKY, ÉVA RÁTKY ESTIMATION OF MORPHOLOGICAL IMPACT OF GROYNE LENGTHENING I. RÁTKY, ÉVA RÁTKY Abstract. Hydraulic-morphological calculations in open channel flows still cause problems for modellers, partially because of

More information

Applicability of the local inertial approximation of the shallow water equations to flood modeling

Applicability of the local inertial approximation of the shallow water equations to flood modeling WATER RESOURCES RESEARCH, VOL. 49, 4833 4844, doi:10.1002/wrcr.20366, 2013 Applicability of the local inertial approximation of the shallow water equations to flood modeling Gustavo A. M. de Almeida 1

More information

Lecture Notes - Sediment Transport The flow problem Overview

Lecture Notes - Sediment Transport The flow problem Overview Lecture Notes - Sediment Transport The flow problem Overview In the last lecture, we emerged with a transport model in which the rate of transport q s depends on the shear stress τ. Recall that, for the

More information

UNIVERSITY OF BOLTON. ENGINEERING, SPORTS and SCIENCES BSC CIVIL ENGINEERING SEMESTER 1 EXAMINATION 2014/2015 WATER ENGINEERING MODULE NO: BLT3023

UNIVERSITY OF BOLTON. ENGINEERING, SPORTS and SCIENCES BSC CIVIL ENGINEERING SEMESTER 1 EXAMINATION 2014/2015 WATER ENGINEERING MODULE NO: BLT3023 [TW59] UNIVERSITY OF BOLTON ENGINEERING, SPORTS and SCIENCES BSC CIVIL ENGINEERING SEMESTER 1 EXAMINATION 014/015 WATER ENGINEERING MODULE NO: BLT303 Date: Tuesday, 0 January 015 Time: 10.00-1.00 INSTRUCTIONS

More information

conservation of linear momentum 1+8Fr = 1+ Sufficiently short that energy loss due to channel friction is negligible h L = 0 Bernoulli s equation.

conservation of linear momentum 1+8Fr = 1+ Sufficiently short that energy loss due to channel friction is negligible h L = 0 Bernoulli s equation. 174 Review Flow through a contraction Critical and choked flows The hydraulic jump conservation of linear momentum y y 1 = 1+ 1+8Fr 1 8.1 Rapidly Varied Flows Weirs 8.1.1 Broad-Crested Weir Consider the

More information

BOUSSINESQ-TYPE MOMENTUM EQUATIONS SOLUTIONS FOR STEADY RAPIDLY VARIED FLOWS. Yebegaeshet T. Zerihun 1 and John D. Fenton 2

BOUSSINESQ-TYPE MOMENTUM EQUATIONS SOLUTIONS FOR STEADY RAPIDLY VARIED FLOWS. Yebegaeshet T. Zerihun 1 and John D. Fenton 2 ADVANCES IN YDRO-SCIENCE AND ENGINEERING, VOLUME VI BOUSSINESQ-TYPE MOMENTUM EQUATIONS SOLUTIONS FOR STEADY RAPIDLY VARIED FLOWS Yeegaeshet T. Zerihun and John D. Fenton ABSTRACT The depth averaged Saint-Venant

More information

Correction methods for dropping of simulated water level utilising Preissmann and MOUSE slot models

Correction methods for dropping of simulated water level utilising Preissmann and MOUSE slot models 11 th International Conference on Urban Drainage, Edinburgh, Scotland, UK, 8 Correction methods for dropping of simulated water level utilising Preissmann and MOUSE slot models T. UKON 1, N. SHIGETA, M.

More information

Modeling and simulation of bedload transport with viscous effects

Modeling and simulation of bedload transport with viscous effects Introduction Modeling and simulation of bedload transport with viscous effects E. Audusse, L. Boittin, M. Parisot, J. Sainte-Marie Project-team ANGE, Inria; CEREMA; LJLL, UPMC Université Paris VI; UMR

More information

Two-Dimensional Simulation of Subcritical Flow at a Combining Junction: Luxury or Necessity?

Two-Dimensional Simulation of Subcritical Flow at a Combining Junction: Luxury or Necessity? Two-Dimensional Simulation of Subcritical Flow at a Combining Junction: Luxury or Necessity? Rabih Ghostine 1 ; Robert Mose ; José Vazquez 3 ; Abdellah Ghenaim 4 ; and Caroline Grégoire 5 Abstract: Classically,

More information

Continuing Education Course #101 Drainage Design with WinTR-55

Continuing Education Course #101 Drainage Design with WinTR-55 1 of 5 Continuing Education Course #101 Drainage Design with WinTR-55 1. WinTR-55 uses the Kinematic Wave method for calculating storm runoff rates and volumes. 2. According to the Velocity Method, the

More information

We will assume straight channels with simple geometries (prismatic channels) and steady state flow (in time).

We will assume straight channels with simple geometries (prismatic channels) and steady state flow (in time). 56 Review Drag & Lift Laminar vs Turbulent Boundary Layer Turbulent boundary layers stay attached to bodies longer Narrower wake! Lower pressure drag! 8. Open-Channel Flow Pipe/duct flow closed, full,

More information

Application of the Muskingum-Cunge method for dam break flood routing F. Macchione Dipartimento di Difesa del Suolo, Universita delta Calabria,

Application of the Muskingum-Cunge method for dam break flood routing F. Macchione Dipartimento di Difesa del Suolo, Universita delta Calabria, Application of the Muskingum-Cunge method for dam break flood routing F. Macchione Dipartimento di Difesa del Suolo, Universita delta Calabria, Abstract This paper deals with the application of the Muskingum-Cunge

More information

Fluid Mechanics, River Hydraulics, and Floods

Fluid Mechanics, River Hydraulics, and Floods Fluid Mechanics, River Hydraulics, and Floods John Fenton Vienna University of Technology Outline Fluid mechanics Open channel hydraulics River engineering The behaviour of waves in rivers Flooding in

More information

Open-channel hydraulics

Open-channel hydraulics Open-channel hydraulics STEADY FLOW IN OPEN CHANNELS constant discharge, other geometric and flow characteristics depended only on position Uniform flow Non-uniform flow S; y; v const. i i 0 i E y 1 y

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

INFLOW DESIGN FLOOD CONTROL SYSTEM PLAN 40 C.F.R. PART PLANT YATES ASH POND 2 (AP-2) GEORGIA POWER COMPANY

INFLOW DESIGN FLOOD CONTROL SYSTEM PLAN 40 C.F.R. PART PLANT YATES ASH POND 2 (AP-2) GEORGIA POWER COMPANY INFLOW DESIGN FLOOD CONTROL SYSTEM PLAN 40 C.F.R. PART 257.82 PLANT YATES ASH POND 2 (AP-2) GEORGIA POWER COMPANY EPA s Disposal of Coal Combustion Residuals from Electric Utilities Final Rule (40 C.F.R.

More information

QUASI-CONSERVATIVE FORMULATION OF THE ONE DIMENSIONAL SAINT VENANT-EXNER MODEL

QUASI-CONSERVATIVE FORMULATION OF THE ONE DIMENSIONAL SAINT VENANT-EXNER MODEL QUASI-CONSERVATIVE FORMULATION OF THE ONE DIMENSIONAL SAINT VENANT-EXNER MODEL Annunziato Siviglia 1, Giampiero Nobile 2 and Marco Colombini 3 ABSTRACT Coupling the Saint-Venant equations with the Exner

More information

Transactions on Modelling and Simulation vol 10, 1995 WIT Press, ISSN X

Transactions on Modelling and Simulation vol 10, 1995 WIT Press,  ISSN X A new Crank-Nicholson algorithm for solving the diffusive wave flood routing equation along a complex channel network R. Moussa," C. BouquilW* " Institut National de la Recherche Agronomique, 34060 Montpellier,

More information

= Q:An Qn% icx=zv. A, with Bn = T- n. Modelling of irrigation channel dynamics for controller design

= Q:An Qn% icx=zv. A, with Bn = T- n. Modelling of irrigation channel dynamics for controller design Modelling of irrigation channel dynamics for controller design Jean-Pierre BAUME Jacques SAU Pierre-Olivier Malaterre Cemagref, Division Irrigation, 361 rue J-F. ISTIL Bat. 201, RC, UniversitC Claude Cemagref,

More information

Computational hydraulic techniques for the Saint Venant Equations in arbitrarily shaped geometry

Computational hydraulic techniques for the Saint Venant Equations in arbitrarily shaped geometry Università degli Studi di Trento Dipartimento di Matematica Dottorato di Ricerca in Matematica Ph.D. Thesis Computational hydraulic techniques for the Saint Venant Equations in arbitrarily shaped geometry

More information

Securing Manoeuverability of a Deep Draft Ship in a Sediment loaded Tidal River Berth

Securing Manoeuverability of a Deep Draft Ship in a Sediment loaded Tidal River Berth Securing Manoeuverability of a Deep Draft Ship in a Sediment loaded Tidal River Berth O. Stoschek 1, A. Matheja 1 & C. Zimmermann 1 1 Franzius-Institute for Hydraulic, Waterways and Coastal Engineering,

More information

A NONLINEAR OPTIMIZATION MODEL FOR ESTIMATING MANNING S ROUGHNESS COEFFICIENT

A NONLINEAR OPTIMIZATION MODEL FOR ESTIMATING MANNING S ROUGHNESS COEFFICIENT Twelfth International Water Technology Conference, IWTC2 2008, Alexandria, Egypt 299 A NONLINEAR OPTIMIZATION MODEL FOR ESTIMATING MANNING S ROUGHNESS COEFFICIENT Maysoon Kh. Askar and K. K. Al-Jumaily

More information

Rating Curves: Part 1 Correction for Surface Slope

Rating Curves: Part 1 Correction for Surface Slope The Institution of Engineers, Australia Conference on Hydraulics in Civil Engineering Hobart 8 30 November 001, pp 309-317 Rating Curves: Part 1 Correction for Surface Slope J. D. Fenton Dip.C.E., B.E.,

More information

MATHEMATICAL MODELING OF FLUVIAL SEDIMENT DELIVERY, NEKA RIVER, IRAN. S.E. Kermani H. Golmaee M.Z. Ahmadi

MATHEMATICAL MODELING OF FLUVIAL SEDIMENT DELIVERY, NEKA RIVER, IRAN. S.E. Kermani H. Golmaee M.Z. Ahmadi JOURNAL OF ENVIRONMENTAL HYDROLOGY The Electronic Journal of the International Association for Environmental Hydrology On the World Wide Web at http://www.hydroweb.com VOLUME 16 2008 MATHEMATICAL MODELING

More information

Comparing HEC-RAS v5.0 2-D Results with Verification Datasets

Comparing HEC-RAS v5.0 2-D Results with Verification Datasets Comparing HEC-RAS v5.0 2-D Results with Verification Datasets Tom Molls 1, Gary Brunner 2, & Alejandro Sanchez 2 1. David Ford Consulting Engineers, Inc., Sacramento, CA 2. USACE Hydrologic Engineering

More information

Transactions on Ecology and the Environment vol 8, 1994 WIT Press, ISSN

Transactions on Ecology and the Environment vol 8, 1994 WIT Press,   ISSN Dam breachfloods- downstream inundation analyses M. Hartnett,' T. Hayes,* B. Mangan,* o Department of Civil, Structural & Environmental Engineering, Trinity College, Dublin 2, Ireland, UK * ESB International,

More information

Modelling fluid flow JAGST Vol. 13(2) 2011 MODELING FLUID FLOW IN OPEN CHANNEL WITH CIRCULAR CROSS-SECTION

Modelling fluid flow JAGST Vol. 13(2) 2011 MODELING FLUID FLOW IN OPEN CHANNEL WITH CIRCULAR CROSS-SECTION Modelling fluid flow JAGST Vol. 13(2) 2011 MODELNG FLUD FLOW N OPEN CHANNEL WTH CRCULAR CROSS-SECTON M. N. Kinyanjui, D. P. Tsombe, J. K. Kwanza and K. Gaterere Department of Pure and Applied Mathematics,

More information