IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.3.2.5 IfcVibrationDamperTypeEnum

6.3.2.5.1 Semantic definition

Enumeration of Vibration Damper Types.

6.3.2.5.2 Type values

Type Description
AXIAL_YIELD

A displacement dependent type damper in which the resistance force generated is determined by the plastic strain amount utilizing the plastic deformation of the steel material. The axial yield type is a damper that yields energy by absorbing the steel material against deformation in the axial direction, that is, in the direction of expansion and contraction.

BENDING_YIELD

A displacement dependent type damper in which the resistance force generated is determined by the plastic strain amount utilizing the plastic deformation of the steel material. The bending yield type is a damper, which yields steel material by bending.

FRICTION

The friction type is a damper utilizing friction acting on the contact surface of a material.

RUBBER

The rubber mold is a damper that absorbs energy by utilizing deformation of laminated rubber. The difference between the seismic isolation bearing and the rubber type damper is whether or not to support the weight of the upper structures. The rubber damper does not transmit the weight of the upper structures to the sub structure.

SHEAR_YIELD

A displacement dependent type damper in which the resistance force generated is determined by the plastic strain amount utilizing the plastic deformation of the steel material. The shear yield type is a damper, which causes the steel material to yield for deformation in the direction perpendicular to the member.

VISCOUS

The viscous type is a damper that absorbs energy by utilizing the resistance of a viscous body.

USERDEFINED

User-defined vibration damper type.

NOTDEFINED

Undefined vibration damper type.

Table 6.3.2.5.A

6.3.2.5.3 Formal representation

TYPE IfcVibrationDamperTypeEnum = ENUMERATION OF
	(AXIAL_YIELD
	,BENDING_YIELD
	,FRICTION
	,RUBBER
	,SHEAR_YIELD
	,VISCOUS
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.3.2.5.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.3.2.5.5 Changelog

6.3.2.5.5.1 IFC4.2

  • New resource