• Title/Summary/Keyword: Code Phase

Search Result 883, Processing Time 0.029 seconds

A Design Technique of Meta-Model for Reengineering from Legacy to CBD (레거시로부터 CBD로의 재공학을 위한 메타 모델 설계 기법)

  • Kim Chul-Jin;Cho Eun-Sook
    • Journal of Korea Multimedia Society
    • /
    • v.8 no.3
    • /
    • pp.398-412
    • /
    • 2005
  • There is an increasing interest in migration legacy systems to new hardware platforms and to new software development paradigms. The reason is that high maintenance costs and lack of documentation. In order to migrate or transform legacy system, various approaches such as screen scrapping, wrapping, semi-development, and re-development, tools, and methodologies are introduced until now. However, architecture or requirements level's transformation is not suggested because most of those approaches focus on code-level transformation or a few model-level transform. In this paper, we suggest a meta-model driven approach applying 3D space concept, which can be applied into architecture and requirement phase. Proposed integrated model drives seamless migration or co-evolution from code to architecture of reverse engineering and from architecture to code of forward engineering.

  • PDF

LVRT Control Strategy of Grid-connected Wind Power System (계통 연계형 풍력 발전 시스템의 LVRT 제어 전략)

  • Shin, Ho-Joon;Sul, Seung-Ki
    • The Transactions of the Korean Institute of Power Electronics
    • /
    • v.16 no.2
    • /
    • pp.182-190
    • /
    • 2011
  • This paper proposes a LVRT (Low Voltage Ride Through) control strategy which should be satisfied by grid-connected wind power system when grid faults occur. The LVRT regulation indicates rules or actions which have to be executed according to the voltage dip ratio and the fault duration. Especially the wind power system has to support the grid with specified reactive current to secure the grid stability when voltage reduction ratio is over 10%. The LVRT regulation in this paper is based on the German Grid Code and full-scale variable speed wind power conversion system is considered for LVRT control strategy. The proposed LVRT control strategy satisfies not only LVRT regulation but also makes power balance between wind turbine and power system through additional DC link voltage regulation algorithms. Because it is impossible to control grid side power when the 3-phase to ground fault occurs, the DC link voltage is controlled by a generator side inverter using the DC link voltage control strategy. Through the simulation and experiment result, the proposed LVRT control strategy is evaluated and its effectiveness is verified.

A Study on the fire-resistance of concrete-filled steel square tube columns without fire protection under constant central axial loads

  • Park, Su-Hee;Choi, Sung-Mo;Chung, Kyung-Soo
    • Steel and Composite Structures
    • /
    • v.8 no.6
    • /
    • pp.491-510
    • /
    • 2008
  • This paper presents a plan and guidelines that were drawn for Korean based research carried out on the fire-resistance of CFT columns. This research was carried out by reviewing the Korean regulations related to the fire-resistance of CFT columns and examining studies which had been made in Korea as well as overseas. The first phase of the study plan was to compare the fire-resistance of square CFT columns without fire protection (obtained through fire-resistance tests and numerical analyses) with estimated values (obtained through fire-resistance design formulas proposed in Korea and overseas). This comparison provided conclusions as outlined below. Fire-resistance tests conducted in this study proved that, when the actual design load is taken into consideration, square CFT columns without fire protection are able to resist a fire for more than one hour. A comparison was made of test and analysis results with the fire-resistance time based on the AIJ code, the AISC design formula and the estimation formula suggested for Korea. The results of this comparison showed that the test and analysis results for specimens SAH1, SAH2-1, SAH2-2 and SAH3 were almost identical with the AIJ code, the AISC design formula and estimation formula. For specimens SAH4 and SAH5, the estimation formula was more conservative than the AIJ code and the AISC design formula. It was necessary to identify the factors that have an influence on the fire-resistance of CFT columns without fire protection and to draw fire-resistance design formulas for these columns. To achieve this, it is proposed that numerical analyses and tests be conducted in order to evaluate the fire-resistance of circular CFT columns, the influence of eccentricity existing as an additional factor and the influence of the slenderness ratio of the columns. It is also suggested that the overall behavior of CFT structures without fire protection within a fire be evaluated through analysis simulation.

