• Title/Summary/Keyword: Program Transformation

Search Result 384, Processing Time 0.033 seconds

Detection and Classification of Defect Signals from Rotator by AE Signal Pattern Recognition (AE 신호 형상 인식법에 의한 회전체의 신호 검출 및 분류 연구)

  • Kim, Ku-Young;Lee, Kang-Yong;Kim, Hee-Soo;Lee, Hyun
    • Journal of the Korean Society for Railway
    • /
    • v.4 no.3
    • /
    • pp.79-86
    • /
    • 2001
  • The signal pattern recognition method by acoustic emission signal is applied to detect and classify the defects of a journal bearing in a power plant. AE signals of main defects such as overheating, wear and corrosion are obtained from a small scale model. To detect and classify the defects, AE signal pattern recognition program is developed. As the classification methods, the wavelet transformation analysis, the frequency domain analysis and time domain analysis are used. Among three analyses, the wavelet transformation analysis is most effective to detect and classify the defects of the journal bearing..

  • PDF

Analysis for Densification Behavior and Grain Growth of Nanocrystalline Ceramic Powder under High Temperature (나노 세라믹 분말의 고온 치밀화와 결정립 성장의 해석)

  • Kim, Hong-Gee;Kim, Ki-Tae
    • Proceedings of the KSME Conference
    • /
    • 2000.04a
    • /
    • pp.363-368
    • /
    • 2000
  • Densification, grain growth, and phase transformation of nanocrystalline ceramic powder were investigated under pressureless sintering, sinter forging, and hot pressing. A constitutive model for densification of nanocrystalline ceramic powder was proposed and implemented into a finite element program (ABAQUS). A grain growth model was also proposed by including the effect of applied stress on grain growth when phase transformation occurs. Finite element results by using the proposed models well predicted densification behavior, deformation, and grain growth of nanocrystalline titania powder during pressureless sintering, sinter forging, and hot pressing.

  • PDF

Finite Element Analysis of Multi-Pass Welding Structure (다층용접 구조물의 유한요소해석)

  • Ha, Joon-Wook;Kim, Tae-Woan;Kim, Dong-Jin
    • Proceedings of the KSME Conference
    • /
    • 2000.11a
    • /
    • pp.730-735
    • /
    • 2000
  • The finite element analysis by the computer program SYSWELD in consideration of phase transformation was carried out to simulate the multi-pass welding process of SA106 Gr. C which is used for the main steam pipe in nuclear power plant. All the numerical results such as temperatures, the size of heat affected zone and the residual stresses were compared to the experimental results.

  • PDF

A Study on the Three Dimensional Coordinates Analysis by Direct Linear Transformation (직접선형변환을 이용한 3차원 좌표해석에 관한 연구)

  • 김감래;이호남
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.5 no.2
    • /
    • pp.47-55
    • /
    • 1987
  • In this paper, the direct linear transformation is described in which a inner and exterior orientation parameters are treated as unknown for non-iterative direct space resection, and the computer program was developed to obtain object space coordinates. Image coordinates measurements are conducted with analogue stereo-plotter and digitizer. To prove the appropriateness of the two image coordinate measurement devices and the DLT method, the standard errors of object space coordinates are compared with semi-analytical method.

  • PDF

Transformation Methodology : From the Farmer Model To Component Interface meta Model

  • Park, Soo-Hyun;Min, Sung-Gi;Kim, Tai-Suk
    • Proceedings of the IEEK Conference
    • /
    • 2000.07a
    • /
    • pp.545-548
    • /
    • 2000
  • A fundamental tenet of CBD is that a component has a specification which describes what that component does, and how it behaves when its services are used. In general, the implementation may be written in a different programming language and execute on different technology platform, from the language and platform used by the client program. In order to implement practically the system that is designed by the Farmer model, there is need to have the ISM (Interface Specification Model) which explains specification about the functions of entities of the Farmer model, such as, entity node, aspect node and ILB/OLB. This paper suggests the transformation methodology from the concepts of the Farmer model to the mapping notions of the ISM. Also in reality, TMN agents system which is designed by the Farmer model is transformed to the ISM system design.

  • PDF

