foxes.models.wake_frames.FarmOrder.get_centreline_points(algo, mdata, fdata, downwind_index, x)[source]

Gets the points along the centreline for given values of x.

Parameters

algo: foxes.core.Algorithm

The calculation algorithm

mdata: foxes.core.MData

The model data

fdata: foxes.core.FData

The farm data

downwind_index: int

The index in the downwind order

x: numpy.ndarray

The wake frame x coordinates, shape: (n_states, n_points)

Returns

points: numpy.ndarray

The centreline points, shape: (n_states, n_points, 3)