• Title/Summary/Keyword: Implementation verification

Search Result 689, Processing Time 0.028 seconds

One-dimensional Hydraulic Modeling of Open Channel Flow Using the Riemann Approximate Solver I : Model Development (Riemann 해법을 이용한 1차원 개수로 수리해석Ⅰ: 모형 개발)

  • Kim, Ji-Sung;Han, Kun-Yeun
    • Journal of Korea Water Resources Association
    • /
    • v.41 no.8
    • /
    • pp.761-772
    • /
    • 2008
  • The object of this study is to develop the model that solves the numerically difficult problems in hydraulic engineering and to demonstrate the applicability of this model by means of various test examples, such as, verification in the gradually varied unsteady condition, three steady flow problems with the change of bottom slope with exact solution, and frictional bed with analytical solution. The governing equation of this model is the integral form of the Saint-Venant equation satisfying the conservation laws, and finite volume method with the Riemann solver is used. The evaluation of the mass and momentum flux with the HLL Riemann approximate solver is executed. MUSCL-Hancock scheme is used to achieve the second order accuracy in space and time. This study introduce the new and simple technique to discretize the source terms of gravity and hydrostatic pressure force due to longitudinal width variation for the balance of quantity between nonlinear flux and source terms. The results show that the developed model's implementation is accurate, robust and highly stable in various flow conditions with source terms, and this model is reliable for one-dimensional applications in hydraulic engineering.

A Study on the Collaboration of the Function Analysis and Idea Creation Phase with Function Integration FAST(FI FAST) and Hierarchical Value Engineering Concept Modules(HVECM) (통합 기능계통도와 계층적 컨셉모듈을 활용한 기능분석단계와 창조단계의 연계성에 관한 고찰)

  • In, Chi-Sung;NamKung, In-Il;Hyun, Chang-Taek;Koo, Kyo-Jin
    • Proceedings of the Korean Institute Of Construction Engineering and Management
    • /
    • 2006.11a
    • /
    • pp.355-360
    • /
    • 2006
  • Function analysis and idea creation phase in Value Engineering(VE) Process is applied to manufacturing Industry for developing functions for elements of products, and in construction come to use various components like process, size of project, spaces as well as function itself due to multi-functional aspect. For this reason, VE applications to the construction industry are considered to be less frequent and efficient than to the manufacturing. To resolve this problem, a new technique of Function Integration Fast(HI FAST) and Hierarchical Value Engineering Concept Modules(HVECM) was made for practical integration and sequence of VE job Plan. Two types of function would be defined In this method, first and second function, during the job Plan process, and two function champions be selected for next creation phase process. For verification of consecutiveness of function analysis and idea creation phase for successful VE project implementation, this methodology was tested under design phase in office and IT Multi-functional building project. Make sure the successful application of this process with this method, need to develop the talent of VE experts and team members for process of function analysis and creation phase.

  • PDF

Design and Implementation of an Object-Based Thesaurus System: Semi-automated Construction, Abstracted Concept Browsing and Query-Based Reference (객체기반 시소러스 시스템의 설계 및 구현: 반자동화 방식의 구축, 추상화 방식의 개념 브라우징 및 질의기반 참조)

  • Choi, Jae-Hun;Kim, Ki-Heon;Yang, Jae-Dong
    • Journal of KIISE:Databases
    • /
    • v.27 no.1
    • /
    • pp.64-78
    • /
    • 2000
  • In this paper, we design and implement a system for managing domain specific thesauri, where object-oriented paradigm is applied to thesaurus construction, concept browsing and query-based reference. This system provides an objected-oriented mechanism to assist domain experts in constructing thesauri; it determines a considerable part of relationship degrees between terms by inheritance and supplies domain experts with information available from a thesaurus being constructed This information is especially useful to enforce consistency between the hierarchies of a thesaurus, each constructed by different experts in different sites through cooperation. It may minimize the burden of domain eIn this paper, we design and implement a system for managing domain specific thesauri, where object oriented paradigm is applied to thesaurus construction, concept browsing and query based reference. This system provides an objected mechanism to assist domain experts in constructing thesauri: it determines a considerable part of relationship degrees between terms by inheritance and supplies domain experts with information available from a thesaurus being constructed. This information is especially useful to enforce consistency between the hierarchies of a thesaurus, each constructed by different experts in different sites through cooperation. It may minimize the burden of domain experts caused from the exhaustive specification of individual relationship. This system also provides an abstracted browsing and a query based reference, which allow users to easily verify thesaurus terms before they are used in usual boolean queries. The verification is made by actively searching for them in the thesaurus. Reference queries and abstracted browsing views facilitate this searching. The facility is indispensable especially when precision counts for much.

  • PDF

