CVEN Computer Applications in Engineering and Construction. Programming Assignment #4 Analysis of Wave Data Using Root-Finding Methods

Size: px
Start display at page:

Download "CVEN Computer Applications in Engineering and Construction. Programming Assignment #4 Analysis of Wave Data Using Root-Finding Methods"

Transcription

1 CVEN Computer Applications in Engineering and Construction Programming Assignment #4 Analysis of Wave Data Using Root-Finding Methods Date distributed: 9/30/016 Date due: 10/14/016 at 3:00 PM (electronic copy only) Submit your solution on turnitin.com by the due date and time shown above. Please show all your work and follow the rules outlined in the course syllabus. The health and resilience of U.S. coastlines and beaches are essential to the economy. Many states are dependent on tourism commerce stemming from coastal tourism, and industries such as shipping and fishing are only viable near a coastline. During major meteorological events, such as hurricanes and nor easters, or seismic-induced events such as tsunamis, the energetic ocean waves can cause tremendous erosion of the beach face. Added to enhanced surge levels, they can undermine building foundations and destroy coastal roads and infrastructure. One method engineers use to make viable designs of coastal structures is laboratory testing. In this laboratory, we will analyze wave data from a laboratory test to determine the properties of the waves. Section 1 presents a little background on wave description and theory, and Section details the steps of the data analysis. The contents of the memorandum are described in Section Wave Theory Ocean waves are generated by an impulse applied to the bounding surface (free surface and bottom boundary) of the ocean. Everything from wind stress to ships and undersea landslides can generate surface waves. Ocean waves are characterized by their: Length, L: the lateral distance between two successive crests. Height, H: the vertical distance between the crest and the trough. Period, T: the time it takes for two successive wave crests to pass a given point. Water depth, h: depth to the zero-crossing of the wave profile. Figure 1 summarizes these quantities for a typical wave. When the ratio of the wave height to the wave length is sufficiently small, waves can be analyzed using a linear wave theory. This theory is a simplification of the full, nonlinear theory for ocean waves, but has proven to be quite robust and is used very often. 1

2 Figure 1: Spatial and Temporal Description of Water Waves From linear theory, we can derive a relationship between the wave length L and period of a wave T, called the linear dispersion relation, given by ω = gk tanh( kh) (1) where ω = π /T is the radian frequency of the wave, k = π / L is the wave number, g is the acceleration of gravity, and h is the water depth.. Data Analysis.1 Evaluate the Linear Dispersion Relation In the laboratory, it is generally quite easy to measure the wave frequency ω by placing a wave gauge at a point of interest and recording the wave height over time. In order to find the related wave length, we must solve Equation (1) for the wave number k. Since the linear dispersion relation is transcendental in k, we must use a root finding method. In this laboratory, we will use the Newton-Raphson method. In order to use this method, we need a good initial guess for k; this is provided by Eckart (1951) as ω k = () g tanh( ω h/ g) We want to program this in a general way, so we will pass the parameters to our functions using an array defined as follows: parms = [omega, g, h];

3 Hence, to get the Newton-Raphson solution to Equation (1), do the following: 1. Write a user-defined function called kguess.m to evaluate Equation () in order to provide the initial guess to the Newton-Raphson method. This function has one input variable parms.. Re-write Equation (1) in the form of a root finding problem f( k ) = 0. Then, write a second user-defined function called my_func.m to evaluate this function. This function has two input variables: k and parms. 3. The Newton-Raphson method requires estimates of the derivative of the function in order to find the roots. Calculate the derivative fʹ ( k), and then write a third user-defined function called my_fprime.m to evaluate the derivative. This function likewise has two input variables: k and parms. 4. Finally, write a user-defined function to find the roots of an equation loosely following Figure 6.7 in the Chapra Numerical Methods book. You should also write a wrapper program named LastName134.m (using your last name and last four digits of your UIN) to test these programs. An example wrapper program is provided in the following % Set up parameters of the functions omega = *pi/10; % 1/s g = 9.81; % m/s^ h = 0; % m parms = [omega, g, h]; % Set up the root finding variables etol = 1e-6; % convergence criteria iter = 100; % maximum number of iterations f % function pointer to my_func fp % function pointer to my_fprime k0 = kguess(parms); % initial guess for root % Find the root [k, error, n_iterations] = newtraph(f, fp, k0, etol, iter, parms); % Get the wavelength if n_iterations < iter % Converged correctly L = * pi / k; else % Did not converge disp('error: Maximum number of iterations exceeded') return end Check your program using the Java-based Wave Calculator at 3

4 (NOTE: There is some indication that the wave calculator at the link above might not work due to a reliance on an obsolete version of Java. In that case, recourse can be made to using the wave tables here: ber_tables.pdf An example is included for your use.). Irregular Waves In most sea states, several waves of different period are present. For instance, at ocean beaches, there is usually a long-period large-scale wave called ocean swell along with various other shorter-wavelength waves mostly associated with boat wakes and local wind generated waves. Wave fields with multiple frequencies and directions are called irregular waves. For this section of the assignment, you will analyze data from a laboratory experiment to plot the wavelength of each wave in a period of record. 1. Download the data from the class website. The data file contains a single column of numbers, giving the wave elevation (height above still water) in cm recorded every 0.04 s. The water depth for this experiment was h = 0.34 m.. Write the remaining parts of the programming assignment in the m-file already started (LastName134.m); it should continue where the test given above leaves off. Load the data into Matlab and convert from cm to m. 3. Neglect the first 95 points. These data were collected as the wave tank filled with waves and do not represent the statistically stationary conditions. 4. Use the zero-upcrossing method to identify each wave in the remaining time series. This method assumes that the wave period is the time between moments when the water level goes from a negative to a positive value, thereby crossing zero on the way up. You should use a FOR loop to identify all of the upcrossings and identify the period for each wave. 5. Use the linear dispersion relation and your Newton-Raphson code to calculate the wave length for each wave in the period of record. 6. Use MATLAB function max and min to determine the crest and trough and calculate the wave height for each wave in the period of record. 7. Create a plot of wavelength versus the integer number of the wave in the data set (wave 1,, 3, 4, etc.). 8. Sort the wave heights you obtained in step 6 using MATLAB function sort. Create a plot of the wave height versus the integer number of the wave. Calculate the significant wave height (H 1/3 ), which is defined as the average height of the highest one-third of the waves. 4

