8.19.3.19 IfcStructuralLoadTemperature(结构荷载温度)
8.19.3.19.1 语义定义(Semantic definition)
实体 IfcStructuralLoadTemperature 的实例应用于定义由温度变化引起的荷载作用。如图1所示,温度变化通过施加于整个截面的恒定值以及截面外缘之间的温差值给出。

8.19.3.19.2 实体继承(Entity inheritance)
8.19.3.19.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcStructuralLoad (1) | |||
| 1 | Name | OPTIONAL IfcLabel |
可选定义此结构荷载的名称。 |
| 点击显示 1 个隐藏的继承特性 点击隐藏 1 个继承特性 | |||
| IfcStructuralLoadTemperature (3) | |||
| 2 | DeltaTConstant | OPTIONAL IfcThermodynamicTemperatureMeasure |
影响结构构件整个截面或非均匀温度变化中均匀部分的温度变化。 |
| 3 | DeltaTY | OPTIONAL IfcThermodynamicTemperatureMeasure |
非均匀温度变化,定义为分析构件正y方向外缘的温度变化减去负y方向外缘的温度变化所得的差值。 |
| 4 | DeltaTZ | OPTIONAL IfcThermodynamicTemperatureMeasure |
非均匀温度变化,定义为分析构件正z方向外缘的温度变化减去负z方向外缘的温度变化所得的差值。 |
8.19.3.19.4 形式化表示(Formal representation)
ENTITY IfcStructuralLoadTemperature
SUBTYPE OF (IfcStructuralLoadStatic);
DeltaTConstant : OPTIONAL IfcThermodynamicTemperatureMeasure;
DeltaTY : OPTIONAL IfcThermodynamicTemperatureMeasure;
DeltaTZ : OPTIONAL IfcThermodynamicTemperatureMeasure;
END_ENTITY;