High-performance computing of wind farms in the atmospheric boundary layer

Size: px
Start display at page:

Download "High-performance computing of wind farms in the atmospheric boundary layer"

Transcription

1 High-performance computing of wind farms in the atmospheric boundary layer VSC User Day Antwerp, 30 November 2015 Johan Meyers Mechanical Engineering, KU Leuven

2 Acknowledgements Research team Dries Allaerts, Pieter Bauweraerts, Vahid Bokharaie (postdoc), Juliaan Bossuyt, Ali Emre Yilmaz, Thomas Haas, Wim Munters, Cornelia Nita, Athanasios Vitsas, Liang Fang HPC support KU Leuven Martijn Oldenhof, Jan Ooghe, Leen Van Rentergem Funding ERC Active Wind Farms (Grant no ), FWO G , IDO/11/012 (BOF/KU Leuven) Computing: VSC TIER 1 and TIER 2 (KU Leuven)

3 London Array, UK 175 turbines 630 MW Source: London Array

4 Alta Wind Energy Center, USA 490 turbines 1,320 MW Source:

5 Gansu Wind Farm Project, China = cluster of wind farms Phase one (2010) More than 3500 turbines Installed capacity of 5,160 MW Total project (2020) Planned capacity of 20,000 MW Construction rate of 36 turbine/day One of six national megaprojects... Source:

6 Rotor Diameter and Rated Power IPCC (2011), Special report on renewable energy

7 Vestas V164 8MW (2014) Overall height of 220 m Rotor diameter of 164 m Source:

8 Horns Rev 1, DK 12 February 2008 Source:Vattenfall

9 Power deficit in wind farms Horns Rev Barthelmie et al., J. Phys.: Conference Series 75 (2007) Lillgrund Dahlberg JÅ, Vattenfal Tech Report, 2009

10 Outline 1. Single turbine: operation and Betz theory 2. Wind-farm simulations & the atmospheric boundary layer 3. SP-Wind: parallelization details 4. Perfomance issues and improving parallel communications 5. Summary and outlook

11 Single turbine: Betz theory Betz A. Das Maximum der theoretisch moglichen Ausnutzung des Windes durch Windmotoren. Zeitschrift für das gesamte Turbinenwesen 1920; 26: Joukowsky NE. Windmill of the NEJ type. In Transactions of the Central Institute for Aero-hydrodynamics of Moscow, 1920 (in Russian).

12 Single turbine: Betz theory /. % Wake mixing /. % Dissipation / % /. % /. %

13 Outline 1. Single turbine: operation and Betz theory 2. Wind-farm simulations & the atmospheric boundary layer 3. SP-Wind: parallelization details 4. Perfomance issues and improving parallel communications 5. Summary and outlook

14 Some physical aspects of ABLs Various ABL types Source: Stull, 1988, An introduction to Boundary Layer Meteorology Earth s rotation - Coriolis forces linear with velocity - Motions to pole are deflected to the right (northern hemisphere) Thermal stability - Stable stability surpresses vertical motions

15 Conventionally neutral ABL 3D view Free atmosphere Ground level

16 Wind-farm boundary layer modeling Classical approach Pressure-driven boundary layer Assumptions Turbines in inner layer Outer layer dynamics negligible Neglect Coriolis forces and thermal effects (for neutral ABL)

17 LES of wind-farm boundary layer Horns Rev Code: SP-Wind Mesh: 1536 x 768 x 192 Turbine model: ADM

18 Wind-farm boundary layer modeling Classical approach Pressure-driven boundary layer Assumptions Turbines in inner layer Outer layer dynamics negligible Neglect Coriolis forces and thermal effects (for neutral ABL) Does this approach still hold for Large turbines? Very large wind farms? What is the importance of outer layer effects?

19 LES of wind-farm boundary layer Outer layer effects z [km] z [km] y[km] x [km] z [km] y[km] x [km] Numerical details Wind farm: 20 x 9 turbines Resolution: 30 x 15 x 5 m Domain: 28.8 x 4.8 x 5 km Grid points: ca. 165M Simulated time: 4h y[km] x [km] High Performance Computing ca. 10 days on 512 cores

20 Wind-farm boundary layer: flow behaviour 1 km 500 m 200 m

21 Wind-farm optimal control Consider a wind-farm with N turbines AIM, min Subject to ;,, disk velocity F, 0 0 Degrees of freedom in control space, USE ADJOINT EQUATIOS TO CALCULATE GRADIENT (continuity) (momentum)

22 Forward and adjoint simulations Forward simulation Adjoint simulation

23 Optimal control of wind-farm boundary layer Power per Row Overall gain power output: 7% (preliminary further gains possible) Coordinated Optimal Control Hub height axial velocity Coordinated Optimal Control Greedy ( ) Greedy ( )

24 Outline 1. Single turbine: operation and Betz theory 2. Wind-farm simulations & the atmospheric boundary layer 3. SP-Wind: parallelization details 4. Perfomance issues and improving parallel communications 5. Summary and outlook

