recordWeatherBaseDataDefinition
TYPE: Table with outdoor air tmeperature
Extends from Modelica.Icons.Record (Icon for records).
Information
Overview
Very simple source to output weather conditions in the form of outdoor air temperature and solar irraditation.
Assumptions
Values at a certain timestamp represent the average temperature for the time between this timestamp and the timestampt before. E.g. a value with timestamp 3600 expresses the average value for t = [0; 3600]
Known Limitations
Only included are outdoor air temperature and solar irradiation.
Concept
Column 1: Time in s
Column 2: Temperature in degC
Column 3: Solar Irradiation in W/m2
References
Base data definition for record to be used in model AixLib.HVAC.Sources.TempAndRad
October 2013, Marcus Fuchs
- implemented
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | temperature | Time in s | Temperature in degC | Solar irradiation in W/m2 |