.BuildSysPro.BoundaryConditions.Weather.Functions.CalculTsky_withRH

Information

This function returns the sky temperature from the water vapor pressure and the dry bulb temperature.

Hypothesis and equations

This function returns the sky temperature based on the following equation:

T_ciel=94+12.6*ln(P_vap)-13*K_t+0.341*T_seche

with:

Bibliography

Longwave sky radiation parameterizations , M. Aubinet, Solar Energy n°53 (version 2) pp. 147-154, 1994

Instructions for use

none

Known limits / Precautions for use

This sky temperature estimation is more precise than the one obtained with CalculTsky_withoutRH model.

Of course, there are other correlations to calculate the sky temperature.

Validations

Validated model - Amy Lindsay 03/2014

--------------------------------------------------------------
Licensed by EDF under a 3-clause BSD-license
Copyright © EDF 2009 - 2023
BuildSysPro version 3.6.0
Author : Amy LINDSAY, EDF (2014)
--------------------------------------------------------------

Interface

function CalculTsky_withRH
  input Modelica.Units.SI.Time t "Time";
  input Real T_seche "Dry  bulb temperature [K]";
  input Real G[10] "Solar information vector";
  input Real Pvap "Water vapor pressure [Pa]";
  output Real T_ciel "Sky tempereture [K]";
end CalculTsky_withRH;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos