• Title/Summary/Keyword: 데이타 전처리 프로그램

Search Result 5, Processing Time 0.017 seconds

Universal Distinct Element Code (개별요소 프로그램 UDEC의 소개)

  • 이선구;변광욱
    • Computational Structural Engineering
    • /
    • v.4 no.1
    • /
    • pp.42-43
    • /
    • 1991
  • 균열성암반의 모형화 기술은 계속적으로 보완발전되어 UDEC이 개발되었으며, 현재 UDEC의 최신판은 블록 내부를 다시 유한차분요소로 분할하여 블록의 소성거동(Mohr-Coulomb Model) 및 쪼개짐을 고려할 수 있고, 절리면에서의 유체흐름 및 유압의 발생, 그리고 열응력 해석 등 평면변형 문제의 정적해석과 지진 및 폭발하중을 고려한 동적해석이 가능하다. UDEC은 전처리 기능이 뛰어나 최소한의 입력데이타로써 전체 모형의 데이타를 자동생성시키며 절리면의 통계학적 자동생성 및 터널형상의 자동생성도 가능하다. UDEC은 실용적인 보강요소를 구비하여 Rock Bolt 뿐만 아니라 그라우트를 고려한 Cable Bolt를 모형화할 수 있으며 국부적인(Key Block)보강으로써 불연속체 전체의 안정을 검토할 수 있다.

  • PDF

Dynamic Analysis of Steel Jackets under Wave and Earthquake Loadings II : Pre/Post Processor and Numerical Analysis (파랑 및 지진하중을 받는 스틸자켓의 동적해석 II : 전/후처리 및 수치해석예)

  • 김문영;박기현;이상호;김동욱
    • Journal of the Earthquake Engineering Society of Korea
    • /
    • v.5 no.5
    • /
    • pp.13-23
    • /
    • 2001
  • In the companion paper, F. E. formulation for the geometric and plastic non-linear analysis of steel jacket structures subjected to wave and earthquake loadings was presented and the main processor was developed. In this paper, the pre/post processor are developed in order to analyze the output results effectively as well as to prepare the input data efficiently. Furthermore, the numerical examples are presented and discussed for linear and non-linear analysis of steel jackets under environmental loadings.

  • PDF

Development of a Graphic User Interface Program for Suspension Design (현가장치 설계용 그래픽 사용자 접속 프로그램 개발)

  • Kim, H.K.;Yoo, H.H.;Choi, K.R.;Lee, M.S.
    • Transactions of the Korean Society of Automotive Engineers
    • /
    • v.6 no.6
    • /
    • pp.7-14
    • /
    • 1998
  • A graphic user interface program for the design of vehicle suspension system is developed in this work. Graphic templates are designed by using a graphic language and a library and given to users for interactive data input. Several suspension types are graphically given, and the information of hard points can be directly provided on the graphic templates by users. The information is saved in a data structure which can be efficiently accessed, and transformed into another data format. The data transformation is for the interface to an analyzer by which suspension design characteristics can be calculated.

  • PDF

Code Generation for Integrity Constraint Check in Objectivity/C++ (Objectivity/C++에서 무결성 제약조건 확인을 위한 코드 생성)

  • Kim, In-Tae;Kim, Gi-Chang;Yu, Sang-Bong;Cha, Sang-Gyun
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.5 no.4
    • /
    • pp.416-425
    • /
    • 1999
  • 복잡한 무결성 제약 조건을 효율적으로 확인하기 위해 제약 조건들을 룰 베이스(rule base)에 저장하고 별도의 룰 관리 시스템과 제약 조건 관리 시스템을 통해 제약 조건을 확인하는 기법이 많은 연구자들에 의해 연구되고 발표되었다. 그러나 제약 조건 관리 시스템이 실행시간에 응용 프로그램을 항상 모니터링하고 있다가 데이타의 수정이 요청될 때마다 개입하여 프로세스를 중단시키고 관련 제약 조건을 확인하는 기존의 방법들은 처리 시간의 지연을 피할 수 없다. 본 논문은 컴파일 시간에 제약 조건 확인 코드를 응용 프로그램에 미리 삽입할 것을 제안한다. 응용 프로그램 자체 내에 제약 조건 확인 코드가 삽입되기 때문에 실행 시간에 다른 시스템의 제어를 받지 않고 직접 제약 조건의 확인 및 데이타베이스의 접근이 가능해져서 처리 시간의 지연을 피할 수 있을 것이다. 이를 위해 어떤 구문이 제약 조건의 확인을 유발하는 지를 추적하였고, 컴파일러가 그러한 구문을 어떻게 전처리 과정에서 검색하는지 그리고 그러한 구문마다 어떻게 해당 제약 조건 확인 코드를 삽입할 수 있는 지를 객체지향1) 데이타베이스 언어인 Objectivity/C++에 대해 gcc의 YACC 코드를 변경함으로써 보여 주었다.Abstract To cope with the complexity of handling integrity constraints, numerous researchers have suggested to use a rule-based system, where integrity constraints are expressed as rules and stored in a rule base. A rule manager and an integrity constraint manager cooperate to check the integrity constraints efficiently. In this approach, however, the integrity constraint manager has to monitor the activity of an application program constantly to catch any database operation. For each database operation, it has to check relevant rules with the help of the rule manager, resulting in considerable delays in database access. We propose to insert the constraints checking code in the application program directly at compile time. With constraints checking code inserted, the application program can check integrity constraints by itself without the intervention of the integrity constraint manager. We investigate what kind of statements require the checking of constraints, show how the compiler can detect those statements, and show how constraints checking code can be inserted into the program, by modifying the GCC YACC file for Objectivity/C++, an object-oriented database programming language.