• 제목/요약/키워드: simulation architecture

검색결과 3,033건 처리시간 0.024초

공간프로그램에 따른 공간배치의 유효성 평가 위한 BIM기반 병원건축 전문가시스템 개발에 관한 연구 - 서울특별시 노인전문병원 설계경기 사례를 중심으로 - (A Study on the Development of the Expert System for Validation of Spatial Layout in Terms of Space Program in Healthcare Architecture based on BIM Technologies - Focused on the Design Competition for Seoul Geriatric Hospital -)

  • 박영섭
    • 의료ㆍ복지 건축 : 한국의료복지건축학회 논문집
    • /
    • 제16권4호
    • /
    • pp.7-14
    • /
    • 2010
  • The planning and design of healthcare architecture generally requires the participation and consultation of skilled experts since it has more complex space program than any other buildings. Therefore, the computer-based expert systems for the planning of healthcare architecture have been tried continuously. The recent development of BIM technologies and object-oriented CAAD systems is leading these attempts to realize gradually. Thus, this study attempts to verify whether the new evaluation model and system of the spatial layout, which are based on the validation of space program that developed in earlier studies, are applicable to real examples of design competition. Through this simulation, this study tries to find the possibility of expert systems for the planning of healthcare architecture and act as basic data for the development of new system for the integrated design environment based on BIM technologies in the near future.

카운터 회로에 대한 지연결함 검출구조의 개발 (Development of Delay Test Architecture for Counter)

  • 이창희;장영식
    • 한국컴퓨터정보학회논문지
    • /
    • 제4권1호
    • /
    • pp.28-37
    • /
    • 1999
  • 본 논문에서는 클록 입력을 갖는 대표적인 회로인 5비트 카운터를 대상회로로 선정하여 경계면 스캔 구조를 적용하고, 대상회로에 대한 지연시험을 위한 새로운 시험 구조와 지연시험 절차를 개발하였다. 지연시험 대상회로가 클록 입력을 갖는 경우, 기존의 경계면 스캔 구조에서는 동일한 패턴의 중복 입력, 클록 입력과 데이터 입력과의 시간 간격과, 패턴 입력과 응답값 캡쳐까지의 시간 문제에 의해 적절치 않음을 보였다. 본 논문에서 제안하는 지연 시험 구조는 클록 계수 발생기를 사용하여 연속 발생시킬 클록의 개수를 입력받아 이를 대상회로의 클록 입력에 적용하여 대상회로에 대한 입력 패턴의 중복문제를 해결하였다. 또한 시스템 클록을 TCK로 사용하여 대상회로를 정상 속도에서 동작할 수 있도록 하였다. 연속적인 클록 발생에 TCK를 사용함으로써 대상회로를 정상 속도에서 검증할 수 있다. 제안된 시험 구조와 절차는 대상회로에 대한 타이밍 시뮬레이션을 통해 동작의 정확성을 확인하였다.

  • PDF

SoC를 위한 고성능 NAWM 버스 아키텍처 (NAWM Bus Architecture of High Performance for SoC)

  • 이국표;윤영섭
    • 대한전자공학회논문지SD
    • /
    • 제45권9호
    • /
    • pp.26-32
    • /
    • 2008
  • 전형적인 공용버스 아키텍처는 동일시간에 하나의 데이터 전송을 처리할 수 있다. 본 논문에서는 동일시간에 여러 데이터 전송을 할 수 있는 NAWM (No Arbitration Wild Master) 버스 아키텍처를 제안하고 있다. AMBA 시스템에 대하여 NAWM 버스아키텍처의 마스터 래퍼와 슬레이브 래퍼를 설계해 보았으며, AMBA 시스템의 대부분 IP들을 수정없이 적용하는 것이 가능하다는 사실과 추가되는 타이밍 지연은 무시가능하다는 것을 확인하였다. 시뮬레이션을 통하여 NAWM 버스 아키텍처에서 여러 마스터들이 슬레이브에 접근할 때, 50% 이상 병렬처리가 가능함을 알 수 있었다.

재사용을 위한 방공 M&S 아키텍처 설계 프레임워크 (An Air Defence M&S Architecture Design Framework for a Reusability)

  • 윤근호;심신우;황종수
    • 한국군사과학기술학회지
    • /
    • 제17권5호
    • /
    • pp.654-662
    • /
    • 2014
  • In the development of the weapon systems, utilization of Modeling & Simulation is growing in every aspect of development process. For the higher utilization of M&S, reuse of the M&S resources is needed to reduce the cost of M&S. I propose the M&S architecture framework that can enhance the reusability of the M&S resources in developing surface-to-air weapon systems. This M&S architecture design framework enables interoperability between the system and sub-systems. In this paper, the advantage and the necessity of the M&S architecture design framework will be described by introducing the cases that the M&S architecture framework reused in the combat experiments, the system development tests, the system operational tests and the concept developments in real projects. These cases will show the high reusability and efficiency of the M&S architecture design framework.

