• Title/Summary/Keyword: 서브루틴

Search Result 59, Processing Time 0.022 seconds

Elastic-Damage Constitutive Model for Nonlinear Tensile Behavior of Polymeric Foam (폴리머 폼의 비선형 인장거동을 모사하기 위한 기공이 고려된 손상 탄성 구성방정식)

  • Kwon, Sun-Beom;Lee, Jae-Myung
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.31 no.4
    • /
    • pp.191-197
    • /
    • 2018
  • This paper details the development of an isotropic elastic-damage constitutive model for polymeric foam based on irreversible thermodynamics to consider the growth and coalescence of voids. The constitutive equations describe the material behavior sustaining unilateral damage. To facilitate finite element analysis, the material properties for specific types of polymeric foams are applied to the developed model; the model is then implemented in ABAQUS as a user-defined material subroutine. To validate the developed damage model, the simulated results are compared to the results of a series of tensile tests on various polymeric foams. The proposed damage model can be utilized to further research on continuum damage mechanics and finite element analysis of polymeric foams in computational engineering.

Numerical approach to elucidate the behavior of seismic lining adopting hyperelastic material model (수치해석을 이용한 초탄성 재료 기반 면진라이닝의 거동 규명)

  • Sung Kwon Ahn;Hee Up Lee;Jeongjun Park;Jiwon Lee
    • Journal of Korean Tunnelling and Underground Space Association
    • /
    • v.25 no.6
    • /
    • pp.495-507
    • /
    • 2023
  • Considering the continuing discussion about the Korea-Japan undersea tunnel, it is necessary to conduct a scientific investigation into tunnel deformation associated with large ground movements at fault. This paper presents findings obtained from numerical experiments to investigate a seismic lining that adopts rubber-like material. We utilized the user material subroutine to obtain the deformation gradient of the hyperelastic material. Additionally, polar decomposition is used to analyze the results, where the data is displayed on a series of two-dimensional planes using the principal direction, which facilitates a better insight into the deformation. Tunnel engineers could refer to this paper for the procedure to investigate the deformation of hyperelastic material.

시뮬레이션 도구 SMPLE의 개발 및 활용

  • 조성만
    • Proceedings of the Korea Society for Simulation Conference
    • /
    • 1992.10a
    • /
    • pp.3-3
    • /
    • 1992
  • 컴퓨터 시스템의 개발 및 분석에 많이 활용되는 시뮬레이션 모델을 구축하는데 있어서 SIMSCRIT, GISS, SIMAN, SLA II등과 같은 시뮬레이션 전용언어가 많이 사용되지만, 이들은 새로운 전용언어의 습득, 시스템 프로그램과의 접속, 시뮬레이션 수행 속도면에서 부담을 주어왔다. 본 연구에서는 기존의 C언어 사용자들이 손쉽게 시뮬레이션 모델을 구축할 수 있도록 기존의 smpl을 확장하여 SMPLE(smpl extended)를 개발하였다. SMPLE의 모체의 smpl은 컴퓨터 시스템의 시뮬레이션 모델을 구현하기 위해 MIT에서 C언어를 이용하여 고안되었으며, C언어의 기능적인 확장으로서 라이브러리 함수들의 집합 형태를 갖는 시뮬레이션 서브 시스템이다. 이러한 라이브러리 함수들의 집합인 smpl 시뮬레이션 서브 시스템은 C언어 자체와 더불어 사건중심(event-oriented) 시뮬레이션 언어를 구성하며, smpl 시뮬레이터는 C 언어 프로그램으로 구현되다. smpl은 시뮬레이션하기 위한 설비(facility)들을 정의, 예약, 해제하거나 상태를 알아보는 함수를 제공하며, 시간의 관점에서 보면 토큰의 흐름은 일련의 대기시간과 활동시간에 의하여 나타낼 수 있게 된다. smpl은 사건의 스케쥴링(scheduling), 확률변수의 생성, 통계자료 수집 등에 관한 함수의 제공과, 시뮬레이션 시간의 전진과 사건발생의 순서를 조절해주는 기능을 제공한다. smpl 시뮬레이션 프로그램은 초기화루틴, 제어루틴 및 결과출력루틴으로 구성된다. 기존의 smpl에서 사용되는 프로그램의 자료구조(data structure)는 배열과 인덱스 구조가 사용되었다. 이러한 구조는 이미 완성되어 있는 프로그램 내에서는 효율성 면에서 좋겠지만, 변경이나 확장하기 위해 이 프로그램을 분석한다거나 필요한 기능을 추가하기 위해서는 매우 많은 어려움이 따르게 된다. 본 논문에서는 배열을 기반으로 하고 있는 smpl의 자료구조를 C의 structure와 pointer를 기반으로 하게끔 변경시키고 이에 따르는 제반 변경 사항을 수정 보완하여 프로그램의 분석을 용이하게 하며 기능의 변경 및 추가가 수월하게 하였고 메모리를 동적으로 관리할 수 있게 하였다. 또한 기존의 smpl에 디버깅용 함수 및 설비(facility) 제어용 함수를 추가하여 시뮬레이션 프로그램 작성을 용이하게 하였다. 예를 들면 who_server(), who_queue(), pop_Q(), push_Q(), pop_server(), push_server(), we(), wf(), printfct() 같은 함수들이다. 또한 동시에 발생되는 사건들의 순서를 조종하기 위해, 동시에 발생할 수 있는 각각의 사건에 우선순위를 두어 이 우선 순위에 의하여 사건 리스트(event list)에서 자동적으로 사건들의 순서가 결정되도록 확장하였으며, 설비 제어방식에 있어서도 FIFO, LIFO, 우선 순위 방식등을 선택할 수 있도록 확장하였다. SIMPLE는 자료구조 및 프로그램이 공개되어 있으므로 프로그래머가 원하는 기능을 쉽게 추가할 수 있는 장점도 있다. 아울러 SMPLE에서 새로이 추가된 자료구조와 함수 및 설비제어 방식등을 활용하여 실제 중형급 시스템에 대한 시뮬레이션 구현과 시스템 분석의 예를 보인다.

  • PDF

