Buildings.Templates.AirHandlersFans.Types
Package with type definitions
Information
This package contains type definitions.
Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).
Package Content
Name | Description |
---|---|
Configuration | Enumeration to configure the AHU |
Controller | Enumeration to configure the AHU controller |
ControlFanReturn | Enumeration to configure the return fan control |
HeatRecovery | Enumeration to configure the heat recovery |
OutdoorReliefReturnSection | Enumeration to configure the outdoor/relief/return air section |
ReliefReturnSection | Enumeration to configure the relief/return air section |
Types and constants
type Configuration = enumeration( SupplyOnly "Supply only system", ExhaustOnly "Exhaust only system", DualDuct "Dual duct system with supply and return", SingleDuct "Single duct system with supply and return") "Enumeration to configure the AHU";
type Controller = enumeration( G36VAVMultiZone "Guideline 36 controller for multiple-zone VAV", OpenLoop "Open loop controller") "Enumeration to configure the AHU controller";
type ControlFanReturn = enumeration( AirflowMeasured "Airflow tracking with airflow measurement stations", BuildingPressure "Building pressure (via discharge static pressure)") "Enumeration to configure the return fan control";
type HeatRecovery = enumeration( None "No heat recovery", FlatPlate "Flat plate heat exchanger", EnthalpyWheel "Enthalpy wheel", RunAroundCoil "Run-around coil") "Enumeration to configure the heat recovery";
type OutdoorReliefReturnSection = enumeration( HundredPctOutdoorAir "100 % outdoor air system", MixedAirWithDamper "Mixed air system with return air damper - Optional economizer function", MixedAirNoDamper "Mixed air system without return air damper - No economizer function", MixedAirNoRelief "Mixed air system without relief branch - Optional economizer function") "Enumeration to configure the outdoor/relief/return air section";
type ReliefReturnSection = enumeration( NoRelief "No relief branch", NoReturn "No return branch", ReliefDamper "Modulating relief damper without fan", ReliefFan "Relief fan with two-position relief damper", ReturnFan "Return fan with modulating relief damper") "Enumeration to configure the relief/return air section";