FWuellhorst
FWuellhorst
When trying to export simulation data to a dataFrame pandas raises a KeyError. The problem is that Dymola does not store the units into the *.mat-file when using Dymola functions...
Closes #1411
Closes #1415
Bundling all changes, we can check CI only once.
With the updated CI, the separation of dev and master is not required anymore. This will also enable smooth use of squash and merge. @DaJansenGit @SvenHinrichs Will you handle this?
The model `AixLib.ThermalZones.HighOrder.Rooms.BaseClasses.PartialRoomParams` contains a connector, even though it should only contain parameters. Further, the `wallTypes` could use the information about thermal insulation regulation to set n50 and U values...
**Describe the bug** The AHU model fails in OpenModelica. **Error log** ``` Error in model: AixLib.Airflow.AirHandlingUnit.AHU [D:/04_git/AixLib/AixLib/Airflow/AirHandlingUnit/AHU.mo:1320:3-1336:48:writable] Error: No matching function found for transition(/*StartState*/ startState, /*StateExtra*/ stateExtra, /*Boolean*/ Q_dot_C >...
**Describe the bug** The models in the package `` fail in OpenModelica. **Error log** ``` Error in model: AixLib.Systems.HeatPumpSystems.BaseClasses.HPSystemController [D:/04_git/AixLib/AixLib/Controls/SetPoints/Functions/HeatingCurveFunction.mo:7:3-8:78:writable] Error: Invalid public variable TDesign, function variables that are not...
Closes #1128
Goal of the use-case: Heat pump, storage, underfloor heating, and building model all in one. Straightforward parameterization following BEStPar approach.