R/WindPACT1500kW.R

#' Simulated performance data for the WindPACT 1.5 MW Baseline wind turbine
#' 
#' This data set is a combination of inflow wind and turbine power data for the
#' WindPACT 1,500 kW wind turbine. The data are based on simulations of the
#' turbine response to a turbulent inflow. The inflow was simulated using the
#' stochastic windfield modeling tool, "Turbsim". The turbine response was
#' simulated using the aero-elastic simulator "FAST". Data were post processed
#' using matlab to extract the variables described below.
#' 
#' @name WindPACT1500kW
#' @docType data
#' @aliases Windpact1500kW windpact1500kw
#' @section Data format: A data frame with 1,524 observations of the following 7
#'   variables: \describe{\item{\code{ws.HH}}{hub-height wind speed (m/s)}
#'   \item{\code{Ti.HH}}{Turbulence intensity at hub height (\%)}
#'   \item{\code{Shear}}{The exponent of the power law fit to the velocity
#'   profile} \item{\code{ws.eq}}{A rotor-equivalent wind speed (m/s)}
#'   \item{\code{RSS}}{A metric describing the difference between the meaasured
#'   velocity profile and an ideal power-law profile}
#'   \item{\code{power.mean}}{The mean power under these conditions (kW)}
#'   \item{\code{power.std}}{The standard deviation of power under these
#'   conditions (kW)}}
#' @section Turbine Characteristics: The WindPACT 1.5 MW Baseline turbine has
#'   the following characteristics: \describe{ \item{Rotor diameter}{70 m}
#'   \item{Hub height}{84 m} \item{Rated power}{1500 kW} \item{Cut-in wind
#'   speed}{3 m/s}\item{Rated wind speed}{11.5 m/s} \item{Cut-out wind
#'   speed}{27.6 m/s}}
#' @family timeseries turbine data
NULL
AndyClifton/PowerPerformance documentation built on May 5, 2019, 6 a.m.