From a39c753b3a4e65188b2bc2685b61792110d22d92 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Fri, 20 Oct 2023 10:38:32 -0700 Subject: [PATCH] corrected mos path --- .../Detailed/Examples/FFD/NaturalConvectionWithControl.mo | 4 ++-- .../Detailed/Examples/ISAT/MixedConvectionWithExteriorWall.mo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Buildings/ThermalZones/Detailed/Examples/FFD/NaturalConvectionWithControl.mo b/Buildings/ThermalZones/Detailed/Examples/FFD/NaturalConvectionWithControl.mo index 7d650924498..95c3ddbe721 100644 --- a/Buildings/ThermalZones/Detailed/Examples/FFD/NaturalConvectionWithControl.mo +++ b/Buildings/ThermalZones/Detailed/Examples/FFD/NaturalConvectionWithControl.mo @@ -11,7 +11,7 @@ model NaturalConvectionWithControl HeatTransfer.Sources.PrescribedHeatFlow preHeatFlo "Prescribed heat flow rate" annotation (Placement(transformation(extent={{30,-10},{50,10}}))); - Buildings.Controls.OBC.CDL.Continuous.PID conPID( + Buildings.Controls.OBC.CDL.Reals.PID conPID( yMin=0, Ti=120, k=1, @@ -20,7 +20,7 @@ model NaturalConvectionWithControl extent={{10,10},{-10,-10}}, rotation=180, origin={-10,60}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant TSet(k=275.15) "Temperature set point" + Buildings.Controls.OBC.CDL.Reals.Sources.Constant TSet(k=275.15) "Temperature set point" annotation (Placement(transformation( extent={{10,10},{-10,-10}}, rotation=180, diff --git a/Buildings/ThermalZones/Detailed/Examples/ISAT/MixedConvectionWithExteriorWall.mo b/Buildings/ThermalZones/Detailed/Examples/ISAT/MixedConvectionWithExteriorWall.mo index 5b6d2810a9c..8efc9976ee6 100644 --- a/Buildings/ThermalZones/Detailed/Examples/ISAT/MixedConvectionWithExteriorWall.mo +++ b/Buildings/ThermalZones/Detailed/Examples/ISAT/MixedConvectionWithExteriorWall.mo @@ -194,7 +194,7 @@ If the case has more than one inputs, the syntax of setting is: StopTime=604800, Tolerance=1e-06), __Dymola_Commands(file= - "modelica://Buildings/Resources/Scripts/Dymola/ThermalZones/Detailed/Examples/ISAT/Tutorial/MixedConvection.mos" "Simulate and plot"), + "modelica://Buildings/Resources/Scripts/Dymola/ThermalZones/Detailed/Examples/ISAT/MixedConvectionWithExteriorWall.mos" "Simulate and plot"), Diagram(coordinateSystem(extent={{-80,-160},{200,120}}, preserveAspectRatio=false), graphics)); end MixedConvectionWithExteriorWall;