Theory and Implementation of Dynamic Taint Analysis for Tracing Tainted Data of Programs (프로그램의 오염 정보 추적을 위한 동적 오염 분석의 이론 및 구현)

  • Lim, Hyun-Il
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.2 no.7
    • /
    • pp.303-310
    • /
    • 2013
  • As the role of software increases in computing environments, issues in software security become more important problems. Dynamic taint analysis is a technique to trace and manage tainted data originated from unreliable sources during the execution of a program. This analysis can be applied to software security verification as well as software behavior understanding, testing unexpected errors, or debugging. In the previous researches, they focussed only to show the analysis results of dynamic taint analysis, and they did not logically describe propagation process of tainted data and analysis procedures. So, there were difficulties in understanding the analysis procedures or applying to other analysis. In this paper, by theoretically describing the analysis procedure, we logically show how the propagation process of tainted data can be traced, and present a theoretical model for dynamic taint analysis. In addition, we verify the correctness of the proposed model by implementing an analyser, and show that propagation of tainted data can be traced by the model. The proposed model can be applied to understand the analysis procedures of data flows in dynamic taint analysis, and can be used as an base knowledge for designing and implementing analysis method, which applies such analysis method.

Implementation of the AMBA AXI4 Bus interface for effective data transaction and optimized hardware design (효율적인 데이터 전송과 하드웨어 최적화를 위한 AMBA AXI4 BUS Interface 구현)

  • Kim, Hyeon-Wook;Kim, Geun-Jun;Jo, Gi-Ppeum;Kang, Bong-Soon
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.15 no.2
    • /
    • pp.70-75
    • /
    • 2014
  • Recently, the demand for high-integrated, low-powered, and high-powered SoC design has been increasing due to the multi-functionality and the miniaturization of digital devices and the high capacity of service informations. With the rapid evolution of the system, the required hardware performances have become diversified, the FPGA system has been increasingly adopted for the rapid verification, and SoC system using the FPGA and the ARM core for control has been growingly chosen. While the AXI bus is used in these kinds of systems in various ways, it is traditionally designed with AXI slave structure. In slave structure, there are problems with the CPU resources because CPU is continually involved in the data transfer and can't be used in other jobs, and with the decreased transmission efficiency because the time not used of AXI bus beomes longer. In this paper, an efficient AXI master interface is proposed to solve this problem. The simulation results show that the proposed system achieves reductions in the consumption clock by an average of 51.99% and in the slice by 31% and that the maximum operating frequency is increased to 107.84MHz by about 140%.

Design and Implementation of the Word Card Learning Content based on Mobile AR (모바일 AR 기반 낱말카드 교육 콘텐츠 설계 및 구현)

  • Jung, Ji-Eun;Chun, JiYoon;Choi, Yoo-Joo
    • The Journal of the Korea Contents Association
    • /
    • v.15 no.6
    • /
    • pp.616-631
    • /
    • 2015
  • This study proposes a mobile Augmented Reality (AR)-based "word card" learning tool for children aged 3 to 5. First, this study suggests a learning structure to improve motivation and immersion of learning, Secondly, it designs and implements the user interface applying the proposed learning structure. Also, it designs a content management tool supporting the production of the content so that instructors can easily manage the contents for various learners. This study is conducted by four steps - reference research, design of "word card" learning content for the learner, design of content management tool for the instructor and the effectiveness verification of the proposed content. The proposed content was designed based on an education content architecture for enhancement of immersion and motivation to study. Moreover, it includes an 'AR content management tool for instructor' designed to easily update AR education content. The class for six children aged 3 to 5 was given to validate the enhancement of immersion to study. Experiment results showed that the proposed content enhanced the study immersion and that special interaction design for early children was necessary.

Improvement of the HCM Delay Estimation Model for Exclusive Permitted Left Turns (비보호 좌회전 지체도 추정모형의 개선)

  • 김진태
    • Journal of Korean Society of Transportation
    • /
    • v.21 no.2
    • /
    • pp.107-118
    • /
    • 2003
  • Highway Capacity Manual (HCM) provides an analytical delay estimation model to assist the evaluation of traffic at a signalized intersection. The model revised and included in the HCM published in the year 2000 reflects the results of recent studies and is utilized in various fields of transportation studies. For the implementation of the model in the case of permitted left turns, the HCM supplement provides a computational procedure to adjust the saturation flow rate of permitted left toms. The model however, is originally designed for a protected movement and thus underestimates the delay of permitted left turns due to its difference right-of-way nature. This document describes (1) a review of the theoretical background of the HCM delay estimation model, (2) problems embedded in the model for the delay estimation of permitted left turns, (3) a proposed model developed in this study to improve the delay estimation for permitted left turns and (4) a set of verification tests. In order to reflect various traffic and control conditions in the test, simulation studies were performed to by using the field data based on 120 different permitted left-turn scenarios. Comparison studies conducted between sets of delays estimated by the HCM and the proposed models against a set of the CORSIM delays and showed that the proposed model improved the estimation of the permitted left-turn delays. The explanatory variable of the relationship between the HCM delay and the simulation delay was 0.47 and the one between the delay estimated by the proposed model and the simulation delay was 0.77.