25 Numerical discretization Navier Stokes equations 0 Discretization in SP-Wind is using: o Fourier-spectral method in x, y o fourth-order energy-conserving finite differences in z

26 Numerical discretization In Fourier space (,, ) 0 Problem: convolution sum in Fourier space computational effort ~ Instead: Cost

27 Fourier transforms and parallelization Two-dimensional Fourier transforms (in x, y) Successive 1D (I)FFTs: first in x-direction, then in y-direction Use of FFTW Code parallelization (until end 2013): slab decomposition IFFT in y-dir MPI Communication IFFT in x-dir FFT in y-dir MPI Communication FFT in x-dir

28 New parallelization SP-Wind Pencil decomposition

29 New parallelization SP-Wind Fourier Space Real Space

30 Outline 1. Single turbine: operation and Betz theory 2. Wind-farm simulations & the atmospheric boundary layer 3. SP-Wind: parallelization details 4. Perfomance issues and improving parallel communications 5. Summary and outlook

31 Strong scaling initial tests Cores Challenging for parallelization

32 Strong scaling speed up Cores

33 Communication vs. no communication No communication Cores

34 Intra node versus internode communication First observations Important bottleneck: internode communication Internode communication << intranode communication

35 Intranode versus internode communicatoin Rearrange communication order Intranode Internode Internode Intranode Intranode

36 Improved communication arrangement Cores

37 Improve internode communication cores CASE: Probability density function MPI_ALLTOALL MPI_ALLTOALL_packed MPI_IALLTOALL FFTW_MPI samples for good convergence 0 0 0,1 0,2 0,3 0,4 0,5 0,6 Internode Communication time

38 Improve internode communication 1000 CASE: cores Probability density function MPI_ALLTOALL MPI_ALLTOALL_PACKED MPI_IALLTOALL FFTW_MPI 0 0,05 0,1 0,15 0,2 0,25 0,3 0,35 0,4 0,45 0,5 Internode Communication time

39 Improved performance SPEEDUP vs. 32 CORES CASE: Met intra node opt Beste versie Ideaal zonder intra node opt

40 HPC Case planning

41 Summary and outlook HPC simulations of wind-farm boundary layers o o Improve understanding of relevant physics (towards new generation of design models for industry) Change wind-farm control Supercomputing and parallelization o o Intranode communication much faster than internode Packing of communication can be advantageous (not always) Further improvements: towards cores per run

42 THANK YOU

Power output of offshore wind farms in relation to atmospheric stability Laurens Alblas BSc

Power output of offshore wind farms in relation to atmospheric stability Laurens Alblas BSc Power output of offshore wind farms in relation to atmospheric stability Laurens Alblas BSc Photo: Vestas Wind Systems A/S 1 1. Introduction Background Atmospheric stability is known to influence wind

More information

Wind Energy at Earth Sciences

Wind Energy at Earth Sciences Wind Energy at Earth Sciences Associate Professor Stefan Ivanell Director Wind Energy UU and KTH Wind Centre Outlook About Wind Energy An overview of research activities Wake studies Wind Energy Andrew

More information

Physics of the Atmosphere I

Physics of the Atmosphere I Physics of the Atmosphere I WS 2008/09 Ulrich Platt Institut f. Umweltphysik R. 424 Ulrich.Platt@iup.uni-heidelberg.de heidelberg.de Last week The conservation of mass implies the continuity equation:

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

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

Technical Writing - A Case Study of Offshore Wind Farms

Technical Writing - A Case Study of Offshore Wind Farms Downloaded from orbit.dtu.dk on: Feb 02, 2016 F&U som støtte for innovation og konkurrencedygtighed Madsen, Peter Hauge; Buhl, Thomas Publication date: 2014 Link to publication Citation (APA): Madsen,

More information

Results of wake simulations at the Horns Rev I and Lillgrund wind farms using the modified Park model

Results of wake simulations at the Horns Rev I and Lillgrund wind farms using the modified Park model Downloaded from orbit.dtu.dk on: Feb 15, 216 Results of wake simulations at the Horns Rev I and Lillgrund wind farms using the modified Park model Pena Diaz, Alfredo; Réthoré, Pierre-Elouan; Hasager, Charlotte

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

39th International Physics Olympiad - Hanoi - Vietnam - 2008. Theoretical Problem No. 3

39th International Physics Olympiad - Hanoi - Vietnam - 2008. Theoretical Problem No. 3 CHANGE OF AIR TEMPERATURE WITH ALTITUDE, ATMOSPHERIC STABILITY AND AIR POLLUTION Vertical motion of air governs many atmospheric processes, such as the formation of clouds and precipitation and the dispersal

More information

FLOWSTAR-Energy Validation NoordZee Wind Farm

FLOWSTAR-Energy Validation NoordZee Wind Farm FLOWSTAR-Energy Validation NoordZee Wind Farm Cambridge Environmental Research Consultants (CERC) Ltd January 26 Introduction FLOWSTAR-Energy 5. NoordZee is an offshore wind farm in Denmark. A FLOWSTAR-Energy

