SimPC: Simulate the power produced in a bin

Description Usage Arguments Value See Also

Description

SimPC is a utility function required to calculate the zero-turbulence power curve.

Usage

1
2
SimPC(PC.param, ws, Ti, rho = 1.225, rel.tol = 0.001,
  method = "simpletrap")

Arguments

PC.param

an optional data.frame containing $power.rated, which is the rated power

ws

wind speed

Ti

turbulence intensity

rho

air density (required to estimate Cp)

rel.tol

relative tolerance of the integrand, expressed as ((computed - exact) / exact)

PC.values

a data.frame containing binned wind speed and power data

Value

sim a data.frame containing simulated wind speed and power for this turbine

See Also

Other zero-turbulence power curve methods: ZTQueryTurbineModel; ZTTrainBaselinePCModel; ZTTrainFinalTurbineModel; ZTTrainInitTurbineModel; ZTTrainTheoTurbineModel; ZTTrainTiSpecificTurbineModel


AndyClifton/PowerPerformance documentation built on May 5, 2019, 6 a.m.