Simulation of Pressure Oscillation in Water Caused by the Compressibility of Entrapped Air in Dam Break Flow (댐 붕괴 유동에서 갇힌 공기의 압축성에 의한 물의 압력 진동 모사)

  • Shin, Sangmook
    • Journal of the Society of Naval Architects of Korea
    • /
    • v.55 no.1
    • /
    • pp.56-65
    • /
    • 2018
  • Pressure oscillation caused by the compressibility of entrapped air in dam break flow is analyzed using an open source code, which is a two-phase compressible code for non-isothermal immiscible fluids. Since compressible flows are computed based on a pressure-based method, the code can handle the equation of state of barotropic fluid, which is virtually incompressible. The computed time variation of pressure is compared with other experimental and computational results. The present result shows good agreements with other results until the air is entrapped. As the entrapped air bubbles pulsate, pressure oscillations are predicted and the pressure oscillations damp out quickly. Although the compressibility parameter of water has been varied for a wide range, it has no effects on the computed results, because the present equation of state for water is so close to that of incompressible fluid. Grid independency test for computed time variation of pressure shows that all results predict similar period of pressure oscillation and quick damping out of the oscillation, even though the amplitude of pressure oscillation is sensitive to the velocity field at the moment of the entrapping. It is observed that as pressure inside the entrapped air changes quickly, the pressure field in the neighboring water adjusts instantly, because the sound of speed is much higher in water. It is confirmed that the period of pressure oscillation is dominated by the added mass of neighboring water. It is found that the temperature oscillation of the entrapped air is critical to the quick damping out of the oscillations, due to the fact that the time averaged temperature inside the entrapped air is higher than that of surrounding water, which is almost constant.

Proposition and Evaluation of Parallelism-Independent Scheduling Algorithms for DAGs of Tasks with Non-Uniform Execution Time

  • Kirilka Nikolova;Atusi Maeda;Sowa, Masa-Hiro
    • Proceedings of the IEEK Conference
    • /
    • 2000.07a
    • /
    • pp.289-293
    • /
    • 2000
  • We propose two new algorithms for parallelism-independent scheduling. The machine code generated from the compiler using these algorithms in its scheduling phase is parallelism-independent code, executable in minimum time regardless of the number of the processors in the parallel computer. Our new algorithms have the following phases: finding the minimum number of processors on which the program can be executed in minimal time, scheduling by an heuristic algorithm for this predefined number of processors, and serialization of the parallel schedule according to the earliest start time of the tasks. At run time tasks are taken from the serialized schedule and assigned to the processor which allows the earliest start time of the task. The order of the tasks decided at compile time is not changed at run time regardless of the number of the available processors which means there is no out-of-order issue and execution. The scheduling is done predominantly at compile time and dynamic scheduling is minimized and diminished to allocation of the tasks to the processors. We evaluate the proposed algorithms by comparing them in terms of schedule length to the CP/MISF algorithm. For performance evaluation we use both randomly generated DAGs (directed acyclic graphs) and DACs representing real applications. From practical point of view, the algorithms we propose can be successfully used for scheduling programs for in-order superscalar processors and shared memory multiprocessor systems. Superscalar processors with any number of functional units can execute the parallelism-independent code in minimum time without necessity for dynamic scheduling and out-of-order issue hardware. This means that the use of our algorithms will lead to reducing the complexity of the hardware of the processors and the run-time overhead related to the dynamic scheduling.

  • PDF

An Analytical Method for the Evaluation of Micro-cracking in Concrete Shrinkage Induced (콘크리트의 수축으로 인한 미세균열 발생 평가를 위한 해석적 기법)

  • Song, Young-Chul;Kim, Do-Gyeum;Moon, Jae-Heum
    • Journal of the Korea Concrete Institute
    • /
    • v.22 no.1
    • /
    • pp.69-76
    • /
    • 2010
  • The majority of research that has been performed on cracking potential of concrete by shrinkage has assumed that concrete acts as a homogeneous material. However, with this approach, it is not able to evaluate the micro-cracking behavior in concrete due to autogenous shrinkage under unrestrained boundary condition (free boundary condition) nor to understand the cracking behavior properly because of the heterogeneous nature of concrete. To better understand the micro-cracking behavior of concrete induced by autogenous shrinkage, series of experiments were performed measuring the length change and acoustic emission energy. As an analytical approach, this research uses an object oriented finite element analysis code (OOF code) to simulate the behavior of the concrete on a meso-scale. The concrete images used in the simulations were directly obtained from mortar samples. From the experiments and simulation results, it was able to better understand the micro-cracking behaviour of concrete due to shrinking of paste phase and internal restraint by aggregates.

