Large-scale ocean modelling with adapting unstructured mesh methods

Size: px
Start display at page:

Download "Large-scale ocean modelling with adapting unstructured mesh methods"

Transcription

1 Large-scale ocean modelling with adapting unstructured mesh methods Matthew Piggott (Imperial College London) Annual Science Meeting Liverpool 1-3 June 2009 Page 1

2 Acknowledgments A large number of people have contributed to this work including groups at: Imperial College London Applied Modelling and Computation Group Grantham Institute for Climate Change Department of Earth Science and Engineering Department of Aeronautics Department of Computing High Performance Computing Service University of Oxford Department of Physics - AOPP National Oceanography Centre Ocean Modelling and Forecasting Ocean Observing and Climate Proudman Oceanographic Laboratory Daresbury Laboratory (HECToR) Fujitsu Laboratories of Europe and others Page 2

3 Some aims of this work To work towards a computational modelling framework with attributes: Open source community model development Flexible application to multi-scale ocean problems from laboratory to global scale Non-hydrostatic, Boussinesq/non-Boussinesq dynamics Choices between incompressible/compressible and multi-material/phase Optimised representation of coastlines and bathymetry Cartesian space no pole singularities Finite element/control volume discretisation options Element pairs including continuous/discontinuous and higher order Respect large scale geophysical balances h, r and p type mesh adaptivity algorithms Solvers/preconditioners which perform for poorly conditioned matrices Make use of massively parallel computing systems Cross-fertilisation of methods from other science/engineering areas Page 3

4 1 minute The future Resolution is critical, both to define adequately the domain of interest and also to resolve the relevant dynamics within it 6 minute Eddy resolving Increased realism, but the expense of massive computational costs Models used today use uniform structured meshes. 20 minute Eddy permitting 60 minute Climate Page 4 An unstructured (and adaptive) mesh is able to give an optimal representation of coasts, Imperial College bathymetry London and the dynamics, without the need for high resolution everywhere

5 Hence the interest in the flexibility for variable resolution that unstructured meshes provide However this flexibility does comes at a cost of higher CPU times The aim is to mitigate (and more!) this through the use of static or dynamic mesh adaptivity to focus computational resource where it is most required This can be due to numerical errors, or simply what is of relevance to the simulation being conducted, or the region you are interested in Mesh optimised for coastlines and bathymetry, using the adaptive methods presented here Page 5

6 GFD example: The lock exchange problem (Hiester 2009) Compare speed of head at free and no slip boundaries against DNS results (Hartel et al, 2000): & Page 6

7 Validation against Laboratory experiments (Maddison; Power) The differentially heated rotating annulus at two rotation rates. The bounds of the normalised temperature have been limited to aid visualisation at the end of the movie Page 7 R. Hide and P.J. Mason 1975: Sloping convection in a rotating fluid. Adv. Phys. 24,

8 Two snapshots in time at the faster rotation rate Here the maximum computational cost corresponds to the time of maximum kinetic energy Page 8

9 Internal wave breaking at the continental shelf break important for mixing in the vertical, biogeochemistry on the shelf (Martin) Open ocean deep convection an important process linking the surface and deep parts of the thermohaline circulation (Bricheno) Page 9

10 Here the adaptive mesh is focusing in and preserving the integrity of the thermocline in a lab scale simulation of internal wave generation, breaking and mixing over bathymetry (Martin) Page 10 (Martin 2009)

11 Westward intensified boundary currents: Effect of varying the maximum allowed aspect ratio in the adapted mesh Approximately a two orders of magnitude improvement in the error/cost relationship between uniform and anisotropic adaptive refinement Page 11 Uniform mesh

12 Advecting a tracer field through the boundary layer (cf. Hecht et al, Hanert et al) Fixed Adaptive 160k 40k 10k 10k Adaptive 40k 160k Page 12

13 Wind driven gyre, western boundary current and eddies resolved with an adapting anisotropic mesh Page 13 Anisotropy reflecting that although the flow is intense North-South, it is in the East-West direction that the important variation (shear) occurs Wind stress

14 High aspect ratio largescale baroclinic circulation Need for stable discretisations respecting geophysical balances, fast linear solvers for ill-conditioned pressure equation, minimally dissipative advection methods Also shown here the use of 2+1D adaptivity to preserve some structural difference between horizontal and vertical Page 14

15 Evolution of the upper mixed layer with an adapting mesh over a column Here atmospheric data from Station Papa in the Pacific is used to force the model. A k-epsilon turbulence model is being validated against measurements of the mixed layer. The adaptive mesh is reflecting the seasonal nature of the stratification. Seasonal node count Summer Summer Winter Page 15

16 Biology module with four species Aim to use adaptivity to simulate important small scale physics and seasonal biological activity. Currently developing methods in single column domains. Page 16

17 Mesh movement Solve a system of equations for node locations of the form where w is a monitor function which is large in regions requiring finer resolution, e.g. Ceniceros & Hou Also working in 3D Approach being developed to track isopycnals and eddies for example Have shown improved diapycnal mixing properties for simple problems Page 17

18 Modelling geohazards: landslide generated tsunami waves (Wilson) Lituya Bay, Alaska, 1958: Largest recorded landslide induced tsunami runup. Experimental models (Fritz et al., 2001) are now being used to validate our 2D wave generation models. Page 18 Stromboli, 2002: Landslide induced tsunami destroyed coastal infrastructure. Current 3D modelling of wave generation and propagation is building on previous laboratory scale models (DiRisio et al., 2009) of the event.

19 Indian Ocean Tsunami, Boxing Day 2004 Validation against arrival times from tide gauge data and another tsunami model. Also possible to look at free surface height profiles from satellite tracks (Jason-1). Location Arrival times (minutes) Tide Gauge Delfin model, 2007 ICOM model Sibolga, Indonesia Tuticorin, India Viakhap-atam, India Colombo, India Male, Maldives Diego-Garcia, UK Hanimadhoo, Maldives Gan, Maldives An idealised tsunami on aqua-planet no problem with polar singularities with Page 19 this approach