A Study On the Simulation Model of the Transformation of Random Variables Using FBI (Fortran Based Interpreter) (FBI(Fortran Based Interpreter)를 이용한 확률변수 변환의 시뮬레이션 모델에 관한 연구)

  • Kim, Won-Gyeong
    • Journal of Korean Institute of Industrial Engineers
    • /
    • v.13 no.2
    • /
    • pp.105-115
    • /
    • 1987
  • Although there are many theoretical methods for the transformation of random variables. it is difficult to find probability density functions for the new random variables because of the complexity in mathematics. The author developed a simulation model solving the above difficulties using FBI (Fortran Based Interpreter) routines. The FBI is a kind of language Interpreter analyzing the arithmetic statement in character data forms. In this paper. the FBI routines will be explained and the structure and applications of simulation model will be also demonstrated. Polynomial curve fitting method is applied to define the probability density function which can not be defined by well-known pdf. This program can also be used for instructing mathematical statistics and identifying distribution of the simulated data.

  • PDF

Prediction of Nuggest Shape by Finite Element Modeling in Arc-spot Welding (유한요소 모델링을 이용한 아크 스폿 용접의 너깃 형상 예측)

  • 황종근;장경복;김기순;강성수
    • Journal of Welding and Joining
    • /
    • v.17 no.2
    • /
    • pp.84-90
    • /
    • 1999
  • The shape of weld nuggest in arc spot welding of 304 stainless steel was found by searching thermal history of a weld joint through a three-dimensional finite element model. The problem consists of one in which the finite element mesh is growing continuously in time in order to accomodate metal transfer in arc spot welding using element rebirth technique. The analysis was performed on the basis of experimental results. The finite element program MARC, along with a few user subroutines, was employed to obtain the numerical results. Temperature-dependent thermal properties, stir effect in weld pool, effect of phase transformation, and the convective and radiative boundary conditions are included in the model. Numerically predicted shape of weld nuggest is compared with the experimentally observed shape.

  • PDF

A Study on the Automatic Parallelization Method and Tool Development

  • Shin, Woochang
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.12 no.3
    • /
    • pp.87-94
    • /
    • 2020
  • Recently, computer hardware is evolving toward increasing the number of computing cores, not increasing the clock speed. In order to use the performance of parallelized hardware to the maximum, the running program must also be parallelized. However, software developers are accustomed to sequential programs, and in most cases, write programs that operate sequentially. They also have a lot of difficulty designing and developing software in parallel. We propose a method to automatically convert a sequential C/C++ program into a parallelized program, and develop a parallelization tool that supports it. It supports open multiprocessing (OpenMP) and parallel patterns library (PPL) as a parallel framework. Perfect automatic parallelization is difficult due to dynamic features such as pointer operation and polymorphism in C/C++ language. This study focuses on verifying the conditions of parallelization rather than focusing on fully automatic parallelization, and providing advice to developers in detail if parallelization is not possible.

The Accumulation Process of Basic Research Capability in Korea : Case Study on ERC/SRC (한국의 기초연구능력 구축과정 : 우수연구센터(ERC/SRC) 제도를 중심으로)

  • 황혜란;윤정로
    • Journal of Korea Technology Innovation Society
    • /
    • v.6 no.1
    • /
    • pp.1-19
    • /
    • 2003
  • The mechanism of knowledge production in the basic science has been changed throughout the development process in Korea. During the 1970s, the focus resides in the support of individual scientists while it concentrated on the support of research organization, centered on center of excellence from the 1980s. The change in the sup-porting mechanism to basic science result in the transformation of knowledge production system in the university and impact on the behavior of individual scientists. This paper focuses on the co-evolution process between newly adopted supporting program for basic science and the knowledge production system via the case study of representative program of center of excellence supporting program in Korea.

  • PDF

A Study on the Market Transformation Type DSM System Based on Various Program Environments (다양한 수요관리 프로그램 개발 환경 조성을 통한 시장전환형 수요관리 체제 개발에 관한 연구)

  • Lee, Jeong-In;Hwang, Sung-Wook;Kim, Jung-Hoon
    • Proceedings of the KIEE Conference
    • /
    • 2007.07a
    • /
    • pp.796-797
    • /
    • 2007
  • An important purpose of DSM(Demand Side Management) program screening is to determine which program or technologies seem to be most worthy of future development, given the characteristics of the particular utility system. complication found in screening DSM technologies is the consideration of cost and benefit from several perspectives : the utility, society, participants, free rider and non participant. we also consideration of spillover participant, non participant. Cost-effectiveness on these factors can be respectively specified based on net benefit analysis, and it can provide a precise description on the customer effects.

  • PDF