Abstract. 1 Introduction

Size: px
Start display at page:

Download "Abstract. 1 Introduction"

Transcription

1 Numerical simulation of the Humber Estuary using a non-orthogonal curvilinear coordinate system R.W. Barber, R.V. Pearson, A.P. Roberts, W.I. McKee Water Resources Research Group, Telford Institute of Environmental Systems, University of Salford, Salford M5 4WT, UK Abstract This paper describes a numerical model for simulating depth-averaged flow in an estuary. The governing hydrodynamic equations are solved using finitedifferences on a boundary-fitted non-orthogonal grid which facilitates an accurate representation of the coastline at the expense of more complex hydrodynamic equations. The continuity and momentum equations are solved explicitly by forward-time central-space differencing on a staggered grid. A flooding and drying algorithm has been implemented to allow for the changing shape of the flow domain as the tide ebbs and flows. The versatility of the numerical scheme is demonstrated by simulating tidal flow in the Humber Estuary on the east coast of England. Results from the non-orthogonal scheme indicate that the boundary-fitted approach has considerable promise for simulating the hydrodynamics of awkwardly shaped estuaries. 1 Introduction Most hydrodynamic models of tidal inlets and estuaries rely on finite-difference solutions of the depth-averaged shallow water equations expressed in a Cartesian reference frame [1,2]. In practice, a rectangular mesh with fixed grid spacing is placed over the flow domain, usually resulting in non-alignment of the physical boundaries with the edges of the computational mesh. This lack of alignment may give rise to major inaccuracies in the flow solution such as spurious vorticity generation at the sharp corners of the mesh. In addition, features such as dredged shipping channels often require local grid refinement in order to increase the accuracy of the flow predictions. Boundary-fitted curvilinear coordinate systems provide an approach which

2 30 Computer Modelling of Seas and Coastal Regions combines the computational efficiency of finite-difference procedures with the grid flexibility usually attributed to finite-element methods. The essential characteristic of a boundary-fitted grid is that the coordinate lines coincide with the flow perimeter, no matter how irregular the shape of the region. The idea of numerically-generated curvilinear coordinate systems was originally developed by Thompson et al. [3] to study flow around awkwardly shaped aerofoils. Since Thompson's pioneering work, many authors have applied the same technique to solve the shallow water equations. The earliest numerical model of the shallow water equations utilising a curvilinear boundary-fitted grid was presented by Johnson [4]. More recently, Wijbenga [5], Hauser et al. [6,7] and Borthwick & Barber [8] have proposed alternative numerical procedures for simulating watercourses of complex geometry. The purpose of this paper is to describe a shallow water equation solver for use with arbitrary non-orthogonal meshes. The model has been designed specifically for flow prediction in shallow estuaries of irregular shape. It consists essentially of two modules: the first generates the non-orthogonal grid within the prescribed flow domain, the second solves the transformed nonlinear shallow water equations in a stable and non-diffusive manner. 2 Boundary-fitted grid generation Following Thompson et al. [3], the grid generating system is taken to be a pair of elliptic Poisson equations: (i) relating the physical (x,y) coordinates to the transformed (,TJ) coordinates. (Here, the subscripts denote the usual shorthand notation for partial differentiation). The functions P and Q are the so-called 'attraction operators' or 'control functions' which may be used to alter the internal structure of the curvilinear mesh. Since all numerical calculations are performed in the transformed (,77) plane, it is first necessary to interchange the dependent and independent variables in equation (1) to give the quasi-linear elliptic system: (2) where and J is the Jacobian of the transformation, given by J = x^ - x^. The mapping expressions given in equation (2) are rewritten as finite-differences

3 Computer Modelling of Seas and Coastal Regions 31 and solved using a successive-over-relaxation procedure to find a one-to-one mapping between the rectilinear transformed (,77) plane and the curvilinear physical (x,y) plane. The transformed equations are not entirely linear and therefore it is necessary for the initial (x,y) values to be close to their final positions if the solution is to converge. A reasonable initial guess is obtained by linear interpolation between the boundaries along both coordinate lines passing through each grid node. The grid generation system has the flexibility to enable islands to be created inside the flow domain and boundary-fitted grids may also be adapted to concentrate cells in regions of deep or shallow water, by altering the form of the attraction operators, P and Q, as demonstrated by Nielsen & Skovgaard [9]. 3 Governing hydrodynamic equations In the Cartesian (x,y) coordinates of the physical domain, the depth-averaged continuity equation can be written as dt dx dy and implementing the Boussinesq eddy viscosity concept to model diffusion leads to the non-conservative x-momentum equation: du,, du -rrdu /.,, dc ^wr ^hr - uu CjV uu /A\ + jj + y f y g _ + _ "* + Y (4) 8f 3;c 5y 8x pd pd * dx* dxdy dy* and the non-conservative y-momentum equation: dt dx dy dy pd pd * dx* dxdy dy* where U and V are depth-averaged velocity components in the x- and y- directions, f is the surface elevation above an arbitrary horizontal datum, D is the local water depth, g is the acceleration due to gravity, ij. is the Coriolis parameter, p is the fluid density, 7* and r^ are the wind and bed stresses respectively and ^ is the horizontal eddy viscosity coefficient. Since the numerical computations are performed on a non-orthogonal mesh, it is necessary to convert the previously presented Cartesian formulae into transformed equations written in terms of the boundary-fitted coordinates, and rj. The transformation of the Cartesian shallow water equations is accomplished using the non-conservative derivative relationships presented by Thompson et al. [3]:

