modelConductorSingleLayer
Test model for heat conductor
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example tests if two conductors in series computes the same heat transfer as one conductor with twice the thickness.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.HeatTransfer.Data.Solids.Concrete | concrete200 | ||
| Buildings.HeatTransfer.Data.Solids.Concrete | concrete100 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.HeatTransfer.Conduction.SingleLayer | con | ||
| Buildings.HeatTransfer.Sources.FixedTemperature | TB | ||
| Buildings.HeatTransfer.Sources.PrescribedTemperature | TA | ||
| Modelica.Blocks.Sources.Step | step | ||
| Buildings.HeatTransfer.Conduction.SingleLayer | con1 | ||
| Buildings.HeatTransfer.Sources.FixedTemperature | TB1 | ||
| Buildings.HeatTransfer.Sources.PrescribedTemperature | TA1 | ||
| Buildings.HeatTransfer.Conduction.SingleLayer | con2 | ||
| Modelica.Thermal.HeatTransfer.Sensors.HeatFlowSensor | heaFlo2 | ||
| Modelica.Thermal.HeatTransfer.Sensors.HeatFlowSensor | heaFlo1 | ||
| Buildings.HeatTransfer.Convection.Interior | conv1 | Convective heat transfer | |
| Buildings.HeatTransfer.Convection.Interior | conv2 | Convective heat transfer | |
| Modelica.Blocks.Math.Add | cheEqu | Checks for equality of the results |
Revisions
-
October 13, 2014, by Michael Wetter:
Removedassertas the equality of the results is already tested in the regression tests, and OpenModelica triggers this assert during the integration. -
January 23 2013, by Michael Wetter:
Assigned fixed value tonStaof constructions. -
March 6 2010, by Michael Wetter:
First implementation.