• Title/Summary/Keyword: Data Processing Flow

Search Result 553, Processing Time 0.035 seconds

A Structure Distributed Processing Method in Data Flow Systems (Data Flow 시스템에서 구조체 분산 처리 방식)

  • Maeng, S.Y.;Hyun, W.M.;Ha, Y.H.;Lim, I.C.
    • Proceedings of the KIEE Conference
    • /
    • 1987.07b
    • /
    • pp.1125-1128
    • /
    • 1987
  • This paper proposes a method which distributes the structure data represented by a tree and handles it. To distribute and handle the structure data, this method partitions a structure data and distributes the partitioned structure in multiple processing element and allocates the partitioned structure. Each processing element includes the structure memory to store the partitioned structure and the structure controller to handle efficiently the distributed structure. As the structure is distributed and is stored in the structure memory and is handled by the structure controller, the processing time is reduced.

  • PDF

Development of a Post-Processor for Three-Dimensional Forging Analysis (3차원 단조해석용 후처리기 개발)

  • 정완진;최석우
    • Transactions of Materials Processing
    • /
    • v.12 no.6
    • /
    • pp.542-549
    • /
    • 2003
  • Three-dimensional forging analysis becomes an inevitable tool to make design process more reliable and more producible. In this study, in order to make the investigation for three-dimensional forging analysis more conveniently and accurately, a new post processor was developed. For post-processing of multi-stage forging simulation, efficient data structure was proposed and applied by using STL. New file architecture was developed to handle successive and huge data efficiently, common in three-dimensional forging analysis. Since sectioning and flow tracing plays an important role in the investigation of analysis result, we developed an algorithm suitable for 4-node and 10-node tetrahedron. This flow tracing algorithm can trace and reverse-trace flow through remeshing. Developed program shows good performance and functionality. Especially, a big size problem can be handled easily due to proposed data structure and file architecture.

Ranking-based Flow Replacement Method for Highly Scalable SDN (고확장성 SDN을 위한 랭킹 기반 플로우 교체 기법)

  • Tri, Hiep T. Nguyen;Kim, Kyungbaek
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2015.04a
    • /
    • pp.143-146
    • /
    • 2015
  • Software Defined Network (SDN) separates control plane and data plane to achieve benefits such as centralized management, centralized provisioning, lower device cost and more flexibility. In SDN, scalability is an important issue. Centralized controller can be a bottle neck and many research tried to solve this issue on the control plan. However, scalability issue does not only happen in the control plane, but also happen in the data plane. In the data plane, flow table is an important component and its size is limited. In a large network operated by SDN technology, the performance of the network can be highly degraded because of the size limitation of a flow table. In this paper, we propose a ranking-based flow replacement method, Flow Table Management (FTM), to overcome this problem.

Finite Element Analysis for Wave-like Flow Marks in Injection Molding (사출성형 공정 중 물결 무늬에 대한 유한요소 해석)

  • S. Y Kang;Lee, W. I.
    • Proceedings of the Korean Society for Technology of Plasticity Conference
    • /
    • 2003.05a
    • /
    • pp.474-480
    • /
    • 2003
  • The wavelike flow mark phenomenon is one of the surface defects that can arise during the injection stage of the injection molding process. We have performed a numerical analysis using a finite element method for the injection molding to verify the validity of “Go-over” hypothesis. Also, we have compared the results of numerical analysis with available experimental data. Numerical analysis results of the flow marks are qualitatively in good agreement with experimental data of reference, but are quantitatively deviated from experimental data in a consistent manner. A parametric study has been performed to examine the correlative effects of various injection molding processing parameters and material properties on the flow mark size.

  • PDF

Implementation of Iteration Loop in DNL1 (DNL1 에서 반복류프처리장치의 설계)

  • 김원섭;박희순
    • The Transactions of the Korean Institute of Electrical Engineers
    • /
    • v.35 no.8
    • /
    • pp.309-315
    • /
    • 1986
  • We proposed a preliminary Data Flow Machine Model(DNL1) operating on the basis of Node Label. In this model, all the PMs(Processing Modules) were synchronized with the content of LC(Level Counter) and were not implemented dy the processing cability on conditional nodes. This paper presents an architecture of a concurrent multiprocessor system which was developed from DNL1 with two additional types of memories, CF(Control Flag) and ETF (Enabled Token Flag). The CF memory holds the control condition flag ('1' or '0') to be referenced to when a node is fired and the ETF represents the firability of a certain node. Firable nodes are fetched to the PU(Processing Unit) and processed. This Data Flow system can be extended hierarchically by a network of simple modules. The principle working elements of the machine are a set of PMs, each of which performs the execution of the data flow procedures held in a local memory, NTM(Node Token Memory) within the PM.

  • PDF

A Human Movement Stream Processing System for Estimating Worker Locations in Shipyards

  • Duong, Dat Van Anh;Yoon, Seokhoon
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.13 no.4
    • /
    • pp.135-142
    • /
    • 2021
  • Estimating the locations of workers in a shipyard is beneficial for a variety of applications such as selecting potential forwarders for transferring data in IoT services and quickly rescuing workers in the event of industrial disasters or accidents. In this work, we propose a human movement stream processing system for estimating worker locations in shipyards based on Apache Spark and TensorFlow serving. First, we use Apache Spark to process location data streams. Then, we design a worker location prediction model to estimate the locations of workers. TensorFlow serving manages and executes the worker location prediction model. When there are requirements from clients, Apache Spark extracts input data from the processed data for the prediction model and then sends it to TensorFlow serving for estimating workers' locations. The worker movement data is needed to evaluate the proposed system but there are no available worker movement traces in shipyards. Therefore, we also develop a mobility model for generating the workers' movements in shipyards. Based on synthetic data, the proposed system is evaluated. It obtains a high performance and could be used for a variety of tasksin shipyards.

