Skip to content

Commit b9d38e3

Browse files
committed
#1122 correction of annotations
1 parent 33df178 commit b9d38e3

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

AixLib/ThermalZones/ReducedOrder/Examples/ThermalZoneAirExchange.mo

+4-5
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ model ThermalZoneAirExchange "Illustrates the use of ThermalZoneAirExchange"
138138

139139
equation
140140
connect(weaDat.weaBus, thermalZone.weaBus) annotation (Line(
141-
points={{-72,30},{-34,30},{-34,6},{-10,6}},
141+
points={{-72,30},{-34,30},{-34,0},{-10,0}},
142142
color={255,204,51},
143143
thickness=0.5));
144144
connect(weaDat.weaBus, weaBus) annotation (Line(
@@ -148,14 +148,13 @@ equation
148148
string="%second",
149149
index=1,
150150
extent={{6,3},{6,3}}));
151-
connect(thermalZone.ventTemp, weaBus.TDryBul) annotation (Line(points={{-9.6,-1.6},
152-
{-35.65,-1.6},{-35.65,-4},{-61,-4}}, color={0,0,127}), Text(
151+
connect(thermalZone.ventTemp, weaBus.TDryBul) annotation (Line(points={{-11.3,
152+
-3.9},{-35.65,-3.9},{-35.65,-4},{-61,-4}},color={0,0,127}), Text(
153153
string="%second",
154154
index=1,
155155
extent={{6,3},{6,3}}));
156156
connect(const.y, thermalZone.ventRate) annotation (Line(points={{-71,-30},{-40,
157-
-30},{-8,-30},{-7,-30},{-7,-4.2},{-9.6,-4.2}},
158-
color={0,0,127}));
157+
-30},{-8,-30},{-7,-30},{-7,-4.2},{-9.6,-4.2}},color={0,0,127}));
159158
connect(internalGains.y, thermalZone.intGains)
160159
annotation (Line(points={{0.7,-52},{8,-52},{8,-8.4}}, color={0,0,127}));
161160
connect(prescribedHeatFlow.port, thermalZone.intGainsRad)

AixLib/ThermalZones/ReducedOrder/ThermalZone/ThermalZone.mo

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ model ThermalZone "Thermal zone containing moisture balance"
44
AixLib.ThermalZones.ReducedOrder.ThermalZone.BaseClasses.PartialThermalZone;
55

66
replaceable model corG = SolarGain.CorrectionGDoublePane
7-
constrainedby
8-
AixLib.ThermalZones.ReducedOrder.SolarGain.BaseClasses.PartialCorrectionG
7+
constrainedby AixLib.ThermalZones.ReducedOrder.SolarGain.BaseClasses.PartialCorrectionG
98
"Model for correction of solar transmission"
109
annotation(choicesAllMatching=true);
1110
parameter Integer internalGainsMode = 1

0 commit comments

Comments
 (0)