경계 조건

다음 표는 경계 조건을 편집하는 데 필요한 태그와 해당 설명이 표시되어 있습니다.

주의: 모든 태그 및 속성을 대소문자를 구분하므로 스크립트에 표시된 대로 입력해야 하며 그렇지 않으면 실패합니다.
태그 속성 설명
<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.