abstract foxes.core.WakeSuperposition.calc_final_wake_delta(algo, mdata, fdata, pdata, variable, amb_results, wake_delta)[source]

Calculate the final wake delta after adding all contributions.

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

variable: str

The variable name for which the wake deltas applies

amb_results: numpy.ndarray

The ambient results, shape: (n_states, n_points)

wake_delta: numpy.ndarray

The wake deltas, shape: (n_states, n_points)

Returns

final_wake_delta: numpy.ndarray

The final wake delta, which will be added to the ambient results by simple plus operation. Shape: (n_states, n_points)