This package provides component models to compute heat conduction.
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.
Name | Description |
---|---|
MultiLayer | Model for heat conductance through a solid with multiple material layers |
SingleLayer | Model for single layer heat conductance |
SingleLayerCylinder | Heat conduction in a cylinder |
BaseClasses | Package with base classes for Buildings.HeatTransfer.Conduction |
nSupPCM
.