• Title/Summary/Keyword: Source Code Generator

Search Result 41, Processing Time 0.04 seconds

Performance evaluation of an improved pool scrubbing system for thermally-induced steam generator tube rupture accident in OPR1000

  • Juhyeong Lee;Byeonghee Lee;Sung Joong Kim
    • Nuclear Engineering and Technology
    • /
    • v.56 no.4
    • /
    • pp.1513-1525
    • /
    • 2024
  • An improved mitigation system for thermally-induced steam generator tube rupture accidents was introduced to prevent direct environmental release of fission products bypassing the containment in the OPR1000. This involves injecting bypassed steam into the containment, cooling, and decontaminating it using a water coolant tank. To evaluate its performance, a severe accident analysis was performed using the MELCOR 2.2 code for OPR1000. Simulation results show that the proposed system sufficiently prevented the release of radioactive nuclides (RNs) into the environment via containment injection. The pool scrubbing system effectively decontaminated the injected RN and consequently reduced the aerosol mass in the containment atmosphere. However, the decay heat of the collected RNs causes re-vaporization. To restrict the re-vaporization, an external water source was considered, where the decontamination performance was significantly improved, and the RNs were effectively isolated. However, due to the continuous evaporation of the feed water caused by decay heat, a substantial amount of steam is released into the containment. Despite the slight pressurization inside the containment by the injected and evaporated steam, the steam decreased the hydrogen mole fraction, thereby reducing the possibility of ignition.

The Design of Optical Marker for Auto-registering of 3D scan data (3차원 스캐너의 레지스터링 문제 해결을 위한 광학식 마커 설계)

  • 손용훈;양현석
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2003.06a
    • /
    • pp.256-259
    • /
    • 2003
  • This paper proposes OPTICAL MARKER fer registering process - one of the 3D measurement process : scan registering - merging - measurement. If the registering work is carried out manually, it can be accompanied with much time and many errors. Because the patterned marker make registering process automatic, many firms use it now. But the physical shape of existing markers is the source of the data loss caused by hiding surface, and the marker arrangement is the source of the time loss. The optical marker proposed in this paper has marker generator, organized a large number of binary coded control laser diode, separate from 3D scan object. So, it does not take much time for the marker disposition, and it is not the origin of the data loss, and the binary coded laser information make the auto-registering possible.

  • PDF

An Open API Proxy Server System for Widget Services (위젯 서비스를 위한 오픈 API 프록시 서버 시스템)

  • Ahn, Byung-Hyun;Lee, Hyuk-Joon;Choi, Yong-Hoon;Chung, Young-Uk
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.9
    • /
    • pp.918-926
    • /
    • 2010
  • A widget is a small application running by the users' favorite services, so they are provided with web contents without explicitly visiting the web site. Although widgets can be easily implemented with Open APIs, only a few web sites provide them because of refactoring the structures of web resource to supply Open APIs to the widget developers. This paper presents an Open API Proxy Server System for widget services. The system consists of two components: an Open API Source Code Generator and an Open API Proxy Server. The Open API Source Code Generator provides a Graphical User Interface (GUI) for users to generate the Open APIs of user's choice and sends the Open API source code generation request to the Open API Proxy Server. The Open API Proxy Server using the HTML Table Processing Library receives the HTML web page from web site and extracts useful information from the target HTML table. The proxy server converts the extracted data into the corresponding XML document which becomes available through the Open API. We verify the operation of the proposed system through experiments with the HTML tables in the example web sites.

