Hypothesis and equations
none
Bibliography
none
Instructions for use
none
Known limits / Use precautions
none
Validations
Validated model
--------------------------------------------------------------
Licensed by EDF under a 3-clause BSD-license
Copyright © EDF 2009 - 2023
BuildSysPro version 3.6.0
Author : EDF
--------------------------------------------------------------
function Lv input Real T "Air temperature [K]"; input Real TKref "Absolute temperature of reference at 0°C [K]"; input Real rv "Specific constant of water vapour [J/(kg.K)]"; output Real Lv "Latent heat depending on temperature [J/kg]"; end Lv;