lambda
, beta
and the wind turbine coefficients of
TurbineControlData.
function cpVal extends Modelica.Icons.Function; input WindPowerPlants.Records.TurbineData.Generic turbineData "Wind turbine record"; input Real lambda "Tip speed ratio"; input Real beta "Pitch angle in degree"; output Real cp "Power coefficient"; end cpVal;