Skip to content

Commit ce6d29b

Browse files
committed
small changes in graphical view [skip ci] #1122
1 parent 42ea98d commit ce6d29b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

AixLib/ThermalZones/ReducedOrder/ThermalZone/ThermalZone.mo

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within AixLib.ThermalZones.ReducedOrder.ThermalZone;
1+
within AixLib.ThermalZones.ReducedOrder.ThermalZone;
22
model ThermalZone "Thermal zone containing moisture balance"
33
extends
44
AixLib.ThermalZones.ReducedOrder.ThermalZone.BaseClasses.PartialThermalZone;
@@ -229,7 +229,7 @@ model ThermalZone "Thermal zone containing moisture balance"
229229
HighOrder.Components.DryAir.VarAirExchange airExc(final V=zoneParam.VAir) if
230230
(ATot > 0 or zoneParam.VAir > 0) and (use_NaturalAirExchange or use_MechanicalAirExchange) and not use_moisture_balance
231231
"Heat flow due to ventilation"
232-
annotation (Placement(transformation(extent={{-22,-12},{-6,4}})));
232+
annotation (Placement(transformation(extent={{-22,-14},{-6,2}})));
233233

234234
Modelica.Blocks.Interfaces.RealInput ventTemp(
235235
final quantity="ThermodynamicTemperature",
@@ -610,13 +610,13 @@ equation
610610
color={0,0,
611611
127}));
612612
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}},
614614
color={191,0,0}));
615615
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,
617617
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}));
620620
connect(weaBus.TDryBul, mixedTemp.temperature_flow2) annotation (Line(
621621
points={{-100,34},{-86,34},{-86,10},{-80,10},{-80,-0.8},{-55.84,-0.8}},
622622
color={255,204,51},
@@ -666,8 +666,8 @@ if not use_MechanicalAirExchange then
666666
color={0,0,127},
667667
pattern=LinePattern.Dash));
668668
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}},
671671
color={0,0,127},
672672
pattern=LinePattern.Dash));
673673
if use_moisture_balance then
@@ -682,7 +682,8 @@ if not use_MechanicalAirExchange then
682682
color={0,0,127},
683683
pattern=LinePattern.Dash));
684684
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}},
686687
color={0,0,127},
687688
pattern=LinePattern.Dash));
688689
connect(ventRate, airExcMoi.ventRate) annotation (Line(
@@ -706,7 +707,7 @@ if not use_MechanicalAirExchange then
706707
-27},{-24,-27},{-24,-34},{12,-34},{12,-64.9},{20,-64.9}},
707708
color={0,0,127}));
708709
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}));
710711
connect(addInfVen.y, airExcMoi.ventRate) annotation (Line(points={{-29.5,
711712
-27},{-24,-27},{-24,-11.12},{-21.2,-11.12}},
712713
color={0,0,127}));

0 commit comments

Comments
 (0)