functionconvectionHorizontalCavity

Free convection in horizontal cavity

Extends from Modelica.Icons.Function (Icon for functions).

Information

Function for convective heat transfer in horizontal window cavity. The computation is according to TARCOG 2006, except that this implementation computes the convection coefficient as a function that is differentiable in the temperatures.

References

TARCOG 2006: Carli, Inc., TARCOG: Mathematical models for calculation of thermal performance of glazing systems with our without shading devices, Technical Report, Oct. 17, 2006.

Inputs

TypeNameDefaultDescription
Buildings.HeatTransfer.Data.Gases.GenericgasThermophysical properties of gas fill
RealRaRayleigh number
Modelica.Units.SI.TemperatureT_mTemperature used for thermophysical properties
Modelica.Units.SI.TemperatureDifferencedTTemperature difference used to compute q_flow = h*dT
Modelica.Units.SI.AngletilWindow tilt
RealsinTilSine of window tilt
RealcosTilCosine of the window tilt
Modelica.Units.SI.Areah1.5Height of window
RealdeltaNu0.1Small value for Nusselt number, used for smoothing
RealdeltaRa1E3Small value for Rayleigh number, used for smoothing

Outputs

TypeNameDefaultDescription
RealNuNusselt number
Modelica.Units.SI.CoefficientOfHeatTransferhConConvective heat transfer coefficient
Modelica.Units.SI.HeatFluxq_flowConvective heat flux

Revisions

  • December 9, 2010, by Michael Wetter:
    First implementation.