New Byzantine Resilient Multi-Path Key Establishment Scheme for Wireless Sensor Networks (무선 센서 네트워크를 위한 비잔틴 공격에 강인한 새로운 다중 패스 키 설정 방법)

  • Kim, Young-Sik;Jang, Ji-Woong;Lim, Dae-Woon
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.34 no.9C
    • /
    • pp.855-862
    • /
    • 2009
  • The path key establishment phase in the wireless sensor network is vulnerable to Byzantine attack. Huang and Hedhi proposed a Byzantine resilient multi-key establishment scheme using a systematic RS code, which has shortcomings of exposing a part of message symbols and inefficient transmission. In this paper, we propose a new Byzantine resilient multi-path key establishment scheme in which direct message symbols are not exposed to an adversary and are more efficiently transmitted the RS-encoded symbols to the destination node. In the Proposed scheme, a non-systematic RS code is used to transmit a generated indirect secret key and each encoded symbol is relayed through available paths between two sensor nodes. If enough symbols are collected at the destination node, it is possible to reconstruct the secret message through RS decoding.

A Basic Study on Review the Classification System and the Process of BIM Information for an Automatic Review of Building Code (건축법규 자동검토를 위한 BIM정보의 분류체계 검토 및 프로세스에 관한 기초연구)

  • Lee, Chang-Yoon;Shim, Un-Jun;Ahn, Yong-Sun
    • Korean Journal of Construction Engineering and Management
    • /
    • v.13 no.5
    • /
    • pp.45-52
    • /
    • 2012
  • Recently, BIM is used at several areas actively because of introduction of BIM in the construction industry. In particular, the recent many studies on activation of BIM information sharing is underway and it is the future direction of BIM. Moreover, it should be clearly realized. In the BIM levels of domestic construction phase, Interference Review, calculating volume estimates in part based on the active research is underway. However, still interested in reviewing building codes have relatively little interest. As BIM enabled, The methods of reviewing building codes should be transformed into a automated system by using information of BIM. In overseas, they are already using diverse softwares for reviewing modeling. Thus, For an automatic review of building regulations research is needed. this study is research on the development Domestic building codes as an automatic review process by using BIM. In order to Automatic review of the current building regulations by using BIM, this study analyzes the characteristics of each piece of information.

Numerical Study of Low-pressure Subcooled Flow Boiling in Vertical Channels Using the Heat Partitioning Model (열분배모델을 이용한 수직유로에서의 저압 미포화비등 해석)

  • Lee, Ba-Ro;Lee, Yeon-Gun
    • Transactions of the Korean Society of Mechanical Engineers B
    • /
    • v.40 no.7
    • /
    • pp.457-470
    • /
    • 2016
  • Most CFD codes, that mainly adopt the heat partitioning model as the wall boiling model, have shown low accuracies in predicting the two-phase flow parameters of subcooled boiling phenomena under low pressure conditions. In this study, a number of subcooled boiling experiments in vertical channels were analyzed using a thermal-hydraulic component code, CUPID. The prediction of the void fraction distribution using the CUPID code agreed well with experimental data at high-pressure conditions; whereas at low-pressure conditions, the predicted void fraction deviated considerably from measured ones. Sensitivity tests were performed on the submodels for major parameters in the heat partitioning model to find the optimized sets of empirical correlations suitable for low-pressure subcooled flow boiling. The effect of the K-factor on the void fraction distribution was also evaluated.

A Numerical Study on Analysis of Low Frequency Aero-acoustic Noise for a HAWT of NREL Phase VI (NREL Phase VI 수평축 풍력터빈의 저주파 공력소음 해석에 관한 수치적 연구)

  • Mo, Jang-Oh;Lee, Young-Ho
    • Journal of Advanced Marine Engineering and Technology
    • /
    • v.33 no.8
    • /
    • pp.1170-1179
    • /
    • 2009
  • The purpose of this work is to predict the low frequency aero-acoustic noise generated from the horizontal axis wind turbine, NREL Phase VI for the whole operating conditions of various wind speeds using large eddy simulation and Ffowcs-Williams and Hawkings model provided in the commercial code, FLUENT. Because there is no experimental data about wind turbine noise, we first of all compared aerodynamic performance such as shaft torque and power with experimentally measured value. Performance results show a good agreement with experimental data within about 0.8%. As the wind speed increases, the overall sound pressure level and the sound pressure level by the quadrupole and dipole source show a increasing tendency. Also, sound pressure level is proportional to $r^{-2}$ in the near field and $r^{-1}$ in the far field according to the increase of distance from the center of hub of wind turbine. According to 2 times increase of distance, sound pressure level is reduced by about 6dB.