1. 概要
このコンポーネントは、Civil NXの**力荷重の割り当て」機能を実行します。
プレート、平面応力要素、平面ひずみ要素の面または辺に圧力荷重を適用します。また、入力済みの荷重を変更または削除します。
The A「圧力荷重の割り当て」機能は、Civil NXのメインメニューから選択します。 [Load] tab > [Static Loads(Type)] group > [Assign Pressure Loads]
2. Grasshopper パス/h3
[Midas] > [Static Loads] > [Plate Plane Pressure Loads]
Pressure Type 1 : Face
3. コンポーネント画像
4. 入力/出力値
- 入力データ
| Index | Name | Description | Type | Default |
Previous |
|---|---|---|---|---|---|
| 1 | KEY | Element ID | Integer | - | - |
| 2 | ID | Serial Number | Integer | - | - |
| 3 | GROUP_NAME | Load Group Name | String | - | - |
| 4 | LCNAME | Load Case Name | String | - | - |
| 5 |
VECTORS 0~2 **** |
Vector |
Real | - | - |
| 6-1 | FORCE0 * | Pressure Load Value | Real | - | - |
| 6-2 | FORCE1~4 ** | Pressure Load Value | Real | - | - |
| 7 | Direction | Select Load Direction | Select | Local x | - |
| 8 | Uniform Load | Use Uniform type load | Select | true | - |
| 9 | Projection Option *** | Projection Option | Select | false | - |
Activation Condition
* Only for if Uniform Load is true
** Only for if Uniform Load is false
*** Only for if Direction is Global
**** Only for if Direction is Vector
- 出力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | PRES |
Assign Prssure Loads (Face Pressure Type) |
Json | PUT/DELETE | - |
Pressure Type 2 : Edge
3. コンポーネント画像
4. 入力/出力値
- 入力データ
| Index | Name | Description | Type | Default |
Previous |
|---|---|---|---|---|---|
| 1 | KEY | Element ID | Integer | - | - |
| 2 | ID | Serial Number | Integer | - | - |
| 3 | GROUP_NAME | Load Group Name | String | - | - |
| 4 | LCNAME | Load Case Name | String | - | - |
| 5 |
VECTORS 0~2 **** |
Vector |
Real | - | - |
| 6-1 |
EDGELOAD0 _UNI * |
Pressure Load Value | Real | - | - |
| 6-2 |
EDGELOAD 1~2 * |
Pressure Load Value | Real | - | - |
| 7 | Direction | Select Load Direction | Select | Local x | - |
| 8 | Uniform Load | Use Uniform type load | Select | true | - |
| 9 | Edge Face | Pressure Edge | Select | Edge #1 | - |
| 10 | Projection Option *** | Projection Option | Select | false | - |
Activation Condition
* Only for if Uniform Load is true
** Only for if Uniform Load is false
*** Only for if Direction is Global
**** Only for if Direction is Vector
- 出力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | PRES |
Assign Prssure Loads (Edge Pressure Type) |
Json | PUT/DELETE | - |
5.APIマニュアル参照リンク