Towards Simulating the Atmospheric Boundary Layer and Wind Farm Flows

Size: px
Start display at page:

Download "Towards Simulating the Atmospheric Boundary Layer and Wind Farm Flows"

Transcription

1 Towards Simulating the Atmospheric Boundary Layer and Wind Farm Flows 6 th OpenFOAM Workshop Matthew J. Churchfield Patrick J. Moriarty June 15, 2011 NREL is a national laboratory of the U.S. Department of Energy, Office of Energy Efficiency and Renewable Energy, operated by the Alliance for Sustainable Energy, LLC.

2 Description Aerodynamics simulations to study wind farm physics Wake-turbine interaction Wake-atmospheric boundary layer interaction Wake-wake interaction + = atmospheric boundary layer simulation wind turbine model wind farm aerodynamics simulation 2

3 Motivation Currently used engineering wake models developed in 1980s/1990s Examples (OpenWind, Wasp,etc.) Now turbines are larger than in 1980s/1990s Turbines taller than many meteorological masts Velocity and direction shears across rotor become significant Atmospheric stability is important Wind profile and turbulence differ greatly from unstable to stable Need for improved engineering farm-level wake models CFD can help to understand modern wind farm physics 3

4 Motivation How atmospheric stability affects the Horns Rev wind farm [1] Stability Array Efficiency unstable 74% neutral 71% stable 66% Horns Rev Wind Farm in North Sea off Danish Coast source: UniFly A/S [1] L. E. Jensen. Array Efficiency at Horns Rev and the Effect of Atmospheric Stability, Dong Energy Presentation,

5 Methodology: ABL Flow 5 Large-eddy Simulation Based on buoyantboussinesqpisofoam We use linear spatial interpolation and Crank-Nicholson time integration (SGS and buoyant term explicit, though) i i i b D ij j i D k j ijk i j j i f x p g R x x p u u u x t u 1 ~ 2 0 j j j j R x u x t buoyancy Coriolis driving pressure gradient b

6 Methodology: ABL Flow capping inversion controls boundary layer height geostrophic wind simulation time: s periodic periodic 1 km 3 km Boussinesq approximation for buoyancy effects Coriolis forces included 3 km rough lower surface with temperature flux 6

7 Methodology: ABL Flow SGS Model Standard Smagorinsky Adequate for neutral and unstable stability conditions Implementing a dynamic Smagorinsky for stable conditions Surface Stress Model First layer of grid cells between 5-10 m tall Large eddies not resolved to wall Total (viscous + SGS) surface stress modeled using Moeng s model [1] Wei and Brasseur corrected Moeng s model [2] [1] C.-H. Moeng. A Large-Eddy Simulation Model for the Study of Planetary Boundary Layer Turbulence. Journal of the Atmospheric Sciences, Vol. 41, No. 13, 1984, pp [2] T. Wei and J. G. Brasseur. The Surface Stress Boundary Condition in Large Eddy Simulations of High Reynolds Number Turbulent Boundary Layer Flows. To be submitted to Boundary Layer Meteorology,

8 Methodology: Turbine Model Actuator Line Method [1] Blades represented as lines along which there are discrete sections For each element, we know local flow velocity and angle, rotor-induced speed, chord, twist, and airfoil Use a look-up table to get lift and drag at each section Equal and opposite of lift and drag at each actuator element projected back onto CFD flow field as a body force using a spherical Gaussian. [1] Sørensen, J. N. and Shen, W. Z., Numerical Modeling of Wind Turbine Wakes, Journal of Fluids Engineering 124, 2002, pp

9 Methodology: Wind Farm Simulation Perform horizontally periodic precursor ABL simulation Apply an array of actuator line models to wind farm domain Intialize wind farm domain with precursor volume field Once precursor ABL is developed, use surface functionobject to save boundary planes of data every N time steps Use saved precursor boundary data with timevaryingmappedfixedvalue BC to feed turbulent data into wind farm domain 9

10 Results: ABL Flow Neutral Unstable U (m/s) at hub height of 90 m 8 from from 270 z 0 (m) Q s (K-m/s) Neutral Unstable z i (m) z i /L u* (m/s) w* (m/s) See [1] Re LES Script R [1] J. Brasseur and T. Wei. Designing Large-Eddy Simulation of the Turbulent Boundary Layer to Capture Law-of-the-Wall Scaling, Physics of Fluids, Vol. 22, No. 2,

11 Results: ABL Flow Neutral: -z i /L = 0 Unstable: -z i /L = 2.14 turbine disk vertical sweep 11

12 Results: ABL Flow Neutral: -z i /L = 0 Unstable: -z i /L = 2.14 Increasing height 2-dimensional velocity spectra (black first grid level) (magenta top of boundary layer) 12

13 Results: ABL Flow Neutral: -z i /L = 0 Unstable: -z i /L = 2.14 Streamwise velocity fluctuations at 90 m above surface Vertical velocity fluctuations at 90 m above surface 13

14 Results: ABL with Wind Turbines flow 2.5 m turbine rotor 5 m 10 m Horizontal slice through wind farm mesh at 90 m 14

15 Results: ABL with Wind Turbines Red are positive isosurfaces of second invariant of velocitygradient tensor (Q) Bound and tip vortices of 3-bladed 5MW turbine visible 15

16 Results: ABL with Wind Turbines Neutral: -z i /L = 0 Smaller scales resolved on finer mesh 16

17 Results: ABL with Wind Turbines Unstable: -z i /L = 2.14 Half the turbine in low speed streamwise flow of an updraft 17

18 Results: ABL with Wind Turbines Unstable: -z i /L = 2.14 Half the turbine in low speed streamwise flow in updraft 18

19 Results: ABL with Wind Turbines Neutral: -z i /L = 0 Unstable: -z i /L = 2.14 Horizontal time-averaged wake profiles at hub height Vertical timeaveraged wake profiles 19

20 Problems Encountered blockmesh, refinemesh, mapfields, decomposepar require large amounts of memory for larger meshes Need a better method Coarse mesh with blockmesh Run decomposepar Run refinemesh and mapfields on each processor directory Need to try OF-1.6-ext new generation solvers for pressure 20

