@@ -113,7 +113,7 @@ model ThermalZone "Thermal zone containing moisture balance"
113113 corG corGMod(
114114 final n= zoneParam.nOrientations,
115115 final UWin= zoneParam.UWin)
116- if sum (zoneParam.ATransparent) > 0 "Correction factor for solar transmission"
116+ "Correction factor for solar transmission"
117117 annotation (Placement(transformation(extent={{-16,43},{-4,55}})));
118118 replaceable EquivalentAirTemperature.VDI6007WithWindow eqAirTempWall(
119119 withLongwave= true ,
@@ -229,7 +229,6 @@ model ThermalZone "Thermal zone containing moisture balance"
229229 final nOrientations= zoneParam.nOrientations,
230230 final maxIrrs= zoneParam.maxIrr,
231231 final gValues= zoneParam.shadingFactor)
232- if sum (zoneParam.ATransparent) > 0
233232 annotation (Placement(transformation(extent={{4,44},{10,50}})));
234233
235234 // Air Exchange
@@ -741,8 +740,8 @@ equation
741740 end if ;
742741
743742 if sum (zoneParam.AIze) > 0 then
744- connect (ROM.ize, izeHeaFlow) annotation (Line(points={{83 .5,91.8 },{80,91.8} ,
745- {80, 96},{104,96}}, color={191,0,0}));
743+ connect (ROM.ize, izeHeaFlow) annotation (Line(points={{80 .5,92 },{80,92},{80 ,
744+ 96},{104,96}}, color={191,0,0}));
746745 end if ;
747746
748747if use_NaturalAirExchange and not use_MechanicalAirExchange then
0 commit comments