This function finds the sunshading coefficient according to the input sunshading type. Values are defined by VDI 2078.
function CoeffsSunshadingInstallationVDI2078 extends Modelica.Icons.Function; input AixLib.Airflow.WindowVentilation.BaseClasses.Types.SunshadingInstallationTypesVDI2078 typ "Sunshading type defined in VDI 2078"; output Real cof "Coefficient of sunshading"; end CoeffsSunshadingInstallationVDI2078;