21 Questions For You Buoyancy formulation Solve ( UEqn == fvc::reconstruct ( - fvc::sngrad(pd)*mesh.magsf() +(fvc::interpolate(rhok - 1.0)*(g & mesh.sf())) ) ); fvvectormatrix UEqn ( fvm::ddt(u) + fvm::div(phi,u) + divdevr + gradpd //- ((rhok - 1.0)*g) - fcoriolis ); Why is buoyant term interpolated and reconstructed instead of being taken straight from cell center? 21

22 Questions For You Pressure gradient formulation ABL solver (from buoyantboussinesqpisofoam) pisofoam Solve ( UEqn == fvc::reconstruct ( - fvc::sngrad(pd)*mesh.magsf() +(fvc::interpolate(rhok - 1.0)*(g & mesh.sf())) ) ); U += rua*fvc::reconstruct((phi - phiu)/ruaf); solve(ueqn == -fvc::grad(p)); U -= rua*fvc::grad(p); Why is pressure gradient term interpolated and reconstructed unlike in pisofoam? Why is U completed differently than in pisofoam? 22

23 Future Work Validation IEA Task 31 WAKEBENCH - Benchmarking Wind Farm Flow Models Better law-of-the wall scaling in ABL simulations Improve turbine model Coupling with NREL s FAST aeroelastic turbine model (Sang Lee) Implications of local mesh refinement on SGS stresses and turbulence cascade More sophisticated SGS modeling 23

24 Acknowledgements Penn State Jim Brasseur, Ganesh Vijayakumar, Eric Patterson, Adam Lavely, Mike Kinzel NREL Sang Lee, Pat Moriarty, Avi Purkayastha, Mike Sprague, John Michalakes, Julie Lundquist, Kenny Gruchalla RedRock and RedMesa HPC systems University of Puerto Rico, Mayagüez Tony Martínez, Stefano Leonardi Funding U.S. Department of Energy NREL Laboratory-Directed Research and Development Program 24

arxiv: v1 [physics.flu-dyn] 11 Oct 2013

arxiv: v1 [physics.flu-dyn] 11 Oct 2013 arxiv:1310.3294v1 [physics.flu-dyn] 11 Oct 2013 Wake Turbulence of Two NREL 5-MW Wind Turbines Immersed in a Neutral Atmospheric Boundary-Layer Flow Jessica L. Bashioum, Pankaj K. Jha, Dr. Sven Schmitz

More information

A Large-Eddy Simulation of Wind-Plant Aerodynamics

A Large-Eddy Simulation of Wind-Plant Aerodynamics A Large-Eddy Simulation of Wind-Plant Aerodynamics Preprint Matthew J. Churchfield, Sang Lee, and Patrick J. Moriarty National Renewable Energy Laboratory Luis A. Martinez and Stefano Leonardi University

More information

INVESTIGATION OF THE IMPACT OF WAKES AND STRATIFICATION ON THE PERFORMANCE OF AN ONSHORE WIND FARM

INVESTIGATION OF THE IMPACT OF WAKES AND STRATIFICATION ON THE PERFORMANCE OF AN ONSHORE WIND FARM INVESTIGATION OF THE IMPACT OF WAKES AND STRATIFICATION ON THE PERFORMANCE OF AN ONSHORE WIND FARM Mandar Tabib, Adil Rasheed, Trond Kvamsdal 12th Deep Sea Offshore Wind R&D Conference, EERA DeepWind'2015,

More information

High-fidelity simulation comparison of wake mitigation control strategies for a two-turbine case

High-fidelity simulation comparison of wake mitigation control strategies for a two-turbine case High-fidelity simulation comparison of wake mitigation control strategies for a two-turbine case P. Fleming 1, P. Gebraad 2, S. Lee 1, J.W. van Wingerden 2, K. Johnson 1, M. Churchfield 1, J. Michalakes

More information

OpenFOAM in Wind Energy

OpenFOAM in Wind Energy OpenFOAM in Wind Energy GOFUN 2018, Braunschweig Matthias Schramm Fraunhofer IWES and ForWind Oldenburg University started with wind physics Research on wind fields, aerodynamics and turbulence CFD is

More information

H POLLUTANT DISPERSION OVER TWO-DIMENSIONAL IDEALIZED STREET CANYONS: A LARGE-EDDY SIMULATION APPROACH. Colman C.C. Wong and Chun-Ho Liu*

H POLLUTANT DISPERSION OVER TWO-DIMENSIONAL IDEALIZED STREET CANYONS: A LARGE-EDDY SIMULATION APPROACH. Colman C.C. Wong and Chun-Ho Liu* H14-117 POLLUTANT DISPERSION OVER TWO-DIMENSIONAL IDEALIZED STREET CANYONS: A LARGE-EDDY SIMULATION APPROACH Colman C.C. Wong and Chun-Ho Liu* Department of Mechanical Engineering, The University of Hong

More information

Engineering, Environmental, Biological and Geophysical Fluid Dynamics. Department of Civil Engineering College of Science and Engineering

Engineering, Environmental, Biological and Geophysical Fluid Dynamics. Department of Civil Engineering College of Science and Engineering Twin Cities Campus Saint Anthony Falls Laboratory Engineering, Environmental, Biological and Geophysical Fluid Dynamics Department of Civil Engineering College of Science and Engineering Mississippi River

More information

Numerical Simulation of the Aerodynamic Performance of a H-type Wind Turbine during Self-Starting

Numerical Simulation of the Aerodynamic Performance of a H-type Wind Turbine during Self-Starting Numerical Simulation of the Aerodynamic Performance of a H-type Wind Turbine during Self-Starting Wei Zuo a, Shun Kang b Key Laboratory of Condition Monitoring and Control for Power Plant Equipment, Ministry

More information

Content. 0 Questionnaire 87 from Max Frisch

Content. 0 Questionnaire 87 from Max Frisch Content 0 Questionnaire 87 from Max Frisch 1 Introduction to Wind Energy... 1 1.1 Wind Energy in the year 2010... 1 1.2 The Demand for Electricity... 4 1.3 Energy Policy and Governmental Instruments...

More information

Modeling for Wind Farm Control

Modeling for Wind Farm Control Modeling for Wind Farm Control A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Jennifer Annoni IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER

More information

Wind Turbine Wakes and Wind Farms. Stefan Ivanell Director, Stand Up for Wind Centre

Wind Turbine Wakes and Wind Farms. Stefan Ivanell Director, Stand Up for Wind Centre Wind Turbine Wakes and Wind Farms Stefan Ivanell Director, Stand Up for Wind Centre Planning of lectures Lecture 1: Energy extraction and flow close to the blades Lecture 2: Flow behind the turbine, i.e.,

More information

Verification and validation of a real-time 3D-CFD wake model for large wind farms

Verification and validation of a real-time 3D-CFD wake model for large wind farms Verification and validation of a real-time 3D-CFD wake model for large wind farms Presented by: Wolfgang Schlez 1,2 Co-Authors: Philip Bradstock 2, Michael Tinning 2, Staffan Lindahl 2 (1) ProPlanEn GmbH;

More information

FLUID STRUCTURE INTERACTION MODELLING OF WIND TURBINE BLADES BASED ON COMPUTATIONAL FLUID DYNAMICS AND FINITE ELEMENT METHOD

FLUID STRUCTURE INTERACTION MODELLING OF WIND TURBINE BLADES BASED ON COMPUTATIONAL FLUID DYNAMICS AND FINITE ELEMENT METHOD Proceedings of the 6th International Conference on Mechanics and Materials in Design, Editors: J.F. Silva Gomes & S.A. Meguid, P.Delgada/Azores, 26-30 July 2015 PAPER REF: 5769 FLUID STRUCTURE INTERACTION

More information

Visualization of the tip vortices in a wind turbine wake

Visualization of the tip vortices in a wind turbine wake J Vis (2012) 15:39 44 DOI 10.1007/s12650-011-0112-z SHORT PAPER Zifeng Yang Partha Sarkar Hui Hu Visualization of the tip vortices in a wind turbine wake Received: 30 December 2010 / Revised: 19 September

More information

Project Title: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects

Project Title: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects Twin Cities Campus Saint Anthony Falls Laboratory Engineering, Environmental, Biological and Geophysical Fluid Dynamics College of Science and Engineering Mississippi River at 3 rd Avenue S.E. Minneapolis,

More information

On the Effects of Directional Bin Size when Simulating Large Offshore Wind Farms with CFD

On the Effects of Directional Bin Size when Simulating Large Offshore Wind Farms with CFD On the Effects of Directional Bin Size when Simulating Large Offshore Wind Farms with CFD Peter Argyle, Simon Watson CREST, Loughborough University, ENGLAND p.argyle@lboro.ac.uk ABSTRACT Computational

More information

Project Title: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects

Project Title: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects Twin Cities Campus Saint Anthony Falls Laboratory Engineering, Environmental, Biological and Geophysical Fluid Dynamics College of Science and Engineering Mississippi River at 3 rd Avenue S.E. Minneapolis,

More information

Unsteady Flow Numerical Simulation of Vertical Axis Wind Turbine

Unsteady Flow Numerical Simulation of Vertical Axis Wind Turbine Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 00 (2014) 000 000 www.elsevier.com/locate/procedia APISAT2014, 2014 Asia-Pacific International Symposium on Aerospace Technology,

More information

College of Science and Engineering. Project Title: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects

College of Science and Engineering. Project Title: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects Twin Cities Campus Saint Anthony Falls Laboratory Engineering, Environmental, Biological and Geophysical Fluid Dynamics College of Science and Engineering Mississippi River at 3 rd Avenue S.E. Minneapolis,

More information

Wind Farms 1. Wind Farms

Wind Farms 1. Wind Farms Wind Farms 1 Wind Farms Wind farms are a cluster of wind turbines that are located at a site to generate electricity. Wind farms are also sometimes referred to as a plant, array or a park. The first onshore

More information

Aerodynamic Design of 2.5 MW Horizontal Wind Turbine Blade in Combination with CFD Analysis

Aerodynamic Design of 2.5 MW Horizontal Wind Turbine Blade in Combination with CFD Analysis Aerodynamic Design of 2.5 MW Horizontal Wind Turbine Blade in Combination with CFD Analysis Seul-Ki Yeom *, Tae-Jin Kang *, Warn-Gyu Park 1) School of Mechanical Engineering, Pusan National University,

