1. 概要
このコンポーネントは、Civil NXの「面荷重タイプの定義」機能を実行します。
面荷重のタイプと荷重値を定義します。この機能で定義した面荷重は、「面荷重の割り当て(Assign Plane Loads)」機能を使用して構造物に適用します。
面荷重は、解析モデルを構成するプレート要素およびソリッド要素上の任意の位置に適用できます。これにより、荷重を適用する節点を特定する煩雑な作業を軽減できます。
定義した荷重は、プレート要素およびソリッド要素の剛性に基づいて節点荷重に変換され、隣接する節点に適用されます。
「面荷重タイプの定義(Define Plane Load Type)」機能は、Civil NXのメインメニューから選択します。
[Load] tab > [Static Loads(Type)] group > [Pressure Load] group > [Assign Plane Loads] menu > [Define Plane Load Type] > [Line] Load Type
2. Grasshopper パス
[Midas] > [Static Loads] > [Line 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 | Coordinates of the 1st/2nd point defining the loaded area | Real | - | - |
| 5 |
F1 F2 * |
Magnitudes of force/moment at each location | 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 | - |
Activation Condition
* Only for if Uniform Data is false
- 入力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | PLND | Define Line Plane Load Type | Json | PUT/DELETE |
- |
5. APIマニュアル参照リンク