Study on the Composition of Subsystem Designed by Hierarchical Control Structure of SFC (SFC의 계층제어구조로 설계된 서브시스템 결합에 관한 연구)

  • You, Jeong-Bong
    • Journal of the Korean Institute of Illuminating and Electrical Installation Engineers
    • /
    • v.20 no.4
    • /
    • pp.49-55
    • /
    • 2006
  • In industrial control system used by Programmable Logic Controller(PLC), ladder Diagram(LD) is the must widely utilized and plays an important role in industrial control system. But recently, the study about Sequential Function Chart(SFC) is performed actively. When we program by SFC, generally, we design one routine from start to end. This method is difficult to design, and we often make mistakes. In this paper, we propose the method that we compose each sub-system after we design each sub-system and confirm his feasibility through an actual examples.

퍼지제어 시스템을 위한 마이크로컴퓨터 지원설계

  • 주해호;이재원;박창선
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 1992.10a
    • /
    • pp.187-191
    • /
    • 1992
  • 본 연구에서 퍼지제어 시스템 설계를 위한 마이크로 컴퓨터 지원 설계 기법과 프로그램 FCS 를 개발하였다. 이 프로그램은 IBM-PC 호환기종 (80386,804860) 에 사용되는 Turbo-C 언어를 사용하였고, Borland C $^{++}$ 2.0 컴파일러를 사용하였다. 제어시스템의 각 요소를 모듈화 하여 동특성을 차분 방정식으로 표시하여 사용자가 쉽게 대치할 수 있도록 서브루틴화 하였다. 퍼지제어 규칙의 최적조건, 퍼지 입출력 변수의 최적조건, D/A 및 A/D 변환기의 최적 비트수, 최적 샘플링 시간을 결정 할 수 있다. 공기예열 시스템을 예로서 이 프로그램을 이용하여 설계하였다.

Stiffness and Load Matrix for Finite Parallelogrammic Plate Bending Element (평행사변형 유한요소의 강성 매트릭스와 하중 매트릭스)

  • 조병완
    • Proceedings of the Computational Structural Engineering Institute Conference
    • /
    • 1989.04a
    • /
    • pp.28-32
    • /
    • 1989
  • In the recent years, parallelogrammic shape structures were often introduced in the Civil Engineering. Especially parallelogrammic shape highway slabs, which were used in the portions of Interstate-75, U.S.A., were a unique one to result in only one wheel crossing the joint at any one time. In this reserch, major efforts were made to provide an appropriate subroutine program and to study an analytical behavior of paralleloqrammic plate bending element by developing the stiffness and load matrices.

  • PDF

