modelExterior
Test model for exterior heat transfer coefficients
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example tests the convective heat transfer models for exterior surfaces. From t=0...3600 seconds, the wind traverses from North to West to South to East and back to North. The plot shows the influence of the wind direction on the forced convection coefficient for wall surfaces that face North, West, East and South.Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Constant | T1 | ||
| Buildings.HeatTransfer.Sources.FixedTemperature | TB | ||
| Buildings.HeatTransfer.Convection.Exterior | nor | North-facing wall | |
| Buildings.HeatTransfer.Convection.Exterior | wes | West facing wall | |
| Buildings.HeatTransfer.Sources.PrescribedTemperature | TA1 | ||
| Buildings.HeatTransfer.Sources.PrescribedTemperature | TA2 | ||
| Buildings.HeatTransfer.Sources.PrescribedTemperature | TA3 | ||
| Buildings.HeatTransfer.Sources.PrescribedTemperature | TA4 | ||
| Buildings.HeatTransfer.Convection.Exterior | sou | South facing wall | |
| Buildings.HeatTransfer.Convection.Exterior | eas | East facing wall | |
| Buildings.HeatTransfer.Sources.FixedTemperature | TB1 | ||
| Buildings.HeatTransfer.Sources.FixedTemperature | TB2 | ||
| Buildings.HeatTransfer.Sources.FixedTemperature | TB3 | ||
| Modelica.Blocks.Sources.Ramp | direction | Wind direction (0=from north) | |
| Modelica.Blocks.Sources.Constant | vWin | Wind speed |
Revisions
-
March 9 2010, by Michael Wetter:
First implementation.