modelConductorStepResponse
Test model for heat conductor
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example illustrates modeling of multi-layer materials. It also tests if the multi-layer material computes the same heat transfer with its boundary condition as two instances of a single layer material. The insulation and the brick are computed using transient heat conduction.
The cheEqu block computes the difference between the heat fluxes,
which should be equal except for the numerical approximation error of the solver.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.HeatTransfer.Data.Solids.Concrete | concrete | ||
| Buildings.HeatTransfer.Data.Resistances.Carpet | carpet | carpet | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | composite |
Components
Revisions
-
November 9, 2016, by Michael Wetter:
Changed assertion with a computation of the difference.
This is for issue 576. -
March 6 2010, by Michael Wetter:
First implementation.