Philip Groesdonk
Philip Groesdonk
## What is the problem? - According to ISO 6946, convective surface coefficients are 5.0 m²K/W for upward heat flow, 2.5 for horizontal and 0.7 for downward. In TEASER, `inner_convection`...
## What is the problem? - The current implementation restricts templates to files located in pre-defined paths within TEASER's folder structure ## Why do we want to solve it? -...
**What is the problem?** - ROM thermal zone currently only supports constant values for TSoil ("Outdoor surface temperature for floor plate") - Validation of the model in a case study...
## What is the problem? - Missing TABULA archetypes for Eastern Germany ## Why do we want to solve it? - Apply TEASER for communities in the region ## How...
## What is the problem? There seems to be an inconsistency in the `_calc_inner_elements()` function of `OneElement` to `FourElement`. If only one inner element exists, the following code is executed:...
adds the changes mentioned in issue #21 hope I did this correctly; I tried to follow the contribution guidelines of TEASER.
If calling UESGraph.remove_unconnected_nodes with network_type `others`, an error message `UnboundLocalError: local variable 'is_supply' referenced before assignment` cannot be avoided. This may be intended behaviour, but the docstring lists all network...
## What is the problem? - Some materials in [teaser/data/input/inputdata/MaterialTemplates.json](https://github.com/RWTH-EBC/TEASER/blob/development/teaser/data/input/inputdata/MaterialTemplates.json) have `"heat_capac": 0.0`. ## Why do we want to solve it? - This causes nan values for all the relevant...
If a TEASER model with no window area is exported to AixLib, simulation fails due `eqAirTempWall.sunblind` not being connected from the outside in `ThermalZone`. The reason is that `eqAirTempWall` is...
In a side discussion related to #1080 , @FWuellhorst @DaJansenGit and me were thinking about providing the soil temperature using the weather file. However, the current weather data reader from...