- foxes.models.wake_models.induction.SelfSimilar.finalize_wake_deltas(algo, mdata, fdata, amb_results, 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
- amb_results: dict
The ambient results, key: variable name str, values: numpy.ndarray with shape (n_states, n_targets, n_tpoints)
- 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)