foxes.core.WakeModel.new_wake_deltas(algo, mdata, fdata, tdata)[source]

Creates new empty wake delta arrays.

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

Returns

wake_deltas: dict

Key: variable name, value: The zero filled wake deltas, shape: (n_states, n_turbines, n_rpoints, …)