< 2FeRed's Conundrum of Life :: [아바쿠스] 키워드 레퍼런스 매뉴얼 보는 방법


아바쿠스를 기본적으로 CAE에서 작업하는 경우도 많지만

편하게 에디트를 하기 위해서는 *.inp 파일을 직접 건드려야하는 일이 반드시 생긴다.

GUI와 TEXT입력이 현재까지는 아직 장단점을 지니고 있기에 *.inp 파일을 에디트 하는 방법은 중요하다.

또한 여러가지 키워드를 사용하여 입력값을 간단하게 고칠 수 있으며 전체적인 input크기를 조절할 수 있다.

아바쿠스 키워드 레퍼런스 매뉴얼의 사용법을 설명한다.

*ELSET (키워드)

Assign elements to an element set. (키워드 설명 - 엘레먼트 셋을 지정함)

This option is used to assign elements to an element set. (이 옵션은 엘레먼트에 셋을 지정하는데 사용됨)

Products: Abaqus/Standard  Abaqus/Explicit  (지원하는 Product)

Type: Model or history data (모델단계나 히스토리 데이터에서 사용가능)

Level: Part,  Part instance,  Assembly,  Model,  Step (사용가능한 레벨들)

Reference: (참조했으면 하는 문서)

Required parameter: (필수 파라미터)

ELSET

Set this parameter equal to the name of the element set to which the elements will be assigned.

Optional parameters:(옵션 파라미터)

GENERATE

If this parameter is included, each data line should give a first element, ; a last element, ; and the increment in element numbers between these elements, i. Then, all elements going from to in steps of i will be added to the set. i must be an integer such that is a whole number (not a fraction).

INSTANCE

Set this parameter equal to the name of the part instance that contains the elements listed on the data line. This parameter can be used only at the assembly level and is intended to be used as a shortcut to the naming convention. It can be used only in a model defined in terms of an assembly of part instances.

INTERNAL

Abaqus/CAE uses the INTERNAL parameter to identify sets that are created internally. The INTERNAL parameter is used only in models defined in terms of an assembly of part instances. The default is to omit the INTERNAL parameter.

Data lines if the GENERATE parameter is omitted: (Generate 옵션을 생략한 경우)

First line: (첫째행)

  1. List of elements or element set labels to be assigned to this element set. Only previously defined element sets can be assigned to another element set.

    (이전에 정해진 엘리먼트 셋이나 엘리먼트 #를 정의할 수 있다.)

          Repeat this data line as often as necessary. Up to 16 entries are allowed per line.

          (한 라인당 16개의 엘리먼트를 적을 수 있다.)

Data lines if the GENERATE parameter is included: (Generate 옵션이 포함된 경우)

First line:

  1. First element in set.

    (최초 엘리먼트)

  2. Last element in set.

    (마지막 엘리먼트)

  3. Increment in element numbers between elements in the set. The default is 1.

    (처음 엘리먼트와 마지막 엘리먼트 사이에서의 증분)

Repeat this data line as often as necessary.


위에서 주어진 정보대로 엘리먼트 셋을 만들면

*ELSET, ELSET=[__NAME__]
  1,2,3,4,5

*ELSET,ELSET=[__NAME__], GENERATE
  1,5,1

다른 키워드들도 이와 같이 사용하면 된다.

조금이라도 틀리면 ABAQUS가 친절하게 에러메세지를 뱉어주니 다시 수정하면 된다. -_-b


아름다운 인터넷 문화를 위해 댓글을 남겨주세요. -0-;
AND