• Title/Summary/Keyword: K-Code

Search Result 8,838, Processing Time 0.034 seconds

A Symbolic Computation Method for Automatic Generation of a Full Vehicle Model Simulation Code for a Driving Simulator

  • Lee Ji-Young;Lee Woon-Sung
    • Journal of Mechanical Science and Technology
    • /
    • v.19 no.spc1
    • /
    • pp.395-402
    • /
    • 2005
  • This paper deals with modeling and computer simulation of a full multibody vehicle model for a driving simulator. The multibody vehicle model is based on the recursive formulation and a corresponding simulation code is generated automatically from AUTOCODE, which is a symbolic computation package developed by the authors using MAPLE. The paper describes a procedure for automatically generating a highly efficient simulation code for the full vehicle model, while incorporating realistically modeled components. The following issues have been accounted for in the procedure, including software design for representing a mechanical system in symbolic form as a set of computer data objects, a multibody formulation for systems with various types of connections between bodies, automatic manipulation of symbolic expressions in the multibody formulation, interface design for allowing users to describe unconventional force-and torque-producing components, and a method for accommodating external computer subroutines that may have already been developed. The effectiveness and efficiency of the proposed method have been demonstrated by the simulation code developed and implemented for driving simulation.

Analysis of Experiments for Vertical In-Tube Steam Condensation with Noncondensable Gases Using the Modified RELAP5/MOD3.2 Code

  • Park, Hyun-Sik;No, Hee-Cheon
    • Proceedings of the Korean Nuclear Society Conference
    • /
    • 1999.05a
    • /
    • pp.109-109
    • /
    • 1999
  • The standard RELAP5/MOD3.2 code was modified using the non-iterative modeling. which is developed to simulate steam condensation in the presence of noncondensable gases ill a vertical tube. The modified RELAP5/MOD3.2 code was used to simulate two kinds of vertical in-tube experiments involving the condensation phenomenon in the presence of noncondensable gases. The modeling capabilities of the modified RELAP5/MOD3.2 codc as well as the standard code for the condensation in the presence of noncondensable gases are assessed using two PCCS condensation experiments and four reflux condensation experimcnts. The modified RELAP5/MOD3.2 code gives good prediction over the data of both PCCS condensation and reflux condensation experiments

  • PDF

Improvement of the Accuracy of Optical Simulation Using by the Multi-cube UV Source in PDP Cells (Multi-cube UV source 이용한 PDP에서 광학시뮬레이션의 정확성 개선에 관한 연구)

  • Kang, Jung-Won;Eom, Chul-Whan
    • Journal of the Semiconductor & Display Technology
    • /
    • v.6 no.2 s.19
    • /
    • pp.41-44
    • /
    • 2007
  • Optical simulation of the rear and front panel geometries were needed to improve the luminance and efficiency in PDP cells. The 3-dimensional optical code can be used to analyze the variation of geometries and changing of optical properties. In order to improve the accuracy of simulated results, a new UV source, called a multi-cubes UV source, was designed. To design the source, at first UV distribution was calculated with the plasma fluid code and then the UV distribution was transformed to the multi-cube structures in the optical code. Compared to the results from existing UV source, called a planar UV source, could be improved the accuracy of visible light distribution. Simulated results were also compared to the visible distribution measured with the ICCD in a real PDP cell.

  • PDF

A Study on Character Recognition using HMM and the Mason's Theorem

  • Lee Sang-kyu;Hur Jung-youn
    • Proceedings of the IEEK Conference
    • /
    • summer
    • /
    • pp.259-262
    • /
    • 2004
  • In most of the character recognition systems, the method of template matching or statistical method using hidden Markov model is used to extract and recognize feature shapes. In this paper, we used modified chain-code which has 8-directions but 4-codes, and made the chain-code of hand-written character, after that, converted it into transition chain-code by applying to HMM(Hidden Markov Model). The transition chain code by HMM is analyzed as signal flow graph by Mason's theory which is generally used to calculate forward gain at automatic control system. If the specific forward gain and feedback gain is properly set, the forward gain of transition chain-code using Mason's theory can be distinguished depending on each object for recognition. This data of the gain is reorganized as tree structure, hence making it possible to distinguish different hand-written characters. With this method, $91\%$ recognition rate was acquired.

  • PDF

Development of a Code Generation Support System in Integrated Development Environment of an Educational Compiler

  • Kwon, Jung-Hoon;Bae, Jong-Min
    • Journal of the Korea Society of Computer and Information
    • /
    • v.21 no.11
    • /
    • pp.159-166
    • /
    • 2016
  • Compiler course is one of the important courses in computer science. It requires more efficient learning environment because of its large coverage scale and complexity. One of its solutions is to provide the integrated development environment for educational compilers which is enable to give practice-oriented class and enhance student's interest. This paper presents the code generation support system developed in an integrated development environment of educational compiler. Our system helps students to understand the process of code generation and visualizes the relation among the source language, AST, and the target language. It makes students develop their own compilers more easily.