4 32 Computer Modelling of Seas and Coastal Regions a%. dy -(-\ J -- 3 dr\ (6) where f denotes an arbitrary differentiable function of x and y. Substituting for all derivatives of x and y in the governing hydrodynamic equations yields the transformed shallow water expressions: dt J d(vd) _^ 3(VD) -% *{ 3_ 11 3g =o (7) dt as an + -J2L - -* + DIFFUSIVE TERMS pd pd (8) dt J dv,dy_. an,9v +Z^2-1*L +DIFFUSIVE TERMS. pd pd The transformed diffusive terms are too long to be presented here but are discussed in more detail by Pearson & Barber [10]. The wind and bed shear stresses are expressed using quadratic drag laws: (9) (10) and (11) where W% and Wy are the wind speeds in the x- and y-directions, p* is the density of air, and C* and Cf are the drag coefficients at the surface and bed respectively. In the present study, the bed friction coefficient is evaluated using Manning's equation: c - (12) 01/3 where n is the Manning roughness factor.

5 Computer Modelling of Seas and Coastal Regions 33 4 Computational procedure The transformed governing equations (7,8 & 9) are solved using an explicit, forward-time central-space finite-difference scheme. A space-staggered (,17) grid is employed for the storage of the hydrodynamic variables; the U- and V-velocity components are located at the middle of cell faces whilst the surface elevation, f, is defined at cell centres. The present layout of variables reduces the amount of spatial averaging and more importantly overcomes the troublesome 'decoupling effects' which are reported in earlier curvilinear shallow water equation solvers [4,7]. To allow for the changing shape of the estuary as the tide ebbs and flows, a 'flooding and drying' scheme has been adopted, whereby grid cells are added to, or removed from, the computational domain depending upon the local water depth. Since the scheme is explicit, the timestep is subject to the Courant- Friedrichs-Lewy stability constraint. At the land/water interface, U=V=0 noslip conditions are used and the model is driven by prescribing time varying surface elevation tidal curves at one or more 'open' boundaries. 5 Model application The model was validated by examining the tidal propagation in a 50 km long section of the Humber Estuary on the east coast of England. The Humber Estuary provides an outlet to the North Sea for the rivers Trent and Ouse, and shipping access to a number of ports including Hull, Immingham and Grimsby. Present work has concentrated on the wider lower part of the estuary where the flow patterns are of a complex two-dimensional nature and tidal effects dominate. Figure 1 shows the extent of the modelled area and the location of the intermediate field observation sites used in model verification, whilst Figure 2 shows the boundary-fitted coordinate system employed in the numerical simulation. After grid generation, the depth of the bed below a fixed 'Chart Datum' was calculated at all mesh nodes using inverse power interpolation between scattered bathymetry points. To drive the model, observed surface elevation curves were prescribed at the landward and seaward open boundaries. The model was run for three tidal cycles from a stationary initial condition with the resulting tidal elevations and velocities being recorded on the third cycle. Model calibration was accomplished by varying the bed friction coefficient. It was found that the value of Manning's n had a significant effect on the magnitude of the predicted velocities, but the computed surface elevations and velocity directions were relatively insensitive to changes in bed friction. Therefore, the model was calibrated by considering the error between the observed and predicted velocity magnitudes. A quantitative approach was adopted by minimising either the root mean square (R.M.S.) error or the goodness of fit (G.O.F.):

6 34 Computer Modelling of Seas and Coastal Regions R.M.S. = /y _y \2 ' ^ iobs ipred' N (13) G.O.F. = \ 'y _ y \2 iobs ipred' N Ev 2 'iobs (14) where the subscripts iobs and ipred refer to the observed and predicted data respectively, and N is the total number of observations. In the present study, six separate field observation sites were employed in the calibration exercise, with the closest agreement being obtained for a Manning's n of Kingston-upon-Hull North High water mark Low water mark Field site Landward boundary D '^.O ImminghaniN^ F ' -.. Grimsby Spurn Head Length scale Figure 1: Map of the Humber Estuary

7 Computer Modelling of Seas and Coastal Regions 35 Figure 2: Boundary-fitted grid representative of the Humber Estuary Time after high water at seaward boundary (hours) Figure 3: Surface elevation comparisons at Grimsby Figure 3 illustrates the spring tide surface elevation profile at Grimsby, 22 km from the seaward boundary. Although there are small discrepancies between the predicted and observed surface elevation around the time of low water, it can be seen that the numerical model successfully replicates the lengthening ebb and shortening flood tides generated by bed friction. The velocity comparisons for field observation site 'E' located approximately 5 km north of Grimsby are presented in Figures 4 and 5. It is evident that the model gives excellent agreement with the observed tidal direction but the correlation is less satisfactory for the velocity magnitude. Similar trends are exhibited at the other observation sites. Finally, Figure 6 shows the predicted velocity vectors in the eastern part of the estuary during the later stages of the ebb tide. The velocity vectors were calculated using a mesh of twice the resolution of that presented in Figure 2 and indicate that the model is generating stable and realistic flow patterns.

8 36 Computer Modelling of Seas and Coastal Regions Z 120 Q Time after high water at seaward boundary (hours) Figure 4: Velocity direction comparisons at field observation site 'E' Time after high water at seaward boundary (hours) Figure 5: Velocity magnitude comparisons at field observation site 'E' Figure 6: Predicted velocity vectors at the mouth of the estuary

9 Computer Modelling of Seas and Coastal Regions 37 6 Conclusions A technique for solving the depth-averaged shallow water equations in irregularly shaped estuaries has been presented. The procedure employs a nonorthogonal coordinate system and uses a forward-time central space finitedifference scheme to discretize the transformed curvilinear flow equations. The results for the Humber Estuary are very encouraging and indicate that the non-orthogonal boundary-fitted methodology has considerable promise for simulating the hydrodynamics of awkwardly shaped estuaries and coastal seas. References 1. Leendertse, J.J. & Gritton, E.G. A water-quality simulation model for well-mixed estuaries and coastal seas: Vol 2, Computation Procedures, The Rand Corporation, R-708-NYC, Falconer, R. A. Numerical modelling of tidal circulation in harbours, J. Waterway, Port, Coastal and Ocean Div., Proc. ASCE, 106, 31-48, Thompson, J.F., Thames, F.C. & Mastin, C.W. Automatic numerical generation of body-fitted curvilinear coordinate system for field containing any number of arbitrary two-dimensional bodies, /. Comp. Phys., 15, , Johnson, B.H. VAHM - A vertically averaged hydrodynamic model using boundary-fitted coordinates, U.S. Army Engineer Waterways Experiment Station Hydraulics Laboratory, Vicksburg, USA, Wijbenga, J.H.A. Determination of flow patterns in rivers with curvilinear coordinates, Proc. 21st I.A.H.R. Congress, Melbourne, Australia, [reprinted as Publication No. 352, Delft Hydraulics Laboratory]. 6. Hauser, J., Paap, H.G., Eppel, D. & Mueller, A. Solution of shallow water equations for complex flow domains via boundary-fitted coordinates, Int. J. Num. Methods in Fluids, 5, , Hauser, J., Paap, H.G., Eppel, D. & Sengupta, S. Boundary conformed coordinate systems for selected two-dimensional fluid flow problems, Int. J. Num. Methods in Fluids, 6, , Borthwick, A.G.L. & Barber, R.W. River and reservoir flow modelling using the transformed shallow water equations, Int. J. Num. Methods in Fluids, 14, , Nielsen, P. & Skovgaard, O. A scheme for automatic generation of boundary-fitted depth- and depth-gradient dependent grids in arbitrary twodimensional regions, Int. J. Num. Methods in Fluids, 10, , Pearson, R.V. & Barber, R.W. Mathematical simulation of the Humber Estuary using a depth-averaged boundary-fitted tidal model, Proc. 8th Int. Conf. on Num. Methods in Laminar and Turbulent Flow, Ed. C. Taylor, Part 2, , 1993.

Abstract. 1 Introduction

Abstract. 1 Introduction A numerical study of wind-induced flow in the Gulf of Thermaikos using a refined twodimensional boundary-fitted circulation model N. Volakos, L.J. Scott & R.W. Barber Water Resources Research Group, Department

More information

A comparison of interpolation methods for processing randomly scattered bathymetric data

A comparison of interpolation methods for processing randomly scattered bathymetric data A comparison of interpolation methods for processing randomly scattered bathymetric data L.J. Scott

More information

QUASI-3D SOLVER OF MEANDERING RIVER FLOWS BY CIP-SOROBAN SCHEME IN CYLINDRICAL COORDINATES WITH SUPPORT OF BOUNDARY FITTED COORDINATE METHOD

QUASI-3D SOLVER OF MEANDERING RIVER FLOWS BY CIP-SOROBAN SCHEME IN CYLINDRICAL COORDINATES WITH SUPPORT OF BOUNDARY FITTED COORDINATE METHOD QUASI-3D SOLVER OF MEANDERING RIVER FLOWS BY CIP-SOROBAN SCHEME IN CYLINDRICAL COORDINATES WITH SUPPORT OF BOUNDARY FITTED COORDINATE METHOD Keisuke Yoshida, Tadaharu Ishikawa Dr. Eng., Tokyo Institute

More information

Modeling Khowr-e Musa Multi-Branch Estuary Currents due to the Persian Gulf Tides Using NASIR Depth Average Flow Solver

Modeling Khowr-e Musa Multi-Branch Estuary Currents due to the Persian Gulf Tides Using NASIR Depth Average Flow Solver Journal of the Persian Gulf (Marine Science)/Vol.1/No.1/September 2010/6/45-50 Modeling Khowr-e Musa Multi-Branch Estuary Currents due to the Persian Gulf Tides Using NASIR Depth Average Flow Solver Sabbagh-Yazdi,

More information

Instruction with Hands-on Practice: Grid Generation and Forcing

Instruction with Hands-on Practice: Grid Generation and Forcing Instruction with Hands-on Practice: Grid Generation and Forcing Introduction For this section of the hands-on tutorial, we will be using a merged dataset of bathymetry points. You will need the following

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 3, 2012 Copyright 2010 All rights reserved Integrated Publishing services Research article ISSN 0976 4399 Efficiency and performances

More information

Numerical Simulation of Flow around a Spur Dike with Free Surface Flow in Fixed Flat Bed. Mukesh Raj Kafle

Numerical Simulation of Flow around a Spur Dike with Free Surface Flow in Fixed Flat Bed. Mukesh Raj Kafle TUTA/IOE/PCU Journal of the Institute of Engineering, Vol. 9, No. 1, pp. 107 114 TUTA/IOE/PCU All rights reserved. Printed in Nepal Fax: 977-1-5525830 Numerical Simulation of Flow around a Spur Dike with

More information

River inundation modelling for risk analysis

River inundation modelling for risk analysis River inundation modelling for risk analysis L. H. C. Chua, F. Merting & K. P. Holz Institute for Bauinformatik, Brandenburg Technical University, Germany Abstract This paper presents the results of an

More information

A NEW TWO DIMENSIONAL TIDAL MODELLING SYSTEM. A. HAUGUEL^3\ (2) S. SCHWARTZ v ' A.M. ASCE

A NEW TWO DIMENSIONAL TIDAL MODELLING SYSTEM. A. HAUGUEL^3\ (2) S. SCHWARTZ v ' A.M. ASCE A NEW TWO DIMENSIONAL TIDAL MODELLING SYSTEM J.P. BENQUE' 1, M.I. CHENIN^2\ A. HAUGUEL^3\ (2) S. SCHWARTZ v ' A.M. ASCE ABSTRACT A new method for numerical simulation of tidal currents is presented. Based

More information

MODELLING THE FLOW AROUND AN ISLAND AND A HEADLAND: APPLICATION OF A TWO MIXING LENGTH MODEL WITH TELEMAC3D. Nicolas Chini 1 and Peter K.

MODELLING THE FLOW AROUND AN ISLAND AND A HEADLAND: APPLICATION OF A TWO MIXING LENGTH MODEL WITH TELEMAC3D. Nicolas Chini 1 and Peter K. MODELLING THE FLOW AROUND AN ISLAND AND A HEADLAND: APPLICATION OF A TWO MIXING LENGTH MODEL WITH TELEMAC3D Nicolas Chini 1 and Peter K. Stansby 2 Numerical modelling of the circulation around islands

More information

COMPARISON BETWEEN MIKE 21 FM, DELFT3D AND DELFT3D FM FLOW MODELS OF WESTERN PORT BAY, AUSTRALIA

COMPARISON BETWEEN MIKE 21 FM, DELFT3D AND DELFT3D FM FLOW MODELS OF WESTERN PORT BAY, AUSTRALIA COMPARISON BETWEEN MIKE 21 FM, DELFT3D AND DELFT3D FM FLOW MODELS OF WESTERN PORT BAY, AUSTRALIA Andrew M. Symonds 1, Thomas Vijverberg 2, Sander Post 4, Bart-Jan van der Spek 3, Johan Henrotte 2 and Marius

More information

Stream Function-Vorticity CFD Solver MAE 6263

Stream Function-Vorticity CFD Solver MAE 6263 Stream Function-Vorticity CFD Solver MAE 66 Charles O Neill April, 00 Abstract A finite difference CFD solver was developed for transient, two-dimensional Cartesian viscous flows. Flow parameters are solved

More information

High quality triangular grid generation for the risk analysis of a special lagoon

High quality triangular grid generation for the risk analysis of a special lagoon Advances in Fluid Mechanics VIII 31 High quality triangular grid generation for the risk analysis of a special lagoon B. Tansel Istanbul Technical University, Maritime Faculty, Turkey Abstract Much of

More information

Corrected/Updated References

Corrected/Updated References K. Kashiyama, H. Ito, M. Behr and T. Tezduyar, "Massively Parallel Finite Element Strategies for Large-Scale Computation of Shallow Water Flows and Contaminant Transport", Extended Abstracts of the Second

More information

Objectives This tutorial will introduce how to prepare and run a basic ADH model using the SMS interface.

Objectives This tutorial will introduce how to prepare and run a basic ADH model using the SMS interface. v. 12.1 SMS 12.1 Tutorial Objectives This tutorial will introduce how to prepare and run a basic ADH model using the SMS interface. Prerequisites Overview Tutorial Requirements ADH Mesh Module Scatter

More information

Numerical Wave Tank Modeling of Hydrodynamics of Permeable Barriers

Numerical Wave Tank Modeling of Hydrodynamics of Permeable Barriers ICHE 2014, Hamburg - Lehfeldt & Kopmann (eds) - 2014 Bundesanstalt für Wasserbau ISBN 978-3-939230-32-8 Numerical Wave Tank Modeling of Hydrodynamics of Permeable Barriers K. Rajendra & R. Balaji Indian

More information

Driven Cavity Example

Driven Cavity Example BMAppendixI.qxd 11/14/12 6:55 PM Page I-1 I CFD Driven Cavity Example I.1 Problem One of the classic benchmarks in CFD is the driven cavity problem. Consider steady, incompressible, viscous flow in a square

More information

Investigation of cross flow over a circular cylinder at low Re using the Immersed Boundary Method (IBM)

Investigation of cross flow over a circular cylinder at low Re using the Immersed Boundary Method (IBM) Computational Methods and Experimental Measurements XVII 235 Investigation of cross flow over a circular cylinder at low Re using the Immersed Boundary Method (IBM) K. Rehman Department of Mechanical Engineering,

More information

Application of Finite Volume Method for Structural Analysis

Application of Finite Volume Method for Structural Analysis Application of Finite Volume Method for Structural Analysis Saeed-Reza Sabbagh-Yazdi and Milad Bayatlou Associate Professor, Civil Engineering Department of KNToosi University of Technology, PostGraduate

More information

FAST ALGORITHMS FOR CALCULATIONS OF VISCOUS INCOMPRESSIBLE FLOWS USING THE ARTIFICIAL COMPRESSIBILITY METHOD

FAST ALGORITHMS FOR CALCULATIONS OF VISCOUS INCOMPRESSIBLE FLOWS USING THE ARTIFICIAL COMPRESSIBILITY METHOD TASK QUARTERLY 12 No 3, 273 287 FAST ALGORITHMS FOR CALCULATIONS OF VISCOUS INCOMPRESSIBLE FLOWS USING THE ARTIFICIAL COMPRESSIBILITY METHOD ZBIGNIEW KOSMA Institute of Applied Mechanics, Technical University

More information

A new method for determination of a wave-ray trace based on tsunami isochrones

A new method for determination of a wave-ray trace based on tsunami isochrones Bull. Nov. Comp. Center, Math. Model. in Geoph., 13 (2010), 93 101 c 2010 NCC Publisher A new method for determination of a wave-ray trace based on tsunami isochrones An.G. Marchuk Abstract. A new method

More information

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean A Direct Simulation-Based Study of Radiance in a Dynamic Ocean Lian Shen Department of Civil Engineering Johns Hopkins University Baltimore, MD 21218 phone: (410) 516-5033 fax: (410) 516-7473 email: LianShen@jhu.edu

More information

Solving non-hydrostatic Navier-Stokes equations with a free surface

Solving non-hydrostatic Navier-Stokes equations with a free surface Solving non-hydrostatic Navier-Stokes equations with a free surface J.-M. Hervouet Laboratoire National d'hydraulique et Environnement, Electricite' De France, Research & Development Division, France.

More information

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Introduction This tutorial illustrates the setup and solution of the two-dimensional turbulent fluid flow and heat

More information

NUMERICAL SIMULATION OF THE SHALLOW WATER EQUATIONS USING A TIME-CENTERED SPLIT-IMPLICIT METHOD

NUMERICAL SIMULATION OF THE SHALLOW WATER EQUATIONS USING A TIME-CENTERED SPLIT-IMPLICIT METHOD 18th Engineering Mechanics Division Conference (EMD007) NUMERICAL SIMULATION OF THE SHALLOW WATER EQUATIONS USING A TIME-CENTERED SPLIT-IMPLICIT METHOD Abstract S. Fu University of Texas at Austin, Austin,

More information

The importance of model plane location and movement in dense discharge assessment

The importance of model plane location and movement in dense discharge assessment The importance of model plane location and movement in dense discharge assessment C. T. Mead*, S. E. Bourban*, C. J. Cawthorn* and M. S. Turnbull* * HR Wallingford, Howbery Park, Wallingford, Oxfordshire

More information

Verification of Laminar and Validation of Turbulent Pipe Flows

Verification of Laminar and Validation of Turbulent Pipe Flows 1 Verification of Laminar and Validation of Turbulent Pipe Flows 1. Purpose ME:5160 Intermediate Mechanics of Fluids CFD LAB 1 (ANSYS 18.1; Last Updated: Aug. 1, 2017) By Timur Dogan, Michael Conger, Dong-Hwan

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

MIKE 21 & MIKE 3 FLOW MODEL FM. Transport Module. Short Description

MIKE 21 & MIKE 3 FLOW MODEL FM. Transport Module. Short Description MIKE 21 & MIKE 3 FLOW MODEL FM Short Description MIKE213_TR_FM_Short_Description.docx/AJS/EBR/2011Short_Descriptions.lsm//2011-06-17 MIKE 21 & MIKE 3 FLOW MODEL FM Agern Allé 5 DK-2970 Hørsholm Denmark

More information

v CMS-Flow SMS Tutorials Requirements Time Prerequisites Objectives

v CMS-Flow SMS Tutorials Requirements Time Prerequisites Objectives v. 12.2 SMS 12.2 Tutorial Objectives This lesson demonstrates how to prepare a grid and run a solution using. Prerequisites SMS Overview Requirements Map Module Cartesian Grid Module Scatter Module Time

More information

MIKE 21 & MIKE 3 Flow Model FM. Transport Module. Short Description

MIKE 21 & MIKE 3 Flow Model FM. Transport Module. Short Description MIKE 21 & MIKE 3 Flow Model FM Transport Module Short Description DHI headquarters Agern Allé 5 DK-2970 Hørsholm Denmark +45 4516 9200 Telephone +45 4516 9333 Support +45 4516 9292 Telefax mike@dhigroup.com

More information

Realistic Animation of Fluids

Realistic Animation of Fluids Realistic Animation of Fluids p. 1/2 Realistic Animation of Fluids Nick Foster and Dimitri Metaxas Realistic Animation of Fluids p. 2/2 Overview Problem Statement Previous Work Navier-Stokes Equations

More information

Module D: Laminar Flow over a Flat Plate

Module D: Laminar Flow over a Flat Plate Module D: Laminar Flow over a Flat Plate Summary... Problem Statement Geometry and Mesh Creation Problem Setup Solution. Results Validation......... Mesh Refinement.. Summary This ANSYS FLUENT tutorial

More information

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Objective: The objective of this laboratory is to introduce how to use FLUENT to solve both transient and natural convection problems.

More information

Introduction to MIKE FLOOD

Introduction to MIKE FLOOD Introduction to MIKE FLOOD HYDROEUROPE, Sophia-Antipolis, February 2011 Julie Landrein, DHI Denmark Introduction to MIKE FLOOD - Introduction to MIKE FLOOD - 1D Modelling: MIKE 11, MIKE URBAN - 2D Modelling:

More information

CFD-1. Introduction: What is CFD? T. J. Craft. Msc CFD-1. CFD: Computational Fluid Dynamics

CFD-1. Introduction: What is CFD? T. J. Craft. Msc CFD-1. CFD: Computational Fluid Dynamics School of Mechanical Aerospace and Civil Engineering CFD-1 T. J. Craft George Begg Building, C41 Msc CFD-1 Reading: J. Ferziger, M. Peric, Computational Methods for Fluid Dynamics H.K. Versteeg, W. Malalasekara,

More information

The Immersed Interface Method

The Immersed Interface Method The Immersed Interface Method Numerical Solutions of PDEs Involving Interfaces and Irregular Domains Zhiiin Li Kazufumi Ito North Carolina State University Raleigh, North Carolina Society for Industrial

More information

Application of 2-D Modelling for Muda River Using CCHE2D

Application of 2-D Modelling for Muda River Using CCHE2D Application of 2-D Modelling for Muda River Using CCHE2D ZORKEFLEE ABU HASAN, Lecturer, River Engineering and Urban Drainage Research Centre (REDAC), Universiti Sains Malaysia, Engineering Campus, Seri

More information

MIKE 21 & MIKE 3 FLOW MODEL FM. Hydrodynamic Module. Short Description

MIKE 21 & MIKE 3 FLOW MODEL FM. Hydrodynamic Module. Short Description MIKE 21 & MIKE 3 FLOW MODEL FM Short Description MIKE213_HD_FM_Short_Description.docx/ AJS/EBR/2011Short_Descriptions.lsm/2011-06-10 MIKE 21 & MIKE 3 FLOW MODEL FM Agern Allé 5 DK-2970 Hørsholm Denmark

More information

v SMS 11.2 Tutorial ADCIRC Analysis Prerequisites Overview Tutorial Time minutes

v SMS 11.2 Tutorial ADCIRC Analysis Prerequisites Overview Tutorial Time minutes v. 11.2 SMS 11.2 Tutorial ADCIRC Analysis Objectives This lesson reviews how to prepare a mesh for analysis and run a solution for ADCIRC. It will cover preparation of the necessary input files for the

More information

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3)

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3) Rec. ITU-R P.1058-1 1 RECOMMENDATION ITU-R P.1058-1 DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES (Question ITU-R 202/3) Rec. ITU-R P.1058-1 (1994-1997) The ITU Radiocommunication Assembly, considering