5 3. Memorandum The memorandum should include a brief description of your program, followed by test data verifying that the solution to the linear dispersion relation is working correctly and the plots of wave length versus integer number of the wave and wave height versus integer number of the wave. Comment on the trends in the plots (e.g., how would you describe this wave field?). The complete program listing, with all user-defined functions, should be included in an Appendix. 5

Surface Waves NOAA Tech Refresh 20 Jan 2012 Kipp Shearman, OSU

Surface Waves NOAA Tech Refresh 20 Jan 2012 Kipp Shearman, OSU Surface Waves NOAA Tech Refresh 20 Jan 2012 Kipp Shearman, OSU Outline Surface winds Wind stress Beaufort scale Buoy measurements Surface Gravity Waves Wave characteristics Deep/Shallow water waves Generation

More information

ITTC Recommended Procedures and Guidelines

ITTC Recommended Procedures and Guidelines Page 1 of 6 Table of Contents 1. PURPOSE...2 2. PARAMETERS...2 2.1 General Considerations...2 3 DESCRIPTION OF PROCEDURE...2 3.1 Model Design and Construction...2 3.2 Measurements...3 3.5 Execution of

More information

Offshore Wind Turbine monopile in 50 year storm conditions

Offshore Wind Turbine monopile in 50 year storm conditions TMR7 Experimental methods in marine hydrodynamics - lab exercise 3 2017 Offshore Wind Turbine monopile in 50 year storm conditions Trygve Kristiansen and Erin Bachynski, Trondheim, 20.09.2017 Background

More information

Standing Waves in a String

Standing Waves in a String Standing Waves in a String OBJECTIVE To understand the circumstances necessary to produce a standing wave. To observe and define the quantities associated with a standing wave. To determine the wavelength

More information

SEASONDE DETECTION OF TSUNAMI WAVES

SEASONDE DETECTION OF TSUNAMI WAVES SEASONDE DETECTION OF TSUNAMI WAVES Belinda Lipa, John Bourg, Jimmy Isaacson, Don Barrick, and Laura Pederson 1 I. INTRODUCTION We here report on preliminary results of a study to assess the capability

More information

Airy Wave Theory 1: Wave Length and Celerity

Airy Wave Theory 1: Wave Length and Celerity Airy Wave Theory 1: Wave Length and Celerity Wave Theories Mathematical relationships to describe: (1) the wave form, (2) the water motion (throughout the fluid column) and pressure in waves, and (3) how

More information

WAVE MECHANICS FOR OCEAN ENGINEERING

WAVE MECHANICS FOR OCEAN ENGINEERING Elsevier Oceanography Series, 64 WAVE MECHANICS FOR OCEAN ENGINEERING P. Boccotti Faculty of Engineering University of Reggio-Calabria Feo di Vito 1-89060 Reggio-Calabria Italy 2000 ELSEVIER Amsterdam

More information

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation Lab 1 Standing Waves on a String Learning Goals: To distinguish between traveling and standing waves To recognize how the wavelength of a standing wave is measured To recognize the necessary conditions

More information

ESCI 343 Atmospheric Dynamics II Lesson 10 - Topographic Waves

ESCI 343 Atmospheric Dynamics II Lesson 10 - Topographic Waves ESCI 343 Atmospheric Dynamics II Lesson 10 - Topographic Waves Reference: An Introduction to Dynamic Meteorology (3 rd edition), J.R. Holton Reading: Holton, Section 7.4. STATIONARY WAVES Waves will appear

More information

DETRMINATION OF A PLUNGER TYPE WAVE MAKER CHARACTERISTICE IN A TOWING TANK

DETRMINATION OF A PLUNGER TYPE WAVE MAKER CHARACTERISTICE IN A TOWING TANK The 9 th International Conference on Coasts, Ports and Marine Structures (ICOPMAS 2010) 29 Nov.-1 Dec. 2010 (Tehran) DETRMINATION OF A PLUNGER TYPE WAVE MAKER CHARACTERISTICE IN A TOWING TANK sayed mohammad

More information

Tracking of Large-Scale Wave Motions

Tracking of Large-Scale Wave Motions Tracking of Large-Scale Wave Motions Nikki Barbee, Adam Cale, Justin Wittrock Dr. William Gutowski Meteorology 44 Fall 29 This semester we have observed large scale wave patterns in both the Northern and

More information

MAR 110 LECTURE #14 Ocean Waves

MAR 110 LECTURE #14 Ocean Waves MAR 110: Lecture 14 Outline Ocean Waves 1 MAR 110 LECTURE #14 Ocean Waves Figure 19.1 Do Ocean Surface Waves Present a Hazard?...a picture is worth a thousand words Tsunamis - giant shallow water waves

More information

Dynamic Stability of Ships in Waves