20 Dynamic balancing of the computational load between processors as the mesh adapts Cost of adaptivity approx 10% of simulation, cost of data migration minimal Page 20 Recent scaling analysis shows good results on up to 1024 processors of a Cray XT4 (HECToR): 0.8 efficiency going from with a 5M node adapting annulus (Gorman et al. 2009)

21 Conservative Interpolation: crucial for many applications, with adaptivity, coupled models donor mesh target mesh super mesh and mapping from donor mesh Following construction of the supermesh we are able to perform projection operations to achieve conservative, bounded (etc ) interpolation schemes. Farrell et al. Comp Meth Appl Mech Eng, in press. Page 21 Also now in 3D (Farrell+Maddison)

22 Buildbot: automated code verification system (Farrell et al.) All models require rigorous validation/verification. A continuous automated approach is required as the codebase changes. A central copy of the source is kept in a subversion repository. When developers commit changes this must result in a pass of the code test suite. Buildbot checks out and builds on various platforms with several different compilers. Any errors are relayed back to developers. If a failure is detected in a test problem, the developers are notified details via . Statistical information about code quality is automatically collected from the newly validated code. This allows for the monitoring of performance. Results available via a web interface. This modern approach to software engineering has yielded dramatic improvements in code quality and programmer efficiency. Page 22

23 A nice thing about having a general Navier-Stokes code at the core is that a larger number of validation & verification cases is available E.g. Comparisons between drag calculation in flow past a sphere at a range of Reynolds numbers Computed drag coefficient compared against correlation (from Brown and Lawler, 2003) with lab data Page 23

24 Diamond: new automatic pre-processor tool to improve usability (Ham et al. Geoscientific Model Development, 2009, Vol: 2, Pages: 33-42) An xml schema file describes the rules that govern ICOM options Diamond uses this to automatically generate a GUI based on the schema Options are entered and output as another xml file containing the options values This is written to an options library accessible from anywhere in ICOM Includes many features, including the ability to define python functions executed at run time by ICOM Page 24

25 Current status: Parallelisation of latest discretisation methods which respect balance and are needed for largescale high aspect ratio applications complexity (higher order and discontinuous solution fields) means a complete revamp of our entire parallel framework needed which is nearing completion Non-hydrostatic model means that we have costly elliptic equations to solve, high aspect ratios leads to poor matrix conditioning. New algebraic multi-grid methods have been developed which perform better than other solvers available. These have now been parallelised For tracer advection the twin requirements of resolving weak stratification as well as sharp fronts/interfaces makes this a very challenging problem for standard advection methods. Control volume limited and discontinuous based methods are being investigated Above are being combined on the large scale baroclinic double gyre problem as a stepping stone to basin/global scale applications Further development of subgrid-scale parameterisations Verification and validation on idealised problems and laboratory data; range of process studies Interfacing with NetCDF and bulk formulae for realistic forcing; open boundary conditions Development of a biology module Coupling with ice (sea ice and ice shelves), atmosphere, structures, Work towards a full adjoint and also adjoint produced from reduced order models (POD) Pre and post processing tools; documentation etc Important cross-fertilisation and re-application of technology and code with other areas: coastal engineering, atmospheric pollution, geohazards, geodynamics, oil reservoir engineering, Page 25 underground waste repositories,

26 Page 26

Real-time Ocean Forecasting Needs at NCEP National Weather Service

Real-time Ocean Forecasting Needs at NCEP National Weather Service Real-time Ocean Forecasting Needs at NCEP National Weather Service D.B. Rao NCEP Environmental Modeling Center December, 2005 HYCOM Annual Meeting, Miami, FL COMMERCE ENVIRONMENT STATE/LOCAL PLANNING HEALTH

More information

CFD Based Air Flow and Contamination Modeling of Subway Stations

CFD Based Air Flow and Contamination Modeling of Subway Stations CFD Based Air Flow and Contamination Modeling of Subway Stations Greg Byrne Center for Nonlinear Science, Georgia Institute of Technology Fernando Camelli Center for Computational Fluid Dynamics, George

More information

ME6130 An introduction to CFD 1-1

ME6130 An introduction to CFD 1-1 ME6130 An introduction to CFD 1-1 What is CFD? Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Using Cloud-Resolving Model Simulations of Deep Convection to Inform Cloud Parameterizations in Large-Scale Models

Using Cloud-Resolving Model Simulations of Deep Convection to Inform Cloud Parameterizations in Large-Scale Models Using Cloud-Resolving Model Simulations of Deep Convection to Inform Cloud Parameterizations in Large-Scale Models S. A. Klein National Oceanic and Atmospheric Administration Geophysical Fluid Dynamics

More information

High Performance Multi-Layer Ocean Modeling. University of Kentucky, Computer Science Department, 325 McVey Hall, Lexington, KY 40506-0045, USA.

High Performance Multi-Layer Ocean Modeling. University of Kentucky, Computer Science Department, 325 McVey Hall, Lexington, KY 40506-0045, USA. High Performance Multi-Layer Ocean Modeling Craig C. Douglas A, Gundolf Haase B, and Mohamed Iskandarani C A University of Kentucky, Computer Science Department, 325 McVey Hall, Lexington, KY 40506-0045,

More information

Adaptation and validation of OpenFOAM CFD-solvers for nuclear safety related flow simulations

Adaptation and validation of OpenFOAM CFD-solvers for nuclear safety related flow simulations Adaptation and validation of OpenFOAM CFD-solvers for nuclear safety related flow simulations SAFIR2010 Seminar, 10.-11.3.2011, Espoo Juho Peltola, Timo Pättikangas (VTT) Tomas Brockmann, Timo Siikonen

