AixLib icon indicating copy to clipboard operation
AixLib copied to clipboard

A Modelica model library for building performance simulations

Results 100 AixLib issues
Sort by recently updated
recently updated
newest added

**What is the problem?** The existing model for under floor heating is only a rough calculation of the occurring effects for the heat transfer, e.g. - the pressure drop is...

hackday
New Model
Fluid
Hiwi-Aufgabe

In issue #1171 the former storages were renamed to StorageDetailed and StorageSimple. Yet, beforehand, in all storage example the storage was replaced by the StorageDetailed model. Consequently, there is no...

Within AixLib.Fluid.Storage.BufferStorage and AixLib.Fluid.Storage.Storage: Mixing volumes representing different layers all get assigned the same start values, e.g: final T_start = fill(T_start,n) (BufferStorage) or each final T_start = T_start (Storage) The...

The current heat pump controllers have two OnOff models: One to control the compressor, one that decides if operation is safe. Refactoring to avoid confusing is necessary. Any ideas for...

hackday

In the course of the IBPSA Merge, the IBPSA library was converted to MSL 4.0.0. The AixLib models have been updated to MSL 4.0.0 accordingly. Currently, there are AixLib models...

development
IBPSA Lib integration
CI
IBPSA Merge

## What is the problem? - The `ReducedOrder` model uses various boundary conditions, such as internal gains, CO2, moisture, ventilation, and weather - The `HighOrder` uses tables for internal gains...

enhancement

We want to clean the CI infrastructure a bit. This includes the following tasks: - [x] Merge @MichaMans fork of the buildingspy with coverage included into buildingspy master (https://github.com/MichaMans/BuildingsPy) see...

CI

I should be a good idea, to have additional publications using the AixLib referenced right here in the repo. Therefor i will: * Additional Readme.md section (Publications using AixLib) *...

persistent

Add the package "WindowVentilation" under "AixLib.Airflow". This package provides several empirical expressions based on the literature to estimate the air volume flow by single-sided window opening. Link to issue #1492.

New Model