- foxes.models.partial_wakes.RotorPoints.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.MData
The model data
- fdata: foxes.core.FData
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,)