More information

NUMERICAL SIMULATION OF REGULAR WAVES RUN-UP OVER SLOPPING BEACH BY OPEN FOAM

NUMERICAL SIMULATION OF REGULAR WAVES RUN-UP OVER SLOPPING BEACH BY OPEN FOAM NUMERICAL SIMULATION OF REGULAR WAVES RUN-UP OVER SLOPPING BEACH BY OPEN FOAM Parviz Ghadimi 1*, Mohammad Ghandali 2, Mohammad Reza Ahmadi Balootaki 3 1*, 2, 3 Department of Marine Technology, Amirkabir

More information

Quality and Reliability in CFD

Quality and Reliability in CFD Quality and Reliability in CFD Open Source Challenges Hrvoje Jasak Wikki Ltd, United Kingdom Faculty of Mechanical Engineering and Naval Architecture University of Zagreb, Croatia Quality and Reliability

More information

OpenFOAM Optimization Tools

OpenFOAM Optimization Tools OpenFOAM Optimization Tools Henrik Rusche and Aleks Jemcov h.rusche@wikki-gmbh.de and a.jemcov@wikki.co.uk Wikki, Germany and United Kingdom OpenFOAM Optimization Tools p. 1 Agenda Objective Review optimisation

More information

O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM. Darmstadt, 27.06.2012

O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM. Darmstadt, 27.06.2012 O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM Darmstadt, 27.06.2012 Michael Ehlen IB Fischer CFD+engineering GmbH Lipowskystr. 12 81373 München Tel. 089/74118743 Fax 089/74118749

More information

User s Guide. Zuniga Point. Point Loma

User s Guide. Zuniga Point. Point Loma User s Guide Welcome to the Location File for San Diego Bay, located in the southwestern corner of the U.S. San Diego Bay has an excellent natural harbor, which has made it a busy commercial port. San

More information

HPC Deployment of OpenFOAM in an Industrial Setting

HPC Deployment of OpenFOAM in an Industrial Setting HPC Deployment of OpenFOAM in an Industrial Setting Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom PRACE Seminar: Industrial Usage of HPC Stockholm, Sweden, 28-29 March 2011 HPC Deployment

More information

Multiphase Flow - Appendices

Multiphase Flow - Appendices Discovery Laboratory Multiphase Flow - Appendices 1. Creating a Mesh 1.1. What is a geometry? The geometry used in a CFD simulation defines the problem domain and boundaries; it is the area (2D) or volume

More information

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER International Journal of Advancements in Research & Technology, Volume 1, Issue2, July-2012 1 CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER ABSTRACT (1) Mr. Mainak Bhaumik M.E. (Thermal Engg.)

More information

Straits of Mackinac Contaminant Release Scenarios: Flow Visualization and Tracer Simulations

Straits of Mackinac Contaminant Release Scenarios: Flow Visualization and Tracer Simulations Straits of Mackinac Contaminant Release Scenarios: Flow Visualization and Tracer Simulations Research Report for the National Wildlife Federation Great Lakes Regional Center By David J. Schwab, Ph.D.,

More information

Coupling micro-scale CFD simulations to meso-scale models

Coupling micro-scale CFD simulations to meso-scale models Coupling micro-scale CFD simulations to meso-scale models IB Fischer CFD+engineering GmbH Fabien Farella Michael Ehlen Achim Fischer Vortex Factoria de Càlculs SL Gil Lizcano Outline Introduction O.F.Wind

More information

Simulation of Fluid-Structure Interactions in Aeronautical Applications

Simulation of Fluid-Structure Interactions in Aeronautical Applications Simulation of Fluid-Structure Interactions in Aeronautical Applications Martin Kuntz Jorge Carregal Ferreira ANSYS Germany D-83624 Otterfing Martin.Kuntz@ansys.com December 2003 3 rd FENET Annual Industry

More information

Indian Ocean and Monsoon

Indian Ocean and Monsoon Indo-French Workshop on Atmospheric Sciences 3-5 October 2013, New Delhi (Organised by MoES and CEFIPRA) Indian Ocean and Monsoon Satheesh C. Shenoi Indian National Center for Ocean Information Services

More information

Abaqus/CFD Sample Problems. Abaqus 6.10

Abaqus/CFD Sample Problems. Abaqus 6.10 Abaqus/CFD Sample Problems Abaqus 6.10 Contents 1. Oscillatory Laminar Plane Poiseuille Flow 2. Flow in Shear Driven Cavities 3. Buoyancy Driven Flow in Cavities 4. Turbulent Flow in a Rectangular Channel

More information

Part II: Finite Difference/Volume Discretisation for CFD

Part II: Finite Difference/Volume Discretisation for CFD Part II: Finite Difference/Volume Discretisation for CFD Finite Volume Metod of te Advection-Diffusion Equation A Finite Difference/Volume Metod for te Incompressible Navier-Stokes Equations Marker-and-Cell

More information

Ocean Tracers. From Particles to sediment Thermohaline Circulation Past present and future ocean and climate. Only 4 hours left.

