This function computes the incidence angle modifier for solar insolation striking the surface of the solar thermal collector. It is calculated using Eq 555 in the EnergyPlus 7.0.0 Engineering Reference.
As stated in EnergyPlus7.0.0 the incidence angle equation performs poorly at angles greater than 60 degrees. This model outputs 0 whenever the incidence angle is greater than 60 degrees.
EnergyPlus 7.0.0 Engineering Reference, October 13, 2011.
function IAM input Modelica.Units.SI.Angle incAng "Incident angle"; input Real B0 "1st incident angle modifer coefficient"; input Real B1 "2nd incident angle modifer coefficient"; output Real incAngMod "Incident angle modifier coefficient"; end IAM;
protected
keyword.