foxes.input.farm_layout.add_ring(farm, xy_base, dist, n_turbines, offset_deg=0, indices=None, names=None, verbosity=1, **turbine_parameters)[source]

Add a ring of turbines.

ParametersΒΆ

farm: foxes.WindFarm

The wind farm

xy_base: numpy.ndarray

The base point, shape: (2,)

dist: float

The distance between turbines

n_turbines: int

The number of turbines

offset_deg: float

The offset from north in degrees, following wind direction conventions

indices: list of int, optional

The turbine indices

names: list of str, optional

The turbine names

verbosity: int

The verbosity level, 0 = silent

turbine_parameters: dict, optional

Parameters forwarded to foxes.core.Turbine