Dynamic Stability of Ships in Waves Gourlay, T.P. & Lilienthal, T. 2002 Dynamic stability of ships in waves. Proc. Pacific 2002 International Maritime Conference, Sydney, Jan 2002. ABSTRACT Dynamic Stability of Ships in Waves Tim Gourlay

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Chapter 11 Waves Energy can be transported by particles or waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is a

More information

Wave and particle models of physical phenomena

Wave and particle models of physical phenomena Ch15Lectures Page 1 Chapter 15: Travelling Waves and Sound Wave and particle models of physical phenomena In mechanics, we made frequent use of particle models of physical phenomena; in this course we'll

More information

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007 Aalborg Universitet Design Loads on Platforms on Offshore wind Turbine Foundations with Respect to Vertical Wave Run-up Damsgaard, Mathilde L.; Gravesen, Helge; Andersen, Thomas Lykke Published in: Proceedings

More information

PUV Wave Directional Spectra How PUV Wave Analysis Works

PUV Wave Directional Spectra How PUV Wave Analysis Works PUV Wave Directional Spectra How PUV Wave Analysis Works Introduction The PUV method works by comparing velocity and pressure time series. Figure 1 shows that pressure and velocity (in the direction of

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher Mini-project 3 Tennis ball launcher Mini-Project 3 requires you to use MATLAB to model the trajectory of a tennis ball being shot from a tennis ball launcher to a player. The tennis ball trajectory model

More information

Waves. G. Cowles. General Physical Oceanography MAR 555. School for Marine Sciences and Technology Umass-Dartmouth

Waves. G. Cowles. General Physical Oceanography MAR 555. School for Marine Sciences and Technology Umass-Dartmouth Waves G. Cowles General Physical Oceanography MAR 555 School for Marine Sciences and Technology Umass-Dartmouth Waves Sound Waves Light Waves Surface Waves Radio Waves Tidal Waves Instrument Strings How

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Energy can be transported by particles or waves: Chapter 11 Waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is

More information

Measurement of tsunami wave eigenfunctions in deep, intermediate and shallower regions RESEARCH COMMUNICATIONS

Measurement of tsunami wave eigenfunctions in deep, intermediate and shallower regions RESEARCH COMMUNICATIONS 18. United States Environmental Protection Agency, Test Method for Evaluating Solid Waste: Vol 1B, EPA-SW-846, Washington DC, 1986. 19. APHA, AWWA and WEF, Standard Method for the Examination of Water

More information

Applying Hooke s Law to Multiple Bungee Cords. Introduction

Applying Hooke s Law to Multiple Bungee Cords. Introduction Applying Hooke s Law to Multiple Bungee Cords Introduction Hooke s Law declares that the force exerted on a spring is proportional to the amount of stretch or compression on the spring, is always directed

More information

Effects of Shallow Water on Radar Measurements

Effects of Shallow Water on Radar Measurements Effects of Shallow Water on Radar Measurements In our previous memo on the physics of surface gravity waves, we derived and discussed solutions for the waveheight, velocity, and frequency -- and their

More information

PHY 221: Wavefunction, Wave Superposition, Standing Waves on a String

PHY 221: Wavefunction, Wave Superposition, Standing Waves on a String PHY 221: Wavefunction, Wave Superposition, Standing Waves on a String Objective Write a mathematical function to describe the wave. Describe a transverse wave and a longitudinal wave. Describe frequency,

More information

Computationally Efficient Determination of Long Term Extreme Out-of-Plane Loads for Offshore Turbines

Computationally Efficient Determination of Long Term Extreme Out-of-Plane Loads for Offshore Turbines Computationally Efficient Determination of Long Term Extreme Out-of-Plane Loads for Offshore Turbines Anand Natarajan Senior Scientist Wind Energy Department, Risø DTU Denmark Introduction IEC 61400-1

More information

Gravity wave effects on the calibration uncertainty of hydrometric current meters

Gravity wave effects on the calibration uncertainty of hydrometric current meters Gravity wave effects on the calibration uncertainty of hydrometric current meters Marc de Huu and Beat Wüthrich Federal Office of Metrology METAS, Switzerland E-mail: marc.dehuu@metas.ch Abstract Hydrometric

More information

Wave Load Pattern Definition

Wave Load Pattern Definition COMPUTERS AND STRUCTURES, INC., AUGUST 2010 AUTOMATIC WAVE LOADS TECHNICAL NOTE DEFINING WAVE LOADS This section describes how to define automatic wave loads. The automatic wave load is a special type

More information

Diagnosis of Fuel Evaporative System

Diagnosis of Fuel Evaporative System T S F S 0 6 L A B E X E R C I S E 2 Diagnosis of Fuel Evaporative System April 5, 2017 1 objective The objective with this laboratory exercise is to read, understand, and implement an algorithm described

More information

Excel Solver Case: Beach Town Lifeguard Scheduling

Excel Solver Case: Beach Town Lifeguard Scheduling 130 Gebauer/Matthews: MIS 213 Hands-on Tutorials and Cases, Spring 2015 Excel Solver Case: Beach Town Lifeguard Scheduling Purpose: Optimization under constraints. A. GETTING STARTED All Excel projects

More information

An Atlas of Oceanic Internal Solitary Waves (February 2004) by Global Ocean Associates Prepared for Office of Naval Research Code 322 PO

An Atlas of Oceanic Internal Solitary Waves (February 2004) by Global Ocean Associates Prepared for Office of Naval Research Code 322 PO Overview The is located in the North Atlantic Ocean between southern Ireland and southwest England (Figure 1). The Sea s western edge covers a continental shelf region characterized by rough and irregular

More information

Coastal Wave Energy Dissipation: Observations and Modeling

Coastal Wave Energy Dissipation: Observations and Modeling Coastal Wave Energy Dissipation: Observations and Modeling Jeffrey L Hanson US Army Corps of Engineers Field Research Facility USACE Field Research Facility Kent K. Hathaway US Army Corps of Engineers

More information

3. Observed initial growth of short waves from radar measurements in tanks (Larson and Wright, 1975). The dependence of the exponential amplification

3. Observed initial growth of short waves from radar measurements in tanks (Larson and Wright, 1975). The dependence of the exponential amplification Geophysica (1997), 33(2), 9-14 Laboratory Measurements of Stress Modulation by Wave Groups M.G. Skafel and M.A. Donelan* National Water Research Institute Canada Centre for Inland Waters Burlington, Ontario,

More information

Chapter 10 Waves. wave energy NOT the water particles moves across the surface of the sea. wave form moves and with it, energy is transmitted

Chapter 10 Waves. wave energy NOT the water particles moves across the surface of the sea. wave form moves and with it, energy is transmitted Capillary Waves, Wind Waves, Chapter 10 Waves Anatomy of a Wave more like a real wave Tsunamis, Internal waves big waves huge waves rogue waves small waves more like a sine wave Wave direction Wave wave

More information

An experimental study of internal wave generation through evanescent regions

An experimental study of internal wave generation through evanescent regions An experimental study of internal wave generation through evanescent regions Allison Lee, Julie Crockett Department of Mechanical Engineering Brigham Young University Abstract Internal waves are a complex

More information

Lesson 14: Simple harmonic motion, Waves (Sections )

Lesson 14: Simple harmonic motion, Waves (Sections ) Circular Motion and Simple Harmonic Motion The projection of uniform circular motion along any ais (the -ais here) is the same as simple harmonic motion. We use our understanding of uniform circular motion

More information

SUPERGEN Wind Wind Energy Technology Rogue Waves and their effects on Offshore Wind Foundations

SUPERGEN Wind Wind Energy Technology Rogue Waves and their effects on Offshore Wind Foundations SUPERGEN Wind Wind Energy Technology Rogue Waves and their effects on Offshore Wind Foundations Jamie Luxmoore PhD student, Lancaster University SUPERGEN Wind II - 7 th training seminar 3 rd - 4 th September

More information

Examples of Carter Corrected DBDB-V Applied to Acoustic Propagation Modeling

Examples of Carter Corrected DBDB-V Applied to Acoustic Propagation Modeling Naval Research Laboratory Stennis Space Center, MS 39529-5004 NRL/MR/7182--08-9100 Examples of Carter Corrected DBDB-V Applied to Acoustic Propagation Modeling J. Paquin Fabre Acoustic Simulation, Measurements,

More information

Ship waves in Tallinn Bay: Experimental and numerical study

Ship waves in Tallinn Bay: Experimental and numerical study Ship waves in Tallinn Bay: Experimental and numerical study Tomas Torsvik Bergen Center for Computational Science UNIFOB AS In collaboration with Tarmo Soomere Wave Engineering Centre for Nonlinear studies

More information

Chapter 4 EM THE COASTAL ENGINEERING MANUAL (Part I) 1 August 2008 (Change 2) Table of Contents. Page. I-4-1. Background...

Chapter 4 EM THE COASTAL ENGINEERING MANUAL (Part I) 1 August 2008 (Change 2) Table of Contents. Page. I-4-1. Background... Chapter 4 EM 1110-2-1100 THE COASTAL ENGINEERING MANUAL (Part I) 1 August 2008 (Change 2) Table of Contents I-4-1. Background... Page I-4-1 a. Shore Protection Planning and Design, TR 4... I-4-1 b. Shore

More information

Atomspheric Waves at the 500hPa Level

Atomspheric Waves at the 500hPa Level Atomspheric Waves at the 5hPa Level Justin Deal, Eswar Iyer, and Bryce Link ABSTRACT Our study observes and examines large scale motions of the atmosphere. More specifically it examines wave motions at

More information

Quantitative Risk of Linear Infrastructure on Permafrost Heather Brooks, PE. Arquluk Committee Meeting November 2015

Quantitative Risk of Linear Infrastructure on Permafrost Heather Brooks, PE. Arquluk Committee Meeting November 2015 Slide 1 Quantitative Risk of Linear Infrastructure on Permafrost Heather Brooks, PE Arquluk Committee Meeting November 2015 Welcome to the meeting of the committee for Arquluk s Quantitative Risk of Linear

More information

Ammonia Synthesis with Aspen Plus V8.0

Ammonia Synthesis with Aspen Plus V8.0 Ammonia Synthesis with Aspen Plus V8.0 Part 2 Closed Loop Simulation of Ammonia Synthesis 1. Lesson Objectives Review Aspen Plus convergence methods Build upon the open loop Ammonia Synthesis process simulation

More information

Project 1 Those amazing Red Sox!

Project 1 Those amazing Red Sox! MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.001 Structure and Interpretation of Computer Programs Spring Semester, 2005 Project 1 Those amazing Red

More information

HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX D SBEACH MODELING

HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX D SBEACH MODELING HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX D SBEACH MODELING Rev. 18 Feb 2015 1 SBEACH Modeling 1.0 Introduction Following the methodology

More information

RELATIVE CONTRIBUTION FROM WIND AND WAVES TO LOADS ON OFFSHORE WIND TURBINES

RELATIVE CONTRIBUTION FROM WIND AND WAVES TO LOADS ON OFFSHORE WIND TURBINES RELATIVE CONTRIBUTION FROM WIND AND WAVES TO LOADS ON OFFSHORE WIND TURBINES Science Meets Industry Stavanger By Jørgen R. Krokstad WITH FOCUS ON SUPPORT STRUCTURES (with contributions from Loup Suja Thauvin

More information

A new theory for downslope windstorms and trapped lee wave François Lott Lab. Météorologie Dynamique, Ecole Normale Supérieure, Paris

A new theory for downslope windstorms and trapped lee wave François Lott Lab. Météorologie Dynamique, Ecole Normale Supérieure, Paris A new theory for downslope windstorms and trapped lee wave François Lott Lab. Météorologie Dynamique, Ecole Normale Supérieure, Paris 1)Motivation: trapped lee waves 2)Model description 3)Downslope windstorms

