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
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSupPCM | 6 | Number of support points to approximate u(T) releation, used only for phase change material |
Contents
| Name | Description |
|---|---|
| Model for heat conductance through a solid with multiple material layers | |
| Model for single layer heat conductance | |
| Heat conduction in a cylinder | |
| Package with base classes for Buildings.HeatTransfer.Conduction |
Revisions
-
March 10, 2013, by Michael Wetter:
Added constantnSupPCM. -
February 5, 2009, by Michael Wetter:
First implementation.