modelHeatCapacityVariableShade
Validation model for heat capacity with variable shade signal
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model validates the heat capacitor model for the window glass, with varying control signal and heat conduction to a thermal capacity that is a surrogate for the room model. As the thermal capacity is at the same temperature, no heat is exchanged.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Area | AGla | 2 | Glass area |
| Buildings.HeatTransfer.Data.Solids.Glass | datGla | Thermal properties for glass |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| HeatCapacity | heaCapGla | Heat Capacity of glass | |
| Modelica.Thermal.HeatTransfer.Components.HeatCapacitor | heaCapSha | Thermal capacity connected to shaded part of window | |
| Modelica.Blocks.Sources.Ramp | yRamp | Shade control signal | |
| Modelica.Thermal.HeatTransfer.Components.Convection | theConSha | Thermal conductor | |
| Modelica.Thermal.HeatTransfer.Components.Convection | theConUns | Thermal conductor | |
| Modelica.Blocks.Sources.RealExpression | yCom | Complementary control signal | |
| Modelica.Blocks.Math.Gain | hASha | hA value of shaded part of window | |
| Modelica.Blocks.Math.Gain | hAUns | hA value of unshaded part of window |
Revisions
-
November 1, 2016, by Michael Wetter:
First implementation.