From 9d4440336070f4caad5391e707eacc3693241f28 Mon Sep 17 00:00:00 2001 From: Martin Kremer Date: Thu, 31 Mar 2022 14:11:13 +0200 Subject: [PATCH 1/4] =?UTF-8?q?Deletes=20parameter=20=C2=B4ratioConvective?= =?UTF-8?q?Heat=C2=B4,=20updates=20=C2=B4ThermalZone=C2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For #1248 --- .../Humans/BaseClasses/PartialHuman.mo | 2 -- .../ReducedOrder/ThermalZone/ThermalZone.mo | 30 ++++++++----------- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/AixLib/BoundaryConditions/InternalGains/Humans/BaseClasses/PartialHuman.mo b/AixLib/BoundaryConditions/InternalGains/Humans/BaseClasses/PartialHuman.mo index 7ccf7754ef..7d0cb0791c 100644 --- a/AixLib/BoundaryConditions/InternalGains/Humans/BaseClasses/PartialHuman.mo +++ b/AixLib/BoundaryConditions/InternalGains/Humans/BaseClasses/PartialHuman.mo @@ -6,8 +6,6 @@ partial model PartialHuman "Partial model for internal gains of humans" gainSurfaces(final k=specificPersons*roomArea*surfaceAreaOnePersion)); //Internal Gains People parameter Real specificPersons(unit="1/(m.m)") = 0.05 "Specific persons per square metre room area" annotation(Dialog(descriptionLabel = true)); - parameter Real ratioConvectiveHeat=0.5 - "Ratio of convective heat from overall heat output" annotation(Dialog(descriptionLabel = true)); parameter Modelica.SIunits.Area roomArea "Area of room" annotation(Dialog(descriptionLabel = true)); parameter Modelica.SIunits.HeatFlowRate specificHeatPerPerson = 70 "Specific heat output per person"; diff --git a/AixLib/ThermalZones/ReducedOrder/ThermalZone/ThermalZone.mo b/AixLib/ThermalZones/ReducedOrder/ThermalZone/ThermalZone.mo index 17dfc9e852..79c4a8659b 100644 --- a/AixLib/ThermalZones/ReducedOrder/ThermalZone/ThermalZone.mo +++ b/AixLib/ThermalZones/ReducedOrder/ThermalZone/ThermalZone.mo @@ -3,8 +3,7 @@ model ThermalZone "Thermal zone containing moisture balance" extends AixLib.ThermalZones.ReducedOrder.ThermalZone.BaseClasses.PartialThermalZone; replaceable model corG = SolarGain.CorrectionGDoublePane - constrainedby - AixLib.ThermalZones.ReducedOrder.SolarGain.BaseClasses.PartialCorrectionG + constrainedby AixLib.ThermalZones.ReducedOrder.SolarGain.BaseClasses.PartialCorrectionG "Model for correction of solar transmission" annotation(choicesAllMatching=true); parameter Integer internalGainsMode = 1 @@ -51,7 +50,7 @@ model ThermalZone "Thermal zone containing moisture balance" annotation (Dialog(tab="CO2", enable=use_C_flow)); AixLib.BoundaryConditions.InternalGains.Humans.HumanSensibleHeatTemperatureDependent humanSenHeaDependent( - final ratioConvectiveHeat=zoneParam.ratioConvectiveHeatPeople, + final ratioConv=zoneParam.ratioConvectiveHeatPeople, final roomArea=zoneParam.AZone, final specificPersons=zoneParam.specificPeople, final activityDegree=zoneParam.activityDegree, @@ -59,14 +58,14 @@ model ThermalZone "Thermal zone containing moisture balance" {76,-14}}))); AixLib.BoundaryConditions.InternalGains.Humans.HumanSensibleHeatTemperatureIndependent humanSenHeaIndependent( - final ratioConvectiveHeat=zoneParam.ratioConvectiveHeatPeople, + final ratioConv=zoneParam.ratioConvectiveHeatPeople, final roomArea=zoneParam.AZone, final specificPersons=zoneParam.specificPeople, final specificHeatPerPerson=zoneParam.fixedHeatFlowRatePersons) if ATot > 0 and internalGainsMode == 2 annotation (Placement(transformation(extent={{56,-34}, {76,-14}}))); AixLib.BoundaryConditions.InternalGains.Humans.HumanTotalHeatTemperatureDependent humanTotHeaDependent( - final ratioConvectiveHeat=zoneParam.ratioConvectiveHeatPeople, + final ratioConv=zoneParam.ratioConvectiveHeatPeople, final roomArea=zoneParam.AZone, final specificPersons=zoneParam.specificPeople, final activityDegree=zoneParam.activityDegree, @@ -423,15 +422,13 @@ equation connect(intGains[2], machinesSenHea.uRel) annotation (Line(points={{80,-100},{ 80,-94},{78,-94},{78,-88},{48,-88},{48,-46.5},{56,-46.5}}, color={0,0, 127})); - connect(intGains[3], lights.uRel) annotation (Line(points={{80,-86.6667},{80, - -86},{50,-86},{50,-68.5},{56,-68.5}}, + connect(intGains[3], lights.uRel) annotation (Line(points={{80,-86.6667},{80,-86},{50,-86},{50,-68.5},{56,-68.5}}, color={0,0,127})); connect(lights.convHeat, ROM.intGainsConv) annotation (Line(points={{75,-62.8}, {92,-62.8},{92,78},{86,78}}, color={191,0,0})); connect(machinesSenHea.convHeat, ROM.intGainsConv) annotation (Line(points={{75, -40.8},{92,-40.8},{92,78},{86,78}}, color={191,0,0})); - connect(intGains[1], humanSenHeaDependent.uRel) annotation (Line(points={{80, - -113.333},{80,-92},{46,-92},{46,-24},{56,-24}}, + connect(intGains[1], humanSenHeaDependent.uRel) annotation (Line(points={{80,-113.333},{80,-92},{46,-92},{46,-24},{56,-24}}, color={0,0,127})); connect(humanSenHeaDependent.convHeat, ROM.intGainsConv) annotation (Line( points={{75,-18},{92,-18},{92,78},{86,78}}, color={191,0,0})); @@ -439,16 +436,15 @@ equation {{86,78},{92,78},{92,-10},{57,-10},{57,-15}}, color={191,0,0})); connect(humanSenHeaDependent.radHeat, ROM.intGainsRad) annotation (Line( points={{75,-30},{94,-30},{94,82},{86,82}}, color={95,95,95})); - connect(intGains[1], humanSenHeaIndependent.uRel) annotation (Line(points={{80, - -113.333},{80,-92},{46,-92},{46,-24},{56,-24}}, color={0,0,127})); + connect(intGains[1], humanSenHeaIndependent.uRel) annotation (Line(points={{80,-113.333},{80,-92},{46,-92},{46,-24},{56,-24}}, + color={0,0,127})); connect(humanSenHeaIndependent.convHeat, ROM.intGainsConv) annotation (Line( points={{75,-18},{92,-18},{92,78},{86,78}}, color={191,0,0})); connect(ROM.intGainsConv, humanSenHeaIndependent.TRoom) annotation (Line( points={{86,78},{92,78},{92,-10},{57,-10},{57,-15}}, color={191,0,0})); connect(humanSenHeaIndependent.radHeat, ROM.intGainsRad) annotation (Line( points={{75,-30},{94,-30},{94,82},{86,82}}, color={95,95,95})); - connect(intGains[1], humanTotHeaDependent.uRel) annotation (Line(points={{80, - -113.333},{80,-92},{46,-92},{46,-24},{56,-24}}, + connect(intGains[1], humanTotHeaDependent.uRel) annotation (Line(points={{80,-113.333},{80,-92},{46,-92},{46,-24},{56,-24}}, color={0,0,127})); connect(humanTotHeaDependent.convHeat, ROM.intGainsConv) annotation (Line( points={{75,-18},{92,-18},{92,78},{86,78}}, color={191,0,0})); @@ -613,8 +609,8 @@ equation points={{-49,-24},{-41.2,-24},{-41.2,-24.4}}, color={0,0,127}, smooth=Smooth.None)); - connect(intGains[1], ventCont.relOccupation) annotation (Line(points={{80, - -113.333},{80,-92},{46,-92},{46,-36},{-68,-36},{-68,-30}}, color= + connect(intGains[1], ventCont.relOccupation) annotation (Line(points={{80,-113.333},{80,-92},{46,-92},{46,-36},{-68,-36},{-68,-30}}, + color= {0,0,127})); connect(ventRate, addInfVen.u2) annotation (Line(points={{-108,-64},{-76,-64}, {-76,-34},{-44,-34},{-44,-31.6},{-41.2,-31.6}}, @@ -680,8 +676,8 @@ equation connect(addInfVen.y, cO2Balance.airExc) annotation (Line(points={{-27.4,-28},{ -24,-28},{-24,-40},{12,-40},{12,-64.9},{20,-64.9}}, color={0,0,127})); - connect(cO2Balance.uRel, intGains[1]) annotation (Line(points={{20,-61.4},{20, - -50},{46,-50},{46,-113.333},{80,-113.333}}, color={0,0,127})); + connect(cO2Balance.uRel, intGains[1]) annotation (Line(points={{20,-61.4},{20,-50},{46,-50},{46,-113.333},{80,-113.333}}, + color={0,0,127})); connect(cO2Balance.TAir, TAir) annotation (Line(points={{27,-60},{26,-60},{26, 0},{96,0},{96,80},{110,80}}, color={0,0,127})); From 817f3fd47e14604ae06ad04d7a02490981f58c02 Mon Sep 17 00:00:00 2001 From: Martin Kremer Date: Fri, 1 Apr 2022 09:10:53 +0200 Subject: [PATCH 2/4] [skip-ci] Add conversion script and increase AixLib-version For #1248 --- .../Resources/Scripts/ConvertAixLib_from_1.0.2_to_1.0.3.mos | 6 ++++++ AixLib/package.mo | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 AixLib/Resources/Scripts/ConvertAixLib_from_1.0.2_to_1.0.3.mos diff --git a/AixLib/Resources/Scripts/ConvertAixLib_from_1.0.2_to_1.0.3.mos b/AixLib/Resources/Scripts/ConvertAixLib_from_1.0.2_to_1.0.3.mos new file mode 100644 index 0000000000..d55b058c64 --- /dev/null +++ b/AixLib/Resources/Scripts/ConvertAixLib_from_1.0.2_to_1.0.3.mos @@ -0,0 +1,6 @@ +clear + +convertClear(); + +// remove modifiers for PartialHuman-Model +convertModifiers("AixLib.BoundaryConditions.InternalGains.Humans.BaseClasses.PartialHuman", {"ratioConvectiveHeat"}, fill("",0)); diff --git a/AixLib/package.mo b/AixLib/package.mo index ee4a74b2b7..38bdd45034 100644 --- a/AixLib/package.mo +++ b/AixLib/package.mo @@ -7,7 +7,7 @@ package AixLib NcDataReader2(version="2.5.0"), SDF(version="0.4.1"), Modelica_DeviceDrivers(version="1.7.0")), - version = "1.0.2", + version = "1.0.3", conversion(from( version="0.3.2", script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_0.3.2_to_0.4.mos", @@ -79,6 +79,8 @@ package AixLib script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_0.12.0_to_0.12.1.mos", version="1.0.1", script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_1.0.1_to_1.0.2.mos")), + version="1.0.2", + script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_1.0.2_to_1.0.3.mos")), Documentation(info = "

