Skip to content

Commit b9d4d88

Browse files
authored
Merge pull request #1589 from PGorzalka/branch_issue1545_zone_without_windows
Issue1545 conditionality of corGMod and simpleExternalShading
2 parents cc7189e + 5c03aee commit b9d4d88

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

AixLib/ThermalZones/ReducedOrder/ThermalZone/ThermalZone.mo

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

748747
if use_NaturalAirExchange and not use_MechanicalAirExchange then

0 commit comments

Comments
 (0)