1
- within AixLib.ThermalZones.ReducedOrder.ThermalZone;
1
+ within AixLib.ThermalZones.ReducedOrder.ThermalZone;
2
2
model ThermalZone "Thermal zone containing moisture balance"
3
3
extends
4
4
AixLib.ThermalZones.ReducedOrder.ThermalZone.BaseClasses.PartialThermalZone;
@@ -229,7 +229,7 @@ model ThermalZone "Thermal zone containing moisture balance"
229
229
HighOrder.Components.DryAir.VarAirExchange airExc(final V= zoneParam.VAir) if
230
230
(ATot > 0 or zoneParam.VAir > 0 ) and (use_NaturalAirExchange or use_MechanicalAirExchange) and not use_moisture_balance
231
231
"Heat flow due to ventilation"
232
- annotation (Placement(transformation(extent={{-22,-12 },{-6,4 }})));
232
+ annotation (Placement(transformation(extent={{-22,-14 },{-6,2 }})));
233
233
234
234
Modelica.Blocks.Interfaces.RealInput ventTemp(
235
235
final quantity= "ThermodynamicTemperature" ,
@@ -610,13 +610,13 @@ equation
610
610
color={0,0,
611
611
127}));
612
612
connect (preTemVen.port, airExc.port_a)
613
- annotation (Line(points={{-32,-1},{-26,-1},{-26,-4 },{-22,-4 }},
613
+ annotation (Line(points={{-32,-1},{-26,-1},{-26,-6 },{-22,-6 }},
614
614
color={191,0,0}));
615
615
connect (addInfVen.y, airExc.ventRate) annotation (Line(points={{-29.5,-27},{
616
- -24,-27},{-24,-10},{-21.2,-10},{-21.2,-9 .12}}, color={0,0,
616
+ -24,-27},{-24,-10},{-21.2,-10},{-21.2,-11 .12}}, color={0,0,
617
617
127}));
618
- connect (airExc.port_b, ROM.intGainsConv) annotation (Line(points={{-6,-4 },{44,
619
- -4 },{44,-2},{92,-2},{92,78},{86,78}},color={191,0,0}));
618
+ connect (airExc.port_b, ROM.intGainsConv) annotation (Line(points={{-6,-6 },{44,
619
+ -6 },{44,-2},{92,-2},{92,78},{86,78}},color={191,0,0}));
620
620
connect (weaBus.TDryBul, mixedTemp.temperature_flow2) annotation (Line(
621
621
points={{-100,34},{-86,34},{-86,10},{-80,10},{-80,-0.8},{-55.84,-0.8}},
622
622
color={255,204,51},
@@ -666,8 +666,8 @@ if not use_MechanicalAirExchange then
666
666
color={0,0,127},
667
667
pattern=LinePattern.Dash));
668
668
connect (ventCont.y, airExc.ventRate) annotation (Line(
669
- points={{-50.8,-26},{-46,-26},{-46,-12},{-28,-12},{-28,-9 .12},{-21.2,
670
- -9 .12}},
669
+ points={{-50.8,-26},{-46,-26},{-46,-12},{-28,-12},{-28,-11 .12},{-21.2,
670
+ -11 .12}},
671
671
color={0,0,127},
672
672
pattern=LinePattern.Dash));
673
673
if use_moisture_balance then
@@ -682,7 +682,8 @@ if not use_MechanicalAirExchange then
682
682
color={0,0,127},
683
683
pattern=LinePattern.Dash));
684
684
connect (ventRate, airExc.ventRate) annotation (Line(
685
- points={{-108,-64},{-74,-64},{-74,-34},{-24,-34},{-24,-9.12},{-21.2,-9.12}},
685
+ points={{-108,-64},{-74,-64},{-74,-34},{-24,-34},{-24,-11.12},{-21.2,
686
+ -11.12}},
686
687
color={0,0,127},
687
688
pattern=LinePattern.Dash));
688
689
connect (ventRate, airExcMoi.ventRate) annotation (Line(
@@ -706,7 +707,7 @@ if not use_MechanicalAirExchange then
706
707
-27},{-24,-27},{-24,-34},{12,-34},{12,-64.9},{20,-64.9}},
707
708
color={0,0,127}));
708
709
connect (addInfVen.y, airExc.ventRate) annotation (Line(points={{-29.5,-27},
709
- {-24,-27},{-24,-9 .12},{-21.2,-9 .12}}, color={0,0,127}));
710
+ {-24,-27},{-24,-11 .12},{-21.2,-11 .12}}, color={0,0,127}));
710
711
connect (addInfVen.y, airExcMoi.ventRate) annotation (Line(points={{-29.5,
711
712
-27},{-24,-27},{-24,-11.12},{-21.2,-11.12}},
712
713
color={0,0,127}));
0 commit comments