SYSTEM ANALYSIS OF PIPELINE SOFTWARE - A CASE STUDY OF THE IMAGING SURVEY AT ESO

  • Kim, Young-Soo
    • Journal of Astronomy and Space Sciences
    • /
    • v.20 no.4
    • /
    • pp.403-416
    • /
    • 2003
  • There are common features, in both imaging surveys and image processing, between astronomical observations and remote sensing. Handling large amounts of data, in an easy and fast way, has become a common issue. Implementing pipeline software can be a solution to the problem, one which allows the processing of various kinds of data automatically. As a case study, the development of pipeline software for the EIS (European Southern Observatory Imaging Survey) is introduced. The EIS team has been conducting a sky survey to provide candidate targets to the 250 VLTs (Very Large Telescopes) observations. The survey data have been processed in a sequence of five major data corrections and reductions, i.e. preprocessing, flat fielding, photometric and astrometric corrections, source extraction, and coaddition. The processed data are eventually distributed to the users. In order to provide automatic processing of the vast volume of observed data, pipeline software has been developed. Because of the complexity of objects and different characteristic of each process, it was necessary to analyze the whole works of the EIS survey program. The overall tasks of the EIS are identified, and the scheme of the EIS pipeline software is defined. The system structure and the processes are presented, and in-depth flow charts are analyzed. During the analyses, it was revealed that handling the data flow and managing the database are important for the data processing. These analyses may also be applied to many other fields which require image processing.

Calculation of Optical Flow Vector Based on Weather Radar Images Using a Image Processing Technique (영상처리기법을 활용한 기상레이더 영상기반 광학흐름 벡터 산출에 관한 연구)

  • Mo, Sunjin;Gu, Ji-Young;Ryu, Geun-Hyeok
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2021.05a
    • /
    • pp.67-69
    • /
    • 2021
  • Weather radar images can be used in a variety of ways because of their high visibility in terms of visuals. In other words it has the advantage of being able to grasp the flow of weather phenomena using not only the raw data of the weather radar, but also the change characteristics between consecutive images. In particular image processing techniques are gradually expanding in the field of meteorological research, and in the case of image data having high resolution such as weather radar images it is expected to produce useful information through a new approach called image processing techniques. In this study the weather phenomena flow was calculated as a vector from the change of the weather radar image according to time interval with the optical flow method, one of the image processing techniques. The characteristics of the weather phenomena to be analyzed were derived through vector analysis resolution suitable for the scale of weather, vector interpolation in regions where no radar echo exists, and the removal of relative flow vectors to distinguish the flow of specific weather and the entire atmosphere. Through this study, it is expected that not only the use of raw data of weather radar, but also the widening of the application area of weather radar, such as the use of unique characteristics of image data, and the active use of image processing techniques in the field of meteorology in the future.

  • PDF

Experimental study of heat transfer in the surrounding for bubble attached at the upper cooled surface of square cavity using the Thermo-sensitive Liquid-crystal Tracer (열감응액정을 이용한 사각공동내의 상단냉각평판에 형성된 기포 주위의 열전달현상 구명)

  • Kwon, Gi-Han;Eom, Yong-Kyoon
    • Proceedings of the KSME Conference
    • /
    • 2001.06d
    • /
    • pp.509-515
    • /
    • 2001
  • In a square cavity, the flow phenomena in the surrounding of the bubble attached at the upper cooled solid wall were studied by using a thermo-sensitive liquid-crystal tracer and image processing techniques. This method offers the advantage of measuring the entire flow field in a selected plane within the fluid at a given instant of time in contrast to point by point method like T/C. Quantitative data of the temperature were obtained by applying a colour-image-processing to the. visualized image. As the growing of a bubble, In a bubble size appears the flow phenomena which the direction of flow is reversed in the entire temperature and flow field. The observed phenomena are described with regard to thermocapillary convection.

  • PDF

The Effect of a Bubble in B nard Convection at Low Rayleigh Number (낮은 Rayleigh값의 B nard Convection 유동장에 주입된 기포의 영향에 관한 연구)

  • Eom, Yong-Gyun;Gwon, Gi-Han
    • Transactions of the Korean Society of Mechanical Engineers B
    • /
    • v.25 no.12
    • /
    • pp.1879-1886
    • /
    • 2001
  • n a enclosed square cavity occurred B nard convection, the flow phenomena in the surrounding of the bubble attached at the upper cooled solid wall were studied by using a thermo-sensitive liquid-crystal tracer and image processing techniques. This method offers the advantage of measuring the entire flow field in a selected plane within the fluid at a given instant of time in contrast to point by point method like T/C. Quantitative data of the temperature were obtained by applying a colour-image-processing to the visualized image. As the flowing in a bubble, In a bubble size appears the flow phenomena which the direction of flow is reversed in the entire temperature and flow field. The observed phenomena are described with regard to the thermocapillary convection.