- foxes.core.WakeModel.finalize_wake_deltas(algo, mdata, fdata, tdata, wake_deltas)[source]
Finalize the wake calculation.
Modifies wake_deltas on the fly.
ParametersΒΆ
- algo: foxes.core.Algorithm
The calculation algorithm
- mdata: foxes.core.MData
The model data
- fdata: foxes.core.FData
The farm data
- tdata: foxes.core.TData
The target point data
- wake_deltas: dict
The wake deltas object at the selected target turbines. Key: variable str, value: numpy.ndarray with shape (n_states, n_targets, n_tpoints)