More information

CERC activities under the TOPFARM project: Wind turbine wake modelling using ADMS

CERC activities under the TOPFARM project: Wind turbine wake modelling using ADMS CERC activities under the TOPFARM project: Wind turbine wake modelling using ADMS Final report Prepared for Risø DTU, National Laboratory for Sustainable Energy 13 th January 211 Report Information FM766

More information

Ontwerpsoftware voor windenergietoepassingen

Ontwerpsoftware voor windenergietoepassingen CWI, 11 november 2010 Ontwerpsoftware voor windenergietoepassingen Peter Eecen www.ecn.nl Outline Introduction to ECN Introduction to Wind Energy Examples of research activities - Rotor aerodynamics dedicated

More information

Spacing dependence on wind turbine array boundary layers

Spacing dependence on wind turbine array boundary layers Spacing dependence on wind turbine array boundary layers Raúl Bayoán Cal 1,*, Angelisse Ramos 2, Nicholas Hamilton 1, and Dan Houck 3 1 Department of Mechanical and Materials Engineering, Portland State

More information

Interaction between large wind farms and the atmospheric boundary layer

Interaction between large wind farms and the atmospheric boundary layer Available online at www.sciencedirect.com ScienceDirect Procedia IUTAM 10 (2014 ) 307 318 23rd International Congress of Theoretical and Applied Mechanics Interaction between large wind farms and the atmospheric

More information

A Study of Twin Co- and Counter-Rotating Vertical Axis Wind Turbines with Computational Fluid Dynamics

A Study of Twin Co- and Counter-Rotating Vertical Axis Wind Turbines with Computational Fluid Dynamics The 16th World Wind Energy Conference, Malmö, Sweden. June 12-15, 217. A Study of Twin Co- and Counter-Rotating Vertical Axis Wind Turbines with Computational Fluid Dynamics PENG, Hua Yi* and LAM, Heung

More information

Three-Dimensional Numerical Simulation of a Model Wind Turbine