Balanced MVC Architecture for High Efficiency Mobile Applications

  • La, Hyun-Jung;Kim, Soo-Dong
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제6권5호
    • /
    • pp.1421-1444
    • /
    • 2012
  • Mobile devices such as Android devices are emerging as a convenient client computing device with mobility and context-sensing capability. However, the computing power and hardware resource of the devices are limited due to their small form-factor. Consequently, large-scaled applications could not be deployed on these devices. Nonetheless, if the large-scaled applications are deployed and executed on the devices, high performance of the applications cannot be guaranteed. To remedy the limitation in terms of performance, it is inevitable to let some heavy-weight functionality executed on the server side and let a client application invoke the functionality in the server. To realize this kind of mobile applications, we adopt well-defined architecture design principles; being thin-client, being layered with Model-View-Controller (MVC), and being balanced between client side and server side. By adopting the principles, we propose a unique, ideal and practical architecture for mobile applications, called balanced MVC architecture. By considering the principles, key design considerations of realizing balanced MVC architecture lie in functionality partitioning. Hence, we define key criteria of determining the degree of performance. And, we define a method to design a balanced MVC architecture which embodies functionality partitioning for high performance, and a simulation-based evaluation method of balanced MVC architectures.

A Study on Efficient Executions of MPI Parallel Programs in Memory-Centric Computer Architecture

  • Lee, Je-Man;Lee, Seung-Chul;Shin, Dongha
    • 한국컴퓨터정보학회논문지
    • /
    • 제25권1호
    • /
    • pp.1-11
    • /
    • 2020
  • 본 논문에서는 프로세서 중심 컴퓨터 구조에서 개발된 MPI 병렬 프로그램을 수정하지 않고 메모리 중심 컴퓨터 구조에서 더 효율적으로 수행시키는 기술을 제안한다. 본 연구에서 제안하는 기술은 메모리 중심 컴퓨터 구조가 가지는 빠른 대용량 공유 메모리 특징을 이용하여 MPI 표준 라이브러리 함수가 수행하는 네트워크 통신을 통한 느린 데이터 전달을 공유 메모리를 통한 빠른 데이터 전달로 대체하여 효율성을 얻는다. 본 연구에서 제안한 기술은 두 개의 프로그램에 구현되었다. 첫 번째 프로그램은 MC-MPI-LIB라고 불리는 수정된 MPI 라이브러리인데 이는 기존 MPI 표준 라이브러리 함수의 의미를 유지하면서 메모리 중심 컴퓨터 구조에서 더 효율적으로 수행한다. 두 번째 프로그램은 MC-MPI-SIM이라고 불리는 시뮬레이션 프로그램인데 이는 프로세서 중심 컴퓨터 구조 상에서 메모리 중심 컴퓨터 구조의 수행을 시뮬레이션한다. 본 논문에서 제안한 기술은 도커 가상화 상에서 구현된 분산 시스템 환경에서 개발하고 시험하였다. 다수의 MPI 병렬 프로그램을 이용하여 제안한 기술의 성능을 측정한 결과 메모리 중심 컴퓨터 구조에서 더 높은 성능으로 수행 가능함을 보였으며, 특히 통신 오버헤드 비율이 높은 MPI 병렬 프로그램의 경우 매우 높은 성능으로 수행 가능하다는 점을 확인하였다.

점성 수치파랑수조 구축을 위한 LES 기술의 평판간 난류유동에의 적용 (Large-Eddy Simulation of Turbulent Channel Flow using a Viscous Numerical Wave Tank Simulation Technique)

  • 박종천;강대환;김방은;윤현식;전호환
    • 한국해양공학회:학술대회논문집
    • /
    • 한국해양공학회 2003년도 추계학술대회 논문집
    • /
    • pp.204-212
    • /
    • 2003
  • As the first step to investigate the nonlinear interactions between turbulence and marine structures inside a viscous NWT, a LES technique was applied to the turbulent channel flow for $Re_{T}=150$, in this paper. The employed models were 4 types, such as the Smagorinsky model, the Dynamic SGS model, the Structure Function model and the Generalized Normal Stress model. The simulated data in time-series for the LESs were averaged in both time and space and performed statistical analysis. And results of the LESs were compared with those of a DNS developed in the present study and two spectral methods by Yoon et al.(2003) & Kim et al.(1987). It seems to be quite difficult to evaluate their performances to the present problem, but is seen that the accuracy of LESs are still related to the number of grids(or fine grid size).

  • PDF

