modelVentilationHeat
Testmodel for VentilationHeat
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example shows the application of VentilationHeat. For solar radiation, the example relies on the standard weather file in AixLib.
The idea of the example is to show a typical application of all sub-models and to use the example in unit tests. The results are reasonable, but not related to any real use case or measurement data.
References
VDI. German Association of Engineers Guideline VDI 6007-3 June 2015. Calculation of transient thermal response of rooms and buildings - Modelling of solar radiation.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.BoundaryConditions.WeatherData.Bus | weaBus | Weather bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.ThermalZones.ReducedOrder.Windows.BaseClasses.VentilationHeat | ventilationHeat | Heat input due to ventilation with closed sunblind | |
| AixLib.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data for Chicago | |
| AixLib.BoundaryConditions.SolarIrradiation.DiffusePerez | HDifTil | Diffuse irradiation on the window | |
| AixLib.BoundaryConditions.SolarIrradiation.DirectTiltedSurface | HDirTil | Direct solar irradiation on the window | |
| AixLib.ThermalZones.ReducedOrder.Windows.BaseClasses.Sunblind | sunblind | Sunblind of the window | |
| AixLib.BoundaryConditions.SolarGeometry.BaseClasses.AltitudeAngle | altAng | Solar altitude angle | |
| AixLib.BoundaryConditions.SolarGeometry.ZenithAngle | zen | Solar zenith angle | |
| AixLib.ThermalZones.ReducedOrder.Windows.Window | window | Window facing south | |
| Modelica.Blocks.Math.Add | add | Total solar energy entering the room through the window |
Revisions
- July 13, 2016, by Stanley Risch:
Implemented.