Ocean Tracers. From Particles to sediment Thermohaline Circulation Past present and future ocean and climate. Only 4 hours left. Ocean Tracers Basic facts and principles (Size, depth, S, T,, f, water masses, surface circulation, deep circulation, observing tools, ) Seawater not just water (Salt composition, Sources, sinks,, mixing

More information

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry

More information

STUDY OF DAM-RESERVOIR DYNAMIC INTERACTION USING VIBRATION TESTS ON A PHYSICAL MODEL

STUDY OF DAM-RESERVOIR DYNAMIC INTERACTION USING VIBRATION TESTS ON A PHYSICAL MODEL STUDY OF DAM-RESERVOIR DYNAMIC INTERACTION USING VIBRATION TESTS ON A PHYSICAL MODEL Paulo Mendes, Instituto Superior de Engenharia de Lisboa, Portugal Sérgio Oliveira, Laboratório Nacional de Engenharia

More information

ATMS 310 Jet Streams

ATMS 310 Jet Streams ATMS 310 Jet Streams Jet Streams A jet stream is an intense (30+ m/s in upper troposphere, 15+ m/s lower troposphere), narrow (width at least ½ order magnitude less than the length) horizontal current

More information

EARTH SYSTEM SCIENCE ORGANIZATION Ministry of Earth Sciences, Government of India

EARTH SYSTEM SCIENCE ORGANIZATION Ministry of Earth Sciences, Government of India EARTH SYSTEM SCIENCE ORGANIZATION Ministry of Earth Sciences, Government of India INDIAN INSTITUTE OF TROPICAL METEOROLOGY, PUNE-411008 Advertisement No. PER/03/2012 Opportunities for Talented Young Scientists

More information

Modeling of Earth Surface Dynamics and Related Problems Using OpenFOAM

Modeling of Earth Surface Dynamics and Related Problems Using OpenFOAM CSDMS 2013 Meeting Modeling of Earth Surface Dynamics and Related Problems Using OpenFOAM Xiaofeng Liu, Ph.D., P.E. Assistant Professor Department of Civil and Environmental Engineering University of Texas

More information

Using CFD to improve the design of a circulating water channel

Using CFD to improve the design of a circulating water channel 2-7 December 27 Using CFD to improve the design of a circulating water channel M.G. Pullinger and J.E. Sargison School of Engineering University of Tasmania, Hobart, TAS, 71 AUSTRALIA Abstract Computational

More information

Improving Representation of Turbulence and Clouds In Coarse-Grid CRMs

Improving Representation of Turbulence and Clouds In Coarse-Grid CRMs Improving Representation of Turbulence and Clouds In CoarseGrid CRMs Peter A. Bogenschutz and Steven K. Krueger University of Utah, Salt Lake City, UT Motivation Embedded CRMs in MMF typically have horizontal

More information

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW Rajesh Khatri 1, 1 M.Tech Scholar, Department of Mechanical Engineering, S.A.T.I., vidisha

More information

MI oceanographic data

MI oceanographic data Marine Institute Oceanographic Data SMARTSkills 2013 Postgraduate Workshop Galway, Oct 2013 Kieran Lyons (kieran.lyons@marine.ie) MI oceanographic data Measured Operational metocean time series (weather

More information

Lecture 4: Pressure and Wind

Lecture 4: Pressure and Wind Lecture 4: Pressure and Wind Pressure, Measurement, Distribution Forces Affect Wind Geostrophic Balance Winds in Upper Atmosphere Near-Surface Winds Hydrostatic Balance (why the sky isn t falling!) Thermal

More information

Compatibility and Accuracy of Mesh Generation in HyperMesh and CFD Simulation with Acusolve for Torque Converter

Compatibility and Accuracy of Mesh Generation in HyperMesh and CFD Simulation with Acusolve for Torque Converter Compatibility and Accuracy of Mesh Genen in HyperMesh and CFD Simulation with Acusolve for Converter Kathiresan M CFD Engineer Valeo India Private Limited Block - A, 4th Floor, TECCI Park, No. 176 Rajiv

More information

The Next Generation Science Standards (NGSS) Correlation to. EarthComm, Second Edition. Project-Based Space and Earth System Science

The Next Generation Science Standards (NGSS) Correlation to. EarthComm, Second Edition. Project-Based Space and Earth System Science The Next Generation Science Standards (NGSS) Achieve, Inc. on behalf of the twenty-six states and partners that collaborated on the NGSS Copyright 2013 Achieve, Inc. All rights reserved. Correlation to,

More information

Application of CFD Simulation in the Design of a Parabolic Winglet on NACA 2412

Application of CFD Simulation in the Design of a Parabolic Winglet on NACA 2412 , July 2-4, 2014, London, U.K. Application of CFD Simulation in the Design of a Parabolic Winglet on NACA 2412 Arvind Prabhakar, Ayush Ohri Abstract Winglets are angled extensions or vertical projections

More information

How To Run A Cdef Simulation

How To Run A Cdef Simulation Simple CFD Simulations and Visualisation using OpenFOAM and ParaView Sachiko Arvelius, PhD Purpose of this presentation To show my competence in CFD (Computational Fluid Dynamics) simulation and visualisation

More information

Self Financed One Week Training

Self Financed One Week Training Self Financed One Week Training On Computational Fluid Dynamics (CFD) with OpenFOAM December 14 20, 2015 (Basic Training: 3days, Advanced Training: 5days and Programmer Training: 7days) Organized by Department

More information

2013 Code_Saturne User Group Meeting. EDF R&D Chatou, France. 9 th April 2013

2013 Code_Saturne User Group Meeting. EDF R&D Chatou, France. 9 th April 2013 2013 Code_Saturne User Group Meeting EDF R&D Chatou, France 9 th April 2013 Thermal Comfort in Train Passenger Cars Contact For further information please contact: Brian ANGEL Director RENUDA France brian.angel@renuda.com

More information

Overset Grids Technology in STAR-CCM+: Methodology and Applications

Overset Grids Technology in STAR-CCM+: Methodology and Applications Overset Grids Technology in STAR-CCM+: Methodology and Applications Eberhard Schreck, Milovan Perić and Deryl Snyder eberhard.schreck@cd-adapco.com milovan.peric@cd-adapco.com deryl.snyder@cd-adapco.com

More information

CFD SIMULATIONS OF WAKE EFFECTS AT THE ALPHA VENTUS OFFSHORE WIND FARM

CFD SIMULATIONS OF WAKE EFFECTS AT THE ALPHA VENTUS OFFSHORE WIND FARM CFD SIMULATIONS OF WAKE EFFECTS AT THE ALPHA VENTUS OFFSHORE WIND FARM Annette Westerhellweg, Thomas Neumann DEWI GmbH, Ebertstr. 96, 26382 Wilhelmshaven, Germany Phone: +49 (0)4421 4808-828 Fax: +49 (0)4421

More information

How Do Oceans Affect Weather and Climate?

How Do Oceans Affect Weather and Climate? How Do Oceans Affect Weather and Climate? In Learning Set 2, you explored how water heats up more slowly than land and also cools off more slowly than land. Weather is caused by events in the atmosphere.

More information

NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES

NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES Vol. XX 2012 No. 4 28 34 J. ŠIMIČEK O. HUBOVÁ NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES Jozef ŠIMIČEK email: jozef.simicek@stuba.sk Research field: Statics and Dynamics Fluids mechanics

More information

Name Period 4 th Six Weeks Notes 2015 Weather

Name Period 4 th Six Weeks Notes 2015 Weather Name Period 4 th Six Weeks Notes 2015 Weather Radiation Convection Currents Winds Jet Streams Energy from the Sun reaches Earth as electromagnetic waves This energy fuels all life on Earth including the

More information

Wave driven wind simulations with CFD

Wave driven wind simulations with CFD Wave driven wind simulations with CFD DeepWind'2013, 24-25 January, Trondheim, Norway Siri Kalvig 1, Richard Kverneland 2 and Eirik Manger 3 1 StormGeo, Norway 2 University of Stavanger, Norway 3 Acona

More information

Atmospheric Dynamics of Venus and Earth. Institute of Geophysics and Planetary Physics UCLA 2 Lawrence Livermore National Laboratory

Atmospheric Dynamics of Venus and Earth. Institute of Geophysics and Planetary Physics UCLA 2 Lawrence Livermore National Laboratory Atmospheric Dynamics of Venus and Earth G. Schubert 1 and C. Covey 2 1 Department of Earth and Space Sciences Institute of Geophysics and Planetary Physics UCLA 2 Lawrence Livermore National Laboratory

More information

Benchmarking COMSOL Multiphysics 3.5a CFD problems

Benchmarking COMSOL Multiphysics 3.5a CFD problems Presented at the COMSOL Conference 2009 Boston Benchmarking COMSOL Multiphysics 3.5a CFD problems Darrell W. Pepper Xiuling Wang* Nevada Center for Advanced Computational Methods University of Nevada Las

More information

PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms

PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms P. E. Vincent! Department of Aeronautics Imperial College London! 25 th March 2014 Overview Motivation Flux Reconstruction Many-Core

More information

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 2 Introduction to CFD Methodology Introduction to ANSYS FLUENT L2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions,

More information

Description of zero-buoyancy entraining plume model

Description of zero-buoyancy entraining plume model Influence of entrainment on the thermal stratification in simulations of radiative-convective equilibrium Supplementary information Martin S. Singh & Paul A. O Gorman S1 CRM simulations Here we give more

More information

DIN Department of Industrial Engineering School of Engineering and Architecture

DIN Department of Industrial Engineering School of Engineering and Architecture DIN Department of Industrial Engineering School of Engineering and Architecture Elective Courses of the Master s Degree in Aerospace Engineering (MAE) Forlì, 08 Nov 2013 Master in Aerospace Engineering

More information

Eu-NORSEWInD - Assessment of Viability of Open Source CFD Code for the Wind Industry

Eu-NORSEWInD - Assessment of Viability of Open Source CFD Code for the Wind Industry Downloaded from orbit.dtu.dk on: Jun 28, 2016 Eu-NORSEWInD - Assessment of Viability of Open Source CFD Code for the Wind Industry Stickland, Matt; Scanlon, Tom; Fabre, Sylvie; Ahmad, Abdul; Oldroyd, Andrew;

More information

Comparison of the Vertical Velocity used to Calculate the Cloud Droplet Number Concentration in a Cloud-Resolving and a Global Climate Model

Comparison of the Vertical Velocity used to Calculate the Cloud Droplet Number Concentration in a Cloud-Resolving and a Global Climate Model Comparison of the Vertical Velocity used to Calculate the Cloud Droplet Number Concentration in a Cloud-Resolving and a Global Climate Model H. Guo, J. E. Penner, M. Herzog, and X. Liu Department of Atmospheric,

More information

Eco Pelmet Modelling and Assessment. CFD Based Study. Report Number 610.14351-R1D1. 13 January 2015

Eco Pelmet Modelling and Assessment. CFD Based Study. Report Number 610.14351-R1D1. 13 January 2015 EcoPelmet Pty Ltd c/- Geoff Hesford Engineering 45 Market Street FREMANTLE WA 6160 Version: Page 2 PREPARED BY: ABN 29 001 584 612 2 Lincoln Street Lane Cove NSW 2066 Australia (PO Box 176 Lane Cove NSW

More information

CFD Grows Up! Martin W. Liddament Ventilation, Energy and Environmental Technology (VEETECH Ltd) What is Computational Fluid Dynamics?

CFD Grows Up! Martin W. Liddament Ventilation, Energy and Environmental Technology (VEETECH Ltd) What is Computational Fluid Dynamics? CIBSE/ASHRAE Meeting CFD Grows Up! Martin W. Liddament Ventilation, Energy and Environmental Technology (VEETECH Ltd) 10 th December 2003 What is Computational Fluid Dynamics? CFD is a numerical means

More information

APPENDIX 3 CFD CODE - PHOENICS

APPENDIX 3 CFD CODE - PHOENICS 166 APPENDIX 3 CFD CODE - PHOENICS 3.1 INTRODUCTION PHOENICS is a general-purpose software code which predicts quantitatively the flow of fluids in and around engines, process equipment, buildings, human

More information

Laminar Flow and Heat Transfer of Herschel-Bulkley Fluids in a Rectangular Duct; Finite-Element Analysis

Laminar Flow and Heat Transfer of Herschel-Bulkley Fluids in a Rectangular Duct; Finite-Element Analysis Tamkang Journal of Science and Engineering, Vol. 12, No. 1, pp. 99 107 (2009) 99 Laminar Flow and Heat Transfer of Herschel-Bulkley Fluids in a Rectangular Duct; Finite-Element Analysis M. E. Sayed-Ahmed

More information

2. Permanent Magnet (De-) Magnetization 2.1 Methodology

2. Permanent Magnet (De-) Magnetization 2.1 Methodology Permanent Magnet (De-) Magnetization and Soft Iron Hysteresis Effects: A comparison of FE analysis techniques A.M. Michaelides, J. Simkin, P. Kirby and C.P. Riley Cobham Technical Services Vector Fields

More information

Vista: A Multi-field Object Oriented CFD-package

Vista: A Multi-field Object Oriented CFD-package Vista: A Multi-field Object Oriented CFD-package T. Kvamsdal 1, R. Holdahl 1 and P. Böhm 2 1 SINTEF ICT, Applied Mathematics, Norway 2 inutech GmbH, Germany Outline inutech & SINTEF VISTA a CFD Solver

More information

dcse Fluidity-ICOM: High Performance Computing Driven Software Development for Next-Generation Modelling of the Worlds Oceans

dcse Fluidity-ICOM: High Performance Computing Driven Software Development for Next-Generation Modelling of the Worlds Oceans dcse Fluidity-ICOM: High Performance Computing Driven Software Development for Next-Generation Modelling of the Worlds Oceans Xiaohu Guo a, Mike Ashworth a, Gerard Gorman b, Stephan Kramer b, Matthew Piggott

More information

Problem Statement In order to satisfy production and storage requirements, small and medium-scale industrial

Problem Statement In order to satisfy production and storage requirements, small and medium-scale industrial Problem Statement In order to satisfy production and storage requirements, small and medium-scale industrial facilities commonly occupy spaces with ceilings ranging between twenty and thirty feet in height.

More information

Developing Continuous SCM/CRM Forcing Using NWP Products Constrained by ARM Observations

Developing Continuous SCM/CRM Forcing Using NWP Products Constrained by ARM Observations Developing Continuous SCM/CRM Forcing Using NWP Products Constrained by ARM Observations S. C. Xie, R. T. Cederwall, and J. J. Yio Lawrence Livermore National Laboratory Livermore, California M. H. Zhang

More information

Dynamics IV: Geostrophy SIO 210 Fall, 2014

Dynamics IV: Geostrophy SIO 210 Fall, 2014 Dynamics IV: Geostrophy SIO 210 Fall, 2014 Geostrophic balance Thermal wind Dynamic height READING: DPO: Chapter (S)7.6.1 to (S)7.6.3 Stewart chapter 10.3, 10.5, 10.6 (other sections are useful for those

More information

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic AiMT Advances in Military Technology Vol. 8, No. 1, June 2013 Aerodynamic Characteristics of Multi-Element Iced Airfoil CFD Simulation A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty

More information

An economical scale-aware parameterization for representing subgrid-scale clouds and turbulence in cloud-resolving models and global models

An economical scale-aware parameterization for representing subgrid-scale clouds and turbulence in cloud-resolving models and global models An economical scale-aware parameterization for representing subgrid-scale clouds and turbulence in cloud-resolving models and global models Steven Krueger1 and Peter Bogenschutz2 1University of Utah, 2National

More information

Turbulence Modeling in CFD Simulation of Intake Manifold for a 4 Cylinder Engine

Turbulence Modeling in CFD Simulation of Intake Manifold for a 4 Cylinder Engine HEFAT2012 9 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 16 18 July 2012 Malta Turbulence Modeling in CFD Simulation of Intake Manifold for a 4 Cylinder Engine Dr MK

More information

XFlow CFD results for the 1st AIAA High Lift Prediction Workshop

XFlow CFD results for the 1st AIAA High Lift Prediction Workshop XFlow CFD results for the 1st AIAA High Lift Prediction Workshop David M. Holman, Dr. Monica Mier-Torrecilla, Ruddy Brionnaud Next Limit Technologies, Spain THEME Computational Fluid Dynamics KEYWORDS

More information

Proceedings of OMAE'01 20 th International Conference on Offshore Mechanics and Arctic Engineering June 3-8, 2001, Rio de Janeiro, Brazil

Proceedings of OMAE'01 20 th International Conference on Offshore Mechanics and Arctic Engineering June 3-8, 2001, Rio de Janeiro, Brazil Proceedings of OMAE' 2 th International Conference on Offshore Mechanics and Arctic Engineering June 3-8, 2, Rio de Janeiro, Brazil OMAE2/SR-259 PROBABILISTIC MODELLING AND ANALYSIS OF RISER COLLISION

More information

AERODYNAMIC ANALYSIS OF BLADE 1.5 KW OF DUAL ROTOR HORIZONTAL AXIS WIND TURBINE

AERODYNAMIC ANALYSIS OF BLADE 1.5 KW OF DUAL ROTOR HORIZONTAL AXIS WIND TURBINE AERODYNAMIC ANALYSIS OF BLADE 1.5 KW OF DUAL ROTOR HORIZONTAL AXIS WIND TURBINE HITENDRA KURMI Research scholar, School of Energy and Environmental Managment,UTD, RGPV Bhopal,MP,INDIA htr.ptl@gmail.com

More information

The Oceans Role in Climate

The Oceans Role in Climate The Oceans Role in Climate Martin H. Visbeck A Numerical Portrait of the Oceans The oceans of the world cover nearly seventy percent of its surface. The largest is the Pacific, which contains fifty percent

More information

How High a Degree is High Enough for High Order Finite Elements?

How High a Degree is High Enough for High Order Finite Elements? This space is reserved for the Procedia header, do not use it How High a Degree is High Enough for High Order Finite Elements? William F. National Institute of Standards and Technology, Gaithersburg, Maryland,

More information

Computational Modeling of Wind Turbines in OpenFOAM

Computational Modeling of Wind Turbines in OpenFOAM Computational Modeling of Wind Turbines in OpenFOAM Hamid Rahimi hamid.rahimi@uni-oldenburg.de ForWind - Center for Wind Energy Research Institute of Physics, University of Oldenburg, Germany Outline Computational

More information

Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2)

Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2) Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2) In this lecture How does turbulence affect the ensemble-mean equations of fluid motion/transport? Force balance in a quasi-steady turbulent boundary

More information

PE s Research activities and potential links to MM5. Red Ibérica MM5 Valencia 9th -10th June 2005

PE s Research activities and potential links to MM5. Red Ibérica MM5 Valencia 9th -10th June 2005 PE s Research activities and potential links to MM5 Red Ibérica MM5 Valencia 9th -10th June 2005 PE and its R&D Area Puertos del Estado (PE) is a Public Institution that deals with the administration of

More information

Dear Editor. Answer to the General Comments of Reviewer # 1:

Dear Editor. Answer to the General Comments of Reviewer # 1: Dear Editor The paper has been fully rewritten and the title changed accordingly to Referee 1. Figures have been updated in order to answer to the well-posed questions of the reviewers. The general structure

More information

Research Objective 4: Develop improved parameterizations of boundary-layer clouds and turbulence for use in MMFs and GCRMs

Research Objective 4: Develop improved parameterizations of boundary-layer clouds and turbulence for use in MMFs and GCRMs Research Objective 4: Develop improved parameterizations of boundary-layer clouds and turbulence for use in MMFs and GCRMs Steve Krueger and Chin-Hoh Moeng CMMAP Site Review 31 May 2007 Scales of Atmospheric

More information

Advanced discretisation techniques (a collection of first and second order schemes); Innovative algorithms and robust solvers for fast convergence.

Advanced discretisation techniques (a collection of first and second order schemes); Innovative algorithms and robust solvers for fast convergence. New generation CFD Software APUS-CFD APUS-CFD is a fully interactive Arbitrary Polyhedral Unstructured Solver. APUS-CFD is a new generation of CFD software for modelling fluid flow and heat transfer in

More information

INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET)

INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) Proceedings of the 2 nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 ISSN 0976 6340 (Print)

More information

Real Time Simulation for Off-Road Vehicle Analysis. Dr. Pasi Korkealaakso Mevea Ltd., May 2015

Real Time Simulation for Off-Road Vehicle Analysis. Dr. Pasi Korkealaakso Mevea Ltd., May 2015 Real Time Simulation for Off-Road Vehicle Analysis Dr. Pasi Korkealaakso Mevea Ltd., May 2015 Contents Introduction Virtual machine model Machine interaction with environment and realistic environment

More information

Stress and deformation of offshore piles under structural and wave loading

Stress and deformation of offshore piles under structural and wave loading Stress and deformation of offshore piles under structural and wave loading J. A. Eicher, H. Guan, and D. S. Jeng # School of Engineering, Griffith University, Gold Coast Campus, PMB 50 Gold Coast Mail

More information

NUMERICAL STUDY OF FLOW AND TURBULENCE THROUGH SUBMERGED VEGETATION

NUMERICAL STUDY OF FLOW AND TURBULENCE THROUGH SUBMERGED VEGETATION NUMERICAL STUDY OF FLOW AND TURBULENCE THROUGH SUBMERGED VEGETATION HYUNG SUK KIM (1), MOONHYEONG PARK (2), MOHAMED NABI (3) & ICHIRO KIMURA (4) (1) Korea Institute of Civil Engineering and Building Technology,

