nast20224 command
nast20224 는 MSC Nastran 2022.4 를 커맨드라인에서 실행(작업 제출)하는 명령이다 [MSC_Nastran_2022.4_Reference_Guide.pdf p.25].
정의·용도
MSC Nastran 은 nast20224 명령을 통해 커맨드라인에서 실행된다 [MSC_Nastran_2022.4_Installation_and_Operations_Guide.pdf p.60]. 이 명령은 시스템에서 MSC Nastran 이 올바르게 실행되도록 환경 변수를 설정하며, MSC Nastran 2022.4 부터는 solve=auto 옵션으로 메모리와 solver 를 예측하는 기능도 갖는다 [MSC_Nastran_2022.4_Reference_Guide.pdf p.25].
명령 이름의 숫자 접미사는 버전을 나타낸다. 매뉴얼에서 표기되는 _nast_ver_ 는 Nastran 을 실행하는 명령을 가리키며, MSC Nastran 2022.4 의 경우 _nast_ver_=nast20224 이다 [MSC_Nastran_2022.4_Installation_and_Operations_Guide.pdf p.17].
MSC Nastran 호출의 권장 절차는 nastran 명령을 사용하는 것이며, nastran 명령에 대한 설명은 MSC Nastran Quick Reference Guide 의 Executing MSC Nastran 에 수록되어 있다 [MSC_Nastran_2022.4_Reference_Guide.pdf p.22].
형식 / 필드 / 구문
기본 형식은 다음과 같다 [MSC_Nastran_2022.4_Reference_Guide.pdf p.25]:
nast20224 input_data_file keywords
nast20224 input_data_file [keyword1=value1 keyword2=value2 …]
여기서 input_data_file 은 입력 데이터를 담은 파일의 이름이고, keyword=value 는 하나 이상의 선택적 키워드 할당 인수다 [MSC_Nastran_2022.4_Reference_Guide.pdf p.25]. 키워드 할당은 키워드, 등호(=), 키워드 값의 순서로 구성된다 [MSC_Nastran_2022.4_Installation_and_Operations_Guide.pdf p.60].
Windows 에서는 등호 대신 해시 기호(#)를 사용할 수 있는데, 이는 명령을 .bat 파일 등에 넣을 때 유용하다 [MSC_Nastran_2022.4_Reference_Guide.pdf p.25].
Linux OS 에서 Nastran 을 실행하려면 시스템에 Korn Shell (ksh) 이 설치되어 있어야 한다 [MSC_Nastran_2022.4_Getting_Started_Guide.pdf p.230].
사용 예
데이터 파일 example1.dat 로 작업을 실행하는 기본 예 [MSC_Nastran_2022.4_Reference_Guide.pdf p.25]:
nast20224 example1.dat
키워드를 사용해 최대 메모리를 지정하는 예 [MSC_Nastran_2022.4_Installation_and_Operations_Guide.pdf p.60]:
nast20224 example1.dat memorymax=16gb
Command Initialization File 에서 원격 노드별로 실행 명령 경로를 지정할 때 rcmd=/local/msc/bin/nast20224 와 같이 버전 조건과 함께 쓸 수 있다 [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.3042].
관련 항목
- 상위/연관 명령: nastran Command
- 입력 데이터 구조: Executive Control, Case Control, Bulk Data, File Management Section
- 런타임 파라미터 변경: NASTRAN Statement
- 출처 매뉴얼: MSC Nastran Reference Guide, MSC Nastran Installation and Operations Guide, MSC Nastran Getting Started Guide, MSC Nastran Quick Reference Guide
런타임에 파라미터 값을 바꾸려면 입력 파일 안에서 NASTRAN statement 를 사용하며, 그 형식은 NASTRAN KEYWORD1=A, KEYWORD2=B, ... 이다 [MSC_Nastran_2022.4_Installation_and_Operations_Guide.pdf p.89].
출처
- [MSC_Nastran_2022.4_Reference_Guide.pdf p.25] — nast20224 Command
- [MSC_Nastran_2022.4_Reference_Guide.pdf p.22] — nastran Command
- [MSC_Nastran_2022.4_Installation_and_Operations_Guide.pdf p.60] — Using nast20224 Command
- [MSC_Nastran_2022.4_Installation_and_Operations_Guide.pdf p.17] — Definitions Used in this document
- [MSC_Nastran_2022.4_Installation_and_Operations_Guide.pdf p.89] — Using the NASTRAN Statement
- [MSC_Nastran_2022.4_Getting_Started_Guide.pdf p.230] — Using nastran Command
- [MSC_Nastran_2022.4_Quick_Reference_Guide.pdf p.3042] — Customizing Command Initialization and Runtime Configuration Files