abstract foxes.core.PartialWakesModel.get_wake_points(algo, mdata, fdata)[source]

Get the wake calculation points, and their weights.

Parameters

algo: foxes.core.Algorithm

The calculation algorithm

mdata: foxes.core.Data

The model data

fdata: foxes.core.Data

The farm data

Returns

rpoints: numpy.ndarray

The wake calculation points, shape: (n_states, n_turbines, n_tpoints, 3)

rweights: numpy.ndarray

The target point weights, shape: (n_tpoints,)