-
foxes.models.wake_frames.Streamlines2D.get_wake_coos(algo, mdata, fdata, tdata, downwind_index=
None)[source] Calculate wake coordinates of rotor points.
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
- downwind_index: int, optional
The index of the wake causing turbine in the downwind order, or all if None
Returns¶
- wake_coos: numpy.ndarray
The wake frame coordinates of the evaluation points, shape: (n_states, n_targets, n_tpoints, 3) if downwind_index is not None, else shape: (n_states, n_turbines * n_targets, n_tpoints, 3)