More information

Integrating WAsP and GIS Tools for Establishing Best Positions for Wind Turbines in South Iraq

Integrating WAsP and GIS Tools for Establishing Best Positions for Wind Turbines in South Iraq Integrating WAsP and GIS Tools for Establishing Best Positions for Wind Turbines in South Iraq S.M. Ali Remote Sensing Research Unit, College of Science, Univ. of Baghdad, Baghdad, Iraq deanoffice {at}

More information

Chapter 4 Atmospheric Pressure and Wind

Chapter 4 Atmospheric Pressure and Wind Chapter 4 Atmospheric Pressure and Wind Understanding Weather and Climate Aguado and Burt Pressure Pressure amount of force exerted per unit of surface area. Pressure always decreases vertically with height

More information

P013 INTRODUCING A NEW GENERATION OF RESERVOIR SIMULATION SOFTWARE

P013 INTRODUCING A NEW GENERATION OF RESERVOIR SIMULATION SOFTWARE 1 P013 INTRODUCING A NEW GENERATION OF RESERVOIR SIMULATION SOFTWARE JEAN-MARC GRATIEN, JEAN-FRANÇOIS MAGRAS, PHILIPPE QUANDALLE, OLIVIER RICOIS 1&4, av. Bois-Préau. 92852 Rueil Malmaison Cedex. France

More information

Wind resources and wind turbine wakes in large wind farms. Professor R.J. Barthelmie Atmospheric Science and Sustainability

Wind resources and wind turbine wakes in large wind farms. Professor R.J. Barthelmie Atmospheric Science and Sustainability Wind resources and wind turbine wakes in large wind farms Professor R.J. Barthelmie Atmospheric Science and Sustainability Overview Wind resource of Egypt Based on Wind Atlas for Egypt Wind turbine wakes

More information

Including thermal effects in CFD simulations

Including thermal effects in CFD simulations Including thermal effects in CFD simulations Catherine Meissner, Arne Reidar Gravdahl, Birthe Steensen catherine@windsim.com, arne@windsim.com Fjordgaten 15, N-125 Tonsberg hone: +47 8 1800 Norway Fax:

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

CFD Application on Food Industry; Energy Saving on the Bread Oven

CFD Application on Food Industry; Energy Saving on the Bread Oven Middle-East Journal of Scientific Research 13 (8): 1095-1100, 2013 ISSN 1990-9233 IDOSI Publications, 2013 DOI: 10.5829/idosi.mejsr.2013.13.8.548 CFD Application on Food Industry; Energy Saving on the

More information

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation Differential Relations for Fluid Flow In this approach, we apply our four basic conservation laws to an infinitesimally small control volume. The differential approach provides point by point details of

More information

Document number #12 DNS13006. Authors #20 Telephone: Date #40 AUGUST 2013

Document number #12 DNS13006. Authors #20 Telephone: Date #40 AUGUST 2013 #0 INSPECTION REPORT Discipline or report series #0 Inspection VESTAS wind turbines Title #5 VESTAS WIND TURBINE #2 Report number #52 #3 Authors #20 Telephone: Date #40 AUGUST 203 Summary #60 6 UNIT VESTAS

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

Offshore wind potential in Europe and review of offshore resource modelling techniques

