Skip to content

Commit

Permalink
Merge pull request #53 from RWTH-EBC/52-fix-examples-and-ci
Browse files Browse the repository at this point in the history
52 fix examples and ci
  • Loading branch information
HvanderStok authored Nov 30, 2023
2 parents 62a71e1 + 134c864 commit 6bfe1d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified examples/data/measured_input_data.hdf
Binary file not shown.
Binary file modified examples/data/measured_target_data.hdf
Binary file not shown.
7 changes: 5 additions & 2 deletions examples/model/AixCaliBuHAExamples.mo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package AixCaliBuHAExamples
annotation (Placement(transformation(extent={{-18,-18},{18,18}})));
Modelica.Blocks.Sources.Sine TDryBulSource(
amplitude=10,
freqHz=0.01,
f=0.01,
offset=273.15) "Time table for internal heat gain"
annotation (Placement(transformation(extent={{-64,-10},{-44,10}})));
Modelica.Blocks.Interfaces.RealOutput Pel
Expand Down Expand Up @@ -278,5 +278,8 @@ package AixCaliBuHAExamples
fillPattern = FillPattern.Solid,
points={{-38,64},{68,-2},{-38,-64},{-38,64}})}));
end HeatPumpSystemWithInputs;
annotation (uses(AixLib(version="1.0.0"), Modelica(version="3.2.3")));
annotation (uses(AixLib(version="1.0.0"), Modelica(version="4.0.0")),
version="1",
conversion(from(version="", script=
"modelica://AixCaliBuHAExamples/ConvertFromAixCaliBuHAExamples_.mos")));
end AixCaliBuHAExamples;

0 comments on commit 6bfe1d6

Please sign in to comment.