IfcDamperTypeEnum

Natural language names
Damper Type Enum
Énumération des types de détecteur d'incendie
Semantic definitions at the type
Type definition

This enumeration defines the various types of damper

HISTORY  New enumeration in IFC2.0.
Enumeration definition
ConstantDescription
BACKDRAFTDAMPERDamper used for purposes of manually balancing pressure differences. Commonly operated by mechanical adjustment.
BALANCINGDAMPERBackdraft damper used to restrict the movement of air in one direction. Commonly operated by mechanical spring.
BLASTDAMPERBlast damper used to prevent protect occupants and equipment against overpressures resultant of an explosion. Commonly operated by mechanical spring.
CONTROLDAMPERControl damper used to modulate the flow of air by adjusting the position of the blades. Commonly operated by an actuator of a building automation system.
FIREDAMPERFire damper used to prevent the spread of fire for a specified duration. Commonly operated by fusable link that melts above a certain temperature.
FIRESMOKEDAMPERCombination fire and smoke damper used to preven the spread of fire and smoke. Commonly operated by a fusable link and a smoke detector.
FUMEHOODEXHAUSTFume hood exhaust damper. Commonly operated by actuator.
GRAVITYDAMPERGravity damper closes from the force of gravity. Commonly operated by gravitational weight.
GRAVITYRELIEFDAMPERGravity-relief damper used to allow air to move upon a buildup of enough pressure to overcome the gravitational force exerted upon the damper blades. Commonly operated by gravitational weight.
RELIEFDAMPERRelief damper used to allow air to move upon a buildup of a specified pressure differential. Commonly operated by mechanical spring.
SMOKEDAMPERSmoke damper used to prevent the spread of smoke. Commonly operated by a smoke detector of a building automation system.
USERDEFINEDUser-defined damper.
NOTDEFINEDUndefined damper.
Formal representations
XML Specification
 <xs:simpleType name="IfcDamperTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="backdraftdamper"/>
   <xs:enumeration value="balancingdamper"/>
   <xs:enumeration value="blastdamper"/>
   <xs:enumeration value="controldamper"/>
   <xs:enumeration value="firedamper"/>
   <xs:enumeration value="firesmokedamper"/>
   <xs:enumeration value="fumehoodexhaust"/>
   <xs:enumeration value="gravitydamper"/>
   <xs:enumeration value="gravityreliefdamper"/>
   <xs:enumeration value="reliefdamper"/>
   <xs:enumeration value="smokedamper"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcDamperTypeEnum = ENUMERATION OF (
 BACKDRAFTDAMPER,
 BALANCINGDAMPER,
 BLASTDAMPER,
 CONTROLDAMPER,
 FIREDAMPER,
 FIRESMOKEDAMPER,
 FUMEHOODEXHAUST,
 GRAVITYDAMPER,
 GRAVITYRELIEFDAMPER,
 RELIEFDAMPER,
 SMOKEDAMPER,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcDamper IfcDamperType

Link to this page  Link to this page