Buildings.ThermalZones.ISO13790.Data

Package with pre-defined building thermal mass

Information

Package with data for thermal mass of buildings.

Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).

Package Content

Name Description
Buildings.ThermalZones.ISO13790.Data.Generic Generic Generic data record for building thermal mass
Buildings.ThermalZones.ISO13790.Data.Heavy Heavy Heavy
Buildings.ThermalZones.ISO13790.Data.Light Light Light
Buildings.ThermalZones.ISO13790.Data.Medium Medium Medium

Buildings.ThermalZones.ISO13790.Data.Generic Buildings.ThermalZones.ISO13790.Data.Generic

Generic data record for building thermal mass

Information

Generic record for the internal heat capacity of the building zone per unit area of the floor.

Extends from Modelica.Icons.Record (Icon for records).

Parameters

TypeNameDefaultDescription
Thermal mass
RealheaC Heat capacity per unit area of the floor [J/(K.m2)]
RealfacMas Effective mass area factor [1]

Modelica definition

record Generic "Generic data record for building thermal mass" extends Modelica.Icons.Record; parameter Real heaC(final unit="J/(K.m2)") "Heat capacity per unit area of the floor"; parameter Real facMas(final unit="1") "Effective mass area factor"; end Generic;

Buildings.ThermalZones.ISO13790.Data.Heavy Buildings.ThermalZones.ISO13790.Data.Heavy

Heavy

Information

Internal heat capacity per unit area of the floor for heavy buildings.

Extends from ISO13790.Data.Generic (Generic data record for building thermal mass).

Parameters

TypeNameDefaultDescription
Thermal mass
RealheaC260000Heat capacity per unit area of the floor [J/(K.m2)]
RealfacMas3Effective mass area factor [1]

Modelica definition

record Heavy = ISO13790.Data.Generic ( heaC=260000, facMas=3) "Heavy";

Buildings.ThermalZones.ISO13790.Data.Light Buildings.ThermalZones.ISO13790.Data.Light

Light

Information

Internal heat capacity per unit area of the floor for light buildings.

Extends from ISO13790.Data.Generic (Generic data record for building thermal mass).

Parameters

TypeNameDefaultDescription
Thermal mass
RealheaC110000Heat capacity per unit area of the floor [J/(K.m2)]
RealfacMas2.5Effective mass area factor [1]

Modelica definition

record Light = ISO13790.Data.Generic ( heaC=110000, facMas=2.5) "Light";

Buildings.ThermalZones.ISO13790.Data.Medium Buildings.ThermalZones.ISO13790.Data.Medium

Medium

Information

Internal heat capacity per unit area of the floor for medium buildings.

Extends from ISO13790.Data.Generic (Generic data record for building thermal mass).

Parameters

TypeNameDefaultDescription
Thermal mass
RealheaC165000Heat capacity per unit area of the floor [J/(K.m2)]
RealfacMas2.5Effective mass area factor [1]

Modelica definition

record Medium = ISO13790.Data.Generic ( heaC=165000, facMas=2.5) "Medium";