GRID — geometric grid point 의 위치·변위 방향·영구 SPC 를 정의하는 Bulk Data entry

GRID 는 geometric grid point 의 위치, 그 변위(displacement)의 방향, 그리고 영구 single-point constraint 를 정의하는 Bulk Data entry 다 [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.1057].

정의·용도

GRID entry 는 모델의 절점(grid point)을 정의하며, 그 위치와 변위 방향, 영구 단일점 구속(permanent single-point constraints)을 함께 지정한다 [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.1057]. 동일한 “Grid Points” 범주에는 공력 격자점을 정의하는 AEGRID, 그리고 축대칭 유체 모델의 fluid point(RINGFL entry) 위에 grid point 를 정의하는 GRIDB 가 함께 분류된다 [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.1057].

형식 / 필드 / 구문

GRID entry 의 필드 구성은 다음과 같다 [MSC_Nastran_2022.4_Getting_Started_Guide.pdf p.107].

12345678910
GRIDIDCPX1X2X3CDPSSEID
  • ID: grid point 식별번호.
  • CP: 위치(X1, X2, X3)를 정의하는 좌표계.
  • X1, X2, X3: CP 좌표계에서의 위치.
  • CD: 변위·구속·하중·solution vector 가 정의되는 좌표계.
  • PS: 영구 single-point constraint.
  • SEID: superelement 식별번호.

CP 필드(field 3)를 비워 두면 위치는 basic coordinate system 으로 해석되고, CD 필드(field 7)를 비워 두면 모든 grid point 출력이 basic rectangular coordinate system 으로 산출된다 [MSC_Nastran_2022.4_Getting_Started_Guide.pdf p.107].

사용 예

다음은 GRID entry 예시로, 일부 절점은 CP=100 의 원통(또는 비직교) 좌표계로 위치를 지정한다 [MSC_Nastran_2022.4_Getting_Started_Guide.pdf p.107].

GRID    1               0.      0.      0.
GRID    2               0.      50.     0.
GRID    3       100     15.     150.    0.
GRID    8               30.     50.     0.
GRID    9               30.     0.      0.

여기서 grid point 3~7 은 (r, θ, z) 좌표를 사용하며 r = 15.0 inches, θ 는 30도(GRID 7)에서 150도(GRID 3)까지 변한다 [MSC_Nastran_2022.4_Getting_Started_Guide.pdf p.107]. 좌표계 입력의 상세는 MSC Nastran Quick Reference Guide 의 Bulk Data Entries 를 참조한다 [MSC_Nastran_2022.4_Getting_Started_Guide.pdf p.107]. 짧은 자유형식 예로, 단위 입방체의 8개 절점을 정의하는 모델 입력에서도 GRID 가 사용된다 [MSC_Nastran_2022.4_Release_Guide.pdf p.196].

관련 개념

Grid point 는 내부적으로 여러 데이터 블록과 테이블로 표현된다. GPL 은 grid point list 데이터 블록이며 [MSC_Nastran_2022.4_DMAP_Programmer_Guide.pdf p.773], BGPDT 는 basic grid point definition table, EQEXIN 은 외부/내부 grid·scalar 식별번호 간 equivalence table 이다 [MSC_Nastran_2022.4_DMAP_Programmer_Guide.pdf p.2051].

Grid point 출력으로는 grid point force balance 를 요청하는 Grid Point Force Output Request 가 있고 [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.429], 내부적으로 OGF 는 grid point force 테이블이다 [MSC_Nastran_2022.4_DMAP_Programmer_Guide.pdf p.1284]. Grid point stress 계산 시에는 응력 불연속이 발생할 수 있는 exception grid point 가 별도로 취급된다 [MSC_Nastran_2022.4_Reference_Guide.pdf p.456].

여러 connectivity·constraint entry 가 grid point 를 참조한다. RSSCON 은 TYPE=“GRID” 일 때 grid point 식별번호로 shell-to-solid 연결을 기술하고 [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.2743], SOL 700 의 BJOIN 은 결합할 grid point 쌍들을 정의한다 [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.1290].

관련 항목

출처

  • [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.1057] — Grid Points 범주, GRID 정의
  • [MSC_Nastran_2022.4_Getting_Started_Guide.pdf p.107] — GRID 필드 포맷·예제
  • [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.429] — Grid Point Force Output Request
  • [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.2743] — RSSCON TYPE=GRID
  • [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.1290] — BJOIN
  • [MSC_Nastran_2022.4_DMAP_Programmer_Guide.pdf p.773] — GPL
  • [MSC_Nastran_2022.4_DMAP_Programmer_Guide.pdf p.2051] — BGPDT/EQEXIN
  • [MSC_Nastran_2022.4_DMAP_Programmer_Guide.pdf p.1284] — OGF
  • [MSC_Nastran_2022.4_Reference_Guide.pdf p.456] — Exception Grid Points
  • [MSC_Nastran_2022.4_Release_Guide.pdf p.196] — GRID 입력 예