An Epithermal Neutron Beam Design for BNCT Using $^2H(d,n)^3He$ Reaction

  • Han, Chi-Young;Kim, Jong-Kyung;Chung, Kyu-Sun
    • Nuclear Engineering and Technology
    • /
    • v.31 no.5
    • /
    • pp.512-521
    • /
    • 1999
  • A feasibility study was performed to design an epithermal neutron beam for BNCT using the neutron of 2.45 MeV on the average produced from $^2H(d,n)^3$He reaction induced by plasma focus in the z-pinch instead of the conventional accelerator-based $^3H(d, n)^4$He neutron generator. Flux and spectrum were analyzed to use these neutrons as the neutron source for BNCT. Neutronic characteristics of several candidate materials in this neutron source were investigated Using MCNP Code, and $^7LiF$ ; 40%Al + 60%$AIF_3$, and Pb Were determined as moderator, filter, and reflector in an epithermal neutron beam design for BNCT, respectively. The skin-skull-brain ellipsoidal phantom, which consists of homogeneous regions of skin-, bone-, or brain-equivalent material, was used in order to assess the dosimetric effect in brain. An epithermal neutron beam design for BNCT was proposed by the repeated work with MCNP runs, and the dosimetric properties (AD, AR, ADDR, and Dose Components) calculated within the phantom showed that the neutron beam designed in this work is effective in tumor therapy. If the neutron source flux is high enough using the z-pinch plasma, BNCT using the neutron source produced from $^2H(d,n)^3$He reaction will be very feasible.

  • PDF

An SVG Code Generator for Algorithm Visualization (알고리즘 시각화를 위한 SVG 코드 생성 시스템)

  • Lee, Hyang-Sug;Lee, Su-Hyun
    • Journal of Korea Multimedia Society
    • /
    • v.13 no.3
    • /
    • pp.359-368
    • /
    • 2010
  • Algorithm visualization is useful for program testing, debugging and evaluating, as well as visual aids in education. When teaching algorithms and data structures, showing exact behaviors by graphics or animation is more suitable than just explaining them. Current systems for algorithm animation are limited to a couple of specific applications and need a special environment. In the proposed system, programmer writes source program in C and animator embeds visualization scripts in the appropriate location of the program. Then user can get an animation code in form of SVG and see a graphical representation on the web browser. Generated SVG animation code is platform independent and can also interact with other XML applications or HTML.

Software Formal Verification Methodology using Aspect DEVS Verification Framework (Aspect DEVS 검증 틀을 이용한 소프트웨어 정형 검증 방법론)

  • Choi, Chang-Beom;Kim, Tag-Gon
    • Journal of the Korea Society for Simulation
    • /
    • v.18 no.3
    • /
    • pp.113-122
    • /
    • 2009
  • Software is getting more complex due to a variety of requirements that include desired functions and properties. Therefore, verifying and testing the software are complicated problems. Moreover, if the software is already implemented, inserting and deleting tracing/logging code into the source code may cause several problems, such as the code tangling and the code scattering problems. This paper proposes the Aspect DEVS Verification Framework which supports the verification and testing process. The Aspect DEVS Verification Framework utilizes Aspect Oriented Programming features to handle the code tangling and the code scattering problems. By applying aspect oriented features, a user can find and fix the inconsistency between requirement and implementation of a software without suffering the problems. The first step of the verification process is the building aspect code to make a software act as a generator. The second step is developing a requirement specification using DEVS diagrams and implementing it using the DEVSIM++. The final step is comparing the event traces from the software with the possible execution sequences from DEVS model.

Planning and decommissioning of a disused Theratron- 780 teletherapy machine and the dose assessment methodology for normal and radiological emergency conditions

  • Mohamed M.Elsayed Breky ;Muhammad S. Mansy;A.A. El-Sadek ;Yousif M. Mousa ;Yasser T. Mohamed
    • Nuclear Engineering and Technology
    • /
    • v.55 no.1
    • /
    • pp.238-247
    • /
    • 2023
  • The present work represents a technical guideline for decommissioning a disused teletherapy machine model Theratron-780 and contains category one 60Co radioactive source. The first section predicts the dose rate from the source in case of normal and radiological emergency situations via FLUKA-MC simulation code. Moreover, the dose assessment for the occupational during the whole process is calculated and compared to the measured values. A suggested cordoned area for safety and security in a radiological emergency is simulated. The second section lists the whole process's technical procedures, including (preview, dismantle, securing, transport and storage) of the disused teletherapy machine. Results show that the maximum obtained accumulated dose for occupational were found to be 24.5 ± 4.9 μSv in the dismantle and securing process in addition to 3.5 ± 1.8 μSv during loading on the transport vehicle and unloading at the storage facility. It was found that the measured accumulated dose for workers is in good agreement with the estimated one by uncertainty not exceeding 5% in normal operating conditions.

