modelSlab

Base class for radiant slab

Information

This partial model is used to construct radiant slab models with one circuit or with multiple parallel circuits.

Parameters

TypeNameDefaultDescription
Buildings.Fluid.HeatExchangers.RadiantSlabs.Types.SystemTypesysTypRadiant system type
Modelica.Units.SI.DistancedisPipPipe distance
Buildings.Fluid.Data.Pipes.GenericpipeRecord for pipe geometry and material
Construction
HeatTransfer.Data.OpaqueConstructions.GenericlayersDefinition of the construction, which must have at least two material layers
IntegeriLayPipNumber of the interface layer in which the pipes are located
Initialization › Construction
BooleansteadyStateInitialfalse=true initializes dT(0)/dt=0, false initializes T(0) at fixed temperature using T_a_start, T_c_start and T_b_start
Modelica.Units.SI.TemperatureT_a_start293.15Initial temperature at surf_a, used if steadyStateInitial = false
Modelica.Units.SI.TemperatureT_b_start293.15Initial temperature at surf_b, used if steadyStateInitial = false
Dynamics
BooleanstateAtSurface_atrue=true, a state will be at the surface a
BooleanstateAtSurface_btrue=true, a state will be at the surface b

Connectors

TypeNameDefaultDescription
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_asurf_aHeat port at construction surface
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_asurf_bHeat port at construction surface

Revisions

  • May 30, 2014, by Michael Wetter:
    Removed undesirable annotation Evaluate=true.
  • June 27, 2012, by Michael Wetter:
    First implementation.