Function computing the thermal bridges value G (W/K)
Hypothesis and equations
This function allows the calculation of losses due to thermal bridges (in W/K).
As input, the function requires vectors containing:
Bibliography
none
Instructions for use
none
Known limits / Use precautions
none
Validations
Validated model - Alexandre Hautefeuille, Gilles Plessis, Amy Lindsay 04/2014
--------------------------------------------------------------
Licensed by EDF under a 3-clause BSD-license
Copyright © EDF 2009 - 2023
BuildSysPro version 3.6.0
Author : Alexandre HAUTEFEUILLE, Gilles PLESSIS, Amy LINDSAY, EDF (2014)
--------------------------------------------------------------
function CalculGThermalBridges input Real ValeursK[:]; input Real LongueursPonts[:]; input Real TauPonts[:]; output Modelica.Units.SI.ThermalConductance G; end CalculGThermalBridges;
BenoƮt Charrier 01/2018 : Changed wrong unit of G from thermal conductivity to thermal conductance.