More information

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean 1 DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. A Direct Simulation-Based Study of Radiance in a Dynamic Ocean LONG-TERM GOALS Dick K.P. Yue Center for Ocean Engineering

More information

Hydrodynamic modeling of flow around bridge piers

Hydrodynamic modeling of flow around bridge piers Hydrodynamic modeling of flow around bridge piers E. D. Farsirotou*, J. V. Soulis^, V. D. Dermissis* *Aristotle University of Thessaloniki, Civil Engineering Department, Division of Hydraulics and Environmental

More information

MIKE 21 FLOW MODEL FM

MIKE 21 FLOW MODEL FM MIKE 21 FLOW MODEL FM Hydrodynamic Module User Guide DHI Software 2005 Software development by : xxx Written by: AJS C:\MIKEZero\Dev\source\Manuals\MIKE_FM\HD\MIKE_FM_HD_Cover.fm 29 July 2005 10:43 am

More information

Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics

Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics Masanori Hashiguchi 1 1 Keisoku Engineering System Co., Ltd. 1-9-5 Uchikanda, Chiyoda-ku,

More information

MIKE 21 Flow Model FM. Mud Transport Module. Step-by-step training guide

MIKE 21 Flow Model FM. Mud Transport Module. Step-by-step training guide MIKE 21 Flow Model FM Mud Transport Module Step-by-step training guide MIKE 2017 DHI headquarters Agern Allé 5 DK-2970 Hørsholm Denmark +45 4516 9200 Telephone +45 4516 9333 Support +45 4516 9292 Telefax

