modelVDI6007WithWindow

Equivalent air temperature as defined in VDI 6007 Part 1 with modifications

Extends from BaseClasses.PartialVDI6007 (Partial model for equivalent air temperature as defined in VDI 6007 Part 1).

Information

This model is a variant of the calculations defined in VDI 6007 Part 1. It adds a second equivalent air temperature for windows in case heat transfer through windows and exterior walls is handled separately in the Reduced Order Model. The sum of all weightfactors for windows should be one as well as the sum for all wall elements.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.EmissivityaExt (from PartialVDI6007)Coefficient of absorption of exterior walls (outdoor)
Integern (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
RealwfGro (from PartialVDI6007)Weight factor of the ground (0 if not considered)
Modelica.Units.SI.TemperatureTGro (from PartialVDI6007)Constant temperature of the ground in contact with floor plate
Modelica.Units.SI.CoefficientOfHeatTransferhConWallOut (from PartialVDI6007)Exterior walls convective coefficient of heat transfer (outdoor)
Modelica.Units.SI.CoefficientOfHeatTransferhRad (from PartialVDI6007)Coefficient of heat transfer for linearized radiation
BooleanwithLongwave (from PartialVDI6007)trueSet to true to include longwave radiation exchange
BooleanTGroundFromInput (from PartialVDI6007)falseSet to true to use TGro_in input connector instead of TGro constant
Modelica.Units.SI.CoefficientOfHeatTransferhConWinOutWindows' convective coefficient of heat transfer (outdoor)

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInput[n]HSol (from PartialVDI6007)Solar radiation per unit area
Modelica.Blocks.Interfaces.RealInputTBlaSky (from PartialVDI6007)Black-body sky temperature
Modelica.Blocks.Interfaces.RealInputTDryBul (from PartialVDI6007)Dry bulb temperature
Modelica.Blocks.Interfaces.RealOutputTEqAir (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.RealInputTGro_in (from PartialVDI6007)Temperature of the ground in contact with floor plate
Modelica.Blocks.Interfaces.RealOutputTEqAirWinEquivalent air temperature for windows (no short-wave radiation)

Components

TypeNameDefaultDescription
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.TemperatureDifferencedelTEqLW (from PartialVDI6007)Equivalent long wave temperature
Modelica.Units.SI.TemperatureDifferencedelTEqLWWin (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.
  • July 11, 2019, by Katharina Brinkmann:
    Renamed alphaWinOut to hConWinOut
  • 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.