The free open-source AixLib library is being developed From dc88725cbc6ec051a84209e25ef123458b163d5f Mon Sep 17 00:00:00 2001 From: Martin Kremer Date: Fri, 1 Apr 2022 09:13:33 +0200 Subject: [PATCH 3/4] Delete reference results to trigger update --- ...ReducedOrder_Examples_MultizoneMoistAirCO2.txt | 15 --------------- ...rder_Examples_MultizoneMoistAirCO2Equipped.txt | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 AixLib/Resources/ReferenceResults/Dymola/AixLib_ThermalZones_ReducedOrder_Examples_MultizoneMoistAirCO2.txt delete mode 100644 AixLib/Resources/ReferenceResults/Dymola/AixLib_ThermalZones_ReducedOrder_Examples_MultizoneMoistAirCO2Equipped.txt diff --git a/AixLib/Resources/ReferenceResults/Dymola/AixLib_ThermalZones_ReducedOrder_Examples_MultizoneMoistAirCO2.txt b/AixLib/Resources/ReferenceResults/Dymola/AixLib_ThermalZones_ReducedOrder_Examples_MultizoneMoistAirCO2.txt deleted file mode 100644 index 946cf37b45..0000000000 --- a/AixLib/Resources/ReferenceResults/Dymola/AixLib_ThermalZones_ReducedOrder_Examples_MultizoneMoistAirCO2.txt +++ /dev/null @@ -1,15 +0,0 @@ -last-generated=2021-05-19 -statistics-initialization= -{ - "linear": "5, 5, 5, 5, 5" -} -statistics-simulation= -{ - "linear": "4, 0, 4, 0, 4, 0, 4, 0, 4, 0", - "nonlinear": "0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1", - "number of continuous time states": "45", - "numerical Jacobians": "0" -} -time=[0e+00, 3.1536e+07] -multizone.TAir[1]=[2.931499938964844e+02, 2.909760155647356e+02, 2.879063898979513e+02, 2.883835388183594e+02, 2.897008511782512e+02, 2.884322814941406e+02, 2.886403442382813e+02, 2.884107727050781e+02, 2.880059143066406e+02, 2.889465087890625e+02, 2.89811767578125e+02, 2.885938842773438e+02, 2.900774780273438e+02, 2.919163513183594e+02, 2.905125244140625e+02, 2.907092895507812e+02, 2.911970198409452e+02, 2.910967346191406e+02, 2.930581298828125e+02, 2.911076660351344e+02, 2.917083129882812e+02, 2.934574292493027e+02, 2.911525875229433e+02, 2.906962097167969e+02, 2.931878330938457e+02, 2.920679626464844e+02, 2.920073364257813e+02, 2.928840515136719e+02, 2.9187509765625e+02, 2.919274963378906e+02, 2.937211303710938e+02, 2.915619140625e+02, 2.920695861816406e+02, 2.960339782714844e+02, 2.923178283691406e+02, 2.92966796875e+02, 2.949701721191406e+02, 2.931736083984375e+02, 2.938572773425107e+02, 2.929942542338768e+02, 2.924644470214844e+02, 2.94089892578125e+02, 2.934786454166274e+02, 2.937217712402344e+02, 2.953007568359375e+02, 2.925077514648438e+02, 2.920870239257812e+02, 2.929432678222656e+02, 2.919687133789063e+02, 2.928811950683594e+02, 2.949632873535156e+02, 2.928798828125e+02, 2.938371708094517e+02, 2.955991333007813e+02, 2.935321655273438e+02, 2.938746948242188e+02, 2.946241760253906e+02, 2.931918762207031e+02, 2.949001475367053e+02, 2.949376867099071e+02, 2.940681762695312e+02, 2.976383521019055e+02, 2.936967834472656e+02, 2.940737854003906e+02, 2.961077758789062e+02, 2.930222778320312e+02, 2.931916442871094e+02, 2.950381164550781e+02, 2.932293151855469e+02, 2.945377990722656e+02, 2.953743286132812e+02, 2.940165954589844e+02, 2.94423583984375e+02, 2.965675415039062e+02, 2.938639282226562e+02, 2.935624389648438e+02, 2.951937459822043e+02, 2.931619506835938e+02, 2.94312939453125e+02, 2.936921325683594e+02, 2.931336364746094e+02, 2.942034511057013e+02, 2.918910414364116e+02, 2.916232177734375e+02, 2.928781447679081e+02, 2.904996032714844e+02, 2.904919982910156e+02, 2.917495544433594e+02, 2.902505920410156e+02, 2.914307983398438e+02, 2.915066528320312e+02, 2.902258605957031e+02, 2.904359313964844e+02, 2.908011647919078e+02, 2.891410888671875e+02, 2.89539306640625e+02, 2.900460220616607e+02, 2.889272705078125e+02, 2.904092334400524e+02, 2.889377719258601e+02, 2.891471862792969e+02] -multizone.CO2Con[1]=[0e+00, 6.322560108802793e+02, 4.033231250297549e+02, 4.224227661132812e+02, 5.666862942485407e+02, 4.026673889160156e+02, 4.081434143066406e+02, 5.279502319335937e+02, 4.043342529296875e+02, 4.481295349121094e+02, 5.4124169921875e+02, 4.027722045898437e+02, 4.272560241699219e+02, 5.572339477539062e+02, 4.038502624511719e+02, 5.023736877441406e+02, 5.440261678303367e+02, 4.026782409667969e+02, 4.847618286132812e+02, 4.30944617716634e+02, 4.026780700683594e+02, 5.782885844224228e+02, 4.026879243046404e+02, 4.134215881347656e+02, 5.170161714320144e+02, 4.026660461425781e+02, 4.0415556640625e+02, 4.796027221679688e+02, 4.026661254882812e+02, 4.052323913574219e+02, 4.923397521972656e+02, 4.026814575195312e+02, 4.097333374023438e+02, 5.33675e+02, 4.026707275390625e+02, 4.445070495605469e+02, 5.066023315429687e+02, 4.026665893554688e+02, 4.75291723880671e+02, 4.219969483550066e+02, 4.026742858886719e+02, 5.685830078125e+02, 4.026660461425781e+02, 4.026834411621094e+02, 5.043227783203125e+02, 4.026664428710938e+02, 4.046954772949219e+02, 4.489525634765625e+02, 4.026661926269531e+02, 4.033049499511719e+02, 4.546189270019531e+02, 4.026664916992187e+02, 4.055958850896247e+02, 5.1951962890625e+02, 4.026661804199219e+02, 4.236285705566406e+02, 5.106796997070313e+02, 4.02666748046875e+02, 4.652070228313577e+02, 4.221837434543399e+02, 4.026698608398438e+02, 5.25390656033305e+02, 4.026660461425781e+02, 4.026834411621094e+02, 4.989716186523438e+02, 4.026660766601562e+02, 4.0313291015625e+02, 4.279840881347656e+02, 4.026660522460937e+02, 4.0317431640625e+02, 4.59514892578125e+02, 4.026660766601562e+02, 4.060763549804688e+02, 5.156847900390625e+02, 4.026664672851563e+02, 4.2230322265625e+02, 5.191046267798143e+02, 4.026666198730469e+02, 4.8455634765625e+02, 4.302095092773437e+02, 4.026730346679688e+02, 5.601155390494658e+02, 4.026660461425781e+02, 4.031686767578125e+02, 5.098154669480925e+02, 4.026817932128906e+02, 4.034820129394531e+02, 4.448265930175781e+02, 4.026703125e+02, 4.059437683105469e+02, 5.230003662109375e+02, 4.027117736816406e+02, 4.707002685546875e+02, 5.514322381667149e+02, 4.059533142089844e+02, 5.232770385742188e+02, 5.500305847043661e+02, 4.037568115234375e+02, 5.757596484097568e+02, 4.310345824579573e+02, 4.0501513671875e+02] diff --git a/AixLib/Resources/ReferenceResults/Dymola/AixLib_ThermalZones_ReducedOrder_Examples_MultizoneMoistAirCO2Equipped.txt b/AixLib/Resources/ReferenceResults/Dymola/AixLib_ThermalZones_ReducedOrder_Examples_MultizoneMoistAirCO2Equipped.txt deleted file mode 100644 index a2bc301a6c..0000000000 --- a/AixLib/Resources/ReferenceResults/Dymola/AixLib_ThermalZones_ReducedOrder_Examples_MultizoneMoistAirCO2Equipped.txt +++ /dev/null @@ -1,15 +0,0 @@ -last-generated=2022-01-27 -statistics-initialization= -{ - "linear": "5, 4, 4, 4, 4" -} -statistics-simulation= -{ - "linear": "4, 0, 4, 0, 4, 0, 4, 0, 4, 0", - "nonlinear": "1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1", - "number of continuous time states": "45", - "numerical Jacobians": "0" -} -time=[0e+00, 3.1536e+07] -multizone.TAir[1]=[2.931499938964844e+02, 2.935500950601769e+02, 2.931344452612315e+02, 2.9314990234375e+02, 2.935000584732977e+02, 2.931496887207031e+02, 2.931500793457031e+02, 2.932246826171875e+02, 2.931498657226563e+02, 2.931495788574219e+02, 2.93537109375e+02, 2.931496887207031e+02, 2.931989013671875e+02, 2.940714111328125e+02, 2.931500183105469e+02, 2.934449157714844e+02, 2.934664260305035e+02, 2.931496154785156e+02, 2.943959838867187e+02, 2.933128967285156e+02, 2.931493835449219e+02, 2.945219604492187e+02, 2.93193257527179e+02, 2.931497741699219e+02, 2.945432434082031e+02, 2.931507263183594e+02, 2.931498413085938e+02, 2.94089990234375e+02, 2.931498107910156e+02, 2.93149853515625e+02, 2.944945678710938e+02, 2.931498901367187e+02, 2.932120910644531e+02, 2.960262390136719e+02, 2.93149853515625e+02, 2.938507385253906e+02, 2.950938659667969e+02, 2.933120971679688e+02, 2.942208390997712e+02, 2.938528636279027e+02, 2.931498413085938e+02, 2.945978332519531e+02, 2.938519820247788e+02, 2.935959533691406e+02, 2.951167114257813e+02, 2.9315087890625e+02, 2.931498718261719e+02, 2.939626098632813e+02, 2.931499084472656e+02, 2.935000671386719e+02, 2.947806396484375e+02, 2.931529724121094e+02, 2.938028711051584e+02, 2.952564575195312e+02, 2.934409362792969e+02, 2.941144409179688e+02, 2.946809204101563e+02, 2.932982971191406e+02, 2.946666007206358e+02, 2.945720458984375e+02, 2.93655029296875e+02, 2.964221660092699e+02, 2.935710144042969e+02, 2.937401184082031e+02, 2.955911804199219e+02, 2.93150146484375e+02, 2.933390014648438e+02, 2.947967468261719e+02, 2.931739318847656e+02, 2.940437683105469e+02, 2.948739013671875e+02, 2.93537646484375e+02, 2.939691711425781e+02, 2.95712255859375e+02, 2.935219299316406e+02, 2.936826171875e+02, 2.950160217285156e+02, 2.931739624023438e+02, 2.943678100585938e+02, 2.94094482421875e+02, 2.933828430175781e+02, 2.945629516601563e+02, 2.931525602072928e+02, 2.931497924804688e+02, 2.940710815429687e+02, 2.9314990234375e+02, 2.931496459960937e+02, 2.938644470214844e+02, 2.931502502441406e+02, 2.931595397949219e+02, 2.936064453125e+02, 2.931495239257812e+02, 2.931661315917969e+02, 2.933495808262979e+02, 2.931495239257812e+02, 2.931497192382812e+02, 2.933259521484375e+02, 2.931499633789062e+02, 2.937028232921253e+02, 2.931534594655384e+02, 2.931500854492188e+02] -multizone.CO2Con[1]=[0e+00, 4.723484803184062e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.614146905898111e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.095234252929687e+02, 4.026660461425781e+02, 4.02666357421875e+02, 4.143571472167969e+02, 4.026660461425781e+02, 4.026721984863281e+02, 4.558842041015625e+02, 4.026660461425781e+02, 4.031303100585938e+02, 4.656829320640821e+02, 4.026660461425781e+02, 4.180386596679688e+02, 4.153057189941406e+02, 4.026660461425781e+02, 4.651671203613281e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.55910009765625e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.092152587890625e+02, 4.026660461425781e+02, 4.026660888671875e+02, 4.124181518554688e+02, 4.026660461425781e+02, 4.026684997558594e+02, 4.520611511230469e+02, 4.026660461425781e+02, 4.029314880371094e+02, 4.573077514648438e+02, 4.026660461425781e+02, 4.1732953874035e+02, 4.138607831923343e+02, 4.026660461425781e+02, 4.647574401855469e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.5375e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.089277038574219e+02, 4.026660461425781e+02, 4.026660522460937e+02, 4.10383544921875e+02, 4.026660461425781e+02, 4.026670944071262e+02, 4.496517517089844e+02, 4.026660461425781e+02, 4.028302001953125e+02, 4.584611389160156e+02, 4.026660461425781e+02, 4.164762015507139e+02, 4.141549865722656e+02, 4.026660461425781e+02, 4.562131435038469e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.525398315429687e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.085532592773437e+02, 4.026660461425781e+02, 4.026660522460937e+02, 4.106956176757812e+02, 4.026660461425781e+02, 4.026674194335938e+02, 4.489566711425781e+02, 4.026660461425781e+02, 4.028245239257812e+02, 4.60462451171875e+02, 4.026660461425781e+02, 4.180158264160156e+02, 4.147019592285156e+02, 4.026660461425781e+02, 4.628123107910156e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.546257995605469e+02, 4.026660461425781e+02, 4.026660461425781e+02, 4.088773315429688e+02, 4.026660461425781e+02, 4.026660949707031e+02, 4.136947326660156e+02, 4.026660461425781e+02, 4.026794555664063e+02, 4.545034484863281e+02, 4.026660461425781e+02, 4.031784057617188e+02, 4.677400268554687e+02, 4.026660461425781e+02, 4.227065519853072e+02, 4.1505766042815e+02, 4.026660461425781e+02] From f548c59b4b34b5ccf15f9599701d8c0aa6036451 Mon Sep 17 00:00:00 2001 From: Martin Kremer Date: Fri, 1 Apr 2022 09:25:56 +0200 Subject: [PATCH 4/4] Correct typo in package.mo --- AixLib/package.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AixLib/package.mo b/AixLib/package.mo index 38bdd45034..d653650db5 100644 --- a/AixLib/package.mo +++ b/AixLib/package.mo @@ -78,7 +78,7 @@ package AixLib version="0.12.0", script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_0.12.0_to_0.12.1.mos", version="1.0.1", - script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_1.0.1_to_1.0.2.mos")), + script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_1.0.1_to_1.0.2.mos", version="1.0.2", script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_1.0.2_to_1.0.3.mos")),