Buildings.Templates.Components.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 |
---|---|
Chiller | Enumeration to specify the type of chiller |
Coil | Enumeration to configure the coil |
Cooler | Enumeration to configure the condenser water cooling equipment |
Damper | Enumeration to configure the damper |
DamperBlades | Enumeration to specify the type of damper blades |
Fan | Enumeration to configure the fan |
FanSingle | Enumeration to specify the type of single fan |
IconPipe | Enumeration to specify the pipe symbol |
Sensor | Enumeration to configure the sensor |
SensorTemperature | Enumeration to specify the type of temperature sensor |
SensorVolumeFlowRate | Enumeration to specify the type of volume flow rate sensor |
Valve | Enumeration to configure the valve |
Types and constants
type Chiller = enumeration( AirCooled "Air-cooled compression chiller", WaterCooled "Water-cooled compression chiller") "Enumeration to specify the type of chiller";
type Coil = enumeration( ElectricHeating "Modulating electric heating coil", EvaporatorMultiStage "Evaporator coil with multi-stage compressor", EvaporatorVariableSpeed "Evaporator coil with variable speed compressor", None "No coil", WaterBasedCooling "Chilled water coil", WaterBasedHeating "Hot water coil") "Enumeration to configure the coil";
type Cooler = enumeration( None "No external cooler (typically for air-cooled chillers)", CoolingTowerClosed "Closed-circuit cooling tower", CoolingTowerOpen "Open-circuit cooling tower", DryCooler "Dry cooler") "Enumeration to configure the condenser water cooling equipment";
type Damper = enumeration( NoPath "No fluid path", Barometric "Barometric damper", Modulating "Modulating damper", None "No damper", PressureIndependent "Pressure independent damper", TwoPosition "Two-position damper") "Enumeration to configure the damper";
type DamperBlades = enumeration( Opposed "Opposed blades", Parallel "Parallel blades", VAV "VAV damper") "Enumeration to specify the type of damper blades";
type Fan = enumeration( None "No fan", SingleConstant "Single fan - Constant speed", SingleVariable "Single fan - Variable speed", ArrayVariable "Fan array - Variable speed") "Enumeration to configure the fan";
type FanSingle = enumeration( Housed "Housed centrifugal fan", Plug "Plug fan", Propeller "Propeller fan") "Enumeration to specify the type of single fan";
type IconPipe = enumeration( None "No line", Return "Return pipe - Dashed line", Supply "Supply pipe - Solid line") "Enumeration to specify the pipe symbol";
type Sensor = enumeration( DifferentialPressure "Differential pressure", HumidityRatio "Humidity ratio", PPM "PPM", RelativeHumidity "Relative humidity", SpecificEnthalpy "Specific enthalpy", Temperature "Temperature", VolumeFlowRate "Volume flow rate") "Enumeration to configure the sensor";
type SensorTemperature = enumeration( Standard "Standard sensor", Averaging "Averaging sensor", InWell "Sensor in well") "Enumeration to specify the type of temperature sensor";
type SensorVolumeFlowRate = enumeration( AFMS "Airflow measuring station", FlowCross "Flow cross", FlowMeter "Flow meter") "Enumeration to specify the type of volume flow rate sensor";
type Valve = enumeration( None "No valve", PumpedCoilThreeWay "Pumped coil with three-way valve", PumpedCoilTwoWay "Pumped coil with two-way valve", ThreeWayModulating "Three-way modulating valve", ThreeWayTwoPosition "Three-way two-position valve", TwoWayModulating "Two-way modulating valve", TwoWayTwoPosition "Two-way two-position valve") "Enumeration to configure the valve";