More information

SATELLITE IMAGES IN ENVIRONMENTAL DATA PROCESSING

SATELLITE IMAGES IN ENVIRONMENTAL DATA PROCESSING SATELLITE IMAGES IN ENVIRONMENTAL DATA PROCESSING Magdaléna Kolínová Aleš Procházka Martin Slavík Prague Institute of Chemical Technology Department of Computing and Control Engineering Technická 95, 66

More information

CFD analysis for road vehicles - case study

CFD analysis for road vehicles - case study CFD analysis for road vehicles - case study Dan BARBUT*,1, Eugen Mihai NEGRUS 1 *Corresponding author *,1 POLITEHNICA University of Bucharest, Faculty of Transport, Splaiul Independentei 313, 060042, Bucharest,

More information

Physical Sciences, Mathematics & Engineering Division Earth & Space Sciences Program

Physical Sciences, Mathematics & Engineering Division Earth & Space Sciences Program Physical Sciences, Mathematics & Engineering Division Earth & Space Sciences Program Geology 20: General Oceanography ONLINE An Introduction to Geological and Physical Oceanography Fall Quarter, 2015 GEOL

More information

California Standards Grades 9 12 Boardworks 2009 Science Contents Standards Mapping

California Standards Grades 9 12 Boardworks 2009 Science Contents Standards Mapping California Standards Grades 912 Boardworks 2009 Science Contents Standards Mapping Earth Sciences Earth s Place in the Universe 1. Astronomy and planetary exploration reveal the solar system s structure,