More information

Three Dimensional Numerical Simulation of Turbulent Flow Over Spillways

Three Dimensional Numerical Simulation of Turbulent Flow Over Spillways Three Dimensional Numerical Simulation of Turbulent Flow Over Spillways Latif Bouhadji ASL-AQFlow Inc., Sidney, British Columbia, Canada Email: lbouhadji@aslenv.com ABSTRACT Turbulent flows over a spillway

More information

PHYSCAL SCALE AND 3D-NUMERICAL MODEL SIMULATIONS OF TIDAL FLOW HYDRODYNAMICS AT THE PORT OF ZEEBRUGGE

PHYSCAL SCALE AND 3D-NUMERICAL MODEL SIMULATIONS OF TIDAL FLOW HYDRODYNAMICS AT THE PORT OF ZEEBRUGGE 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

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS Dr W. Malalasekera Version 3.0 August 2013 1 COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

SIMULATION OF FLOW FIELD AROUND AND INSIDE SCOUR PROTECTION WITH PHYSICAL AND REALISTIC PARTICLE CONFIGURATIONS

SIMULATION OF FLOW FIELD AROUND AND INSIDE SCOUR PROTECTION WITH PHYSICAL AND REALISTIC PARTICLE CONFIGURATIONS XIX International Conference on Water Resources CMWR 2012 University of Illinois at Urbana-Champaign June 17-22, 2012 SIMULATION OF FLOW FIELD AROUND AND INSIDE SCOUR PROTECTION WITH PHYSICAL AND REALISTIC

