Buildings.Fluid.HeatExchangers.RadiantSlabs.Types

Package with type definitions

Information

This package contains type definitions for the radiant slabs.

Package Content

Name Description
Buildings.Fluid.HeatExchangers.RadiantSlabs.Types.HeatTransfer HeatTransfer Model for the heat transfer along the fluid flow direction
Buildings.Fluid.HeatExchangers.RadiantSlabs.Types.SystemType SystemType System type for radiant slab

Types and constants

  type HeatTransfer = enumeration(
    EpsilonNTU   "Epsilon-NTU",
    FiniteDifference   "Finite difference")
    "Model for the heat transfer along the fluid flow direction";
  type SystemType = enumeration(
    Ceiling_Wall_or_Capillary
        "Radiant heating or cooling system (ceiling or wall)",
    Floor   "Floor heating system") "System type for radiant slab";