-
foxes.core.Turbine(xy, turbine_models=
[]
, index=None
, name=None
, models_state_sel=None
, D=None
, H=None
)[source] Constructor.
ParametersΒΆ
- xy: array_like
The turbine ground position, shape: (2,)
- turbine_models: list of str
The turbine model names, as they appear in the model book
- index: int, optional
The index in the wind farm
- name: str, optional
The turbine name/label
- models_state_sel: list of numpy.ndarray, optional
For each turbine model, the state selection boolean array with shape (n_states,)
- D: float, optional
The rotor diameter. Overwrites turbine type settings if given
- H: float, optional
The hub height. Overwrites turbine type settings if given