TDX-10 소프트웨어 장애 검출과 복구

  • An, Ji-Hwan
    • ETRI Journal
    • /
    • v.14 no.4
    • /
    • pp.80-87
    • /
    • 1992
  • TDX-10 교환기 시스팀은 결합도가 낮은 여러 서브시스팀이 연동하여 다양한 기능을 수행하는 분산처리 구조로 구성되었다. 각 서브 시스팀은 여러 프로세서가 기능을 분담하는데, 각 프로세서의 소프트웨어는 여러 실행모듈의 집합으로 구성된다. 실행모듈은 프로그램의 구성 단위로서 개별적으로 컴파일되어, 독립적인 메모리 영역에서 부여된 기능을 수행한다. 실행모듈에는 여러 프로세서가 생성되어 동시성 제어에 의해서 부여된 기능을 처리한다. 교환기 시스팀은 어떠한 상황하에서도 전화가입자에게 서비스의 연속성을 보장하는 높은 신뢰성을 유지해야 한다. 장애감내 소프트웨어는 오류(error)를 검출하고 이의 확산을 방지하며, 오류검출시에는 복구처리 루틴을 수행시켜 시스팀의 안정적 운용과 유지를 보장해야 한다. 본 논문에서는 메시지를 교환하면서 자치적으로 부여된 기능을 수행하는 여러 실행모듈들로 구성되는 분산 시스팀의 장애를 효율적으로 검출하여 장애의 확산을 방지하고, 시스팀의 안정적 유지를 가능하게 하는 복구 방법에 대하여 기술하였다.

  • PDF

A Study on the Development of Automatic Measurement Program for Fatigue of Car Devices (자동차 부품 내구력 자동측정 프로그램 개발에 관한 연구)

  • 조우상;김교형
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 1995.04b
    • /
    • pp.510-514
    • /
    • 1995
  • 설계 초기 단계에서 자동차 샤시 부품의 내구강도를 평가하는 것은 대단히 중요하므로 실제 전산수치해석을 통하여 예측도 행하고 있지만 양산 적용여부는 차량제작 후 실차 내구시험을 시행 후 결정되고 있다. 본 연구에서는 컴퓨터의 잇점을 적극 활용하여, 차량의 주요부품인 Lower Arm과 Rear Axle Housing 등의 내구시험에서 부품의 변형을 탐지하기 위한 자동 측정 프로그램을 개발하고자 한다. 사용한 프로그램은 IBM-PC 호환기종(80286, 80386, 80486)에 사용되는 Turbo-C 언어를, 한글입력을 위해서 한글 라이브러리 <한>을 사용하였다. 그리고사용자가 임의로 시스템 각 요소의 모듈(module)을 대치할 수 있도록 각 함수별로 서브루틴(subroutine)화 하였다.

  • PDF

Analysis of Wrinkling Behavior for Anisotropic Membrane (비등방성 멤브레인의 주름 거동 해석)

  • Woo, Kyeong-Sik;Nam, Duk-Hyun
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.33 no.9
    • /
    • pp.48-55
    • /
    • 2005
  • In this paper, wrinkling behavior for anisotropic membrane was studied. The analyses were done by using membrane elements and the wrinkling was accounted for by the penalty parameter modified material modeling which was implemented to ABAQUS as a user subroutine. The wrinkle model was applied to corner-loaded square membranes in which the effect of the diameter of steel pin, edge cut-off length and the magnitude of shear moduli on the wrinkling was investigated.

Development of Integrated Software for Optimum Design (C언어를 사용한 최적설계 통합코드)

  • Lim, O-Kang;Cho, Heon;Kim, Sung-Tae;Lee, Byung-Woo
    • Computational Structural Engineering
    • /
    • v.9 no.3
    • /
    • pp.157-167
    • /
    • 1996
  • A graphics system for optimum design(GOD) was developed for the various optimization programs. It is composed of a preprocessor and a postprocessor using the methods of pull-down and pop-up menus. The preprocessor of GOD system helps the designer to make a input file or a subprogram according to a selected optimization program. The postprocessor of the system display the numerical results generated during the iterative numerical analysis processes graphically in the graphic mode. Numerical examples as a mathematical linear problem and a 3-bar truss structure are presented to explain the use of GOD system. The system was programmed in one of the computer programming languages, Borland C.

  • PDF