Implementation of An Automatic Program Generator for Transforming CASE Data Format into CDIF Format (CASE 자료 형식으로부터 CDIF 형식으로 변환하는 프로그램 자동 생성기의 구현)

  • Bae, Sang-Hyun;Nam, Young-Kwang;Shin, Gyu-Sang
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.12
    • /
    • pp.3840-3847
    • /
    • 2000
  • Electronic Industries Association has set a standard format called CDIF(CASE Data Interchange Format) for exchanging information between CASE tools from 1991. If data used on a CASE tool is represented in CDIF format, then any other CASE tools can use the data by translating CDlF format into their own format. In order to do so, each CASE vendor must provide a translator program from CDIF to its own data format or from its own data to CDIF format. In this thesis, we have implemented a source code generator for translating CASE data format into CDIF format only if they provide how data is stored. This automatic program generator generates CDIF statements using data format used in CASE tools, meta information about stored data and CDIF meta information. In the thesis, the automatic program generator has been implemented with Java and Oracle DBMS with JOBC interface in Sun O/S environment.

  • PDF

8 Antenna Polar Switching Up-Down Relay Networks

  • Li, Jun;Lee, Moon-Ho;Yan, Yier;Peng, Bu Shi;Hwang, Gun-Joon
    • Journal of electromagnetic engineering and science
    • /
    • v.11 no.4
    • /
    • pp.239-249
    • /
    • 2011
  • In this paper, we propose a reliable $8{\times}8$ up-down switching polar relay code based on 3GPP LTE standard, motivated by 3GPP LTE down link, which is 30 bps/Hz for $8{\times}8$ MIMO antennas, and by Arikan's channel polarization for the frequency selective fading (FSF) channels with the generator matrix $Q_8$. In this scheme, a polar encoder and OFDM modulator are implemented sequentially at both the source node and relay nodes, the time reversion and complex conjugation operations are separately implemented at each relay node, and the successive interference cancellation (SIC) decoder, together with the cyclic prefix (CP) removal, is performed at the destination node. Use of the scheme shows that decoding at the relay without any delay is not required, which results in a lower complexity. The numerical result shows that the system coded by polar codes has better performance than currently used designs.

Implement of The Authoring Tool for WIPI Business Program using UIDL(User Interface Description Language) (사용자 인터페이스 명세 언어를 이용한 위피 비즈니스 프로그램 저작도구 구현)

  • Lee, Dong-Su;Park, Ki-Chang;Kim, Byung-Ki
    • The Journal of the Korea Contents Association
    • /
    • v.9 no.2
    • /
    • pp.152-162
    • /
    • 2009
  • At present, Authoring tools, which are used to develop the WIPI applications are less convenient to be coded. Usually, the programming tools only focus on the grammar while scarcity of visualization. Developer forced directly codes all times during the development by this cause. As a procedure for rapid WIPI Application Development, in this paper, WIPI API High Level Component is first visualized, in order words, graphic control is developed. Second this control is used in designing the mobile layout. Then UI Markup Language and source code can be generated automatically. With this view, we propose the JIML(Jlet Interface Markup Language) with UI Markup Language based XML of WIPI Jlet Platform and also present the transformable rule for generation to the WIPI code about WIPI Jlet UI from offered JIML. Also we implement the WIPI Jlet Generation System to make the generation to JIML, WIPI code. The Implemented System provides efficiency when developing WIPI Business Application, and helps to enable rapid development.