• Title/Summary/Keyword: tool trace

Search Result 138, Processing Time 0.039 seconds

Application of Fractal Geometry to Architectural Design

  • Lee, Myung-Sik
    • Architectural research
    • /
    • v.16 no.4
    • /
    • pp.175-183
    • /
    • 2014
  • Contemporary architecture tends to deconstruct modern architecture based on rationalization just like reductionism and functionalism and secedes from it. It means change from mechanical to organic and ecological view of the world. According to these changes, consideration of a compositive relationship presented variety and complexity in architecture. Thus, the modern speculation based on rationalism cannot provide an alternative interpretation about complicated architectural phenomena. At this point in time, the purpose of this study is to investigate the possibilities of the fractal as an alternative tool of analysis and design in contemporary architecture. In this study, two major aspects are discussed. First, the fractal concepts just like 'fractal dimension', 'box-counting dimension' and 'fractal rhythm' can be applied to analysis in architecture. Second, the fractal formative principles just like 'scaling', 'superimposition trace', 'distortion' and 'repetition' can be applied to design in architecture. Fractal geometry similar to nature's patterned order can provide endless possibilities for analysis and design in architecture. Therefore further study of fractal geometry should be conducted synthetically from now on.

Evaluation of Displacement Measurement Technique Using Laser Speckle and Digital Image Correlation Method (레이저 스페클과 디지털 화상관련법을 이용한 변위 측정방법의 평가)

  • 강기주;이정현;전문창
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.20 no.6
    • /
    • pp.47-54
    • /
    • 2003
  • As a tool for strain measurement to work with screw driven or hydraulic material test systems, in which mechanical vibration is inherent, SSDG (Speckle Strain/Displacement Gage), ESP (Electronic Speckle Photography) and its 3-dimension version SDSP are evaluated for the theory and practical appliance. Through tension test of steel strips, their validity and shortcomings are examined. As the results, it has been shown that, although SSDG and ESP provide direct measurement of in-plane strain in one direction, they are so sensitive to the out-plane displacement. On the other hand, SDSP which is aided with DIC (Digital Image Correlation) technique to trace the movement of the speckles provides not only in-plane 2-dimensional displacement field, but also out-of-plane displacement simultaneously. However, because the DIC is time-consuming, not automated yet and it needs post-processing to evaluate strain from the displacement field, SDSP appears to be not adequate as a real time sensor.

Tracing Facility for Visualization system of Distributed Java Object Application

  • Lee, Dong-Woo;R.S. Ramakrishna
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10c
    • /
    • pp.783-785
    • /
    • 1999
  • Distributed Object Systems are very complex. So, it is difficult to see overall relationship among objects participated in the system. Moreover the performance tuning or maintenance are also important issues of it. So, it needs a way to view the system with low-cost and an efficient method. One of solutions is a visualization tool or system. In this paper, we proposed a tracing facility for Java-based distributed object system, especially RM(Remote Method Invocation). Our up-coming visualization system will use two phase hybrid post-mortem/on-the-fly technique. To support it, the fundamental tracing part must have some flexible and dynamic mechanism. The main idea of our tracing technique is the Plug-in Sensor Model(PSM). The relationship between tracing (monitoring) part and visualization part is closely related. So, we considered the appropriate factors for visualization. We developed 'Traced RMI(TRMI)'. For more precise visualization of a working system, the casuality of events has to be preserved. TRMI can support global event ordering.

  • PDF

Improvement of Continuation Power Flow System Applying the Optimal Load Shedding Algorithm (최적 부하절체 알고리듬을 적용한 연속조류계산의 향상)

  • Song, Hwa-Chang;Lee, Byong-Jun;Kwon, Sae-Hyuk
    • Proceedings of the KIEE Conference
    • /
    • 1998.07c
    • /
    • pp.899-901
    • /
    • 1998
  • Continuation power flow is a tool that can trace the path of the solution from the base stable solution. However, the base stable solution cannot be calculated when the initial system load is too large to operate at a stable operating point. This case is called as unsolvable case. This paper presents implementation of the optimal load shedding algorithm on continuation power flow. It performs steady-state analysis of power systems at unsolvable case that can occur in contingency analysis. Numerical simulation on 20-bus test system demonstrates that the continuation power flow applying the optimal load shedding algorithm is robust at solvable and unsolvable cases.

  • PDF

Calatrava's Morphogenetic Mechanism Based on Methodological Hypothesis; Analogy and Analysis (칼라트라바의 방법론적 전제에 의한 형태구성 메커니즘)

  • Park, Sun-Woo;Choi, Sun-Young;Park, Chan-Soo;Choi, Chui-Kyung
    • Proceeding of KASS Symposium
    • /
    • 2006.05a
    • /
    • pp.142-152
    • /
    • 2006
  • The purpose of this study is to explore an inquisitive and innovative approach to structure and form, Calatrava's morphogenetic mechanism and to trace the ideas behind his working methods and his theoretical preoccupations. The bridges and buildings of S. Calatrava possess a breathtaking rhythm and of them some are designed to expand and contract like living organisms. The analogy Calatrava has used as a creative tool to mutate human bodies into arcing roof forms and bridge suspensions is introduced to illustrate the morphogenetic process. At the same time, the analysis used developing how to design frame structures foldable with brilliant mathematical solution is also investigated. Consequently, the potentialities of Calatrava's morphogenetic mechanism to invent new systems are generated by methodological hypothesis; analysis and analogy.

  • PDF