Offshore wind potential in Europe and review of offshore resource modelling techniques Offshore wind potential in Europe and review of offshore resource modelling techniques Rebecca Barthelmie, Sten Frandsen & Sara Pryor (Risø National Laboratory, Wind Energy Department), Colin Morgan (Garrad

More information

Application of a Tightly-Coupled CFD/6-DOF Solver For Simulating Offshore Wind Turbine Platforms

Application of a Tightly-Coupled CFD/6-DOF Solver For Simulating Offshore Wind Turbine Platforms Application of a Tightly-Coupled CFD/6-DOF Solver For Simulating Offshore Wind Turbine Platforms Alexander J. Dunbar 1, Brent A. Craven 1, Eric G. Paterson 2, and James G. Brasseur 1 1 Penn State University;

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

EFFECTS OF COMPLEX WIND REGIMES ON TURBINE PERFORMANCE

EFFECTS OF COMPLEX WIND REGIMES ON TURBINE PERFORMANCE EFFECTS OF COMPLEX WIND REGIMES ON TURBINE PERFORMANCE Elisabeth Rareshide, Andrew Tindal 1, Clint Johnson, AnneMarie Graves, Erin Simpson, James Bleeg, Tracey Harris, Danny Schoborg Garrad Hassan America,

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

Dansk Offshore Netværk, Lindø Industripark, 21. April 2015 The Road to Below 10 ct /kwh

Dansk Offshore Netværk, Lindø Industripark, 21. April 2015 The Road to Below 10 ct /kwh Dansk Offshore Netværk, Lindø Industripark, 21. April 2015 The Road to Below 10 ct /kwh, Head of Cost of Energy Siemens AG, Wind Power and Renewables Answers for energy. Introduction Siemens Wind Power

More information

GE Renewable Energy. Digital Wind Farm THE NEXT EVOLUTION OF WIND ENERGY. www.ge.com/wind

GE Renewable Energy. Digital Wind Farm THE NEXT EVOLUTION OF WIND ENERGY. www.ge.com/wind GE Renewable Energy Digital Wind Farm THE NEXT EVOLUTION OF WIND ENERGY www.ge.com/wind GE S DIGITAL WIND FARM PITCH Since entering the wind industry in 2002, GE Renewable Energy has invested more than

More information

HPC enabling of OpenFOAM R for CFD applications

HPC enabling of OpenFOAM R for CFD applications HPC enabling of OpenFOAM R for CFD applications Towards the exascale: OpenFOAM perspective Ivan Spisso 25-27 March 2015, Casalecchio di Reno, BOLOGNA. SuperComputing Applications and Innovation Department,

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

Modeling Rotor Wakes with a Hybrid OVERFLOW-Vortex Method on a GPU Cluster

Modeling Rotor Wakes with a Hybrid OVERFLOW-Vortex Method on a GPU Cluster Modeling Rotor Wakes with a Hybrid OVERFLOW-Vortex Method on a GPU Cluster Mark J. Stock, Ph.D., Adrin Gharakhani, Sc.D. Applied Scientific Research, Santa Ana, CA Christopher P. Stone, Ph.D. Computational

More information

Aeroelastic Investigation of the Sandia 100m Blade Using Computational Fluid Dynamics

Aeroelastic Investigation of the Sandia 100m Blade Using Computational Fluid Dynamics Aeroelastic Investigation of the Sandia 100m Blade Using Computational Fluid Dynamics David Corson Altair Engineering, Inc. Todd Griffith Sandia National Laboratories Tom Ashwill (Retired) Sandia National

More information

AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL

AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL 14 th European Conference on Mixing Warszawa, 10-13 September 2012 AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL Joanna Karcz, Lukasz Kacperski

More information

Performance Comparison of a Vertical Axis Wind Turbine using Commercial and Open Source Computational Fluid Dynamics based Codes

Performance Comparison of a Vertical Axis Wind Turbine using Commercial and Open Source Computational Fluid Dynamics based Codes Performance Comparison of a Vertical Axis Wind Turbine using Commercial and Open Source Computational Fluid Dynamics based Codes Taimoor Asim 1, Rakesh Mishra 1, Sree Nirjhor Kaysthagir 1, Ghada Aboufares

More information

Wind Turbine Power Calculations

Wind Turbine Power Calculations Wind Turbine Power Calculations RWE npower renewables Mechanical and Electrical Engineering Power Industry INTRODUCTION RWE npower is a leading integrated UK energy company and is part of the RWE Group,

More information

Modelling and CFD Analysis of Single Stage IP Steam Turbine

Modelling and CFD Analysis of Single Stage IP Steam Turbine International Journal of Mechanical Engineering, ISSN:2051-3232, Vol.42, Issue.1 1215 Modelling and CFD Analysis of Single Stage IP Steam Turbine C RAJESH BABU Mechanical Engineering Department, Gitam

More information

Comparison of Resource and Energy Yield Assessment Procedures

Comparison of Resource and Energy Yield Assessment Procedures Comparison of Resource and Energy Yield Assessment Procedures Niels G. Mortensen and Hans E. Jørgensen Wind Energy Division, Risø DTU EWEA Wind Resource Assessment Technology Workshop 2011 F Acknowledgements

More information

Uncertainty of Power Production Predictions of Stationary Wind Farm Models

Uncertainty of Power Production Predictions of Stationary Wind Farm Models Uncertainty of Power Production Predictions of Stationary Wind Farm Models Juan P. Murcia, PhD. Student, Department of Wind Energy, Technical University of Denmark Pierre E. Réthoré, Senior Researcher,

More information

Potential Climate Impact of Large-Scale Deployment of Renewable Energy Technologies. Chien Wang (MIT)

Potential Climate Impact of Large-Scale Deployment of Renewable Energy Technologies. Chien Wang (MIT) Potential Climate Impact of Large-Scale Deployment of Renewable Energy Technologies Chien Wang (MIT) 1. A large-scale installation of windmills Desired Energy Output: supply 10% of the estimated world

More information

FRIEDRICH-ALEXANDER-UNIVERSITÄT ERLANGEN-NÜRNBERG

FRIEDRICH-ALEXANDER-UNIVERSITÄT ERLANGEN-NÜRNBERG FRIEDRICH-ALEXANDER-UNIVERSITÄT ERLANGEN-NÜRNBERG INSTITUT FÜR INFORMATIK (MATHEMATISCHE MASCHINEN UND DATENVERARBEITUNG) Lehrstuhl für Informatik 10 (Systemsimulation) Massively Parallel Multilevel Finite

More information

UCCS PES/ENSC 2500: Renewable Energy Spring 2014 Test 3 name:

UCCS PES/ENSC 2500: Renewable Energy Spring 2014 Test 3 name: UCCS PES/ENSC 2500: Renewable Energy Spring 2014 Test 3 name: 1. When a wind turbine is positioned between radio, television or microwave transmitter and receiver it can sometime reflect some of the in

More information

Adaptation of General Purpose CFD Code for Fusion MHD Applications*

Adaptation of General Purpose CFD Code for Fusion MHD Applications* Adaptation of General Purpose CFD Code for Fusion MHD Applications* Andrei Khodak Princeton Plasma Physics Laboratory P.O. Box 451 Princeton, NJ, 08540 USA akhodak@pppl.gov Abstract Analysis of many fusion

More information

DYNAMIC LOAD BALANCING APPLICATIONS ON A HETEROGENEOUS UNIX/NT CLUSTER

DYNAMIC LOAD BALANCING APPLICATIONS ON A HETEROGENEOUS UNIX/NT CLUSTER European Congress on Computational Methods in Applied Sciences and Engineering ECCOMAS 2000 Barcelona, 11-14 September 2000 ECCOMAS DYNAMIC LOAD BALANCING APPLICATIONS ON A HETEROGENEOUS UNIX/NT CLUSTER

More information

Pushing the limits. Turbine simulation for next-generation turbochargers

Pushing the limits. Turbine simulation for next-generation turbochargers Pushing the limits Turbine simulation for next-generation turbochargers KWOK-KAI SO, BENT PHILLIPSEN, MAGNUS FISCHER Computational fluid dynamics (CFD) has matured and is now an indispensable tool for

More information

Icepak High-Performance Computing at Rockwell Automation: Benefits and Benchmarks

Icepak High-Performance Computing at Rockwell Automation: Benefits and Benchmarks Icepak High-Performance Computing at Rockwell Automation: Benefits and Benchmarks Garron K. Morris Senior Project Thermal Engineer gkmorris@ra.rockwell.com Standard Drives Division Bruce W. Weiss Principal

More information

2. Parallel pump system Q(pump) = 300 gpm, h p = 270 ft for each of the two pumps

2. Parallel pump system Q(pump) = 300 gpm, h p = 270 ft for each of the two pumps Pumping Systems: Parallel and Series Configurations For some piping system designs, it may be desirable to consider a multiple pump system to meet the design requirements. Two typical options include parallel

More information

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Thomas Reilly Data Physics Corporation 1741 Technology Drive, Suite 260 San Jose, CA 95110 (408) 216-8440 This paper

More information

Section 1: Wind Turbines Section 2: Crookwell Aerodrome

Section 1: Wind Turbines Section 2: Crookwell Aerodrome Section 1: Wind Turbines Section 2: Crookwell Aerodrome By Ralph Holland, B Sc., Dip Ed., Dip. Com. Sc., ACT Australia. Nov 2009 (c) Copyright 2009 1/12/2009 version 2.1 1 Section I Covers Turbine Wake

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

Marin fornybar energi Prof Peter M Haugan, Geofysisk institutt, basert på materiale fra Prof II Finn Gunnar Nielsen, Geofysisk Institutt

Marin fornybar energi Prof Peter M Haugan, Geofysisk institutt, basert på materiale fra Prof II Finn Gunnar Nielsen, Geofysisk Institutt Ny fornybar energi del 3: Marin fornybar energi Prof Peter M Haugan, Geofysisk institutt, basert på materiale fra Prof II Finn Gunnar Nielsen, Geofysisk Institutt Outline General. Marine renewables Wind

More information

Performance Tuning of a CFD Code on the Earth Simulator

Performance Tuning of a CFD Code on the Earth Simulator Applications on HPC Special Issue on High Performance Computing Performance Tuning of a CFD Code on the Earth Simulator By Ken ichi ITAKURA,* Atsuya UNO,* Mitsuo YOKOKAWA, Minoru SAITO, Takashi ISHIHARA

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

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

COMPUTATIONAL FLUID DYNAMICS (CFD) ANALYSIS OF INTERMEDIATE PRESSURE STEAM TURBINE

COMPUTATIONAL FLUID DYNAMICS (CFD) ANALYSIS OF INTERMEDIATE PRESSURE STEAM TURBINE Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 3, No. 4, October, 2014 2014 IJMERR. All Rights Reserved COMPUTATIONAL FLUID DYNAMICS (CFD) ANALYSIS OF INTERMEDIATE PRESSURE STEAM TURBINE Shivakumar

More information

Outline. Introduction to Wind Energy. US Wind Energy Installations. ME 483 Alternative Energy Engineering II 1

Outline. Introduction to Wind Energy. US Wind Energy Installations. ME 483 Alternative Energy Engineering II 1 Wind Power Introduction February, Introduction to Wind Energy Larry Caretto Mechanical Engineering 48 Alternative Energy Engineering II February, Outline Current use of wind energy Advantages and disadvantages

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

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

CFD Application on Food Industry; Energy Saving on the Bread Oven

CFD Application on Food Industry; Energy Saving on the Bread Oven Iranica Journal of Energy & Environment 3 (3): 241-245, 2012 ISSN 2079-2115 IJEE an Official Peer Reviewed Journal of Babol Noshirvani University of Technology DOI: 10.5829/idosi.ijee.2012.03.03.0548 CFD

More information

AC/DC System Dynamics Under AC Power System Faulted Conditions

AC/DC System Dynamics Under AC Power System Faulted Conditions AC/DC System Dynamics Under AC ower System Faulted Conditions A sensitivity on DC Voltage Control parameters Mario Ndreko Delft University of Technology, Fulty of EEMCS, Intelligent Electrical ower Grids,

More information

Sound Power measurements according to IEC 61400-11

Sound Power measurements according to IEC 61400-11 Sound Power measurements according to IEC 61400-11 Siemens Wind Power All Rights Reserved 2011 Sound Power measurements according to IEC 61400-11 Tomas Hansen, Lars Enggaard email: trh@siemens.com Page

More information

CONVERGE Features, Capabilities and Applications

CONVERGE Features, Capabilities and Applications CONVERGE Features, Capabilities and Applications CONVERGE CONVERGE The industry leading CFD code for complex geometries with moving boundaries. Start using CONVERGE and never make a CFD mesh again. CONVERGE

More information

User orientated simulation strategy to analyse large drive trains in SIMPACK

User orientated simulation strategy to analyse large drive trains in SIMPACK User orientated simulation strategy to analyse large drive trains in SIMPACK SIMPACK User Meeting / Dipl.-Ing. Thomas Hähnel / Dipl.-Ing. Mathias Höfgen 21. / 22. November 2007 Content Motivation, state

More information

Modeling wind flow using O.F. Wind, an OpenFOAM based CFD tool: validation of Turbulence Intensity in a testing Suzlon Energy site Ltd.

Modeling wind flow using O.F. Wind, an OpenFOAM based CFD tool: validation of Turbulence Intensity in a testing Suzlon Energy site Ltd. Modeling wind flow using O.F. Wind, an OpenFOAM based CFD tool: validation of Turbulence Intensity in a testing Suzlon Energy site Ltd. L.Casella 1, W.Langreder 1, A.Fischer 2, M.Ehlen 2, D.Skoutelakos

More information

Parallel Session III-B: Nuclear and Renewable Energy. Wind Farm Simulations Dennis Nagy and Mike Dombroski

Parallel Session III-B: Nuclear and Renewable Energy. Wind Farm Simulations Dennis Nagy and Mike Dombroski Parallel Session III-B: Nuclear and Renewable Energy Wind Farm Simulations Dennis Nagy and Mike Dombroski Wind Energy Engineering: A Range of Important Roles for 3-D Simulation Focus of this Presentation:

More information

Database of measurements on the offshore wind farm Egmond aan Zee

Database of measurements on the offshore wind farm Egmond aan Zee Database of measurements on the offshore wind farm Egmond aan Zee A.J. Brand J.W. Wagenaar P.J. Eecen M.C. Holtslag 1 1 TU Delft, Faculty Aerospace Engineering Presented at the the EWEA 2012 conference,

More information

The Basics of FEA Procedure

The Basics of FEA Procedure CHAPTER 2 The Basics of FEA Procedure 2.1 Introduction This chapter discusses the spring element, especially for the purpose of introducing various concepts involved in use of the FEA technique. A spring

More information

CFD modelling of floating body response to regular waves

CFD modelling of floating body response to regular waves CFD modelling of floating body response to regular waves Dr Yann Delauré School of Mechanical and Manufacturing Engineering Dublin City University Ocean Energy Workshop NUI Maynooth, October 21, 2010 Table

More information

Performance Evaluation of the XDEM framework on the OpenStack Cloud Computing Middleware

Performance Evaluation of the XDEM framework on the OpenStack Cloud Computing Middleware Performance Evaluation of the XDEM framework on the OpenStack Cloud Computing Middleware 1 / 17 Performance Evaluation of the XDEM framework on the OpenStack Cloud Computing Middleware X. Besseron 1 V.

More information

THERMAL STRATIFICATION IN A HOT WATER TANK ESTABLISHED BY HEAT LOSS FROM THE TANK

THERMAL STRATIFICATION IN A HOT WATER TANK ESTABLISHED BY HEAT LOSS FROM THE TANK THERMAL STRATIFICATION IN A HOT WATER TANK ESTABLISHED BY HEAT LOSS FROM THE TANK J. Fan and S. Furbo Abstract Department of Civil Engineering, Technical University of Denmark, Brovej, Building 118, DK-28

More information

Domain decomposition techniques for interfacial discontinuities

Domain decomposition techniques for interfacial discontinuities Domain decomposition techniques for interfacial discontinuities Geordie McBain Institut Jean le Rond d Alembert December 5, 2012 Connexion and substructuring Two ways to look at domain decomposition Decomposing

More information

Interactive Data Visualization with Focus on Climate Research

Interactive Data Visualization with Focus on Climate Research Interactive Data Visualization with Focus on Climate Research Michael Böttinger German Climate Computing Center (DKRZ) 1 Agenda Visualization in HPC Environments Climate System, Climate Models and Climate

More information

CFD Simulation of a 3-Bladed Horizontal Axis Tidal Stream Turbine using RANS and LES

CFD Simulation of a 3-Bladed Horizontal Axis Tidal Stream Turbine using RANS and LES CFD Simulation of a 3-Bladed Horizontal Axis Tidal Stream Turbine using RANS and LES J. McNaughton, I. Afgan, D.D. Apsley, S. Rolfo, T. Stallard and P.K. Stansby Modelling and Simulation Centre, School

More information

Chapter Overview. Seasons. Earth s Seasons. Distribution of Solar Energy. Solar Energy on Earth. CHAPTER 6 Air-Sea Interaction

Chapter Overview. Seasons. Earth s Seasons. Distribution of Solar Energy. Solar Energy on Earth. CHAPTER 6 Air-Sea Interaction Chapter Overview CHAPTER 6 Air-Sea Interaction The atmosphere and the ocean are one independent system. Earth has seasons because of the tilt on its axis. There are three major wind belts in each hemisphere.

More information

GE Power & Water Renewable Energy. Digital Wind Farm THE NEXT EVOLUTION OF WIND ENERGY. www.ge.com/wind

GE Power & Water Renewable Energy. Digital Wind Farm THE NEXT EVOLUTION OF WIND ENERGY. www.ge.com/wind GE Power & Water Renewable Energy Digital Wind Farm THE NEXT EVOLUTION OF WIND ENERGY www.ge.com/wind GE S DIGITAL WIND FARM PITCH Since entering the wind industry in 2002, GE Power & Water s Renewable

More information

Practice Problems on Boundary Layers. Answer(s): D = 107 N D = 152 N. C. Wassgren, Purdue University Page 1 of 17 Last Updated: 2010 Nov 22

Practice Problems on Boundary Layers. Answer(s): D = 107 N D = 152 N. C. Wassgren, Purdue University Page 1 of 17 Last Updated: 2010 Nov 22 BL_01 A thin flat plate 55 by 110 cm is immersed in a 6 m/s stream of SAE 10 oil at 20 C. Compute the total skin friction drag if the stream is parallel to (a) the long side and (b) the short side. D =

More information

Relevance of Modern Optimization Methods in Turbo Machinery Applications

Relevance of Modern Optimization Methods in Turbo Machinery Applications Relevance of Modern Optimization Methods in Turbo Machinery Applications - From Analytical Models via Three Dimensional Multidisciplinary Approaches to the Optimization of a Wind Turbine - Prof. Dr. Ing.

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

CFD Analysis of Swept and Leaned Transonic Compressor Rotor

CFD Analysis of Swept and Leaned Transonic Compressor Rotor CFD Analysis of Swept and Leaned Transonic Compressor Nivin Francis #1, J. Bruce Ralphin Rose *2 #1 Student, Department of Aeronautical Engineering& Regional Centre of Anna University Tirunelveli India

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

Controlling Wind in ECN s Scaled Wind Farm

Controlling Wind in ECN s Scaled Wind Farm Controlling Wind in ECN s Scaled Wind Farm J.W. Wagenaar L.A.H. Machielse J.G. Schepers j.wagenaar@ecn.nl machielse@ecn.nl schepers@ecn.nl ECN Wind Energy ECN Wind Energy ECN Wind Energy Abstract ECN holds

More information

Wake Modeling of an Offshore Wind Farm Using OpenFOAM

Wake Modeling of an Offshore Wind Farm Using OpenFOAM Wake Modeling of an Offshore Wind Farm Using OpenFOAM A. Javaheri, B. Cañadillas; DEWI GmbH, Wilhelmshaven A. Javaheri English Summary The aim of this study is to test the availability of the Computational

More information

ATM 316: Dynamic Meteorology I Final Review, December 2014

ATM 316: Dynamic Meteorology I Final Review, December 2014 ATM 316: Dynamic Meteorology I Final Review, December 2014 Scalars and Vectors Scalar: magnitude, without reference to coordinate system Vector: magnitude + direction, with reference to coordinate system

More information

Lecture 16 - Free Surface Flows. Applied Computational Fluid Dynamics

Lecture 16 - Free Surface Flows. Applied Computational Fluid Dynamics Lecture 16 - Free Surface Flows Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Example: spinning bowl Example: flow in

More information

Flow Physics Analysis of Three-Bucket Helical Savonius Rotor at Twist Angle Using CFD

Flow Physics Analysis of Three-Bucket Helical Savonius Rotor at Twist Angle Using CFD Vol.3, Issue.2, March-April. 2013 pp-739-746 ISSN: 2249-6645 Flow Physics Analysis of Three-Bucket Helical Savonius Rotor at Twist Angle Using CFD Pinku Debnath, 1 Rajat Gupta 2 12 Mechanical Engineering,

More information

Nordex SE. Nordex goes Offshore

Nordex SE. Nordex goes Offshore Nordex SE Nordex goes Offshore Hannover, April 2011 Content 1. Offshore Wind Market 2. Nordex Offshore History & Future 3. Competition & Technical Development 4. The N150/6000 2 Strong growth prospects

More information

Controlling Wind in ECN s Scaled Wind Farm J.W. Wagenaar L.A.H. Machielse J.G. Schepers

Controlling Wind in ECN s Scaled Wind Farm J.W. Wagenaar L.A.H. Machielse J.G. Schepers Controlling Wind in ECN s Scaled Wind Farm J.W. Wagenaar L.A.H. Machielse J.G. Schepers This paper has been presented at the EWEA 2012, Copenhagen, Denmark, 16-19 April 2012 ECN-M--12-007 APRIL 2012 Controlling

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

Numerical Model for the Study of the Velocity Dependence Of the Ionisation Growth in Gas Discharge Plasma

Numerical Model for the Study of the Velocity Dependence Of the Ionisation Growth in Gas Discharge Plasma Journal of Basrah Researches ((Sciences)) Volume 37.Number 5.A ((2011)) Available online at: www.basra-science -journal.org ISSN 1817 2695 Numerical Model for the Study of the Velocity Dependence Of 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

Purdue University - School of Mechanical Engineering. Objective: Study and predict fluid dynamics of a bluff body stabilized flame configuration.

Purdue University - School of Mechanical Engineering. Objective: Study and predict fluid dynamics of a bluff body stabilized flame configuration. Extinction Dynamics of Bluff Body Stabilized Flames Investigator: Steven Frankel Graduate Students: Travis Fisher and John Roach Sponsor: Air Force Research Laboratory and Creare, Inc. Objective: Study

More information

Computational Fluid Dynamics Research Projects at Cenaero (2011)

Computational Fluid Dynamics Research Projects at Cenaero (2011) Computational Fluid Dynamics Research Projects at Cenaero (2011) Cenaero (www.cenaero.be) is an applied research center focused on the development of advanced simulation technologies for aeronautics. Located

More information

Discrete mechanics, optimal control and formation flying spacecraft

Discrete mechanics, optimal control and formation flying spacecraft Discrete mechanics, optimal control and formation flying spacecraft Oliver Junge Center for Mathematics Munich University of Technology joint work with Jerrold E. Marsden and Sina Ober-Blöbaum partially

More information

Exergy Analysis of a Water Heat Storage Tank

Exergy Analysis of a Water Heat Storage Tank Exergy Analysis of a Water Heat Storage Tank F. Dammel *1, J. Winterling 1, K.-J. Langeheinecke 3, and P. Stephan 1,2 1 Institute of Technical Thermodynamics, Technische Universität Darmstadt, 2 Center

More information

Cloud Model Verification at the Air Force Weather Agency

Cloud Model Verification at the Air Force Weather Agency 2d Weather Group Cloud Model Verification at the Air Force Weather Agency Matthew Sittel UCAR Visiting Scientist Air Force Weather Agency Offutt AFB, NE Template: 28 Feb 06 Overview Cloud Models Ground

More information

Offshore wind farm electrical engineering (when considering the operation of array cabling at voltages of 66kV)

Offshore wind farm electrical engineering (when considering the operation of array cabling at voltages of 66kV) Offshore wind farm electrical engineering (when considering the operation of array cabling at voltages of 66kV) 29 th January 2015 Lyndon Greedy / Hans Cleijne 1 SAFER, SMARTER, GREENER DNV GL Renewables

More information

Financing Community Wind

Financing Community Wind Financing Community Wind Wind Data and Due Diligence What is the Project's Capacity Factor? Community Wind Energy 2006 March 8, 2006 Mark Ahlstrom mark@windlogics.com Slide 1 The Need for Wind Assessment

More information

The calculation of train slipstreams using Large-Eddy Simulation techniques

The calculation of train slipstreams using Large-Eddy Simulation techniques The calculation of train slipstreams using Large-Eddy Simulation techniques Abstract Hassan Hemida, Chris Baker Birmingham Centre for Railway Research and Education, School of Civil Engineering, University

More information

FUNDAMENTAL FINITE ELEMENT ANALYSIS AND APPLICATIONS

FUNDAMENTAL FINITE ELEMENT ANALYSIS AND APPLICATIONS FUNDAMENTAL FINITE ELEMENT ANALYSIS AND APPLICATIONS With Mathematica and MATLAB Computations M. ASGHAR BHATTI WILEY JOHN WILEY & SONS, INC. CONTENTS OF THE BOOK WEB SITE PREFACE xi xiii 1 FINITE ELEMENT

More information

Numerical Simulation of the External Flow Field. Around a Bluff Car*

Numerical Simulation of the External Flow Field. Around a Bluff Car* Numerical Simulation of the External Flow Field Around a Bluff Car* Sun Yongling, Wu Guangqiang, Xieshuo Automotive Engineering Department Shanghai Tongji University Shanghai, China E-mail: wuqjuhyk@online.sh.cn

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