LBL logo

Buildings.HeatTransfer.Types

Package with type definitions

Information

This package contains type definitions.

Package Content

NameDescription
SurfaceRoughness Enumeration defining the surface roughness
ExteriorConvection Enumeration defining the convective heat transfer model for exterior surfaces
InteriorConvection Enumeration defining the convective heat transfer model for interior surfaces
Buildings.HeatTransfer.Types.Tilt Tilt Enumeration for surface tilt
Buildings.HeatTransfer.Types.Azimuth Azimuth Enumeration for surface azimuth

Types and constants

  type SurfaceRoughness = enumeration(
    VeryRough "Very rough",
    Rough "Rough",
    Medium "Medium rough",
    MediumSmooth "Medium smooth",
    Smooth "Smooth",
    VerySmooth "Very smooth") "Enumeration defining the surface roughness";

  type ExteriorConvection = enumeration(
    Fixed "Fixed coefficient (a user-specified parameter is used)",
    TemperatureWind "Wind speed and temperature dependent") 
  "Enumeration defining the convective heat transfer model for exterior surfaces";

  type InteriorConvection = enumeration(
    Fixed "Fixed coefficient (a user-specified parameter is used)",
    Temperature "Temperature dependent") 
  "Enumeration defining the convective heat transfer model for interior surfaces";


Automatically generated Wed Feb 29 16:54:08 2012.