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

TypeNameDefaultDescription
Buildings.HeatTransfer.Data.Solids.Concreteconcrete200
Buildings.HeatTransfer.Data.Solids.Concreteconcrete100

Components

TypeNameDefaultDescription
Buildings.HeatTransfer.Conduction.SingleLayercon
Buildings.HeatTransfer.Sources.FixedTemperatureTB
Buildings.HeatTransfer.Sources.PrescribedTemperatureTA
Modelica.Blocks.Sources.Stepstep
Buildings.HeatTransfer.Conduction.SingleLayercon1
Buildings.HeatTransfer.Sources.FixedTemperatureTB1
Buildings.HeatTransfer.Sources.PrescribedTemperatureTA1
Buildings.HeatTransfer.Conduction.SingleLayercon2
Modelica.Thermal.HeatTransfer.Sensors.HeatFlowSensorheaFlo2
Modelica.Thermal.HeatTransfer.Sensors.HeatFlowSensorheaFlo1
Buildings.HeatTransfer.Convection.Interiorconv1Convective heat transfer
Buildings.HeatTransfer.Convection.Interiorconv2Convective heat transfer
Modelica.Blocks.Math.AddcheEquChecks for equality of the results

Revisions

  • October 13, 2014, by Michael Wetter:
    Removed assert as 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 to nSta of constructions.
  • March 6 2010, by Michael Wetter:
    First implementation.