More information

THE WAVE CLIMATE IN THE BELGIAN COASTAL ZONE

THE WAVE CLIMATE IN THE BELGIAN COASTAL ZONE THE WAVE CLIMATE IN THE BELGIAN COASTAL ZONE Toon Verwaest, Flanders Hydraulics Research, toon.verwaest@mow.vlaanderen.be Sarah Doorme, IMDC, sarah.doorme@imdc.be Kristof Verelst, Flanders Hydraulics Research,

More information

Oceans in Motion: Waves and Tides

Oceans in Motion: Waves and Tides Oceans in Motion: Waves and Tides Waves Waves are among the most familiar features in the ocean. All waves work similarly, so although we are talking about ocean waves here, the same information would

More information

SEDIMENT BUDGET OF LIDO OF PELLESTRINA (VENICE) Written by Marcello Di Risio Under the supervision of Giorgio Bellotti and Leopoldo Franco

SEDIMENT BUDGET OF LIDO OF PELLESTRINA (VENICE) Written by Marcello Di Risio Under the supervision of Giorgio Bellotti and Leopoldo Franco SEDIMENT BUDGET OF LIDO OF PELLESTRINA (VENICE) Written by Marcello Di Risio Under the supervision of Giorgio Bellotti and Leopoldo Franco Table of contents: 1. Introduction...3 2. Protection structures