More information

Marine route optimization. Jens Olaf Pepke Pedersen Polar DTU / DTU Space www.polar.dtu.dk www.space.dtu.dk

Marine route optimization. Jens Olaf Pepke Pedersen Polar DTU / DTU Space www.polar.dtu.dk www.space.dtu.dk Marine route optimization Jens Olaf Pepke Pedersen Polar DTU / DTU Space www.polar.dtu.dk www.space.dtu.dk Early attempt at route optimization Jens Munk (1579-1628) Tries to find a way to India through

More information

Interactive simulation of an ash cloud of the volcano Grímsvötn

Interactive simulation of an ash cloud of the volcano Grímsvötn Interactive simulation of an ash cloud of the volcano Grímsvötn 1 MATHEMATICAL BACKGROUND Simulating flows in the atmosphere, being part of CFD, is on of the research areas considered in the working group

More information

OPTIMISE TANK DESIGN USING CFD. Lisa Brown. Parsons Brinckerhoff

OPTIMISE TANK DESIGN USING CFD. Lisa Brown. Parsons Brinckerhoff OPTIMISE TANK DESIGN USING CFD Paper Presented by: Lisa Brown Authors: Lisa Brown, General Manager, Franz Jacobsen, Senior Water Engineer, Parsons Brinckerhoff 72 nd Annual Water Industry Engineers and

