modelica-buildings icon indicating copy to clipboard operation
modelica-buildings copied to clipboard

Modelica Buildings library

Results 271 modelica-buildings issues
Sort by recently updated
recently updated
newest added

This issue intends to create naming conventions for CDL.

OpenBuildingControl

This issue is to develop a dual-source TES system for district cooling. Below is a simplified diagram of the said system. ![TES concept diagrams for issue](https://user-images.githubusercontent.com/91219266/149975198-2f6331dc-e0e1-45db-b0c7-42538bf38216.png) **System Description** - The...

This PR is to merge the ISAT models developed by the CU Boulder Data Center project. @caryfaulkner I see in this commit 8a34bcd, the release note should have been updated....

This issue is to remove the `experiment(...)` annotation in ``` Experimental/DHC/Loads/Examples/BaseClasses/GeojsonExportRC/OfficeBuilding/Floor.mo Experimental/DHC/Loads/Examples/BaseClasses/GeojsonExportRC/OfficeBuilding/ICT.mo Experimental/DHC/Loads/Examples/BaseClasses/GeojsonExportRC/OfficeBuilding/Meeting.mo Experimental/DHC/Loads/Examples/BaseClasses/GeojsonExportRC/OfficeBuilding/Office.mo Experimental/DHC/Loads/Examples/BaseClasses/GeojsonExportRC/OfficeBuilding/Restroom.mo Experimental/DHC/Loads/Examples/BaseClasses/GeojsonExportRC/OfficeBuilding/Storage.mo ``` These models need to be connected to weather data. OpenModelica picks up this...

This changes `Controls.OBC.ASHRAE.G36_PR1.AHUs.SingleZone.VAV.CoolingCoil` so that the PID controller is public. This allows inspecting its inputs, outputs and internal public data members which is often needed during control tuning.

enhancement
OpenBuildingControl

Test translation and run time for large office floor using either EnergyPlus envelope simulation or MBL MixedAir components.

This is to track changes that need to be made to the G36 terminal controller to add a missing output for hot water supply request. This will be used during...

**Describe the bug** While scanning the OpenModelica test report of the [development version of Buildings 9.0.0](https://libraries.openmodelica.org/branches/master/Buildings_latest/Buildings_latest.html), I found that there are 18 models failing in the front end, vs. only...

In using the ReducedOrder thermal zones package (eg. `Buildings.ThermalZones.ReducedOrder.RC.ThreeElements`) I came into an issue when writing automatic calibration scripts which try to adjust some parameter of the thermal zone, eg....

The fan (mover) efficiency in the current version of `Buildings.Fluid.Movers` is treated as constant when power characteristics are not provided. This could be improved by using the Euler number to...