More information

Introduction to C omputational F luid Dynamics. D. Murrin

Introduction to C omputational F luid Dynamics. D. Murrin Introduction to C omputational F luid Dynamics D. Murrin Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat transfer, mass transfer, chemical reactions, and related phenomena

More information

Dependency of tsunami simulations on advection scheme, grid resolution, bottom friction and topography

Dependency of tsunami simulations on advection scheme, grid resolution, bottom friction and topography IMUM-2010, MIT, 17-20 August Dependency of tsunami simulations on advection scheme, grid resolution, bottom friction and topography C. Wekerle, S. Harig, W. Pranowo, A. Androsov, A. Fuchs, N. Rakowsky,

More information

IMPROVING THE NUMERICAL ACCURACY OF HYDROTHERMAL RESERVOIR SIMULATIONS USING THE CIP SCHEME WITH THIRD-ORDER ACCURACY

IMPROVING THE NUMERICAL ACCURACY OF HYDROTHERMAL RESERVOIR SIMULATIONS USING THE CIP SCHEME WITH THIRD-ORDER ACCURACY PROCEEDINGS, Thirty-Seventh Workshop on Geothermal Reservoir Engineering Stanford University, Stanford, California, January 30 - February 1, 2012 SGP-TR-194 IMPROVING THE NUMERICAL ACCURACY OF HYDROTHERMAL

More information

A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity Waves

A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity Waves DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity

More information

Aalborg Universitet. Numerical 3-D Modelling of Overflows Larsen, Torben; Nielsen, L.; Jensen, B.; Christensen, E. D.

Aalborg Universitet. Numerical 3-D Modelling of Overflows Larsen, Torben; Nielsen, L.; Jensen, B.; Christensen, E. D. Aalborg Universitet Numerical 3-D Modelling of Overflows Larsen, Torben; Nielsen, L.; Jensen, B.; Christensen, E. D. Published in: Confernce Proceedings : 11th International Conference on Urban Drainage

More information

2D Hydrodynamic Model for Reservoirs: Case Study High Aswan Dam Reservoir

2D Hydrodynamic Model for Reservoirs: Case Study High Aswan Dam Reservoir D Hydrodynamic Model for Reservoirs: Case Study High Aswan Dam Reservoir M. M. Soliman 1, M. A. Gad, Ashraf M. El-Moustafa 3 Abstract High Aswan Dam (HAD) is one of the most important projects in the history

More information

Numerical Modeling of Flow Around Groynes with Different Shapes Using TELEMAC-3D Software

Numerical Modeling of Flow Around Groynes with Different Shapes Using TELEMAC-3D Software American Journal of Water Science and Engineering 2016; 2(6): 43-52 http://www.sciencepublishinggroup.com/j/ajwse doi: 10.11648/j.ajwse.20160206.11 Numerical Modeling of Flow Around Groynes with Different

More information

Post Processing, Visualization, and Sample Output

Post Processing, Visualization, and Sample Output Chapter 7 Post Processing, Visualization, and Sample Output Upon successful execution of an ADCIRC run, a number of output files will be created. Specifically which files are created depends upon how the

More information

Uncertainty Analysis: Parameter Estimation. Jackie P. Hallberg Coastal and Hydraulics Laboratory Engineer Research and Development Center

Uncertainty Analysis: Parameter Estimation. Jackie P. Hallberg Coastal and Hydraulics Laboratory Engineer Research and Development Center Uncertainty Analysis: Parameter Estimation Jackie P. Hallberg Coastal and Hydraulics Laboratory Engineer Research and Development Center Outline ADH Optimization Techniques Parameter space Observation

More information

Estimating Along-Channel Flow and Sediment Transport at Tidal Entrances EbbJet Calculator

Estimating Along-Channel Flow and Sediment Transport at Tidal Entrances EbbJet Calculator Estimating Along-Channel Flow and Sediment Transport at Tidal Entrances EbbJet Calculator by Mark S. Gosselin and Kenneth R. Craig PURPOSE: The Coastal Engineering Technical Note (CHETN) herein describes

More information

v SMS 11.1 Tutorial BOUSS2D Prerequisites Overview Tutorial Time minutes

v SMS 11.1 Tutorial BOUSS2D Prerequisites Overview Tutorial Time minutes v. 11.1 SMS 11.1 Tutorial BOUSS2D Objectives This lesson will teach you how to use the interface for BOUSS-2D and run the model for a sample application. As a phase-resolving nonlinear wave model, BOUSS-2D

More information

A Comparative Study of HEC-RAS 2D, TUFLOW, & Mike 21 Model Benchmark Testing

A Comparative Study of HEC-RAS 2D, TUFLOW, & Mike 21 Model Benchmark Testing A Comparative Study of HEC-RAS 2D, TUFLOW, & Mike 21 Model Benchmark Testing June 2016 Presented by: Murari Paudel, PhD, PE, CFM Soledad B Roman, EIT John Prichard, PE, CFM Wood Rodgers Inc. Sacramento,

More information

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP Vol. 12, Issue 1/2016, 63-68 DOI: 10.1515/cee-2016-0009 MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP Juraj MUŽÍK 1,* 1 Department of Geotechnics, Faculty of Civil Engineering, University

More information

Three-dimensional simulation of floating wave power device Xixi Pan 1, a, Shiming Wang 1, b, Yongcheng Liang 1, c

Three-dimensional simulation of floating wave power device Xixi Pan 1, a, Shiming Wang 1, b, Yongcheng Liang 1, c International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) Three-dimensional simulation of floating wave power device Xixi Pan 1, a, Shiming Wang 1, b, Yongcheng Liang 1, c 1 Department

More information

An Introduction to SolidWorks Flow Simulation 2010

An Introduction to SolidWorks Flow Simulation 2010 An Introduction to SolidWorks Flow Simulation 2010 John E. Matsson, Ph.D. SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Chapter 2 Flat Plate Boundary Layer Objectives Creating

More information

Abstract. 1 Introduction

Abstract. 1 Introduction CFD - a useful tool in spillway capacity determination James Yang & Bengt Hemstrom Vattenfall UtvecklingAB, S-814 26 Alvkarleby, Sweden Email: james.yang@utveckling. vattenfall se Abstract Physical model

More information

DAM-BREAK FLOW IN A CHANNEL WITH A SUDDEN ENLARGEMENT

DAM-BREAK FLOW IN A CHANNEL WITH A SUDDEN ENLARGEMENT THEME C: Dam Break 221 DAM-BREAK FLOW IN A CHANNEL WITH A SUDDEN ENLARGEMENT Soares Frazão S. 1,2, Lories D. 1, Taminiau S. 1 and Zech Y. 1 1 Université catholique de Louvain, Civil Engineering Department

