1. 概要
このコンポーネントは、Civil NXの「温度勾配」機能を実行します。
熱応力解析用に、梁またはプレート要素の上面と下面の温度差を入力します。また、入力済みの温度差を変更または削除します。
「温度勾配」機能は、Civil NXのメインメニューから選択します。 [Load] tab > [Temperature] tab > [Temperature Loads] Group > [Temperature Gradient] Menu
2. Grasshopper パス
[Midas] > [Temperature] > [Temperature Gradient]
Type 1 : Beam
3.コンポーネント画像
4. 入力/出力値
- 入力データ
| Index | Name | Description | Type | Default |
Previous |
|---|---|---|---|---|---|
| 1 | KEY | Temperature ID | Integer | - | - |
| 2 | ID | Serial Number | Integer | 0 | - |
| 3 | GROUP_NAME | Load Group Name | String | - | - |
| 4 | LCNAME | Load Case Name | String | - | - |
| 5 | TZ | T2z-T1z | Real | - | - |
| 6 | HZ * | Hz value | Real | - | - |
| 7 | TY | T2y-T1y | Real | - | - |
| 8 | HY ** | Hy value | Real | - | - |
| 9 | Use Section HZ | Select | true | - | |
| 10 | Use Section HY | Select | false | - | |
Activation Condition
* Only for if Use Section HZ is false
** Only for if Use Section HY is false
- 出力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | GTMP |
Create Temperature Gradient (Beam) |
Json | PUT/DELETE |
- |
Type 2 : Plate
3. コンポーネント画像
4. 入力/出力値
- 入力データ
| Index | Name | Description | Type | Default |
Previous |
|---|---|---|---|---|---|
| 1 | KEY | Temperature ID | Integer | - | - |
| 2 | ID | Serial Number | Integer | 0 | - |
| 3 | GROUP_NAME | Load Group Name | String | - | - |
| 4 | LCNAME | Load Case Name | String | - | - |
| 5 | TZ | T2z-T1z | Real | - | - |
| 6 | HZ * | Hz value | Real | - | - |
| 7 | Use Section HZ | Select | true | - | |
Activation Condition
* Only for if Use Section HZ is false
- 出力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | GTMP |
Create Temperature Gradient (Plate) |
Json | PUT/DELETE |
- |
5. APIマニュアル参照リンク