modelVDI6007
Equivalent air temperature as defined in VDI 6007 Part 1
Extends from BaseClasses.PartialVDI6007 (Partial model for equivalent air temperature as defined in VDI 6007 Part 1).
Information
VDI6007 is a strict implementation of the calculations defined
in VDI 6007 Part 1. The sum of all weightfactors should be one.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Emissivity | aExt (from PartialVDI6007) | Coefficient of absorption of exterior walls (outdoor) | |
| Integer | n (from PartialVDI6007) | Number of orientations (without ground) | |
| Real[n] | wfWall (from PartialVDI6007) | Weight factors of the walls | |
| Real[n] | wfWin (from PartialVDI6007) | Weight factors of the windows | |
| Real | wfGro (from PartialVDI6007) | Weight factor of the ground (0 if not considered) | |
| Modelica.Units.SI.Temperature | TGro (from PartialVDI6007) | Constant temperature of the ground in contact with floor plate | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | hConWallOut (from PartialVDI6007) | Exterior walls convective coefficient of heat transfer (outdoor) | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | hRad (from PartialVDI6007) | Coefficient of heat transfer for linearized radiation | |
| Boolean | withLongwave (from PartialVDI6007) | true | Set to true to include longwave radiation exchange |
| Boolean | TGroundFromInput (from PartialVDI6007) | false | Set to true to use TGro_in input connector instead of TGro constant |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput[n] | HSol (from PartialVDI6007) | Solar radiation per unit area | |
| Modelica.Blocks.Interfaces.RealInput | TBlaSky (from PartialVDI6007) | Black-body sky temperature | |
| Modelica.Blocks.Interfaces.RealInput | TDryBul (from PartialVDI6007) | Dry bulb temperature | |
| Modelica.Blocks.Interfaces.RealOutput | TEqAir (from PartialVDI6007) | Equivalent air temperature | |
| Modelica.Blocks.Interfaces.RealInput[n] | sunblind (from PartialVDI6007) | Opening factor of sunblinds for each direction (0 - open to 1 - closed) | |
| Modelica.Blocks.Interfaces.RealInput | TGro_in (from PartialVDI6007) | Temperature of the ground in contact with floor plate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature[n] | TEqWall (from PartialVDI6007) | Equivalent wall temperature | |
| Modelica.Units.SI.Temperature[n] | TEqWin (from PartialVDI6007) | Equivalent window temperature | |
| Modelica.Units.SI.TemperatureDifference | delTEqLW (from PartialVDI6007) | Equivalent long wave temperature | |
| Modelica.Units.SI.TemperatureDifference | delTEqLWWin (from PartialVDI6007) | Equivalent long wave temperature for windows | |
| Modelica.Units.SI.TemperatureDifference[n] | delTEqSW (from PartialVDI6007) | Equivalent short wave temperature |
Revisions
-
May 5, 2023, by Philip Groesdonk:
Added an option for non-constant ground temperature from an input connector. This is for #1744. -
September 26, 2016, by Moritz Lauster:
Moved calculations to Buildings.ThermalZones.ReducedOrder.EquivalentAirTemperature.BaseClasses.PartialVDI6007. - September 2015, by Moritz Lauster:
Got rid of cardinality and used assert for warnings.
Adapted to Annex 60 requirements. -
October 2014, by Peter Remmen:
Implemented.