windkit.wind_turbine

Wind Turbine classs defines the parameters of a certain type of wind turbine.

Functions

estimate_regulation_type(wtg)

Estimate the regulation type of a WTG

read_wtg(wtg_file[, file_format, ...])

Read in Wind Turbine Generator (WTG) data from a file.

wtg_cp(wtg[, ws, air_density, ...])

Get power coefficient when the inflow wind speed is ws.

wtg_ct(wtg[, ws, interp_method, ct_stat])

Get the thrust coefficient of a Wind Turbine Generator for given wind speed(s).

wtg_power(wtg[, ws, interp_method, ...])

Get power output when the inflow wind speed is ws.

Classes

RegulationType(value)

An enumeration.

WindTurbines(wts)

WindTurbines object to hold a collection of Wind Turbine Generator's (WTGs) and points.