More information

Artificial Neural Network and Non-Linear Regression: A Comparative Study

Artificial Neural Network and Non-Linear Regression: A Comparative Study International Journal of Scientific and Research Publications, Volume 2, Issue 12, December 2012 1 Artificial Neural Network and Non-Linear Regression: A Comparative Study Shraddha Srivastava 1, *, K.C.

More information

Evalua&ng Downdra/ Parameteriza&ons with High Resolu&on CRM Data

Evalua&ng Downdra/ Parameteriza&ons with High Resolu&on CRM Data Evalua&ng Downdra/ Parameteriza&ons with High Resolu&on CRM Data Kate Thayer-Calder and Dave Randall Colorado State University October 24, 2012 NOAA's 37th Climate Diagnostics and Prediction Workshop Convective

More information

Tomasz STELMACH. WindSim Annual User Meeting 16 June 2011

Tomasz STELMACH. WindSim Annual User Meeting 16 June 2011 Developments of PHOENICS as CFD engine for WindSim Tomasz STELMACH Ltd, UK ts@cham.co.uk WindSim Annual User Meeting 16 June 2011 Topics of presentation 1. - who we are, what we do 2. PHOENICS 3. GCV -

More information

GCMs with Implicit and Explicit cloudrain processes for simulation of extreme precipitation frequency

GCMs with Implicit and Explicit cloudrain processes for simulation of extreme precipitation frequency GCMs with Implicit and Explicit cloudrain processes for simulation of extreme precipitation frequency In Sik Kang Seoul National University Young Min Yang (UH) and Wei Kuo Tao (GSFC) Content 1. Conventional

More information

Aerodynamic Department Institute of Aviation. Adam Dziubiński CFD group FLUENT

Aerodynamic Department Institute of Aviation. Adam Dziubiński CFD group FLUENT Adam Dziubiński CFD group IoA FLUENT Content Fluent CFD software 1. Short description of main features of Fluent 2. Examples of usage in CESAR Analysis of flow around an airfoil with a flap: VZLU + ILL4xx

More information

ENSO: Recent Evolution, Current Status and Predictions. Update prepared by: Climate Prediction Center / NCEP 29 June 2015

ENSO: Recent Evolution, Current Status and Predictions. Update prepared by: Climate Prediction Center / NCEP 29 June 2015 ENSO: Recent Evolution, Current Status and Predictions Update prepared by: Climate Prediction Center / NCEP 29 June 2015 Outline Summary Recent Evolution and Current Conditions Oceanic Niño Index (ONI)

More information

REGIONAL CLIMATE AND DOWNSCALING

REGIONAL CLIMATE AND DOWNSCALING REGIONAL CLIMATE AND DOWNSCALING Regional Climate Modelling at the Hungarian Meteorological Service ANDRÁS HORÁNYI (horanyi( horanyi.a@.a@met.hu) Special thanks: : Gabriella Csima,, Péter Szabó, Gabriella

More information

Near Real Time Blended Surface Winds

Near Real Time Blended Surface Winds Near Real Time Blended Surface Winds I. Summary To enhance the spatial and temporal resolutions of surface wind, the remotely sensed retrievals are blended to the operational ECMWF wind analyses over the

More information

Intra-seasonal and Annual variability of the Agulhas Current from satellite observations

Intra-seasonal and Annual variability of the Agulhas Current from satellite observations Intra-seasonal and Annual variability of the Agulhas Current from satellite observations Marjolaine Krug Ecosystem Earth Observation (CSIR NRE) Pierrick Penven Laboratoire de Physique des Océans (IRD)

More information

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 FSI-02-TN59-R2 Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 1. Introduction A major new extension of the capabilities of FLOW-3D -- the multi-block grid model -- has been incorporated

More information

Hardware-Aware Analysis and. Presentation Date: Sep 15 th 2009 Chrissie C. Cui

Hardware-Aware Analysis and. Presentation Date: Sep 15 th 2009 Chrissie C. Cui Hardware-Aware Analysis and Optimization of Stable Fluids Presentation Date: Sep 15 th 2009 Chrissie C. Cui Outline Introduction Highlights Flop and Bandwidth Analysis Mehrstellen Schemes Advection Caching

More information

Turbulent mixing in clouds latent heat and cloud microphysics effects

Turbulent mixing in clouds latent heat and cloud microphysics effects Turbulent mixing in clouds latent heat and cloud microphysics effects Szymon P. Malinowski1*, Mirosław Andrejczuk2, Wojciech W. Grabowski3, Piotr Korczyk4, Tomasz A. Kowalewski4 and Piotr K. Smolarkiewicz3

More information

Very High Resolution Arctic System Reanalysis for 2000-2011

Very High Resolution Arctic System Reanalysis for 2000-2011 Very High Resolution Arctic System Reanalysis for 2000-2011 David H. Bromwich, Lesheng Bai,, Keith Hines, and Sheng-Hung Wang Polar Meteorology Group, Byrd Polar Research Center The Ohio State University

More information