Learn R Programming

windfarmGA (version 5.0.0)

wake_cones: Downwind wake search cones

Description

Build sf polygons for the Jensen search cone of each turbine and wind direction. Colour can encode wake loss (AbschGesamt).

Usage

wake_cones(xy, wind, rotor, area, half_deg = NULL, colors = NULL)

Value

An sf polygon layer with turb, wd, prob, farbe.

Arguments

xy

Matrix or data.frame of turbine X/Y in the site CRS.

wind

Wind table with wd (and optional probab), as stored in a genetic_algorithm() result.

rotor

Rotor radius in metres (sets cone length together with area).

area

Site polygon (sf), projected in metres.

half_deg

Half search angle. Default windfarmGA.max_angle.

colors

Optional colour per turbine (recycled).