modelHeatTransfer_test
Test routine for heat transfer models
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Overview
Test routine to check simple heat transfer models with a maximum of 2 temperature connectors.
Concept
Simple test to calculate the heat flux through the different conduction and convection models.
Boundary conditions can be given by 2 different temperatur values on each side of the model. Models with additional inputs (e.g. variable thermal conductivity, wind speed, ...) will be given preferably alternating input values, for example customized sine values.
- September 25, 2015 by Marcus Fuchs:
Fixed unknown variable problem for #115 - April 16, 2013, by Ole Odendahl:
Implemented, added documentation and formatted appropriately
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput[6] | Q_flow |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| HeatTransfer.HeatConv | heatConv | ||
| Modelica.Thermal.HeatTransfer.Components.HeatCapacitor | load | ||
| Modelica.Thermal.HeatTransfer.Components.ThermalConductor | heatCond | ||
| HeatTransfer.HeatConvInside | heatConv_inside | ||
| HeatTransfer.HeatConvOutside | heatTransfer_Outside | ||
| Modelica.Thermal.HeatTransfer.Components.ThermalConductor | heatTrans | ||
| Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature | TempOutside | ||
| Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature | TempInside | ||
| Modelica.Blocks.Sources.Sine | sineWindSpeed | ||
| Modelica.Blocks.Sources.Sine | sine | ||
| Modelica.Blocks.Sources.Constant | constTempInside |