1. 概要
このコンポーネントは、Civil NXの「平面荷重タイプの定義」機能を操作します。
平面荷重の種類および大きさを定義します。この機能で定義した平面荷重は、「平面荷重の割り当て」機能を使用して構造物に適用します。
平面荷重は、解析モデルを構成するプレート要素およびソリッド要素上の任意の指定位置に適用できます。これにより、荷重を適用する節点を特定するという煩雑な作業を省くことができます。
定義した荷重は、プレート要素およびソリッド要素の剛性に基づいて節点荷重に変換され、荷重位置に隣接する節点に適用されます。
「Define Plane Load Type」機能は、Civil NXの以下のメインメニューから選択します。
[Load] tab > [Static Loads(Type)] group > [Pressure Load] group > [Assign Plane Loads] menu > [Define Plane Load Type] > [Area] Load Type
2. Grasshopper パス
[Midas] > [Static Loads] > [Area Plane Load Type]
3. コンポーネント画像
4. 入力/出力値
- 入力データ
| Index | Name | Description | Type | Default |
Previous |
|---|---|---|---|---|---|
| 1 | KEY | Plane Load Type ID | Integer | - | - |
| 2 | NAME | Plane Load Type Name | String | - | - |
| 3 | DESC | Description | String | - | - |
| 4 |
X1,Y1 X2,Y2 X3,Y3 X4,Y4 * |
Coordinates of the 1st/2nd/3rd/4th point defining the loaded area | Real | - | - |
| 5 |
LOAD1 LOAD2~4 ** |
Magnitudes of loads at each corner of the loaded area | Real | - | - |
| 6 |
COPY_X COPY_Y |
Copy the defined plane load in the x/y-direction | Real | - | - |
| 7 | Is Uniform Data | Is Uniform Data (if True, Force[1~3] same as Force[0] | Select | True | - |
| 8 | If True,assign load with 3 point | if True, assign load with 3 point | Select | True | - |
Activation Condition
* Only for Assign Load with 3 point is false
** Only for if Uniform Data is false
-
出力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | PLND | Define Area Plane Load Type | Json | PUT/DELETE |
- |
5.APIマニュアル参照リンク