More information

v SMS 12.2 Tutorial ADCIRC Analysis Requirements Time minutes Prerequisites Overview Tutorial

v SMS 12.2 Tutorial ADCIRC Analysis Requirements Time minutes Prerequisites Overview Tutorial v. 12.2 SMS 12.2 Tutorial Analysis Objectives This tutorial reviews how to prepare a mesh for analysis and run a solution for. It will cover preparation of the necessary input files for the circulation

More information

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 13: The Lecture deals with:

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 13: The Lecture deals with: The Lecture deals with: Some more Suggestions for Improvement of Discretization Schemes Some Non-Trivial Problems with Discretized Equations file:///d /chitra/nptel_phase2/mechanical/cfd/lecture13/13_1.htm[6/20/2012

More information

1.2 Numerical Solutions of Flow Problems

1.2 Numerical Solutions of Flow Problems 1.2 Numerical Solutions of Flow Problems DIFFERENTIAL EQUATIONS OF MOTION FOR A SIMPLIFIED FLOW PROBLEM Continuity equation for incompressible flow: 0 Momentum (Navier-Stokes) equations for a Newtonian

More information

Simulation of Laminar Pipe Flows

Simulation of Laminar Pipe Flows Simulation of Laminar Pipe Flows 57:020 Mechanics of Fluids and Transport Processes CFD PRELAB 1 By Timur Dogan, Michael Conger, Maysam Mousaviraad, Tao Xing and Fred Stern IIHR-Hydroscience & Engineering

More information

Numerical Solutions for 2D Depth-Averaged Shallow Water Equations

Numerical Solutions for 2D Depth-Averaged Shallow Water Equations International Mathematical Forum, Vol. 13, 2018, no. 2, 79-90 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2018.712102 Numerical Solutions for 2D Depth-Averaged Shallow Water Equations Huda

More information

CFD STUDY OF MIXING PROCESS IN RUSHTON TURBINE STIRRED TANKS

CFD STUDY OF MIXING PROCESS IN RUSHTON TURBINE STIRRED TANKS Third International Conference on CFD in the Minerals and Process Industries CSIRO, Melbourne, Australia 10-12 December 2003 CFD STUDY OF MIXING PROCESS IN RUSHTON TURBINE STIRRED TANKS Guozhong ZHOU 1,2,

More information

Mass-Spring Systems. Last Time?

Mass-Spring Systems. Last Time? Mass-Spring Systems Last Time? Implicit Surfaces & Marching Cubes/Tetras Collision Detection & Conservative Bounding Regions Spatial Acceleration Data Structures Octree, k-d tree, BSF tree 1 Today Particle

More information

Coastal impact of a tsunami Review of numerical models

Coastal impact of a tsunami Review of numerical models Coastal impact of a tsunami Review of numerical models Richard Marcer 2 Content Physics to simulate Different approaches of modelling 2D depth average Full 3D Navier-Stokes 3D model Key point : free surface

More information

Artificial diffusivity/viscosity in Eulerian models. Models in intrinsic coordinate?

Artificial diffusivity/viscosity in Eulerian models. Models in intrinsic coordinate? Energetics of mixing Artificial diffusivity/viscosity in Eulerian models Models in intrinsic coordinate? Rui Xin Huang Woods Hole Oceanographic Institution Woods Hole, USA Ocean circulation is maintained

More information

Coupling of CFD model and FVCOM to predict small-scale coastal flows

Coupling of CFD model and FVCOM to predict small-scale coastal flows 284 9 th International Conference on Hydrodynamics 2010, 22(5), supplement :284-289 DOI: 10.1016/S1001-6058(09)60208-0 Coupling of CFD model and FVCOM to predict small-scale coastal flows Xiu-guang Wu

More information

CFD MODELING FOR PNEUMATIC CONVEYING

CFD MODELING FOR PNEUMATIC CONVEYING CFD MODELING FOR PNEUMATIC CONVEYING Arvind Kumar 1, D.R. Kaushal 2, Navneet Kumar 3 1 Associate Professor YMCAUST, Faridabad 2 Associate Professor, IIT, Delhi 3 Research Scholar IIT, Delhi e-mail: arvindeem@yahoo.co.in

More information

Fluent User Services Center

Fluent User Services Center Solver Settings 5-1 Using the Solver Setting Solver Parameters Convergence Definition Monitoring Stability Accelerating Convergence Accuracy Grid Independence Adaption Appendix: Background Finite Volume

More information

Lax-Wendroff and McCormack Schemes for Numerical Simulation of Unsteady Gradually and Rapidly Varied Open Channel Flow

Lax-Wendroff and McCormack Schemes for Numerical Simulation of Unsteady Gradually and Rapidly Varied Open Channel Flow Archives of Hydro-Engineering and Environmental Mechanics Vol. 60 (2013), No. 1 4, pp. 51 62 DOI: 10.2478/heem-2013-0008 IBW PAN, ISSN 1231 3726 Lax-Wendroff and McCormack Schemes for Numerical Simulation

More information

Parallel edge-based implementation of the finite element method for shallow water equations

Parallel edge-based implementation of the finite element method for shallow water equations Parallel edge-based implementation of the finite element method for shallow water equations I. Slobodcicov, F.L.B. Ribeiro, & A.L.G.A. Coutinho Programa de Engenharia Civil, COPPE / Universidade Federal

More information

STUDY OF FLOW PERFORMANCE OF A GLOBE VALVE AND DESIGN OPTIMISATION

STUDY OF FLOW PERFORMANCE OF A GLOBE VALVE AND DESIGN OPTIMISATION Journal of Engineering Science and Technology Vol. 12, No. 9 (2017) 2403-2409 School of Engineering, Taylor s University STUDY OF FLOW PERFORMANCE OF A GLOBE VALVE AND DESIGN OPTIMISATION SREEKALA S. K.

More information

SolidWorks Flow Simulation 2014

SolidWorks Flow Simulation 2014 An Introduction to SolidWorks Flow Simulation 2014 John E. Matsson, Ph.D. SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites

More information

FLOW VISUALISATION OF POLYMER MELT CONTRACTION FLOWS FOR VALIDATION OF NUMERICAL SIMULATIONS

FLOW VISUALISATION OF POLYMER MELT CONTRACTION FLOWS FOR VALIDATION OF NUMERICAL SIMULATIONS FLOW VISUALISATION OF POLYMER MELT CONTRACTION FLOWS FOR VALIDATION OF NUMERICAL SIMULATIONS R Spares, T Gough, M T Martyn, P Olley and P D Coates IRC in Polymer Science & Technology, Mechanical & Medical

