Buildings.Templates.Data

Package with classes for storing system parameters

Information

This package provides classes for storing system parameters at the top-level of a simulation model.

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

Package Content

Name Description
Buildings.Templates.Data.AllSystems AllSystems Top-level (whole building) system parameters
Buildings.Templates.Data.Defaults Defaults Package with default sizing parameters

Buildings.Templates.Data.AllSystems Buildings.Templates.Data.AllSystems

Top-level (whole building) system parameters

Information

This class provides the set of sizing and operating parameters for the whole HVAC system.

Parameters

TypeNameDefaultDescription
UnitssysUni Unit system
EnergyStandardstdEne Energy standard
VentilationStandardstdVen Ventilation standard
ASHRAEClimateZoneashCliZon ASHRAE climate zone
Title24ClimateZonetit24CliZon California Title 24 climate zone

Modelica definition

class AllSystems "Top-level (whole building) system parameters" parameter Buildings.Templates.Types.Units sysUni "Unit system"; parameter Buildings.Controls.OBC.ASHRAE.G36.Types.EnergyStandard stdEne "Energy standard"; parameter Buildings.Controls.OBC.ASHRAE.G36.Types.VentilationStandard stdVen "Ventilation standard"; parameter Buildings.Controls.OBC.ASHRAE.G36.Types.ASHRAEClimateZone ashCliZon( start=Buildings.Controls.OBC.ASHRAE.G36.Types.ASHRAEClimateZone.Zone_1A) "ASHRAE climate zone"; parameter Buildings.Controls.OBC.ASHRAE.G36.Types.Title24ClimateZone tit24CliZon( start=Buildings.Controls.OBC.ASHRAE.G36.Types.Title24ClimateZone.Zone_1) "California Title 24 climate zone"; end AllSystems;