Implementation of Sonar Bearing Accuracy Measurement Equipment with Parallax Error and Time Delay Error Correction (관측위치오차와 시간지연오차를 보정하는 소나방위정확도 측정 장비 구현)

  • Kim, Sung-Duk;Kim, Do-Young;Park, Gyu-Tae;Shin, Kee-Cheol
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.20 no.4
    • /
    • pp.245-251
    • /
    • 2019
  • Sonar bearing accuracy is the correspondence between the target orientation predicted by sonar and actual target orientation, and is obtained from measurements. However, when measuring sonar bearing accuracy, many errors are included in the results because they are made at sea, where complex and diverse environmental factors are applied. In particular, parallax error caused by the difference between the position of the GPS receiver and the sonar sensor, and the time delay error generated between the speed of underwater sound waves and the speed of electromagnetic waves in the air have a great influence on the accuracy. Correcting these parallax errors and time delay errors without an automated tool is a laborious task. Therefore, in this study, we propose a sonar bearing accuracy measurement equipment with parallax error and time delay error correction. The tests were carried out through simulation data and real data. As a result of the test it was confirmed that the parallax error and time delay error were systematically corrected so that 51.7% for simulation data and more than 18.5% for real data. The proposed method is expected to improve the efficiency and accuracy of sonar system detection performance verification in the future.

The Analysis of the Differences in the SME's Perception about Industrial Technology Security Support Policy (산업기술 보안 지원정책에 대한 중소기업의 인식차이 분석)

  • Jung, Yuhan;Chang, Hangbae
    • The Journal of Society for e-Business Studies
    • /
    • v.25 no.4
    • /
    • pp.15-32
    • /
    • 2020
  • Increasing uncertainties in the technological innovation environment and increasing technology competition also present new challenges in terms of industrial technology security. Therefore, the purpose of this study was to identify the direction of policy change necessary for the improvement of related policies in the future by examining the importance and implementation of the government's industrial technology security support policies for small and medium-sized enterprises engaged in industrial technology innovation activities. As a result of the analysis, first of all, small and medium-sized enterprises that responded to the government's industrial technology security support policy were perceived to be less performing than the importance of the program. These results can be said to mean that selective budget expansion for related policy programs may be necessary, along with efforts to improve the quality of each program. Second, an analysis of the differences in group recognition between new technology certification firms and industrial technology verification(certification) companies showed that significant differences exist between groups for the program. These results suggest that more effective operation of the relevant policies may require policy enforcement in consideration of the level of security and will of each company in industrial technology, as much as the quantitative characteristics of the entity. This study is meaningful in providing the necessary policy directional basic information for the design and execution of more specific and effective industrial technology security policies by presenting empirical research results that domestic small and medium-sized enterprises are aware of about the government's industrial technology security policies.

An Instrument Development and Validation for Measuring High School Students' Systems Thinking (고등학생들의 시스템 사고 측정을 위한 측정 도구 개발과 타당화)

  • Lee, Hyonyong;Kwon, Hyuksoo;Park, Kyungsuk;Lee, Hyundong
    • Journal of The Korean Association For Science Education
    • /
    • v.33 no.5
    • /
    • pp.995-1006
    • /
    • 2013
  • The purposes of this study were to develop an instrument to measure high school students' systems thinking and to validate the scale. The scale of systems thinking was made up for 5 factors - systems thinking, mental model, shared vision, personal mastery, and team learning through analyses of related literature. Six items per factor were constructed and the scale consisted of a total of 30 items for the pretest. After exploratory factor analysis, the number of total items was reduced to 20 items. For the main test, 280 students were sampled from high school and analyzed valid cases were 260 students. The finding of the exploratory factor analysis indicated 5 factors in the model, and 4 items per single factor. The result of confirmatory factor analysis was generally appropriate and acceptable (5 factor model: $x^2/df$=1.275, TLI=.946, CFI=.959, RMSEA=.033). The reliability for 20 items turned out to be reliable because the Cronbach's alphas were .840 and .604~.723 per each factor. This study should be expanded to various school levels and should be standardized for further research. The subsequent studies regarding diverse learning program development and implementation and the verification on the students' impact within the developed program can be recommended.