foxes.input.farm_layout.add_row(farm, xy_base, xy_step, n_turbines, indices=None, names=None, verbosity=1, **turbine_parameters)[source]

Add a single row of turbines.

ParametersΒΆ

farm: foxes.WindFarm

The wind farm

xy_base: numpy.ndarray

The base point, shape: (2,)

xy_step: numpy.ndarray

The step vector, shape: (2,)

n_turbines: int

The number of turbines

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