Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcStructuralLoadTemperature

Definition from buildingSMART International: An instance of the entity IfcStructuralLoadTemperature shall be used to define actions which are caused by a temperature change. The change of temperature is given with a constant value which is applied to the complete section and values for the outer fibre of the positive Y and Z directions.

All values are given within the chosen coordinate system of the 'activity element' (subtypes of IfcStructuralActivity), either the local coordinate system of the activity element or the global project coordinate system which is referenced by the activity element as its geometric representation context. The unit of the temperature values are given within the global unit assignment (IfcUnitAssignment).

HISTORY: New entity in Release IFC2x edition 2.

EXPRESS specification:

ENTITY IfcStructuralLoadTemperature
SUBTYPE OF ( IfcStructuralLoadStatic);
DeltaT_Constant  :  OPTIONAL IfcThermodynamicTemperatureMeasure;
DeltaT_Y  :  OPTIONAL IfcThermodynamicTemperatureMeasure;
DeltaT_Z  :  OPTIONAL IfcThermodynamicTemperatureMeasure;
END_ENTITY;

Attribute definitions:

DeltaT_Constant  :  Temperature change which is applied to the complete section of the structural member. A positive value describes an increase in temperature.
DeltaT_Y  :  Temperature change which is applied to the outer fiber of the positive Y-direction. A positive value describes an increase in temperature.
DeltaT_Z  :  Temperature change which is applied to the outer fiber of the positive Z-direction. A positive value describes an increase in temperature.

Inheritance graph

ENTITY IfcStructuralLoadTemperature;
ENTITY IfcStructuralLoad;
Name  :  OPTIONAL IfcLabel;
ENTITY IfcStructuralLoadStatic;
ENTITY IfcStructuralLoadTemperature;
DeltaT_Constant  :  OPTIONAL IfcThermodynamicTemperatureMeasure;
DeltaT_Y  :  OPTIONAL IfcThermodynamicTemperatureMeasure;
DeltaT_Z  :  OPTIONAL IfcThermodynamicTemperatureMeasure;
END_ENTITY;