IfcGroundReinforcementElementTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4X3_ADD2 to IFC4X4_draft
    IfcGroundReinforcementElementTypeEnumADDED
Semantic definitions at the type
Type definition

Defines the different predefined types of ground reinforcement elements that can specify an IfcGroundReinforcementElement.

Enumeration definition
ConstantDescription
PILE

A slender structural element driven, jetted or otherwise embedded into the ground to reinforce and stabilise the ground by increasing the shear resistance of the ground through bending and/or shear of the pile, as opposed to an IfcPile where these piles are primarily vertically loaded.

TUBE

A hollow, cylindrical structural element that is drilled, driven or otherwise embedded into the ground to reinforce and stabilise the ground by increasing the shear resistance of the ground through bending, shear and/or tension of the tube.

BAR

A solid, cylindrical structural element that is drilled, driven or otherwise embedded into the ground to reinforce and stabilise the ground by increasing the shear resistance of the ground through bending, shear and/or tension of the bar.

PLATE

A solid, twin rectangular structural element that is drilled, driven or otherwise embedded into the ground to reinforce and stabilise the ground by increasing the shear resistance of the ground through bending, shear and/or tension of the plate.

BOLT

A solid or hollow cylindrical structural element installed in the ground through drilled holes to reinforce and stabilise the ground through tension in the bolt. The bolt usually includes an anchor plate with bolt and is bonded to the ground either by a mechanically expanding end anchorage, friction along its length or grouting along its length. It is generally untensioned, but may be tensioned if required.

TENDON

A high-strength steel or fiberglass cable installed in the ground through drilled holes to reinforce and stabilise the ground through tension in the tendon. The tendon usually has a mechanical anchor at the open end of the tendon and a fixed grouted length at the end of the tendon in the ground. It is generally tensioned.

FABRIC

Geotextiles or geosynthetic materials embedded in the ground to reinforce and stabilise the ground by increasing the shear resistance of the ground through tension in the fabric.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcGroundReinforcementElementTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="pile"/>
   <xs:enumeration value="tube"/>
   <xs:enumeration value="bar"/>
   <xs:enumeration value="plate"/>
   <xs:enumeration value="bolt"/>
   <xs:enumeration value="tendon"/>
   <xs:enumeration value="fabric"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcGroundReinforcementElementTypeEnum = ENUMERATION OF (
 PILE,
 TUBE,
 BAR,
 PLATE,
 BOLT,
 TENDON,
 FABRIC,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcGroundReinforcementElement IfcGroundReinforcementElementType

Link to this page  Link to this page