packageConduction

Package with models for heat conduction

Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).

Information

This package provides component models to compute heat conduction.

Implementation

The package declares the constant nSupPCM, which is equal to the number of support points that are used to approximate the specific internal energy versus temperature relation. This approximation is used by Buildings.HeatTransfer.Conduction.SingleLayer to replace the piece-wise linear function by a cubic hermite spline, with linear extrapolation, in order to avoid state events during the simulation.

Parameters

TypeNameDefaultDescription
IntegernSupPCM6Number of support points to approximate u(T) releation, used only for phase change material

Contents

NameDescription
MultiLayerModel for heat conductance through a solid with multiple material layers
SingleLayerModel for single layer heat conductance
SingleLayerCylinderHeat conduction in a cylinder
BaseClassesPackage with base classes for Buildings.HeatTransfer.Conduction

Revisions

  • March 10, 2013, by Michael Wetter:
    Added constant nSupPCM.
  • February 5, 2009, by Michael Wetter:
    First implementation.