More information

What is a wave? Even here the wave more or less keeps it s shape and travelled at a constant speed. YouTube. mexicanwave.mov

What is a wave? Even here the wave more or less keeps it s shape and travelled at a constant speed. YouTube. mexicanwave.mov Waves What is a wave? Waves transmit a disturbance / energy from one part of a material to another. The energy is transmitted without substantial movement of the material. Waves occur in lots of places,

More information

Computational Analysis of Oil Spill in Shallow Water due to Wave and Tidal Motion Madhu Agrawal Durai Dakshinamoorthy

Computational Analysis of Oil Spill in Shallow Water due to Wave and Tidal Motion Madhu Agrawal Durai Dakshinamoorthy Computational Analysis of Oil Spill in Shallow Water due to Wave and Tidal Motion Madhu Agrawal Durai Dakshinamoorthy 1 OUTLINE Overview of Oil Spill & its Impact Technical Challenges for Modeling Review

More information

139 South Meals, Suite 202 Drive, P.O. Box 3089 Valdez, Alaska / Fax 907/

139 South Meals, Suite 202 Drive, P.O. Box 3089 Valdez, Alaska / Fax 907/ 139 South Meals, Suite 202 Drive, P.O. Box 3089 Valdez, Alaska 99686 907/835-5957 Fax 907/835-5926 Date: March 9, 2010 Subject: Analysis of SAFETUG Wave Spectra with Respect to PWS Wave Conditions Project

More information

Control of surge and pitch motions of a rectangular floating body using internal sloshing phenomena. Minho Ha and *Cheolung Cheong 1)

Control of surge and pitch motions of a rectangular floating body using internal sloshing phenomena. Minho Ha and *Cheolung Cheong 1) Control of surge and pitch motions of a rectangular floating body using internal sloshing phenomena Minho Ha and *Cheolung Cheong 1) School of Mechanical Engineering, PNU, Busan 609-735, Korea 1) ccheong@pusan.ac.kr

More information

Workshop 1: Bubbly Flow in a Rectangular Bubble Column. Multiphase Flow Modeling In ANSYS CFX Release ANSYS, Inc. WS1-1 Release 14.

Workshop 1: Bubbly Flow in a Rectangular Bubble Column. Multiphase Flow Modeling In ANSYS CFX Release ANSYS, Inc. WS1-1 Release 14. Workshop 1: Bubbly Flow in a Rectangular Bubble Column 14. 5 Release Multiphase Flow Modeling In ANSYS CFX 2013 ANSYS, Inc. WS1-1 Release 14.5 Introduction This workshop models the dispersion of air bubbles

More information

8th Grade. Data.

8th Grade. Data. 1 8th Grade Data 2015 11 20 www.njctl.org 2 Table of Contents click on the topic to go to that section Two Variable Data Line of Best Fit Determining the Prediction Equation Two Way Table Glossary Teacher

More information

Chapter 8 Wave climate and energy dissipation near Santa Cruz Island, California

Chapter 8 Wave climate and energy dissipation near Santa Cruz Island, California Chapter 8 Wave climate and energy dissipation near Santa Cruz Island, California NATHAN BURLEY A* AND ROBYN SUDDETH B A CIVIL & ENVIRONMENTAL ENGINEERING B GRADUATE GROUP IN HYDROLOGIC SCIENCES UNIVERSITY

More information

Section 1 Types of Waves

Section 1 Types of Waves CHAPTER OUTLINE Section 1 Types of Waves Key Idea questions > What does a wave carry? > How are waves generated? > What is the difference between a transverse wave and a longitudinal wave? > How do the

More information

PHYSICS - GIANCOLI CALC 4E CH 15: WAVE MOTION.