FSI 해석기법을 이용한 에어건 수중발파 응답해석 검증 (Verification of Underwater Blasting Response Analysis of Air Gun Using FSI Analysis Technique)

  • 이상갑;이재석;박지훈;정태영;이환수;박경훈
    • 대한조선학회논문집
    • /
    • 제54권6호
    • /
    • pp.522-529
    • /
    • 2017
  • Air gun shock system is used as an alternative energy source as part of the attempt to overcome the restrictions of economical expense and environmental damage, etc., due to the use of explosives for the UNDerwater EXplosion (UNDEX) shock test. The objectivity of this study is to develop the simulation technique of air gun shock test for the design of model-scale one for the near field non-explosive UNDEX test through its verification with full-scale SERCEL shock test result. Underwater blasting response analysis of full-scale air gun shock test was carried out using highly advanced M&S (Modeling & Simulation) system of FSI (Fluid-Structure Interaction) analysis technique of LS-DYNA code, and was verified by comparing its shock characteristics and behaviors with the results of air gun shock test.

G/T 190톤급 한국 대형선망 본선의 저항저감에 대한 연구 (A Study on the Resistance Reduction of G/T 190ton Class Main Vessel in Korean Large Purse Seiner Fishing System)

  • 박애선;이영길;김두동;유진원;하윤진;진송한
    • 대한조선학회논문집
    • /
    • 제49권5호
    • /
    • pp.367-375
    • /
    • 2012
  • In this study, hull form of main vessel of Korean large purse seiner fishing industry is developed for the improvement of resistance performance as well as for the satisfaction to the Standard of Fishing Convention, ILO. Through the modification of reference hull form parameters and local characteristics, the hull form development is carried out. The optimum hull form parameters are searched by Sequential Quadratic Programing(SQP) method with the power estimation method of Holtrop & Mannen. To minimize the wave resistance, bulbous bow parameters are determined by the bulbous bow design method of Alvarino. The plasmatic curve is redesigned from that of the reference hull by using Lackenby method. The resistance performances of the reference and designed hull forms are estimated by using numerical simulation method. Also, the judgment of seakeeping ability and the estimation of intact stability for the designed hull form is carried out. As a result, the optimum hull form is proposed. To verify the improvement of resistance performance, model tests are carried out in towing tank. The results show that the resistance of the designed hull form is about 14% smaller than that of the reference hull from at design speed. A new hull form proposed in this study can contribute to the development of the main vessel hull form of Korean large purse seiner fishing system.

서비스 지향 아키텍처를 기반으로 한 웹서비스 시스템 모델링 (System Modeling for Web Service based on Service-Oriented Architecture)

  • 이성규;진찬욱;김태석
    • 한국시뮬레이션학회논문지
    • /
    • 제16권1호
    • /
    • pp.49-57
    • /
    • 2007
  • 서비스 지향 아키텍처(SOA)는 최근 IT환경에서 급격한 성장을 하고 있다. 거대하고 복잡한 분산 환경에서 재빠른 변화에 적용하기위해 SOA를 기반으로 한 인프라 구축을 기업에서 많은 관심을 가지게 되었기 때문이다. SOA는 인터페이스와 서비스간의 계약을 통하여 서로 다른 기능을 단위로 하는 응용프로그램이 상호 연관성을 가지는 컴포넌트 모델이다. 본 논문에서는 SOA와 핵심 웹서비스 표준에 관계된 개념을 웹서비스에 적용하기 위한 아키텍처를 설계하고, 그 내용에 따라 SOA를 기본으로 한 웹 서비스 시스템을 모델링 한다. 웹서비스는 XML과 SOAP를 기본으로 도입하여, 응용프로그램과 비즈니스 서비스의 설계를 구현한다. 이렇게 설계된 SOA기반의 웹서비스를 통하여 상호 운영성, 재 사용성, 확장성 및 유연한 비즈니스 프로세스 처리와 같은 SOA의 각 특징이 어떻게 적용되는지 확인하고, 서비스 모델 프로세스에 대한 방법과 SOA기반의 웹서비스의 아키텍처 설계방법을 통하여, 서비스 간의 느슨한 결합(Loose Coupling)으로 중립성을 유지하는 웹 서비스 모델링을 제시한다.

  • PDF