Wind Energy System

The wind energy system defintion is the highest level definition in the plant onotology. Required properties include name, site, and wind_farm. For specific details on the properties, see below

name: IEA Wind Task 37 Case study 1+2, 16WT Wind Energy System
site: !include ../plant_energy_site/IEA37_case_study_1_2_energy_site.yaml
wind_farm: !include ../plant_wind_farm/IEA37_case_study_1_2_wind_farm.yaml
attributes:
  gross_AEP: 469.536
  net_AEP: 366.94157116
  analyses:
    wake_model:
      name: Bastankhah’s Gaussian wake model (simplified version) 

Properties

nameString

Unique identifier of the wind energy system.

siteObject

Nested dictionary structure of components composing the site. For specific details on site parameters, see Site.

wind_farmObject

Nested dictionary structure of components composing the wind farm. For specific details on site parameters, see Wind Farm.

attributesObject

Nested dictionary structure of calculated values and relavent details of the wind energy system.

optimisationObject

Nested dictionary structure of optimisation information.

Examples

IEA Wind Task 37 Case Study 1 & 2

In this example, the IEA 37 Case Study 1 & 2 system definitions are given.

name: IEA Wind Task 37 Case study 1+2, 16WT Wind Energy System
site: !include ../plant_energy_site/IEA37_case_study_1_2_energy_site.yaml
wind_farm: !include ../plant_wind_farm/IEA37_case_study_1_2_wind_farm.yaml
attributes:
  gross_AEP: 469.536
  net_AEP: 366.94157116
  analyses:
    wake_model:
      name: Bastankhah’s Gaussian wake model (simplified version) 

IEA Wind Task 37 Case Study 3

In this example, the IEA 37 Case Study 3 system definition is given.

name: IEA Wind Task 37 Case study 3, 25WT Wind Farm
site: !include ../plant_energy_site/IEA37_case_study_3_energy_site.yaml
wind_farm: !include ../plant_wind_farm/IEA37_case_study_3_wind_farm.yaml
attributes:
  net_AEP: 938.57362950
  analyses:
    wake_model:
      name: Bastankhah’s Gaussian wake model (simplified version) 

IEA Wind Task 37 Case Study 4

In this example, the IEA 37 Case Study 4 system definition is given.

name: IEA Wind Task 37 Case study 4, 81WT Wind Farm
site: !include ../plant_energy_site/IEA37_case_study_4_energy_site.yaml
wind_farm: !include ../plant_wind_farm/IEA37_case_study_4_wind_farm.yaml
attributes:
  net_AEP: 2861.18250569
  analyses:
    wake_model:
      name: Bastankhah’s Gaussian wake model (simplified version)