PHYSICS - GIANCOLI CALC 4E CH 15: WAVE MOTION. !! www.clutchprep.com CONCEPT: WHAT IS A WAVE? A WAVE is a moving disturbance (oscillation) that carries energy. - A common example is a wave on a string, where the moving string carries energy We re only

More information

WAVE PROPAGATION ON A FLUME: PHYSICAL MODELLING

WAVE PROPAGATION ON A FLUME: PHYSICAL MODELLING WAVE PROPAGATION ON A FLUME: PHYSICAL MODELLING J. M. P. Conde a,b,c, R. Reis b, C. J. Fortes b, and D. R. C. B. Neves b a Universidade Nova de Lisboa Faculty of Science and Technology Dep. Mechanical

More information

Exercise 2-2. Second-Order Interacting Processes EXERCISE OBJECTIVE DISCUSSION OUTLINE. The actual setup DISCUSSION

Exercise 2-2. Second-Order Interacting Processes EXERCISE OBJECTIVE DISCUSSION OUTLINE. The actual setup DISCUSSION Exercise 2-2 Second-Order Interacting Processes EXERCISE OBJECTIVE Familiarize yourself with second-order interacting processes and experiment with the finer points of controller tuning to gain a deeper

More information

Experiment P18: Buoyant Force (Force Sensor)

Experiment P18: Buoyant Force (Force Sensor) PASCO scientific Physics Lab Manual: P18-1 Experiment P18: (Force Sensor) Concept Time SW Interface Macintosh file Windows file Newton's Laws 45 m 300/500/700 P18 P18_BUOY.SWS EQUIPMENT NEEDED CONSUMABLES

More information

Performance Task # 1

Performance Task # 1 Performance Task # 1 Goal: Arrange integers in order. Role: You are a analyzing a Julie Brown Anderson s dive. Audience: Reader of article. Situation: You are interviewing for a job at a sports magazine.

More information

Thomas Lykke Andersen, Morten Kramer, Peter Frigaard November 2003

Thomas Lykke Andersen, Morten Kramer, Peter Frigaard November 2003 Thomas Lykke Andersen, Morten Kramer, Peter Frigaard November 2003 HYDRAULICS & COASTAL ENGINEERING LABORATORY AALBORG UNIVERSITY DEPARTMENT OF CIVIL ENGINEERING SOHNGAARDSHOLMSVEJ 57 DK-9000 AALBORG DENMARK

More information

Gerald D. Anderson. Education Technical Specialist

Gerald D. Anderson. Education Technical Specialist Gerald D. Anderson Education Technical Specialist The factors which influence selection of equipment for a liquid level control loop interact significantly. Analyses of these factors and their interactions

More information

El Niño Southern Oscillation. Pressure systems over Darwin Australia and Tahiti Oscillate Typically occurs every 4-7 years

El Niño Southern Oscillation. Pressure systems over Darwin Australia and Tahiti Oscillate Typically occurs every 4-7 years El Niño Southern Oscillation Pressure systems over Darwin Australia and Tahiti Oscillate Typically occurs every 4-7 years 1 2 What is it? Normal Conditions... What is it? During El Niño. 3 Local Effects

More information

Appendix D: SWAN Wave Modelling

Appendix D: SWAN Wave Modelling Appendix D: SWAN Wave Modelling D.1 Preamble The Eurobodalla Shire Council area is subject to extreme waves originating from offshore storms. When swell waves approach the coast, they are modified by the

More information

LOCALLY CONCENTRATED SEVERE BEACH EROSION ON SEISHO COAST CAUSED BY TYPHOON T0709

LOCALLY CONCENTRATED SEVERE BEACH EROSION ON SEISHO COAST CAUSED BY TYPHOON T0709 F-4 Fourth International Conference on Scour and Erosion 2008 LOCALLY CONCENTRATED SEVERE BEACH EROSION ON SEISHO COAST CAUSED BY TYPHOON T0709 Yoshimitsu TAJIMA 1 and Shinji SATO 2 1 Member of JSCE, Associate

More information

Hydrostatic Force on a Submerged Surface

Hydrostatic Force on a Submerged Surface Experiment 3 Hydrostatic Force on a Submerged Surface Purpose The purpose of this experiment is to experimentally locate the center of pressure of a vertical, submerged, plane surface. The experimental

More information

Synoptic Lab, MET 421, Test 2

Synoptic Lab, MET 421, Test 2 Name Synoptic Lab, MET 421, Test 2 1) For a 15 ms -1 east wind blowing towards Milwaukee a) Calculate the distance to the east shore of Lake Michigan. You can use a distance calculator website such as

More information

DEPARTMENT OF THE NAVY DIVISION NEWPORT OFFICE OF COUNSEL PHONE: FAX: DSN:

DEPARTMENT OF THE NAVY DIVISION NEWPORT OFFICE OF COUNSEL PHONE: FAX: DSN: IMAVSBA WARFARE CENTERS NEWPORT DEPARTMENT OF THE NAVY NAVAL UNDERSEA WARFARE CENTER DIVISION NEWPORT OFFICE OF COUNSEL PHONE: 401 832-3653 FAX: 401 832-4432 DSN: 432-3653 Attorney Docket No. 85031 Date:

More information

Study of Passing Ship Effects along a Bank by Delft3D-FLOW and XBeach1

Study of Passing Ship Effects along a Bank by Delft3D-FLOW and XBeach1 Study of Passing Ship Effects along a Bank by Delft3D-FLOW and XBeach1 Minggui Zhou 1, Dano Roelvink 2,4, Henk Verheij 3,4 and Han Ligteringen 2,3 1 School of Naval Architecture, Ocean and Civil Engineering,

