foxes.core.Turbine.insert_model(index, model, states_sel=None)[source]

Insert a turbine model into the list of models.

ParametersΒΆ

index: int

The position in the model list

model: foxes.core.TurbineModel

The model

states_sel: numpy.ndarray of bool, optional

The states selection for the model, shape: (n_states,)