TEASER
TEASER copied to clipboard
TEASER - Tool for Energy Analysis and Simulation for Efficient Retrofit
## What is the problem? - Currently the heat load is calculated in TEASER but the needed variables are not passed into Modelica. ## Why do we want to solve...
This PR brings some options to make manipulate the existing profiles to create a bit more dynamic. Main functions are: * timeset and scaling factor to reduce (or increase) the...
## What is the problem? - currently the `retrofit_wall()` lives in wall.py base class but distinguishes by statements like `type(self).__name__ == 'OuterWall':` between the type of wall ## Why do...
This PR provides the TABS models for both external and internal TABS. - Algorithms to calculate the RC-Circuit representing the TABS - Exportation of TABS record to use in the...
Currently, TEASER outputs records with a very high number of decimals, e.g. ``` ... UWin= 1.1034256322858929, ratioWinConRad = 0.02, AExt = {148.12145999999998, 148.12145999999998, 148.12145999999998, 148.12145999999998, 159.44039999999998, 159.44039999999998}, hConExt = 2.350107008525131,...
The example doesn't work. The heating profile does not change because the parameter has a typo "*.heating_profile_profile" instead of "*.heating_profile".
Given a Model that has underfloor heating as heating system, we want to integrate it, and get a ROM, in order to in the future make hidraulic, thermal dynamic simulations,...
## What is the problem? - The definition of `OuterWall.area` is currently not 100 % clear and one might get confused as VDI 6007 states: > The dimensions of an...
## What is the problem? AixLib is using the latitude from zone.params to calculate the angle of the sun. This latitude is hard coded in Teaser for the location of...
## What is the problem? merge_windows not compatible with AixLib but is used in validation examples   ## Why do we want to solve it? - possibly wrong calculations?