abstract foxes.core.PartialWakesModel.contribute_to_wake_deltas(algo, mdata, fdata, pdata, states_source_turbine, wake_deltas)[source]

Modifies wake deltas by contributions from the specified wake source turbines.

ParametersΒΆ

algo: foxes.core.Algorithm

The calculation algorithm

mdata: foxes.core.Data

The model data

fdata: foxes.core.Data

The farm data

pdata: foxes.core.Data

The evaluation point data

states_source_turbine: numpy.ndarray of int

For each state, one turbine index corresponding to the wake causing turbine. Shape: (n_states,)

wake_deltas: Any

The wake deltas object created by the new_wake_deltas function