IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

6.6.2.7 IfcReinforcedSoilTypeEnum

6.6.2.7.1 Semantic definition

This container defines the different predefined types of soil reinforcement that can specify an IfcReinforcedSoil.

6.6.2.7.2 Type values

Type Description
DYNAMICALLYCOMPACTED

The method of using dynamic tamping machine usually free falling a heavy hammer from the height, compacting the soil and quickly improving the bearing capacity of the foundation.

GROUTED

A method of injecting curable slurry into cracks or pores of a geotechnical foundation to improve its physical and mechanical properties.

REPLACED

Dig out the soft soil in a certain range below the foundation ground and then backfill the area with high strength, low compressibility and no corrosive materials.

ROLLERCOMPACTED

A kind of compacting method that adopts rolling machinery, repeated rolling and vibration compacts the foundation soil, increasing strength and descreasing compressibility.

SURCHARGEPRELOADED

A method that applies load to the foundation to discharge pore water, and the foundation is consolidated to improve the foundation strength. Unloading when the carrying capacity reaches the required level.

VERTICALLYDRAINED

A method to set vertical drainage measures in the foundation, so that pore water in the soil is discharged and the foundation strength is improved.

USERDEFINED

User-defined type

NOTDEFINED

Undefined type.

Table 6.6.2.7.A

6.6.2.7.3 Formal representation

TYPE IfcReinforcedSoilTypeEnum = ENUMERATION OF
	(DYNAMICALLYCOMPACTED
	,GROUTED
	,REPLACED
	,ROLLERCOMPACTED
	,SURCHARGEPRELOADED
	,VERTICALLYDRAINED
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.6.2.7.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.6.2.7.5 Changelog

6.6.2.7.5.1 IFC4.3_DEV_ffe3a63

  • New resource