A Study on Performance Analysis Layer of Parallel Program Performance Monitoring Tool (병렬 프로그램 성능 감시 도구의 성능 분석층에 관한 연구)

  • Kim, Byeong-Gi;Ma, Dae-Seong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.5
    • /
    • pp.1263-1271
    • /
    • 1999
  • This paper designs the performance analysis layer for the various performance analysis of parallel programs using event expressions are similar to the normal program language to analyze the events which display a dynamic state exchange of a program. The event expressions suggest operations for overloading and functions which are needed in performance analysis, such as a filtering operation, data format translation functions, performance analysis, static functions, and etc. By using the event expressions, the programmer can modify the event trace data to analyze the performance and analyze more easily and variously than the pre-developed tools.

  • PDF

A Thread Monitoring System for Java (Java 언어를 위한 쓰레드 모니터링 시스템)

  • Moon Se-Won;Chang Byeong-Mo
    • The KIPS Transactions:PartA
    • /
    • v.13A no.3 s.100
    • /
    • pp.205-210
    • /
    • 2006
  • To assist developing robust multithreaded software, we develop a thread monitoring system for multithreaded Java programs, which can trace or monitor running threads and synchronization. We design a monitoring system which has options to select interesting threads and synchronizations. Using this tool, programmers can monitor only interesting threads and synchronization in more details by selecting options. It also provides profile information after execution, which summarizes behavior of running threads and synchronizations during execution. We implement the system based on code inlining, and presents some experimental results.

Development of An Interactive Computer Graphic Software for the Education of Power System Transient Stability (전력계통 과도안정도 교육을 위한 대화식 컴퓨터 그래픽 소프트웨어 개발)

  • Im, Dong-Hae;Lee, Uk-Hwa;Shin, Joong-Rin
    • Proceedings of the KIEE Conference
    • /
    • 1996.07b
    • /
    • pp.787-789
    • /
    • 1996
  • This paper describes a Transient Stability Education & Training Software that can make the students or beginners easily be familiar with power system stability problems. The Major objective of this study is to provide, for educational purpose, an interactive computer graphic tool that can facilitate power system study in highly user-friendly environment. The proposed software is designed to have the particular features such as follow : simulation with animation of the rotor, useful interactive scheme, various graphic illustrations related to critical factors of the stability, trace function including revival simulation with different processing speed. With these features, the software could be suitable for educational and training of students/beginners in power system stability engineering field.

  • PDF

Preliminary studies on the sulfur isotopes and geochemistry of the urban precipitation in Korea

  • Jang, Jae-Ho;Lee, In-Sung;Kim, Gue-Buem
    • Proceedings of the KSEEG Conference
    • /
    • 2003.04a
    • /
    • pp.237-237
    • /
    • 2003
  • Preliminary studies on the seasonal variations in abundance of stable isotopes were carried out on the snow and rainwater samples from urban area. Stable isotopes and other geochemical data as a tool for characterizing the seasonality and source of pollutants were examined in study areas, especially to trace the sources of sulfate in precipitation and to distinguish sulfates of natural and anthropogenic origin. (omitted)

  • PDF

Implementation of I/O Trace Visualization Tool for Flash Memory based Storage Systems (플래시메모리 기반 저장시스템의 성능 분석을 위한 I/O 트레이스 가시화 도구 개발)

  • Yoon, Kyeong-Hoon;Jung, Ho-Young;Park, Sung-Min;Cha, Jae-Hyuk;Kang, Soo-Yong
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10a
    • /
    • pp.351-355
    • /
    • 2006
  • 최근 플래시 메모리는 여러 장점들 때문에 다양한 휴대기기에서 많이 사용되고 있다. 반면 내구성에 약점을 갖고 있는 플래시 메모리의 특성 때문에 최대한 소거 동작을 적게 하여 오랫동안 사용하는 FTL 알고리즘을 개발하는 연구가 필요하다. 이러한 FTL 알고리즘을 실험하고 평가하기 위해서 트레이스 데이터를 연구에 활용하는 일이 많아지면서, 쉽게 트레이스 데이터에 대한 분석도구를 개발하였다. 우리는 트레이스 데이터를 다양한 그래프로 그려주고 통계치를 산출해주는 도구를 개발하였고, 이를 바탕으로 트레이스 분석 작업을 쉽게 할 수 있도록 하였다. 마찬가지로 이러한 도구는 버퍼 교체정책을 실험하고 평가하는 일에도 사용 될수 있다. 그리고 각 그래프를 설명하면서 트레이스에 데이터 대한 설명과 함께 분석을 통하여 버퍼교체 알고리즘 및 FTL 알고리즘에 어떻게 활용 할 수 있는지 설명하였다.

  • PDF