More information

CFD Analysis of a Novel Hull Design for an Offshore Wind Farm Service Vessel

CFD Analysis of a Novel Hull Design for an Offshore Wind Farm Service Vessel CFD Analysis of a Novel Hull Design for an Offshore Wind Farm Service Vessel M. Shanley 1, J. Murphy 1, and P. Molloy 2 1 Hydraulics and Maritime, Civil and Environmental Engineering University College

More information

FEMLAB Exercise 1 for ChE366

FEMLAB Exercise 1 for ChE366 FEMLAB Exercise 1 for ChE366 Problem statement Consider a spherical particle of radius r s moving with constant velocity U in an infinitely long cylinder of radius R that contains a Newtonian fluid. Let

More information

Numerical Modeling Study for Fish Screen at River Intake Channel ; PH (505) ; FAX (505) ;

Numerical Modeling Study for Fish Screen at River Intake Channel ; PH (505) ; FAX (505) ; Numerical Modeling Study for Fish Screen at River Intake Channel Jungseok Ho 1, Leslie Hanna 2, Brent Mefford 3, and Julie Coonrod 4 1 Department of Civil Engineering, University of New Mexico, Albuquerque,

More information

Numerical and theoretical analysis of shock waves interaction and reflection

Numerical and theoretical analysis of shock waves interaction and reflection Fluid Structure Interaction and Moving Boundary Problems IV 299 Numerical and theoretical analysis of shock waves interaction and reflection K. Alhussan Space Research Institute, King Abdulaziz City for

More information

Using a Single Rotating Reference Frame

Using a Single Rotating Reference Frame Tutorial 9. Using a Single Rotating Reference Frame Introduction This tutorial considers the flow within a 2D, axisymmetric, co-rotating disk cavity system. Understanding the behavior of such flows is

More information

Coastal and Hydraulics Laboratory

Coastal and Hydraulics Laboratory ERDC/CHL TR-0X-X Three Dimensional Shallow Water Adaptive Hydraulics (ADH-SW3): Hydrodynamic Verification and Validation Gaurav Savant, R. Charlie Berger, Tate O. McAlpin and Corey J. Trahan January 2014

More information

Use of measured and interpolated crosssections

Use of measured and interpolated crosssections Use of measured and interpolated crosssections in hydraulic river modelling Y. Chen/, R. Crowded & R. A. Falconer^ ^ Department of Civil & Environmental Engineering, University ofbradford, Bradford, West

More information

WAVE PATTERNS, WAVE INDUCED FORCES AND MOMENTS FOR A GRAVITY BASED STRUCTURE PREDICTED USING CFD

WAVE PATTERNS, WAVE INDUCED FORCES AND MOMENTS FOR A GRAVITY BASED STRUCTURE PREDICTED USING CFD Proceedings of the ASME 2011 30th International Conference on Ocean, Offshore and Arctic Engineering OMAE2011 June 19-24, 2011, Rotterdam, The Netherlands OMAE2011-49593 WAVE PATTERNS, WAVE INDUCED FORCES

More information

Computational Simulation of the Wind-force on Metal Meshes

Computational Simulation of the Wind-force on Metal Meshes 16 th Australasian Fluid Mechanics Conference Crown Plaza, Gold Coast, Australia 2-7 December 2007 Computational Simulation of the Wind-force on Metal Meshes Ahmad Sharifian & David R. Buttsworth Faculty

More information

Field Data Recovery in Tidal System Using Artificial Neural Networks (ANNs)

Field Data Recovery in Tidal System Using Artificial Neural Networks (ANNs) Field Data Recovery in Tidal System Using Artificial Neural Networks (ANNs) by Bernard B. Hsieh and Thad C. Pratt PURPOSE: The field data collection program consumes a major portion of a modeling budget.

More information

STRUCTURED MESH GENERATION ALONG LOUISIANA-MISSISSIPPI COASTLINE FOR SIMULATION OF COASTAL PROCESSES

STRUCTURED MESH GENERATION ALONG LOUISIANA-MISSISSIPPI COASTLINE FOR SIMULATION OF COASTAL PROCESSES STRUCTURED MESH GENERATION ALONG LOUISIANA-MISSISSIPPI COASTLINE FOR SIMULATION OF COASTAL PROCESSES Yaoxin Zhang 1, Yafei Jia 2, Mustafa S. Altinakar 3, Yan Ding 4, Vijay Ramalingam 5, and Soumendra N.

More information

FOURTH ORDER COMPACT FORMULATION OF STEADY NAVIER-STOKES EQUATIONS ON NON-UNIFORM GRIDS

FOURTH ORDER COMPACT FORMULATION OF STEADY NAVIER-STOKES EQUATIONS ON NON-UNIFORM GRIDS International Journal of Mechanical Engineering and Technology (IJMET Volume 9 Issue 10 October 2018 pp. 179 189 Article ID: IJMET_09_10_11 Available online at http://www.iaeme.com/ijmet/issues.asp?jtypeijmet&vtype9&itype10

More information

VISUALIZATION OF ADCP MEASUREMENTS AND 3D NUMERICAL MODEL RESULTS

VISUALIZATION OF ADCP MEASUREMENTS AND 3D NUMERICAL MODEL RESULTS VISUALIZATION OF ADCP MEASUREMENTS AND 3D NUMERICAL MODEL RESULTS J.GEILS, P. KONTNY, A. MATHEJA, O. STOSCHEK, C. ZIMMERMANN Franzius-Institute for Hydraulic, Waterways and Coastal Engineering University

More information

Extension of NHWAVE to Couple LAMMPS for Modeling Wave Interactions with Arctic Ice Floes

Extension of NHWAVE to Couple LAMMPS for Modeling Wave Interactions with Arctic Ice Floes DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Extension of NHWAVE to Couple LAMMPS for Modeling Wave Interactions with Arctic Ice Floes Fengyan Shi and James T. Kirby

More information

Using Poisson Distribution to Compare CFD and Physical Modelling of Water Surface Levels for a High Speed Aerated Spillway

Using Poisson Distribution to Compare CFD and Physical Modelling of Water Surface Levels for a High Speed Aerated Spillway Utah State University DigitalCommons@USU International Symposium on Hydraulic Structures May 17th, 2:10 PM Using Poisson Distribution to Compare and Physical Modelling of Water Surface Levels for a High

More information