More information

INTRODUCTION TO COASTAL ENGINEERING

INTRODUCTION TO COASTAL ENGINEERING The University of the West Indies Organization of American States PROFESSIONAL DEVELOPMENT PROGRAMME: COASTAL INFRASTRUCTURE DESIGN, CONSTRUCTION AND MAINTENANCE A COURSE IN COASTAL DEFENSE SYSTEMS I CHAPTER

More information

Lab 4: Root Locus Based Control Design

Lab 4: Root Locus Based Control Design Lab 4: Root Locus Based Control Design References: Franklin, Powell and Emami-Naeini. Feedback Control of Dynamic Systems, 3 rd ed. Addison-Wesley, Massachusetts: 1994. Ogata, Katsuhiko. Modern Control

More information

Garrett McNamara, Portugal, 30 Jan What is a wave?

Garrett McNamara, Portugal, 30 Jan What is a wave? Waves Garrett McNamara, Portugal, 30 Jan 2013 What is a wave? Waves transmit a disturbance / energy from one part of a material to another. The energy is transmitted without substantial movement of the

More information

ABNORMALLY HIGH STORM WAVES OBSERVED ON THE EAST COAST OF KOREA

ABNORMALLY HIGH STORM WAVES OBSERVED ON THE EAST COAST OF KOREA ABNORMALLY HIGH STORM WAVES OBSERVED ON THE EAST COAST OF KOREA WEON MU JEONG 1 ; SANG-HO OH ; DONGYOUNG LEE 3 ; KYUNG-HO RYU 1 Coastal Engineering Research Department, Korea Ocean Research and Development

More information

Waves. Name and Surname: Class: L E A R N I N G O U T C O M E. What are waves? Why are waves formed?

Waves. Name and Surname: Class: L E A R N I N G O U T C O M E. What are waves? Why are waves formed? L E A R N I N G O U T C O M E What are waves? Why are waves formed? Waves Y E A R 1 0, C H A P T E R 8 G J Z A H R A, B. E D ( H O N S ) Why does a pool filled with water look shallower than it really

More information

STABILITY OF MULTIHULLS Author: Jean Sans

STABILITY OF MULTIHULLS Author: Jean Sans STABILITY OF MULTIHULLS Author: Jean Sans (Translation of a paper dated 10/05/2006 by Simon Forbes) Introduction: The capsize of Multihulls requires a more exhaustive analysis than monohulls, even those

More information

Ripple Tank. Equipment:

Ripple Tank. Equipment: Ripple Tank Two point source interference patterns Purpose: A single vibration applied to the surface of water produces circular waves that propagate out from that point. If two identical vibrations are

More information

Waves & Interference

Waves & Interference Waves & Interference I. Definitions and Types II. Parameters and Equations III. Sound IV. Graphs of Waves V. Interference - superposition - standing waves The student will be able to: HW: 1 Define, apply,

More information

PHYSICAL AND NUMERICAL MODELLING OF WAVE FIELD IN FRONT OF THE CONTAINER TERMINAL PEAR - PORT OF RIJEKA (ADRIATIC SEA)

PHYSICAL AND NUMERICAL MODELLING OF WAVE FIELD IN FRONT OF THE CONTAINER TERMINAL PEAR - PORT OF RIJEKA (ADRIATIC SEA) PHYSICAL AND NUMERICAL MODELLING OF WAVE FIELD IN FRONT OF THE CONTAINER TERMINAL PEAR - PORT OF RIJEKA (ADRIATIC SEA) DALIBOR CAREVIĆ (1), GORAN LONČAR (1), VLADIMIR ANDROČEC (1) & MARIN PALADIN (1) 1.

More information

COASTAL MORPHODYNAMICS

COASTAL MORPHODYNAMICS COASTAL MORPHODYNAMICS PATRICIA CHARDÓN-MALDONADO, PHD, EIT Miguel Canals, Jack A. Puleo, Alec Torres-Freyermuth & Jens Figlus March 9, 2017 OUTLINE INTRODUCTION Meteorological Phenomena Forcing Conditions

More information

DUXBURY WAVE MODELING STUDY

DUXBURY WAVE MODELING STUDY DUXBURY WAVE MODELING STUDY 2008 Status Report Duncan M. FitzGerald Peter S. Rosen Boston University Northeaster University Boston, MA 02215 Boston, MA 02115 Submitted to: DUXBURY BEACH RESERVATION November

More information

Fortified For Safer Living

Fortified For Safer Living Fortified For Safer Living Module 15: Protecting Homes Against Floods and Storm Surge An important part of trying to reduce the damage and losses from storm events is to make sure that the home doesn t

More information

Atmospheric Rossby Waves in Fall 2011: Analysis of Zonal Wind Speed and 500hPa Heights in the Northern and Southern Hemispheres

Atmospheric Rossby Waves in Fall 2011: Analysis of Zonal Wind Speed and 500hPa Heights in the Northern and Southern Hemispheres Atmospheric Rossby Waves in Fall 211: Analysis of Zonal Wind Speed and 5hPa Heights in the Northern and Southern s Samuel Cook, Craig Eckstein, and Samantha Santeiu Department of Atmospheric and Geological

More information

WIND PROFILE MODELLING USING STATISTICAL ANALYSIS OF WEIBULL DISTRIBUTION: AN INDIAN PERSPECTIVE

WIND PROFILE MODELLING USING STATISTICAL ANALYSIS OF WEIBULL DISTRIBUTION: AN INDIAN PERSPECTIVE The Eighth Asia-Pacific Conference on Wind Engineering, December 10 14, 2013, Chennai, India WIND PROFILE MODELLING USING STATISTICAL ANALYSIS OF WEIBULL DISTRIBUTION: AN INDIAN PERSPECTIVE Vineeth Vijayaraghavan

