下列表格提供了用於編輯邊界條件的標籤及其描述。
| 標籤 | 屬性 | 描述 |
|---|---|---|
<NDBC> Generic Nodal Boundary condition editor |
cmd="Create" | 建立新節點邊界條件: <TSet> <ID>####</ID> <TSetSub>#<TSetSub> ! '0' if absent </TSet> <NodeID>####</NodeID> <Vector>####</Vector> |
| cmd="SetProperty" | 變更節點邊界條件性質集: <TSet> <ID>####</ID> <TSetSub>#<TSetSub> ! '0' if absent </TSet> <NodeID>####</NodeID> |
|
| cmd="Move" | 將邊界條件從第一個節點移動到第二個節點: <NodeID>####</NodeID> ! First node <NodeID>####</NodeID> ! Second node <Vector>####</Vector> ! Use old one if absent |
|
| cmd="Delete" | 刪除一個節點邊界條件: <NodeID>####</NodeID> |
|
| cmd="DeleteAll" | 刪除所有節點邊界條件 | |
| <InjLocation> 射出位置編輯器 | cmd="Create" | 建立射出位置 <NodeID>####</NodeID>
Or
<CoordinatesAbsolute>x y z</CoordinatesAbsolute>
Or
<CoordinatesNormalized> Dx Dy
Dz</CoordinatesNormalized>
<TSetID>40000</TSetID>
<Vector>0.0 0.0 1.0</Vector>
<CoordinatesAbsolute> will find nearest node to
{x,y,z}
<CoordinatesNormalized> will find nearest node to
{Dx, Dy, Dz} with each component based on[0.0->1.0]
from the lowest corner of the part in the global
coordinates and the part taken as unit box
dimensions[1,1,1].
|
| cmd="Delete" | 刪除一個節點邊界條件 <NodeID>####</NodeID> |
|
| cmd="Move" | 將邊界條件從第一個節點移動到第二個節點: <NodeID>####</NodeID> ! First node <NodeID>####</NodeID> ! Second node <Vector>####</Vector> ! Use old one if absent |
|
|
小心: 在已存在射出節點的節點處嘗試建立射出節點時,將會產生警告訊息
|
||
| <FixedConstraint> 固定約束編輯器 | 定義固定約束 <NodeID>####</NodeID> <AnalysisType>#</AnalysisType> ! Analysis Type - 1:stress, 2:warp, 3:both |
|
| <PinConstraint> 固定約束編輯器 | 使用自由旋轉定義銷約束 <NodeID>####</NodeID> <AnalysisType>#</AnalysisType> ! Analysis Type - 1:stress, 2:warp, 3:both |
|
| <SpringConstraint> 彈簧約束編輯器 | 定義彈簧約束 <NodeID>####</NodeID> <AnalysisType>#</AnalysisType> <Vector># # #</Vector> ! 1:Translation stiffness <Vector># # #</Vector> ! 2:Rotation stiffness ! Analysis Type - 1:stress, 2:warp, 3:both ! Vector values are spring forces (0:None) |
|
| <GeneralConstraint> 一般約束編輯器 | 定義一般約束 <NodeID>####</NodeID> <AnalysisType>#</AnalysisType> <Vector># # #</Vector> ! 1:Displacement constraints <Vector># # #</Vector> ! 2:Rotational constraints ! Analysis Type - 1:stress, 2:warp, 3:both ! Constraint = -1:fixed, 0:free, > 0:specified ! Specified displacements are distances. ! Specified rotations are angles. |
|