Skip to content

Commit

Permalink
corrected mos path
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Oct 20, 2023
1 parent ea121d3 commit a39c753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit a39c753

Please sign in to comment.