example.modelchain_example.initialize_wind_turbines

example.modelchain_example.initialize_wind_turbines()[source]

Initializes two WindTurbine objects.

Function shows three ways to initialize a WindTurbine object. You can either specify your own turbine, as done below for ‘my_turbine’, or fetch power and/or power coefficient curve data from the OpenEnergy Database (oedb), as done for the ‘enercon_e126’, or provide your turbine data in csv files as done for ‘dummy_turbine’ with an example file. Execute windpowerlib.wind_turbine.get_turbine_types() to get a table including all wind turbines for which power and/or power coefficient curves are provided.

Returns:
Return type:Tuple (WindTurbine, WindTurbine, WindTurbine)