Skip to content

Commit c5d0d7e

Browse files
authored
Merge pull request #24 from BuildingEnergySimulationTools/update_tutorial
Update tutorial for modelica model handling
2 parents f3edfb3 + 1f800a3 commit c5d0d7e

11 files changed

Lines changed: 989 additions & 3170 deletions

tutorials/CH1_Etics_Data_cleaning.ipynb

Lines changed: 0 additions & 790 deletions
This file was deleted.

tutorials/CH2_Physical_model_and_Sensitivity_Analysis.ipynb

Lines changed: 0 additions & 900 deletions
This file was deleted.

tutorials/CH3_Parameter_identification.ipynb

Lines changed: 0 additions & 899 deletions
This file was deleted.

tutorials/Modelica models Handling.ipynb

Lines changed: 408 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/images/OM_code.PNG

80.7 KB
Loading

tutorials/images/OM_model.PNG

62.6 KB
Loading

tutorials/resources/boundary_temp.txt

Lines changed: 579 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ model etics_v0
6060
Placement(visible = true, transformation(origin = {110, -10}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
6161
Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature T_in annotation(
6262
Placement(visible = true, transformation(origin = {150, -10}, extent = {{10, -10}, {-10, 10}}, rotation = 0)));
63-
Modelica.Blocks.Sources.CombiTimeTable Boundaries(columns = 2:7, fileName = "C:/Users/bdurandestebe/PycharmProjects/modelitool/tutorials/ressources/boundary_temp.txt", tableName = "table1", tableOnFile = true) annotation(
63+
Modelica.Blocks.Sources.CombiTimeTable Boundaries(columns = 2:7, fileName = "C:/Users/thubert/PycharmProjects/modelitool/tutorials/resources/boundary_temp.txt", tableName = "table1", tableOnFile = true) annotation(
6464
Placement(visible = true, transformation(origin = {-170, 90}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
6565
Modelica.Thermal.HeatTransfer.Celsius.ToKelvin Kelvin_Ext annotation(
6666
Placement(visible = true, transformation(origin = {-130, 110}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
@@ -144,7 +144,7 @@ equation
144144
connect(T_ext.port, Conv_ext.fluid) annotation(
145145
Line(points = {{-300, -30}, {-260, -30}}, color = {191, 0, 0}));
146146
annotation(
147-
uses(Modelica(version = "3.2.3")),
147+
uses(Modelica(version = "4.0.0")),
148148
Diagram(coordinateSystem(extent = {{-360, 160}, {180, -80}})),
149149
version = "",
150150
experiment(StartTime = 6.912e+06, StopTime = 7.0845e+06, Tolerance = 1e-06, Interval = 300),

0 commit comments

Comments
 (0)