marcusfuchs
marcusfuchs
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,...
For #665. From looking at the code, there have been separate base classes for `Residential` and `NonResidential` archetypes since 2015, but there was never any need for these to differ....
In the TEASER code, orientations are usually defined like this, e.g. in `teaser/logic/buildingobjects/buildingphysics/buildingelement.py`: ``` orientation : float [degree] Azimuth direction of building element (0 : north, 90: east, 180: south,...
From looking at `teaser/logic/archetypebuildings/nonresidential.py` and `teaser/logic/archetypebuildings/residential.py` it seems like these two base class definitions for non-residential and residential buildings do not have any functional differences. As there seems to not...
By default the `SingleFamilyHouse` classes in `teaser/logic/archetypebuildings/tabula/de/singlefamilyhouse.py` and `teaser/logic/archetypebuildings/tabula/dk/singlefamilyhouse.py` contain 1 single zone. For a special use case, we want to add a second zone to this archetype. This exposed...
## What is the problem? In the office archetype, the areas of outer walls and windows are calculated based on `self._est_facade_area`, which we get from `self._est_facade_area = self._est_outer_wall_area + self._est_win_area`....
First of all sorry for raising a few doubts here and in #561 ! Unfortunately, my knowledge of TEASER is not enough to clarify this myself, so I wanted to...
@mbonvini Thank you for sharing this great project! It was really helpful for me to get started with JModelica in Docker. When I tried to build the container, I got...
From my understanding of the code in `buildingspy/development/regressiontest.py`, the reference results for the regression testing are always read from the following directory: ```python # Check if the directory # "self._libHome\\Resources\\ReferenceResults\\Dymola"...
For #393 : - Add option to specify a custom path for reference results so that we can also compare results to references outside the tested library - If no...