SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Downloaden Sie, um offline zu lesen
Giorgio CRASTO, Francesco CASTELLANI
giorgio.crasto@gmail.com
Fourth Symposium on OpenFOAMÂź in Wind Energy. TU Delft 2-4 May 2016
Energy Yield Assessment and Site
Suitability using OpenFOAM
Calculation of AEP by means of CFD
In this study is presented a computation of Annual Energy
Production (AEP or P50) for two selcted sites:
–Hundhammer: it’s a Norwegian small island with one single
ridge NW-SE oriented. In Hundhammer 17 wind turbines are
deployed. A terrain description is available in the evaluation
version of WindSim. Production not available.
–Test case 2: is a N-S oriented ridge; forested areas are
present nearby with high roughness, up to 1.4m of
roughness length. Production available.
2/23
Current Workflow
3/23
Grid generator -> terrain fitted coordinates;
similar to the Terrain Block Mesher
developed at the Fraunhofer Institute
‱Writing of the case folder
‱Meshlab for .asc to .stl conversion
RANS simulations for a prescribed number of wind
directions and neutral stratification.
‱The standard k-epsilon turbulence modelling
‱SIMPLE solver (uncompressible, steady state)
Post processing: wind data, park layout, power CT curves
and wind speed (U0, U1, U2) plus TKE (k) at met masts and
turbines are combined to obtain the AEP.
GNU Octave 4.0
2.3.1 / 3.0.1
Test case 1: Hundhammer
4/23
Digital terrain model - Elevation (m).
Satellite picture (Google Earth)
Test case 1: Hundhammer
5/23
 Structured mesh created with the blockMesh.
 The lower boundary fits to the ground.
 The height of the first cell is set to 1.08m
=10.8*max(z0(x,y))
Test case 1: Hundhammer
6/23
While the roughness length z0 is also mapped.
Test case 1: Hundhammer
7/23
All cases (wind directions) converge smoothly to the
default residuals.
Residuals:
P 1e-3;
U 1e-4;
"(k|epsilon)" 1e-4
Version 2.3.1
Post processing
8/23
 U0, U1 and k are sampled at the anemometers and
hubs locations.
 A wind rose is therefore estimated at each hub
location, accounting for wakes by means of the
Jensen/Park model, see Katic et al (1986).
 The energy production can be computed starting from
a wind rose (occurances vs wind and directions bins)
or a time history (all time steps).
Katic I, HĂžjstrup J, Jensen N O. A Simple model for Cluster
Efficiency. EWEC 1986 Proceedings. 7-9 October 1986, Rome (IT)
Post processing
9/23
 Looking at the gross AEP first, the numbers are very
similar and the two CFD models acted in a similar
manner;
 More differences are found in the productions with
wakes; even if in both cases the Jensen model is
used, its implementation could be different.
AEP gross
[Gwh/y]
AEP with
wakes
[Gwh/y]
Wakes
losses [%]
WindSim
Eval. 7.0
136.1010 129.2864 5,01
OpenFOAM
and Octave
136.8124 131.9814 3,53
Test case 2: from Lucky Wind SpA
 The considered site counts 12 turbines
(600kW) deployed along the ridge;
 Since the main wind direction is West-East
wakes losses are very low.
 For this case OF 3.0.1 has been used (some
differences on settings compared to OF 2.3.1)
 A detailed grid is designed, with
snappyHexMesh
10/23
blockMesh + snappyHexMesh
11/23
 blockMesh => boundary-fitted grid ok
 blockMesh + snappyHexMesh with 2 levels
and 2 cells per level
blockMesh + snappyHexMesh
12/23
 With the wall-functions counting for variable roughness
 mapFields is used from structured mesh to
mesh after snappyHexMesh
1. First meshing (blockMesh)
2. 1° level snappyHexMesh
3. 2° level snappyHexMesh
The goal is to achieve a variable heigth of the ground adjacent
cell, according to the roughness lenght z0 mapped at the site.
terrain.stl
nCellsBetweenLevels = 1 means
normal 2:1 refinement restriction,
larger means slower refinement.
nCellsBetweenLevels 1 and 2 have been tested
blockMesh + snappyHexMesh
13/23
From SOWE 2015 (Crasto and Paraggio):
Reynolds Averaged Navier-Stokes (RANS)
Standard k-e turbulence model
Effects of model constant se on the wall-functions
Periodic BC
Mass flow given
0,000
0,005
0,010
0,015
0,020
0,025
0,030
0,035
0,040
0 5 10 15 20 25
z0obtainedbyinterpolationh/2-100m]
ratio first cell over roughness length (h/z0)
se 1.44
se 1.30
se 1.11
~11.8
Height of first (ground
adjacent) cell ~ 11.8 *
0.03m = 0.354m
Simulations 2D, rectangular domain
14/23
 Standard k-e model
 simpleFoam (incompressible)
 First cell height 2m (= 66.67*z0)
 Convergence criteria based on residuals:
15/23
Residuals:
p 5e-4
U 1e-5
"(k|epsilon)" 1e-5
Further settings
Discretization schemes
16/23
divSchemes
{
default none;
div(phi,U) bounded Gauss upwind; // bounded Gauss linearUpwind
grad(U);
div(phi,T) bounded Gauss upwind;
div(phi,k) bounded Gauss upwind; // bounded Gauss linearUpwind
grad(k);
div(phi,epsilon) bounded Gauss upwind;// bounded Gauss linearUpwind
grad(epsilon);
div((nuEff*dev2(T(grad(U))))) Gauss linear;
}
laplacianSchemes
{
default Gauss linear limited corrected 0.333;
}
AEP computation
17/23
Assumed wind turbine rated power (kW): ............ 600
Averaged turbine power at reference (kW): ......... 228.059
AEP at reference (MWh): ........................... 1997.7971
AEP Park no wakes (MWh): .......................... 22430.0914
AEP Park wakes (MWh): ............................. 22209.2461
Capacity factor at reference (%): ................. 38.0098
Wakes losses (%): 
................................ 0.98459
Power at each turbine computed at each sampling time (10 minutes).
To be compared against real SCADA data.
Power history
18/23
Ongoing the comparison against SCADA data with 10 min stepping.
A file containing the estimated average power for each turbine at each
time step.
X T03
X T04
○ Met Mast
X T05
X T12
X T01
X T02
Power history
19/23
Ongoing the comparison against SCADA data with 10 min stepping.
A file containing the estimated average power for each turbine at each
time step.
X T03
X T04
○ Met Mast
X T05
X T12
X T01
X T02
Power history
20/23
Ongoing the comparison against SCADA data with 10 min stepping.
A file containing the estimated average power for each turbine at each
time step.
X T03
X T04
○ Met Mast
X T05
X T12
X T01
X T02
~800m
Conclusions & ...
21/23
A new mesher has been developed to make a
terrain fitted structured mesh OR a mesh over
which run the snappyHexMesh;
Possibility to deal with variable roughness;
Post processing to compute AEP or power-
histories;
Wakes are accounted with a Jensen model
Conclusions & Future Steps
22/23
Comparison of predicted power history
against SCADA data (on going);
Probably need to improve the gridding to
make a variable height of first cell;
Run Bolund and other test cases;
Stability (thermal effects);
Coriolis;
WAT export.
Aknowlodgements
23/23
The authors whish to thank the «Lucky Wind
SpA» to provide the wind and production data for
the test case 2.

Weitere Àhnliche Inhalte

Was ist angesagt?

Pile capacity equations
Pile capacity equationsPile capacity equations
Pile capacity equations
Prionath Roy
 
TGS NSA- Loyal 3D
TGS NSA- Loyal 3D TGS NSA- Loyal 3D
TGS NSA- Loyal 3D
TGS
 
Bearing capaciy equations
Bearing capaciy equationsBearing capaciy equations
Bearing capaciy equations
Prionath Roy
 
TuckerHEDPSummer2016Presentation
TuckerHEDPSummer2016PresentationTuckerHEDPSummer2016Presentation
TuckerHEDPSummer2016Presentation
Tucker Hartland
 

Was ist angesagt? (20)

NITheP WITS node seminar: Dr. H. Cynthia Chiang (University of Kwa-Zulu Natal)
NITheP WITS node seminar: Dr. H. Cynthia Chiang (University of Kwa-Zulu Natal)NITheP WITS node seminar: Dr. H. Cynthia Chiang (University of Kwa-Zulu Natal)
NITheP WITS node seminar: Dr. H. Cynthia Chiang (University of Kwa-Zulu Natal)
 