Three-Dimensional Numerical Simulation of a Model Wind Turbine Three-Dimensional Numerical Simulation of a Model Wind Turbine N. Tabatabaei 1, M.J. Cervantes 1,2, C. Trivedi 2, J-O Aidanpää 1 1 Luleå University of Technology, Sweden 2 Norwegian University of Science

More information

Chapter 20 Large Eddy Simulation of Wind Farm Aerodynamics with Energy-Conserving Schemes

Chapter 20 Large Eddy Simulation of Wind Farm Aerodynamics with Energy-Conserving Schemes Chapter 20 Large Eddy Simulation of Wind Farm Aerodynamics with Energy-Conserving Schemes Dhruv Mehta Abstract In order to truly realise the potential of wind power, it is vital to understand the aerodynamic

More information

Lecture # 14: Wind Turbine Aeromechanics. Dr. Hui Hu. Department of Aerospace Engineering Iowa State University Ames, Iowa 50011, U.S.

Lecture # 14: Wind Turbine Aeromechanics. Dr. Hui Hu. Department of Aerospace Engineering Iowa State University Ames, Iowa 50011, U.S. AerE 344 Lecture Notes Lecture # 14: Wind Turbine Aeromechanics Dr. Hui Hu Department of Aerospace Engineering Iowa State University Ames, Iowa 11, U.S.A Wind Energy Production and Wind Turbine Installations

More information

Meteorological and Air Dispersion Modeling Methodology and Discussion for INPRO Project

Meteorological and Air Dispersion Modeling Methodology and Discussion for INPRO Project Meteorological and Air Dispersion Modeling Methodology and Discussion for INPRO Project Introduction The transport and dilution of radioactive materials in the form of aerosols, vapors, or gases released

More information

Optimal and Simulation of HAWT Blade S809

Optimal and Simulation of HAWT Blade S809 IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 11, Issue 5 Ver. II (Sep- Oct. 2014), PP 83-88 Optimal and Simulation of HAWT Blade S809 Prof. Yogesh

More information

Unsteady Aerodynamic Simulation of a Floating Offshore Wind Turbine with Oscillating Pitch Motion

Unsteady Aerodynamic Simulation of a Floating Offshore Wind Turbine with Oscillating Pitch Motion Unsteady Aerodynamic Simulation of a Floating Offshore Wind Turbine with Oscillating Pitch Motion Ping Cheng, Yong Ai and Decheng Wan* State Key Laboratory of Ocean Engineering, School of Naval Architecture,

More information

Aerodynamic Analysis of Horizontal Axis Wind Turbine Using Blade Element Momentum Theory for Low Wind Speed Conditions

Aerodynamic Analysis of Horizontal Axis Wind Turbine Using Blade Element Momentum Theory for Low Wind Speed Conditions Aerodynamic Analysis of Horizontal Axis Wind Turbine Using Blade Element Momentum Theory for Low Wind Speed Conditions Esam Abubaker Efkirn, a,b,* Tholudin Mat Lazim, a W. Z. Wan Omar, a N. A. R. Nik Mohd,

More information

Ontwerpsoftware voor Windenergietoepassingen

Ontwerpsoftware voor Windenergietoepassingen Ontwerpsoftware voor Windenergietoepassingen CWI in Bedrijf: Energy, Mathematics & Computer Science, 11 november 2011, in Amsterdam. P.J. Eecen ECN-M--11-046 April 2011 2 ECN-M--11-046 CWI, 11 november

More information

Tuning turbine rotor design for very large wind farms

Tuning turbine rotor design for very large wind farms Under consideration for publication in J. Fluid Mech. Tuning turbine rotor design for very large wind farms Takafumi Nishino 1,* and William Hunter 2 1 Cranfield University, Cranfield, Bedfordshire MK43

More information

Analysis of SCADA data from offshore wind farms. Kurt S. Hansen

Analysis of SCADA data from offshore wind farms. Kurt S. Hansen Analysis of SCADA data from offshore wind farms Kurt S. Hansen E-mail: kuhan@dtu.dk CV Kurt S. Hansen Senior Scientist Department of Wind Energy/DTU 240 Employees DTU/WE educate 40-60 students on master

More information

Analysis on the influence of rotational speed to aerodynamic performance of vertical axis wind turbine

Analysis on the influence of rotational speed to aerodynamic performance of vertical axis wind turbine Available online at www.sciencedirect.com Procedia Engineering 31 (2012) 245 250 International Conference on Advances in Computational Modeling and Simulation Analysis on the influence of rotational speed

More information

CFD ANALYSIS OF CONVECTIVE FLOW IN A SOLAR DOMESTIC HOT WATER STORAGE TANK

