This function computes discrete incident angles for the window radiation calculation. The range is from 0 to 90 degree.
function getAngle input Integer NDIR "Number of incident angles"; output Modelica.Units.SI.Angle psi[NDIR] "Array of incident angles"; end getAngle;
constant
attribute.