5th heat transfer class, tuesday, january 28, 2014
5th heat transfer class, tuesday, january 28, 20145th heat transfer class, tuesday, january 28, 2014
5th heat transfer class, tuesday, january 28, 2014
 
Pile capacity equations
Pile capacity equationsPile capacity equations
Pile capacity equations
 
Slough nov99
Slough nov99Slough nov99
Slough nov99
 
Question and Answers on Terzaghi’s Bearing Capacity Theory (usefulsearch.org)...
Question and Answers on Terzaghi’s Bearing Capacity Theory (usefulsearch.org)...Question and Answers on Terzaghi’s Bearing Capacity Theory (usefulsearch.org)...
Question and Answers on Terzaghi’s Bearing Capacity Theory (usefulsearch.org)...
 
7 coeficiente-de_restitucion_0
7  coeficiente-de_restitucion_07  coeficiente-de_restitucion_0
7 coeficiente-de_restitucion_0
 
L7
L7L7
L7
 
Crocus Melting on Mars
Crocus Melting on MarsCrocus Melting on Mars
Crocus Melting on Mars
 
Numerical Problem and solution on Bearing Capacity ( Terzaghi and Meyerhof T...
Numerical Problem and solution on Bearing Capacity  ( Terzaghi and Meyerhof T...Numerical Problem and solution on Bearing Capacity  ( Terzaghi and Meyerhof T...
Numerical Problem and solution on Bearing Capacity ( Terzaghi and Meyerhof T...
 
Analysis of Beams on Nonlinear Winkler Foundation - OpenSees
Analysis of Beams on Nonlinear Winkler Foundation - OpenSeesAnalysis of Beams on Nonlinear Winkler Foundation - OpenSees
Analysis of Beams on Nonlinear Winkler Foundation - OpenSees
 
TGS NSA- Loyal 3D
TGS NSA- Loyal 3D TGS NSA- Loyal 3D
TGS NSA- Loyal 3D
 
L16 : Slope Deflection Method for Analysis of Indeterminate Beams
L16 : Slope Deflection Method for Analysis of Indeterminate Beams L16 : Slope Deflection Method for Analysis of Indeterminate Beams
L16 : Slope Deflection Method for Analysis of Indeterminate Beams
 
Snowmobile mode surveys by ClearView Geophysics Inc.
Snowmobile mode surveys by ClearView Geophysics Inc.Snowmobile mode surveys by ClearView Geophysics Inc.
Snowmobile mode surveys by ClearView Geophysics Inc.
 
Bearing capaciy equations
Bearing capaciy equationsBearing capaciy equations
Bearing capaciy equations
 
DSD-INT 2016 The eWaterCyle global Hydrological forecasting system - Drost
DSD-INT 2016 The eWaterCyle global Hydrological forecasting system - DrostDSD-INT 2016 The eWaterCyle global Hydrological forecasting system - Drost
DSD-INT 2016 The eWaterCyle global Hydrological forecasting system - Drost
 
Prof Tom Trainor (University of Washington, Seattle, USA)
Prof Tom Trainor (University of Washington, Seattle, USA)Prof Tom Trainor (University of Washington, Seattle, USA)
Prof Tom Trainor (University of Washington, Seattle, USA)
 
TuckerHEDPSummer2016Presentation
TuckerHEDPSummer2016PresentationTuckerHEDPSummer2016Presentation
TuckerHEDPSummer2016Presentation
 
MATLAB Project details
MATLAB Project detailsMATLAB Project details
MATLAB Project details
 
L7 moment area theorems
L7 moment area theoremsL7 moment area theorems
L7 moment area theorems
 
Modis 2010
Modis 2010Modis 2010
Modis 2010
 

Ähnlich wie Energy Yield Assessment and Site Suitability using OpenFOAM - Crasto, Castellani (SOWE 2016)

Dual-Diameter Variation –Immune CNFET-based 7T SRAM Cell
Dual-Diameter Variation –Immune CNFET-based 7T SRAM CellDual-Diameter Variation –Immune CNFET-based 7T SRAM Cell
Dual-Diameter Variation –Immune CNFET-based 7T SRAM Cell
Waqas Tariq
 
UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...
UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...
UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...
Stephane Meteodyn
 
Calibrating a CFD canopy model with the EC1 vertical profiles of mean wind sp...
Calibrating a CFD canopy model with the EC1 vertical profiles of mean wind sp...Calibrating a CFD canopy model with the EC1 vertical profiles of mean wind sp...
Calibrating a CFD canopy model with the EC1 vertical profiles of mean wind sp...
Stephane Meteodyn
 
The SpaceDrive Project - First Results on EMDrive and Mach-Effect Thrusters
The SpaceDrive Project - First Results on EMDrive and Mach-Effect ThrustersThe SpaceDrive Project - First Results on EMDrive and Mach-Effect Thrusters
The SpaceDrive Project - First Results on EMDrive and Mach-Effect Thrusters
SĂ©rgio Sacani
 

Ähnlich wie Energy Yield Assessment and Site Suitability using OpenFOAM - Crasto, Castellani (SOWE 2016) (20)

dighe (3)
dighe (3)dighe (3)
dighe (3)
 
Dual-Diameter Variation –Immune CNFET-based 7T SRAM Cell
Dual-Diameter Variation –Immune CNFET-based 7T SRAM CellDual-Diameter Variation –Immune CNFET-based 7T SRAM Cell
Dual-Diameter Variation –Immune CNFET-based 7T SRAM Cell
 
Atmosphere Clouds Model Algorithm for Solving Optimal Reactive Power Dispatch...
Atmosphere Clouds Model Algorithm for Solving Optimal Reactive Power Dispatch...Atmosphere Clouds Model Algorithm for Solving Optimal Reactive Power Dispatch...
Atmosphere Clouds Model Algorithm for Solving Optimal Reactive Power Dispatch...
 
cfd ahmed body
cfd ahmed bodycfd ahmed body
cfd ahmed body
 
Comparison of Solar and Wind Energy Potential at University of Oldenburg, Ger...
Comparison of Solar and Wind Energy Potential at University of Oldenburg, Ger...Comparison of Solar and Wind Energy Potential at University of Oldenburg, Ger...
Comparison of Solar and Wind Energy Potential at University of Oldenburg, Ger...
 
A new look on performance of small-cell network with design of multiple anten...
A new look on performance of small-cell network with design of multiple anten...A new look on performance of small-cell network with design of multiple anten...
A new look on performance of small-cell network with design of multiple anten...
 
UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...
UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...
UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...
 
Integration of the natural cross ventilation in the CFD software UrbaWind
Integration of the natural cross ventilation in the CFD software UrbaWindIntegration of the natural cross ventilation in the CFD software UrbaWind
Integration of the natural cross ventilation in the CFD software UrbaWind
 
Darfield to Dunsandel and Beyond - The Development of the Ground Fault Neutra...
Darfield to Dunsandel and Beyond - The Development of the Ground Fault Neutra...Darfield to Dunsandel and Beyond - The Development of the Ground Fault Neutra...
Darfield to Dunsandel and Beyond - The Development of the Ground Fault Neutra...
 
3 d single gaas co axial nanowire solar cell for nanopillar-array photovoltai...
3 d single gaas co axial nanowire solar cell for nanopillar-array photovoltai...3 d single gaas co axial nanowire solar cell for nanopillar-array photovoltai...
3 d single gaas co axial nanowire solar cell for nanopillar-array photovoltai...
 
wep153
wep153wep153
wep153
 
Eternal Sun Group - Bifacial measurements, towards a new norm!
Eternal Sun Group -  Bifacial measurements, towards a new norm!Eternal Sun Group -  Bifacial measurements, towards a new norm!
Eternal Sun Group - Bifacial measurements, towards a new norm!
 
Lalit Anjum Wind Resource_PPT
Lalit Anjum Wind Resource_PPTLalit Anjum Wind Resource_PPT
Lalit Anjum Wind Resource_PPT
 
Calibrating a CFD canopy model with the EC1 vertical profiles of mean wind sp...
Calibrating a CFD canopy model with the EC1 vertical profiles of mean wind sp...Calibrating a CFD canopy model with the EC1 vertical profiles of mean wind sp...
Calibrating a CFD canopy model with the EC1 vertical profiles of mean wind sp...
 
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
 
The Performance of a Cylindrical Microstrip Printed Antenna for TM10 Mode as...
The Performance of a Cylindrical Microstrip Printed Antenna for TM10  Mode as...The Performance of a Cylindrical Microstrip Printed Antenna for TM10  Mode as...
The Performance of a Cylindrical Microstrip Printed Antenna for TM10 Mode as...
 
The SpaceDrive Project - First Results on EMDrive and Mach-Effect Thrusters
The SpaceDrive Project - First Results on EMDrive and Mach-Effect ThrustersThe SpaceDrive Project - First Results on EMDrive and Mach-Effect Thrusters
The SpaceDrive Project - First Results on EMDrive and Mach-Effect Thrusters
 
New typical power curves generation approach for accurate renewable distribut...
New typical power curves generation approach for accurate renewable distribut...New typical power curves generation approach for accurate renewable distribut...
New typical power curves generation approach for accurate renewable distribut...
 
Validation of wind resource assessment process based on CFD
Validation of wind resource assessment process based on CFD Validation of wind resource assessment process based on CFD
Validation of wind resource assessment process based on CFD
 
Nwtc turb sim workshop september 22 24, 2008- site specific models
Nwtc turb sim workshop september 22 24, 2008- site specific modelsNwtc turb sim workshop september 22 24, 2008- site specific models
Nwtc turb sim workshop september 22 24, 2008- site specific models
 

KĂŒrzlich hochgeladen

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 

KĂŒrzlich hochgeladen (20)

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 

Energy Yield Assessment and Site Suitability using OpenFOAM - Crasto, Castellani (SOWE 2016)

  • 1. Giorgio CRASTO, Francesco CASTELLANI giorgio.crasto@gmail.com Fourth Symposium on OpenFOAMÂź in Wind Energy. TU Delft 2-4 May 2016 Energy Yield Assessment and Site Suitability using OpenFOAM
  • 2. Calculation of AEP by means of CFD In this study is presented a computation of Annual Energy Production (AEP or P50) for two selcted sites: –Hundhammer: it’s a Norwegian small island with one single ridge NW-SE oriented. In Hundhammer 17 wind turbines are deployed. A terrain description is available in the evaluation version of WindSim. Production not available. –Test case 2: is a N-S oriented ridge; forested areas are present nearby with high roughness, up to 1.4m of roughness length. Production available. 2/23
  • 3. Current Workflow 3/23 Grid generator -> terrain fitted coordinates; similar to the Terrain Block Mesher developed at the Fraunhofer Institute ‱Writing of the case folder ‱Meshlab for .asc to .stl conversion RANS simulations for a prescribed number of wind directions and neutral stratification. ‱The standard k-epsilon turbulence modelling ‱SIMPLE solver (uncompressible, steady state) Post processing: wind data, park layout, power CT curves and wind speed (U0, U1, U2) plus TKE (k) at met masts and turbines are combined to obtain the AEP. GNU Octave 4.0 2.3.1 / 3.0.1
  • 4. Test case 1: Hundhammer 4/23 Digital terrain model - Elevation (m). Satellite picture (Google Earth)
  • 5. Test case 1: Hundhammer 5/23  Structured mesh created with the blockMesh.  The lower boundary fits to the ground.  The height of the first cell is set to 1.08m =10.8*max(z0(x,y))
  • 6. Test case 1: Hundhammer 6/23 While the roughness length z0 is also mapped.
  • 7. Test case 1: Hundhammer 7/23 All cases (wind directions) converge smoothly to the default residuals. Residuals: P 1e-3; U 1e-4; "(k|epsilon)" 1e-4 Version 2.3.1
  • 8. Post processing 8/23  U0, U1 and k are sampled at the anemometers and hubs locations.  A wind rose is therefore estimated at each hub location, accounting for wakes by means of the Jensen/Park model, see Katic et al (1986).  The energy production can be computed starting from a wind rose (occurances vs wind and directions bins) or a time history (all time steps). Katic I, HĂžjstrup J, Jensen N O. A Simple model for Cluster Efficiency. EWEC 1986 Proceedings. 7-9 October 1986, Rome (IT)
  • 9. Post processing 9/23  Looking at the gross AEP first, the numbers are very similar and the two CFD models acted in a similar manner;  More differences are found in the productions with wakes; even if in both cases the Jensen model is used, its implementation could be different. AEP gross [Gwh/y] AEP with wakes [Gwh/y] Wakes losses [%] WindSim Eval. 7.0 136.1010 129.2864 5,01 OpenFOAM and Octave 136.8124 131.9814 3,53
  • 10. Test case 2: from Lucky Wind SpA  The considered site counts 12 turbines (600kW) deployed along the ridge;  Since the main wind direction is West-East wakes losses are very low.  For this case OF 3.0.1 has been used (some differences on settings compared to OF 2.3.1)  A detailed grid is designed, with snappyHexMesh 10/23
  • 11. blockMesh + snappyHexMesh 11/23  blockMesh => boundary-fitted grid ok  blockMesh + snappyHexMesh with 2 levels and 2 cells per level
  • 12. blockMesh + snappyHexMesh 12/23  With the wall-functions counting for variable roughness  mapFields is used from structured mesh to mesh after snappyHexMesh
  • 13. 1. First meshing (blockMesh) 2. 1° level snappyHexMesh 3. 2° level snappyHexMesh The goal is to achieve a variable heigth of the ground adjacent cell, according to the roughness lenght z0 mapped at the site. terrain.stl nCellsBetweenLevels = 1 means normal 2:1 refinement restriction, larger means slower refinement. nCellsBetweenLevels 1 and 2 have been tested blockMesh + snappyHexMesh 13/23
  • 14. From SOWE 2015 (Crasto and Paraggio): Reynolds Averaged Navier-Stokes (RANS) Standard k-e turbulence model Effects of model constant se on the wall-functions Periodic BC Mass flow given 0,000 0,005 0,010 0,015 0,020 0,025 0,030 0,035 0,040 0 5 10 15 20 25 z0obtainedbyinterpolationh/2-100m] ratio first cell over roughness length (h/z0) se 1.44 se 1.30 se 1.11 ~11.8 Height of first (ground adjacent) cell ~ 11.8 * 0.03m = 0.354m Simulations 2D, rectangular domain 14/23
  • 15.  Standard k-e model  simpleFoam (incompressible)  First cell height 2m (= 66.67*z0)  Convergence criteria based on residuals: 15/23 Residuals: p 5e-4 U 1e-5 "(k|epsilon)" 1e-5 Further settings
  • 16. Discretization schemes 16/23 divSchemes { default none; div(phi,U) bounded Gauss upwind; // bounded Gauss linearUpwind grad(U); div(phi,T) bounded Gauss upwind; div(phi,k) bounded Gauss upwind; // bounded Gauss linearUpwind grad(k); div(phi,epsilon) bounded Gauss upwind;// bounded Gauss linearUpwind grad(epsilon); div((nuEff*dev2(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear limited corrected 0.333; }
  • 17. AEP computation 17/23 Assumed wind turbine rated power (kW): ............ 600 Averaged turbine power at reference (kW): ......... 228.059 AEP at reference (MWh): ........................... 1997.7971 AEP Park no wakes (MWh): .......................... 22430.0914 AEP Park wakes (MWh): ............................. 22209.2461 Capacity factor at reference (%): ................. 38.0098 Wakes losses (%): 
................................ 0.98459 Power at each turbine computed at each sampling time (10 minutes). To be compared against real SCADA data.
  • 18. Power history 18/23 Ongoing the comparison against SCADA data with 10 min stepping. A file containing the estimated average power for each turbine at each time step. X T03 X T04 ○ Met Mast X T05 X T12 X T01 X T02
  • 19. Power history 19/23 Ongoing the comparison against SCADA data with 10 min stepping. A file containing the estimated average power for each turbine at each time step. X T03 X T04 ○ Met Mast X T05 X T12 X T01 X T02
  • 20. Power history 20/23 Ongoing the comparison against SCADA data with 10 min stepping. A file containing the estimated average power for each turbine at each time step. X T03 X T04 ○ Met Mast X T05 X T12 X T01 X T02 ~800m
  • 21. Conclusions & ... 21/23 A new mesher has been developed to make a terrain fitted structured mesh OR a mesh over which run the snappyHexMesh; Possibility to deal with variable roughness; Post processing to compute AEP or power- histories; Wakes are accounted with a Jensen model
  • 22. Conclusions & Future Steps 22/23 Comparison of predicted power history against SCADA data (on going); Probably need to improve the gridding to make a variable height of first cell; Run Bolund and other test cases; Stability (thermal effects); Coriolis; WAT export.
  • 23. Aknowlodgements 23/23 The authors whish to thank the «Lucky Wind SpA» to provide the wind and production data for the test case 2.