More information

Report for Experiment #11 Testing Newton s Second Law On the Moon

Report for Experiment #11 Testing Newton s Second Law On the Moon Report for Experiment #11 Testing Newton s Second Law On the Moon Neil Armstrong Lab partner: Buzz Aldrin TA: Michael Collins July 20th, 1969 Abstract In this experiment, we tested Newton s second law

More information

Waves Part II. non-dispersive (C g =C)

Waves Part II. non-dispersive (C g =C) Waves Part II Previously we discussed Surface Gravity Waves Deep Water Waves Shallow Water Waves C g T 2 C g h dispersive (C g =C/2) Definitions: phase speed C= /T= /k non-dispersive (C g =C) group speed

More information

LONG WAVE RUN-UP OVER SUBMERGED REEF AND BREAKWATER

LONG WAVE RUN-UP OVER SUBMERGED REEF AND BREAKWATER LONG WAVE RUN-UP OVER SUBMERGED REEF AND BREAKWATER A THESIS SUBMITTED TO THE GRADUATE DIVISION OF THE UNIVERSITY OF HAWAIʻI IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE

More information

WAVE LOAD ACTING ON HORIZONTAL PLATE DUE TO BORE

WAVE LOAD ACTING ON HORIZONTAL PLATE DUE TO BORE Proceedings of the 6 th International Conference on the Application of Physical Modelling in Coastal and Port Engineering and Science (Coastlab16) Ottawa, Canada, May 10-13, 2016 Copyright : Creative Commons

More information

TRANSPORT OF NEARSHORE DREDGE MATERIAL BERMS

TRANSPORT OF NEARSHORE DREDGE MATERIAL BERMS Proceedings of the 6 th International Conference on the Application of Physical Modelling in Coastal and Port Engineering and Science (Coastlab16) Ottawa, Canada, May 10-13, 2016 Copyright : Creative Commons

More information

COASTAL HAZARDS. What are Coastal Hazards?

COASTAL HAZARDS. What are Coastal Hazards? COASTAL HAZARDS What are Coastal Hazards? Hazards in the New Jersey coastal zone include unavoidable risks to life and property generated by: coastal flooding, waves, high winds and waves, short-term and

More information

ANSWERS TO QUESTIONS IN THE NOTES AUTUMN 2018

ANSWERS TO QUESTIONS IN THE NOTES AUTUMN 2018 ANSWERS TO QUESTIONS IN THE NOTES AUTUMN 2018 Section 1.2 Example. The discharge in a channel with bottom width 3 m is 12 m 3 s 1. If Manning s n is 0.013 m -1/3 s and the streamwise slope is 1 in 200,

More information

4/20/17. #30 - Coastlines - General Principles Coastlines - Overview

4/20/17. #30 - Coastlines - General Principles Coastlines - Overview Writing Assignment Due one week from today by 11:59 pm See main class web pages for detailed instructions Essays will be submitted in Illinois Compass (instructions later) Pick one: Earthquakes, tsunamis,

More information

LONG WAVES OVER THE GREAT BARRIER REEF. Eric Wolanski ABSTRACT

LONG WAVES OVER THE GREAT BARRIER REEF. Eric Wolanski ABSTRACT LONG WAVES OVER THE GREAT BARRIER REEF by Eric Wolanski k ABSTRACT Low-frequency forcing of water currents over the continental shelf f Australia is quite strong and should be taken into account when the

More information

Coastal Wave Studies FY13 Summary Report

Coastal Wave Studies FY13 Summary Report DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Coastal Wave Studies FY13 Summary Report Jeffrey L. Hanson US Army Corps of Engineers, Field Research Facility 1261 Duck

More information

Short-term Spectral and Statistical Analysis of Sea Surface Elevation Data from buoys located in the Greek Seas

Short-term Spectral and Statistical Analysis of Sea Surface Elevation Data from buoys located in the Greek Seas Short-term Spectral and Statistical Analysis of Sea Surface Elevation Data from buoys located in the Greek Seas Sifnioti, D. E. 1, Soukissian, T. H. 2 and Poulos S. E. 1 1 Faculty of Geology and Geoenvironment,

More information

Swell and Wave Forecasting

Swell and Wave Forecasting Lecture 25 Swell and Wave Forecasting Swell and Wave Forecasting Motivation Terminology Wave Formation Wave Decay Wave Refraction Shoaling Rouge Waves 1 2 Motivation In Hawaii, surf is the number one weather-related

More information

Oceans - Laboratory 12

Oceans - Laboratory 12 Oceans - Laboratory 12 (Name) How do ocean waves form? All waves are disturbances of a fluid medium through which energy is moved (Davis, 1997). Ocean waves travel on the interface between oceans and the

More information

WAVE IMPACTS DUE TO STEEP FRONTED WAVES

WAVE IMPACTS DUE TO STEEP FRONTED WAVES WAVE IMPACTS DUE TO STEEP FRONTED WAVES Bas Buchner and Arjan Voogt Maritime Research Institute Netherlands (MARIN) b.buchner@marin.nl, a.j.voogt@marin.nl INTRODUCTION It is the question whether Rogue

More information

Section 1: Types of Waves

Section 1: Types of Waves Waves Section 1 Section 1: Types of Waves Preview Key Ideas Bellringer What Is a Wave? Vibrations and Waves Transverse and Longitudinal Waves Surface Waves Waves Section 1 Key Ideas What does a wave carry?

More information