CFD ANALYSIS OF CONVECTIVE FLOW IN A SOLAR DOMESTIC HOT WATER STORAGE TANK International Journal of Scientific & Engineering Research Volume 4, Issue 1, January-2013 1 CFD ANALYSIS OF CONVECTIVE FLOW IN A SOLAR DOMESTIC HOT WATER STORAGE TANK Mr. Mainak Bhaumik M.E. (Thermal

More information

EFFECTS OF TURBULENCE MODELLING ON THE PREDICTIONS OF THE PRESSURE DISTRIBUTION AROUND THE WING OF A SMALL SCALE VERTICAL AXIS WIND TURBINE

EFFECTS OF TURBULENCE MODELLING ON THE PREDICTIONS OF THE PRESSURE DISTRIBUTION AROUND THE WING OF A SMALL SCALE VERTICAL AXIS WIND TURBINE 6th European Conference on Computational Mechanics (ECCM 6) 7th European Conference on Computational Fluid Dynamics (ECFD 7) 11 15 June 2018, Glasgow, UK EFFECTS OF TURBULENCE MODELLING ON THE PREDICTIONS

More information

Available online at ScienceDirect. Procedia Engineering 99 (2015 )

Available online at   ScienceDirect. Procedia Engineering 99 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 99 (2015 ) 734 740 APISAT2014, 2014 Asia-Pacific International Symposium on Aerospace Technology, APISAT2014 Unsteady Flow Numerical

More information

Analyzing the Effect of Dimples on Wind Turbine Efficiency Using CFD

Analyzing the Effect of Dimples on Wind Turbine Efficiency Using CFD Analyzing the Effect of Dimples on Wind Turbine Efficiency Using CFD Arun K.K 1., Navaneeth V.R 1, Sam Vimal Kumar S 2, Ajay R 2 Associate Professor 1, P.G.Student 2, Department of Mechanical Engineering,

More information

INVESTIGATIONS ON PERFORMANCE OF A SAVONIUS HYDROKINETIC TURBINE

INVESTIGATIONS ON PERFORMANCE OF A SAVONIUS HYDROKINETIC TURBINE INVESTIGATIONS ON PERFORMANCE OF A SAVONIUS HYDROKINETIC TURBINE Ph.D. THESIS by ANUJ KUMAR ALTERNATE HYDRO ENERGY CENTRE INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247667 (INDIA) AUGUST, 2017 INVESTIGATIONS

More information

Gradient-Based Optimization of Wind Farms with Different Turbine Heights

Gradient-Based Optimization of Wind Farms with Different Turbine Heights Brigham Young University BYU ScholarsArchive All Faculty Publications 2017-1 Gradient-Based Optimization of Wind Farms with Different Turbine Heights Andrew P.J. Stanley Brigham Young University, stanley_andrewpj@yahoo.com

More information

Transfer of Science to industry in Wind Energy

Transfer of Science to industry in Wind Energy Downloaded from orbit.dtu.dk on: Dec 20, 2017 Transfer of Science to industry in Wind Energy Madsen, Peter Hauge Publication date: 2012 Document Version Publisher's PDF, also known as Version of record

More information

Effect of turbine alignment on the average power output of wind-farms

Effect of turbine alignment on the average power output of wind-farms Effect of turbine alignment on the average power output of wind-farms Richard J. A. M. Stevens 1,2, Dennice F. Gayme 1 and Charles Meneveau 1 1 Dept. of Mech. Engineering, Johns Hopkins University, Baltimore,

More information

Limits to the power density of very large wind farms

Limits to the power density of very large wind farms Draft (18th September 213) Short Communication Limits to the power density of very large wind farms Takafumi Nishino Department of Engineering Science, University of Oxford, Oxford OX1 3PJ, UK ABSTRACT

More information

Modelling urban pollution dispersion by using MISKAM

Modelling urban pollution dispersion by using MISKAM Modelling urban pollution dispersion by using MISKAM Márton Balczó 1, Tamás Faragó 2, Tamás Lajos 3 PhD Student 1, Student 2, Professor 3 Budapest University of Technology and Economics, Department of

More information

Numerical Study of Atmospheric Ice Accretion on Wind Turbines

Numerical Study of Atmospheric Ice Accretion on Wind Turbines Numerical Study of Atmospheric Ice Accretion on Wind Turbines (IWAIS 15- Uppsala) Muhammad S. Virk Atmospheric Icing Research Team Department of Industrial Engineering Narvik University College, Norway

More information

Overview of six commercial and research wake models for large offshore wind farms

Overview of six commercial and research wake models for large offshore wind farms Overview of six commercial and research wake models for large offshore wind farms Philippe Beaucage AWS Truepower LLC pbeaucage@awstruepower.com Nick Robinson AWS Truepower LLC nrobinson@awstruepower.com

More information

Numerical investigation of vortex formation effect on horizontal axis wind turbine performance in low wind speed condition

Numerical investigation of vortex formation effect on horizontal axis wind turbine performance in low wind speed condition 27, Issue 1 (2016) 1-11 Journal of Advanced Research in Fluid Mechanics and Thermal Sciences Journal homepage: www.akademiabaru.com/arfmts.html ISSN: 2289-7879 Numerical investigation of vortex formation

More information

Numerical simulation of atmospheric boundary layer and wakes of horizontal-axis wind turbines

Numerical simulation of atmospheric boundary layer and wakes of horizontal-axis wind turbines Numerical simulation of atmospheric boundary layer and wakes of horizontal-axis wind turbines Ali M AbdelSalam Ramalingam Velraj Institute for Energy Studies, Anna University, Chennai, India Abstract Simulations

More information

A Study on Design of A High Efficiency Vertical Axis Wind Turbine Blade Using Composite Materials

A Study on Design of A High Efficiency Vertical Axis Wind Turbine Blade Using Composite Materials Copyright 2013 Tech Science Press SL, vol.7, no.1, pp.59-65, 2013 A Study on Design of A High Efficiency Vertical Axis Wind Turbine Blade Using Composite Materials H. Park 1, H. Lee 2 and G. Park 2 Abstract:

More information

Performance of a Vertical Axis Wind Turbine under Accelerating and Decelerating Flows

Performance of a Vertical Axis Wind Turbine under Accelerating and Decelerating Flows Performance of a Vertical Axis Wind Turbine under Accelerating and Decelerating Flows Atif Shahzad, Taimoor Asim*, Rakesh Mishra, Achilleos Paris School of Computing & Engineering, University of Huddersfield,

More information

Wind Farm parametrization in the mesoscale model WRF

Wind Farm parametrization in the mesoscale model WRF Downloaded from orbit.dtu.dk on: Sep 21, 2018 Wind Farm parametrization in the mesoscale model WRF Volker, Patrick; Badger, Jake; Hahmann, Andrea N.; Ott, Søren Published in: Proceedings Publication date:

More information

Wind Turbine Blade Design for Subscale Testing

Wind Turbine Blade Design for Subscale Testing Journal of Physics: Conference Series PAPER OPEN ACCESS Wind Turbine Blade Design for Subscale Testing To cite this article: Arash Hassanzadeh et al 216 J. Phys.: Conf. Ser. 753 2248 View the article online

More information

Aerodynamic Investigation of a Wind Turbine using CFD and Modified BEM Methods

Aerodynamic Investigation of a Wind Turbine using CFD and Modified BEM Methods Journal of Applied Fluid Mechanics, Vol. 9, Special Issue 1, pp. 107-111, 2016. Selected papers from the 7 th International Exergy, Energy and Environment Symposium, IEEE7-2015 Available online at www.jafmonline.net,

More information

Aerodynamic Performance Sensitivity Analysis of Blade Design for a 100 kw HAWT

Aerodynamic Performance Sensitivity Analysis of Blade Design for a 100 kw HAWT Aerodynamic Performance Sensitivity Analysis of Blade Design for a 100 kw HAWT Hassan Dogan 1 and Mahmut Faruk Aksit 2 1 PhD Candidate, 2 Associate Professor Mechatronics Program, Faculty of Engineering

More information

A Holistic View of Wind Farm Control

A Holistic View of Wind Farm Control A Holistic View of Wind Farm Control Peter Seiler February 11, 2014 Seminar: Saint Anthony Falls Laboratory James Blyth, 1887: 1 st electric wind turbine in Marykirk, Scotland. (Not Shown) Turbine Shown,

More information

CFD/FEM Based Analysis Framework for Wind Effects on Tall Buildings in Urban Areas

CFD/FEM Based Analysis Framework for Wind Effects on Tall Buildings in Urban Areas 2017 2nd International Conference on Industrial Aerodynamics (ICIA 2017) ISBN: 978-1-60595-481-3 CFD/FEM Based Analysis Framework for Wind Effects on Tall Buildings in Urban Areas Qiao Yan, Dalong Li,

More information

Increasing the Power Production of Vertical-Axis Wind-Turbine Farms Using Synergistic Clustering

Increasing the Power Production of Vertical-Axis Wind-Turbine Farms Using Synergistic Clustering Boundary-Layer Meteorology (2018) 169:275 296 https://doi.org/10.1007/s10546-018-0368-0 RESEARCH ARTICLE Increasing the Power Production of Vertical-Axis Wind-Turbine Farms Using Synergistic Clustering

More information

Interference of Wind Turbines with Different Yaw Angles of the Upstream Wind Turbine

Interference of Wind Turbines with Different Yaw Angles of the Upstream Wind Turbine 42nd AIAA Fluid Dynamics Conference and Exhibit 25-28 June 2012, New Orleans, Louisiana AIAA 2012-2719 Interference of Wind Turbines with Different Yaw Angles of the Upstream Wind Turbine Ahmet Ozbay 1,

More information

On Plume Dispersion over Two-Dimensional Urban-like Idealized Roughness Elements with Height Variation

On Plume Dispersion over Two-Dimensional Urban-like Idealized Roughness Elements with Height Variation On Plume Dispersion over Two-Dimensional Urban-like Idealized Roughness Elements with Height Variation Colman C.C. Wong and Chun-Ho Liu Department of Mechanical Engineering, The University of Hong Kong,

More information

A Study on Aerodynamic Analysis and Design of Wind Turbine blade

A Study on Aerodynamic Analysis and Design of Wind Turbine blade A Study on Aerodynamic Analysis and Design of Wind Turbine blade Jung-Hwan Kim a, Tae-Sik Kim b, Yeon-Won Lee c, Young-Duk Kim d a Doctor, Korea Marine Equipment Research Institute, 115-, Dongsam-Dong,

More information

Wind and Meteo: Common energy. What can we learn from each other?

Wind and Meteo: Common energy. What can we learn from each other? Wind and Meteo: Common energy What can we learn from each other? 25/11/2016 NVBM Lustrum 2016 Mission, Vision & Values Facts & Figures Mission sustainable energy for everyone Vision Based on our deep expertise

More information

Wind turbine performance in shear flow and in the wake of another turbine through high fidelity numerical simulations with moving mesh technique

Wind turbine performance in shear flow and in the wake of another turbine through high fidelity numerical simulations with moving mesh technique WIND ENERGY Wind Energ. (2012) Published online in Wiley Online Library (wileyonlinelibrary.com)..535 RESEARCH ARTICLE Wind turbine performance in shear flow and in the wake of another turbine through

More information

Hydrodynamics of marine current turbines

Hydrodynamics of marine current turbines Renewable Energy 3 (6) 49 56 www.elsevier.com/locate/renene Hydrodynamics of marine current turbines W.M.J. Batten a,, A.S. Bahaj a, *,, A.F. Molland b,, J.R. Chaplin a, a Sustainable Energy Research Group,

More information

1039 P a g e. Fig 2.2: NREL reverse engineered Wind turbine Blade. Figure 1.2: Lift and Drag on a wind-turbine blade profile

1039 P a g e. Fig 2.2: NREL reverse engineered Wind turbine Blade. Figure 1.2: Lift and Drag on a wind-turbine blade profile Design And Analysis Of Wind Turbine Blade Design System (Aerodynamic) A.V.Pradeep*, Kona Ram Prasad**, T.Victor Babu*** * (Department of Mechanical Engineering, S.V.P.Engineering College, Visakhapatnam)

More information

NUMERICAL STUDY ON FILM COOLING AND CONVECTIVE HEAT TRANSFER CHARACTERISTICS IN THE CUTBACK REGION OF TURBINE BLADE TRAILING EDGE

NUMERICAL STUDY ON FILM COOLING AND CONVECTIVE HEAT TRANSFER CHARACTERISTICS IN THE CUTBACK REGION OF TURBINE BLADE TRAILING EDGE S643 NUMERICAL STUDY ON FILM COOLING AND CONVECTIVE HEAT TRANSFER CHARACTERISTICS IN THE CUTBACK REGION OF TURBINE BLADE TRAILING EDGE by Yong-Hui XIE *, Dong-Ting YE, and Zhong-Yang SHEN School of Energy

More information

Dr. J. Wolters. FZJ-ZAT-379 January Forschungszentrum Jülich GmbH, FZJ

Dr. J. Wolters. FZJ-ZAT-379 January Forschungszentrum Jülich GmbH, FZJ Forschungszentrum Jülich GmbH, FZJ ZAT-Report FZJ-ZAT-379 January 2003 Benchmark Activity on Natural Convection Heat Transfer Enhancement in Mercury with Gas Injection authors Dr. J. Wolters abstract A

More information

Towards a knowledge base for a wind electric pumping system design

Towards a knowledge base for a wind electric pumping system design Université Moulay Ismaïl Ecole Nationale Supérieure d Arts et Métiers International Renewable and Sustainable Energy Conference March 7 9 2013, Ouarzazate, Morocco Towards a knowledge base for a wind electric

More information

RD3-42: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects

RD3-42: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects RD3-42: Development of a High-Resolution Virtual Wind Simulator for Optimal Design of Wind Energy Projects Principal Investigator: Fotis Sotiropoulos St. Anthony Falls laboratory and Department of Civil

More information

Numerical Simulation of Flow Field around a Darrieus Vertical axis wind turbine to Estimate Rotational wakes Size

Numerical Simulation of Flow Field around a Darrieus Vertical axis wind turbine to Estimate Rotational wakes Size Numerical Simulation of Flow Field around a Darrieus Vertical axis wind turbine to Estimate Rotational wakes Size Milad Babadi Soultanzadeh 1, Babak Mehmandoust Isfahani 2, and Davoud Toghrai Semiromi

More information

Numerical Analysis to Predict the Aerodynamic Performance of Tilt Wing of a Solar Powered UAV

Numerical Analysis to Predict the Aerodynamic Performance of Tilt Wing of a Solar Powered UAV Numerical Analysis to Predict the Aerodynamic Performance of Tilt Wing of a Solar Powered UAV Dr. S. Thanigaiarasu Associate Professor Department of Aerospace Engineering Madras Institute of Technology

More information

Design and Performance of Vertical Axis Helical Cross-Flow Turbine Blade for Micropower Generation

Design and Performance of Vertical Axis Helical Cross-Flow Turbine Blade for Micropower Generation International Journal of New Technology and Research (IJNTR) ISSN: -6, Volume-, Issue-6, June Pages - Design and Performance of Vertical Axis Helical Cross-Flow Turbine Blade for Micropower Generation

More information

Analytical Analysis for Enhancement of Performance and Efficiency for Different Blade of HAWT by Computer Program

Analytical Analysis for Enhancement of Performance and Efficiency for Different Blade of HAWT by Computer Program Analytical Analysis for Enhancement of Performance and Efficiency for Different Blade of HAWT by Computer Program 1 Hemant Rav Patel, 2 Dr. V.N. Bartaria, 3 Dr. A.S. Rathore 1 Department of Mechanical

More information

Recent Developments of FAST for Modelling Offshore Wind Turbines

Recent Developments of FAST for Modelling Offshore Wind Turbines Recent Developments of FAST for Modelling Offshore Wind Turbines EERA DeepWind 2015 February 4-6, 2015 Jason Jonkman, Ph.D. Senior Engineer, NREL NREL is a national laboratory of the U.S. Department of

More information

Effects of Wind Turbines Wake Turbulence on General Aviation Aircraft and Airports

Effects of Wind Turbines Wake Turbulence on General Aviation Aircraft and Airports ACRP Problem Statement: 15-03-05 Effects of Wind Turbines Wake Turbulence on General Aviation Aircraft and Airports Recommended Funding Amount: $400,000 ACRP Staff Comments FAA has completed numerous studies

More information

Modelling wind flow in forested area: a parametric study

Modelling wind flow in forested area: a parametric study Modelling wind flow in forested area: a parametric study Stéphane SANQUER (1), Julien Berthaut-Gerentes (1), Luis Cosculluela Soteras (2) (1) Meteodyn (2) Iberdrola Renovables Introduction Forested areas

More information

A new approach to wind energy. John O. Dabiri California Institute of Technology

A new approach to wind energy. John O. Dabiri California Institute of Technology A new approach to wind energy John O. Dabiri California Institute of Technology jodabiri@caltech.edu Our goal: Develop wind energy technologies that match the global reach of the wind itself Only 4 countries

More information

An Experimental Investigation on the Wake Interference of Wind Turbines Sited Over Complex Terrains

An Experimental Investigation on the Wake Interference of Wind Turbines Sited Over Complex Terrains 5th AIAA Aerospace Sciences Meeting including the New Horizons Forum and Aerospace Exposition 9-12 January 212, Nashville, Tennessee AIAA 212-169 An Experimental Investigation on the Wake Interference

More information

Boundary-Layer Meteorology Increasing VAWT Wind Farm Power Density using Synergistic Clustering

Boundary-Layer Meteorology Increasing VAWT Wind Farm Power Density using Synergistic Clustering Boundary-Layer Meteorology Increasing VAWT Wind Farm Power Density using Synergistic Clustering --Manuscript Draft-- Manuscript Number: Full Title: Article Type: Keywords: Corresponding Author: Increasing

More information

Modelling Wind Turbine Inflow:

Modelling Wind Turbine Inflow: Modelling Wind Turbine Inflow: The Induction zone Alexander R Meyer Forsting Main Supervisor: Niels Troldborg Co-supervisors: Andreas Bechmann & Pierre-Elouan Réthoré Why wind turbine inflow? Inflow KE

More information

Wind Turbine Engineering R&D

Wind Turbine Engineering R&D Wind Turbine Engineering R&D at Los Alamos National Laboratory Curtt Ammerman Applied Engineering & Technology Division U N C L A S S I F I E D Operated by Los Alamos National Security, LLC for the U.S.

More information

SAWEP Workshop. Cape Town, 4 th March Wind farm calculations - Annual Energy Production

SAWEP Workshop. Cape Town, 4 th March Wind farm calculations - Annual Energy Production SAWEP Workshop Wind Atlas for South Africa (WASA) Cape Town, 4 th March 2010 Wind farm calculations - Annual Energy Production What is AEP? AEP = Annual Energy Production Watt-hours produced over an average

More information

WIND FARM LAYOUT OPTIMIZATION IN COMPLEX TERRAINS USING COMPUTATIONAL FLUID DYNAMICS

WIND FARM LAYOUT OPTIMIZATION IN COMPLEX TERRAINS USING COMPUTATIONAL FLUID DYNAMICS Proceedings of the ASME 2015 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference DETC 2015 August 2-5, 2015, Boston, USA DETC2015-47651 WIND FARM

More information

Optimizing Wind Farm Control Strategies to Minimize Wake Loss Effects

Optimizing Wind Farm Control Strategies to Minimize Wake Loss Effects University of Colorado, Boulder CU Scholar Mechanical Engineering Graduate Theses & Dissertations Mechanical Engineering Spring 1-1-2011 Optimizing Wind Farm Control Strategies to Minimize Wake Loss Effects

More information

DESIGN AND ANALYSIS OF GAS TURBINE INTERNAL COOLING PASSAGE P.Sethunathan, S.Prathap, M. Prabakaran, S. Pawanraj, R. Siddharth

DESIGN AND ANALYSIS OF GAS TURBINE INTERNAL COOLING PASSAGE P.Sethunathan, S.Prathap, M. Prabakaran, S. Pawanraj, R. Siddharth ISSN 2320-9135 1 Volume 2, Issue 6, June 2014, Online: ISSN 2320-9135 DESIGN AND ANALYSIS OF GAS TURBINE INTERNAL COOLING PASSAGE P.Sethunathan, S.Prathap, M. Prabakaran, S. Pawanraj, R. Siddharth Assistant

More information

AEROTHERMAL PERFORMANCE OF PARTIAL AND CAVITY SQUEALER TIP IN A LINEAR TURBINE CASCADE

AEROTHERMAL PERFORMANCE OF PARTIAL AND CAVITY SQUEALER TIP IN A LINEAR TURBINE CASCADE Journal of Thermal Engineering CONFERENCE ON ADVANCES IN MECHANICAL ENGINEERING ISTANBUL 2016 ICAME2016 11-13 May 2016, Yildiz Technical University, Istanbul, Turkey AEROTHERMAL PERFORMANCE OF PARTIAL

More information

COMPUTATIONAL SIMULATION OF TIDAL ENERGY GENERATION ESTUARY-SCALE SCENARIOS

COMPUTATIONAL SIMULATION OF TIDAL ENERGY GENERATION ESTUARY-SCALE SCENARIOS COMPUTATIONAL SIMULATION OF TIDAL ENERGY GENERATION ESTUARY-SCALE SCENARIOS 1corresponding Danny Sale1, Alberto Aliseda University of Washington Dept. of Mechanical Engineering Seattle, WA, U.S.A. author:

More information

Analysis on the Influence of Air Strike Angleto Aerodynamic Performance of Vertical Axis Wind Turbine

Analysis on the Influence of Air Strike Angleto Aerodynamic Performance of Vertical Axis Wind Turbine IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 6 November 2014 ISSN (online): 2349-6010 Analysis on the Influence of Air Strike Angleto Aerodynamic Performance

More information

Reducing Uncertainty in Wind Project Energy Estimates

Reducing Uncertainty in Wind Project Energy Estimates www.vaisala.com Reducing Uncertainty in Wind Project Energy Estimates A Cost-Benefit Analysis of Additional Measurement Campaign Methods Wind project energy production estimates are a key element in determining

More information

Optimal Performance of Horizontal Axis Wind Turbine for Low Wind Speed Regime

Optimal Performance of Horizontal Axis Wind Turbine for Low Wind Speed Regime International Journal of Multidisciplinary and Current Research Research Article ISSN: 2321-3124 Available at: http://ijmcr.com Dr. Abdullateef A. Jadallah a*,dr.dhari Y. Mahmood a and Zaid A. Abdulqader

More information

Modeling of Small-Scale Wind Energy Conversion Systems. Bridget Erin Buehrle

Modeling of Small-Scale Wind Energy Conversion Systems. Bridget Erin Buehrle Modeling of Small-Scale Wind Energy Conversion Systems Bridget Erin Buehrle Thesis submitted to the faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements

More information

arxiv: v1 [physics.flu-dyn] 5 May 2014

arxiv: v1 [physics.flu-dyn] 5 May 2014 Large Eddy Simulation studies of the effects of alignment and wind farm length Richard J. A. M. Stevens,2 Dennice F. Gayme and Charles Meneveau Department of Mechanical Engineering & Center for Environmental

More information

A STUDY ON NUMERICAL SIMULATION ON FLOW-FIELDS & WIND-INDUCED NOISE AROUND BUILDINGS

A STUDY ON NUMERICAL SIMULATION ON FLOW-FIELDS & WIND-INDUCED NOISE AROUND BUILDINGS The Seventh Asia-Pacific Conference on Wind Engineering, November 8-12, 2009, Taipei, Taiwan A STUDY ON NUMERICAL SIMULATION ON FLOW-FIELDS & WIND-INDUCED NOISE AROUND BUILDINGS Young-duk Kim 1, Yohanes

More information

Horizontal Axial Wind Turbine Blade Design Using Ansys Fluent

Horizontal Axial Wind Turbine Blade Design Using Ansys Fluent Horizontal Axial Wind Turbine Blade Design Using Ansys Fluent Ajoko, Tolumoye John Department of Mechanical/Marine Engineering, Faculty of Engineering Niger Delta University Wilberforce Island, Bayelsa

More information

Design and Analysis of 3D Blades for Wells Turbine

Design and Analysis of 3D Blades for Wells Turbine IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 11 April 2015 ISSN (online): 2349-6010 Design and Analysis of 3D Blades for Wells Turbine Shyjo Johnson Saintgits

More information

u and Yoshie (2013) investigate the effect of building geometry and they revealed that the ventilation efficiency strongly depended on the level of bu

u and Yoshie (2013) investigate the effect of building geometry and they revealed that the ventilation efficiency strongly depended on the level of bu Effect of upstream building arrangement and setback distance on air flow around idealized cubical building arrays A. Abd Razak 1*, R.. usam 1, T. Liyana 1, S. A. Zaki 2 and A. F. Mohammad 2 1 Faculty of

More information

Wind Energy. Wind Engineering and Renewable Energy Laboratory (WIRE) Swiss Federal Institute of Technology - Lausanne (EPFL), Switzerland

Wind Energy. Wind Engineering and Renewable Energy Laboratory (WIRE) Swiss Federal Institute of Technology - Lausanne (EPFL), Switzerland Wind Energy Majid Bastankhah Fernando Porté Ágel Wind Engineering and Renewable Energy Laboratory (WIRE) Swiss Federal Institute of Technology - Lausanne (EPFL), Switzerland Overview I. History of Wind

More information

Numerical Modeling of Buoyancy-driven Natural Ventilation in a Simple Three Storey Atrium Building

Numerical Modeling of Buoyancy-driven Natural Ventilation in a Simple Three Storey Atrium Building Numerical Modeling of Buoyancy-driven Natural Ventilation in a Simple Three Storey Atrium Building Shafqat Hussain and Patrick H. Oosthuizen Department of Mechanical and Materials Engineering, Queen s

More information