- foxes.models.wake_models.induction.VortexSheet.new_wake_deltas(algo, mdata, fdata, tdata)[source]
Initialize wake delta storage.
They are added on the fly to the wake_deltas dict.
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
- wake_deltas: dict
The wake deltas storage, add wake deltas on the fly. Keys: Variable name str, for which the wake delta applies, values: numpy.ndarray with shape (n_states, n_points, …)