Skip to content

Commit

Permalink
Add reference in annotations for simulate and plot script #1388
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Oct 31, 2022
1 parent 59230cd commit 6415da9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion AixLib/ThermalZones/ReducedOrder/Examples/Multizone.mo
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,9 @@ equation
Implemented.
</li>
</ul>
</html>"));
</html>"),
experiment(Tolerance=1e-6, StopTime=3.1536e+007, Interval=3600),
__Dymola_Commands(file=
"modelica://AixLib/Resources/Scripts/Dymola/ThermalZones/ReducedOrder/Examples/Multizone.mos"
"Simulate and plot"));
end Multizone;
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,9 @@ equation
indoor air temperatures, but are not related to a specific building
or measurement data.
</p>
</html>"));
</html>"),
experiment(Tolerance=1e-6, StopTime=3.1536e+007, Interval=3600),
__Dymola_Commands(file=
"modelica://AixLib/Resources/Scripts/Dymola/ThermalZones/ReducedOrder/Examples/MultizoneEquipped.mos"
"Simulate and plot"));
end MultizoneEquipped;
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,9 @@ equation
Implemented.
</li>
</ul>
</html>"));
</html>"),
experiment(Tolerance=1e-6, StopTime=3.1536e+007, Interval=3600),
__Dymola_Commands(file=
"modelica://AixLib/Resources/Scripts/Dymola/ThermalZones/ReducedOrder/Examples/MultizonePartlyCooled.mos"
"Simulate and plot"));
end MultizonePartlyCooled;

0 comments on commit 6415da9

Please sign in to comment.