Control Structure Types

Slides:



Advertisements
Similar presentations
2.1.4 USING LOGICAL REASONING
Advertisements

HydroWeb 2001 Brandenburg University of Technology at Cottbus, Institut fuer Bauinformatik, Gerald Hildebrandt MIKE11 Structures definition of weirs, culverts,
Flood Profile Modeling with Split Flows and Weirs
Spillways Abdüsselam ALTUNKAYNAK, PhD Associate Professor,
The Logic of Quantified Statements
Placer County Water Agency Middle Fork American River Project Placer County Water Agency Middle Fork American River Project Update on Proposed Project.
Be a drug detective What is a drug? Be a detective and answer the questions to discover the definition of the word drug. Click to Continue.
C51 RESERVOIR PROJECT UPDATE Design, Permitting and Coordination NOVEMBER 10, 2014.
Sept 4, 2008CVEN 4838/5838Slide #1 Lecture 4 Spillways and Outlet Works.
Hydrological Information System Module 20 – Integrated Reservoir Monitoring System.
Selection of Capacity Selection of capacity depends on: Physical characteristics Physical characteristics Inflow outflow characteristics Inflow outflow.
Universal Gates Sum of Products Products of Sum
Broad-crested Weir.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
Introduction to Proofs ch. 1.6, pg. 87,93 Muhammad Arief download dari
Generalized De Morgan’s Theorem Lecture L5.4 Section 5.1.
School of Civil Engineering FACULTY OF ENGINEERING Lecture 14: Design Study 2 Millwood & Gaunless Flood Alleviation Schemes Dr Andrew Sleigh Dr Cath Noakes.
DHI’s Water Modeling and GIS DHI formally Danish Hydraulic Institute VKI formally Water Quality Institute have merged into DHI - Institute for Water and.
Ch 2.2 Objective: To solve problems involving absolute value of numbers or variables.
Making Better Decisions in an Uncertain World Reservoir Operations Modeling.
Insertion in a B+ Tree Insert: 8. Insertion in a B+ Tree 8 Insert: 5.
Chapter 61 More about Loop Do ….. Loop Write Down “Do” and “Loop”
Conditional Statements
Ch 5.3 Elimination (addition)
Hydro-Electric Power Station Lecture No: 4. “”A generating station which utilizes the potential energy of water at a high level for the generation of.
Objective - To solve equations with the variable in both sides.
Rules of Fractions Investigation. What do you understand from this statement? What can we say about this? What do we need to know first? What should we.
Structures.
Bonneville Spillway Flow Discrepancy TMT – August 4 th 2004 Laurie Ebner Hydraulic Engineering – Portland District US Army Corps of Engineers.
Rules of Divisibility 1 - always a factor. 2 - if the last digit is a 0, 2, 4, 6, or if the sum of the digits is divisible by if the last.
Linear Algebra. Circuits The circuits in computers and other input devices have inputs, each of which is either a 0 or 1, the output is also 0s and 1s.
Computer Science: A Structured Programming Approach Using C1 5-2 Two-Way Selection The decision is described to the computer as a conditional statement.
Computer Science: A Structured Programming Approach Using C1 5-2 Two-Way Selection The decision is described to the computer as a conditional statement.
Yellowtail Dam Modeling Results Brian Marotz Hydropower Mitigation Coordinator.
1.2 Inductive Reasoning. Inductive Reasoning If you were to see dark, towering clouds approaching what would you do? Why?
Modeling Inline Structures using HEC-RAS Version 3.1
Thinking Mathematically
Chapter 51 Decisions Relational and Logical Operators If Blocks Select Case Blocks.
Decisions in Python Boolean functions. A Boolean function This is a function which returns a bool result (True or False). The function can certainly work.
Water resources engineering Giannis Kleopa. What is a water resources engineering? Water resources engineering is the profession that is responsible for.
1 Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter 4-1 Systems of Equations and Inequalities Chapter 4.
Poster with Headings.
1 MIKE Flood An integrated tool for flood plain and storm surge studies MIKE Flood combines lMIKE 11 lMIKE 21.
Flood Routing Applied Hydrology
Sum of Arithmetic Sequences. Definitions Sequence Series.
Thinking Mathematically Logic 3.4 Truth Tables for the Conditional and Biconditional.
Using Inductive Reasoning to Make Conjectures Geometry Farris 2015.
+ Properties of Real Numbers. + Properties Relationships that are always true fro real numbers are called properties. Properties are rules used to rewrite.
1 Detention Routing
Silberschatz and Galvin  C Programming Language Decision making in C Kingdom of Saudi Arabia Ministry of Higher Education Al-Majma’ah University.
HYDROLOGY & WATER RESOURCES ENGINEERING TYPES OF SPILLWAYS
1 Spillway Weirs and its Role in Dam Protection Husam Khaled Al Mubark Abdel Aziz Al Mesnd Roume Al Roume Abdullah Al Qashami Civil and Environmental Engineering.
Identities, Contradictions and Conditional Equations.
LG 1: Logic A Closer Look at Reasoning
CHAPTER 1 SECTION 2. MAKING A CONJECTURE: A conjecture is an unproven statement that is based on a pattern or observation. Much of the reasoning in geometry.
Digital Logic.
Hydrological changes resulting from dam construction
EQUATION IN TWO VARIABLES:
Rule Exercises Status of the Ball Definitions and Rule 15
Rule Exercises Status of the Ball Definitions and Rule 15
Rule Exercises Definitions (Things Unfair) and Rule 23
Detention Routing.
Reservoir Routing.
Review of Flood Reservoir Routing
Visual Basic – Decision Statements
Systems of Equations and Inequalities
50 m EML3015C Thermal-Fluid I Fall 2000 Homework 4
Hydrologic Engineering
True or False True or False
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Control Structure Types MIKE 11 Underflow Gate (Sluice Gates) Overflow Gates (Inflatable Dams and Movable Weirs) Radial Gates (Dam Spillways) Discharge Control (Pumps)

Underflow Gates MIKE 11

Radial Gates MIKE 11

Control Rules MIKE 11 Control of a structure is implemented with a control Strategy A strategy consists of a: A control definition A control rule Logical statements that define the conditions for implementing the strategy. The settings or Target Point for the structure as a function of the Control Point.

Decision Tree MIKE 11 Start (for each time step) Set Gate True Priority 1 Logicals Strategy 1 False Priority 2 Logicals True Strategy 2 False Priority 3 Logicals True Strategy 3 False Always True Priority N Logicals Strategy N

Control & Target Points MIKE 11 A Control Point is the variable used to determine the target function. Examples include: Flood levels Reservoir Inflows Time of year A Target Point is the variable you are trying to set. Examples include: Gate Level Reservoir Water Level Water level (H) Water level difference (dH) Discharge (Q) Discharge difference(dQ) Sum of discharges Velocities (V) Volumes Concentrations Calendar Time-series Variable Types