Tgk FDS Section Temperature¶
🟢 Free 📌 Result
ExtractFdsSectionTemperature · Component_FDS\Comp_FDS.Steel.cs
从切片或边界结果文件中提取截面温度历程。
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Session | S | object | FDS会话对象。 |
| Section Layout | Layout | object | 截面采样布局。 |
| File Path | F | string | 显式切片或边界结果文件路径(可选)。 |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| sectionName | sectionName | string | sectionName |
| memberName | memberName | string | memberName |
| station | station | double | station |
| quantity | quantity | string | quantity |
| sourceKind | sourceKind | string | sourceKind |
| times | times | List |
times |
| samplePoints | samplePoints | List |
samplePoints |
| pointCount | pointCount | int | pointCount |
| success | success | bool | success |
| message | message | string | message |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Profile | P | 截面温度分布。 |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)