DEVELOPMENT OF THE MATRA-LMR-FB FOR FLOW BLOCKAGE ANALYSIS IN A LMR

  • Ha, Kwi-Seok;Jeong, Hae-Yong;Chang, Won-Pyo;Kwon, Young-Min;Cho, Chung-Ho;Lee, Yong-Bum
    • Nuclear Engineering and Technology
    • /
    • v.41 no.6
    • /
    • pp.797-806
    • /
    • 2009
  • The Multichannel Analyzer for Transient and steady-state in Rod Array - Liquid Metal Reactor for Flow Blockage analysis (MATRA-LMR-FB) code for the analysis of a subchannel blockage has been developed and evaluated through several experiments. The current version of the code is improved here by the implementation of a distributed resistance model which accurately considers the effect of flow resistance on wire spacers, by the addition of a turbulent mixing model, and by the application of a hybrid scheme for low flow regions. Validation calculations for the MATRA-LMR-FB code were performed for Oak Ridge National Laboratory (ORNL) 19-pin tests with wire spacers and Karlsruhe 169-pin tests with grid spacers. The analysis of the ORNL 19-pin tests conducted using the code reveals that the code has sufficient predictive accuracy, within a range of 5 $^{\circ}C$, for the experimental data with a blockage. As for the results of the analyses, the standard deviation for the Karlsruhe 169-pin tests, 0.316, was larger than the standard deviation for the ORNL 19-pin tests, 0.047.

Design and Implementation of Java Bytecode Translator usin Pattern Matching Technique (패턴 매칭 기법을 이용한 자바 바이트코드 변환기의 설계 및 구현)

  • Ko, Kwang-Man
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.39 no.4
    • /
    • pp.1-9
    • /
    • 2002
  • The various researches are investigated for translating Bytecode into native code which can be implemented in the specific processor using classical compiling methods to improve the execution speed of the Java application programs. The code generation techniques using pattern matching can generate more high-quality machine code than code expansion techniques. We provide, in this research, the standardized pattern describing methods and pattern matching techniques that can be used to generate the register-based intermediate code which is for the effective native code generation from Bytecode. And we designed and realized the intermediate code translator with which we can generate the high-quality register-based intermediate code using standardized pattern described formerly.

Analysis of Locked Rotor Event Using TASS Code

  • Lee, Byung-Il;Kim, Jong-Jin;Baek, Seung-Su;Um, Kil-Sub;Kim, Hee-Cheol
    • Proceedings of the Korean Nuclear Society Conference
    • /
    • 1996.05b
    • /
    • pp.598-603
    • /
    • 1996
  • When locked rotor event. occurs, instantaneously affected loop and core flow were quickly reduced, which resulted in an increase in coolant temperature and system pressure. Analysis method of this event was that constant core inlet temperature and system pressure as well as change in core flow calculated from COAST code were statically used as an input variable to HERMITE code, because of no tools to simulate NSSS behavior and 1-D core neutronics transient coincidently. With employing TASS code revised with 1-D neutronics model, this event was analyzed in point of DNBR. By doing so, analysis procedure could be simplified and unreasonable conservatism might be removed in DNBR calculation by consideration of pressure increase.

  • PDF

A Code Assignment Algorithm for Microinstructions (마이크로 명령어의 코드 할당 알고리즘)

  • Kim, H.R.;Kim, C.S.;Hong, I.S.;Lim, J.Y.;Lim, I.C.
    • Proceedings of the KIEE Conference
    • /
    • 1988.07a
    • /
    • pp.587-590
    • /
    • 1988
  • In the case of VLSI computer system control unit design using PLA, optimal state code assignment algorithm to minimize the PLA area is proposed. An optimal state code assignment algorithm which considers output state and logic minimization simultaneously is proposed, and by means of this, algorithm product term is minimized. Also, by means of this algorithm running time and memory capacitance is decreased as against heuristic state code assignment algorithm which uses matrix calculation and considers the constraint relation only. This algorithm is implemented on VAX 11/750 (UNIX4.3BSD). Through the various test example applied proposed algorithm, the efficiency of this algorithm is shown.

  • PDF

Verification of HELIOS-MASTER System Through Benchmark of Critical Experiments

  • Kim, Ha-Yong;Kim, Kyo-Youn;Oh, Cho-Byung;Lee, Chung-Chan;Zee, Sung-Quun
    • Proceedings of the Korean Nuclear Society Conference
    • /
    • 1999.05a
    • /
    • pp.22-22
    • /
    • 1999
  • The HELlOS-MASTER code system is verified through the benchmark of the critical experiments that were performed by RRC "Kurchatov Institute" with water-moderated hexagonally pitched lattices of highly enriched Uranium fuel rods (8Ow/o). We also used the same input by using the MCNP code that was described in the evaluation report, and compared our results with those of the evaluation report. HELlOS, developed by Scandpower A/S, is a two-dimensional transport program for the generation of group cross-sections, and MASTER, developed by KAERI, is a three-dimensional nuclear design and analysis code based on the two-group diffusion theory. It solves neutronics model with the AFEN (Analytic Function Expansion Nodal) method for hexagonal geometry. The results show that the HELIOSMASTER code system is fast and accurate enough to be used as nuclear core analysis tool for hexagonal geometry.ometry.

  • PDF