architecture-building-systems / sia_380-1-full_version

This code is the python implemented form of SIA380-1. It is not a simplified version.
4 stars 1 forks source link

Add thermal bridges #112

Closed Linwal closed 3 years ago

Linwal commented 3 years ago

Add the "Wärmebrückenzuschlag"

Ideally this is done in parallel to #111 as similar regions of the code need to be adapted. Possibly changes in RC are necessary.

Linwal commented 3 years ago

Der prozentuale "Wärmebrückenzuschlag gemäss SIA380 erhöht nur die Transmissionswärmeverluste um den entsprechenden Wert.

Linwal commented 3 years ago

Even easier, just modify all the U-values by said factor. This means however, that u-values should never be stored as an output. This is also not necessary because they are an input anyway. For now, I added this in the configurations file.

Linwal commented 3 years ago

This is issue is fixed in pull request #114