• Title/Summary/Keyword: space partitioning

Search Result 175, Processing Time 0.02 seconds

Scaled model tests for improvement and applicability of the transverse smoke control system on tunnels (횡류식 제·배연 시스템의 개선 및 적용성 분석을 위한 모형실험 연구)

  • Kim, Hyo-Gyu;Baek, Doo-San;Kim, Jae-Hyun;Lee, Seong-Won;Yoo, Ji-Oh
    • Journal of Korean Tunnelling and Underground Space Association
    • /
    • v.22 no.5
    • /
    • pp.563-574
    • /
    • 2020
  • Currently, road tunnels and railroad tunnels are building smoke control systems to emit toxic gases and smoke from fires. Among the various smoke control systems, the transverse smoke control system has the disadvantage that air supply or exhaust is performed on only half of the cross-section, rather than air supply or exhaust on the entire cross-section of the tunnel as air is supplied or exhausted by partitioning the wind path. Therefore, this study analyzed the effect of exhaustion through numerical analysis and scaled model tests on the zoning smoke control system, which improved the limitations of the transverse smoke control system. As a result of the scaled model test, the transverse ventilation system exhibited a 25.6% smoke control rate based on the state where no smoke was controled, and zoning smoke control system showed a smoke control rate of 40.8%. In addition, as a result of numerical analysis, it was found that transverse ventilation system did not control fire smoke spreading from the tunnel and continued to spread. On the other hand, zoning smoke control system was found to be smoke controled within a certain section due to the air curtain effect and the flue gas effect.

A study on the effect of support structure of steel rib in partitioning excavation of tunnel (터널 상·하반 분할 굴착 시 강지보재 지지구조 효과에 대한 연구)

  • Kim, Ki-Hyun;Kim, Yeon-Deok;Hwang, Beoung-Hyeon;Choi, Yong-Kyu;Kim, Sang-Hwan
    • Journal of Korean Tunnelling and Underground Space Association
    • /
    • v.22 no.5
    • /
    • pp.543-561
    • /
    • 2020
  • This paper is the result of the study on the effect of the support structure of the tunnel steel rib. In tunnel excavation, the top and bottom half excavation methods result in subsidence of steel rib reinforcement due to insufficient support of steel rib reinforcement when the ground is poor after excavation. The foundation of the steel rib installed in the upper half excavates the bottom part of the base, causing the subsidence to occur due to various effects such as internal load and lateral pressure. As a result, the tunnel is difficult to maintain and its safety is problematic. To solve these problems, steel rib support structures have been developed. For the purpose of verification, the behavior of the supporting structure is verified by model experiments reduced to shotcrete and steel rib material similarity, the numerical analysis of ΔP and ΔP generated by bottom excavation by Terzaghi theoretical equation. As a result, it was found that the support structure of 20.100~198.423 kN is required for the 10~40 m section of the depth for each soil of weathered soil~soft rock. In addition, as a result of the reduced model experiment, a fixed level of 50% steel rib deposit of steel rib support structure was installed. The study shows that the installation of steel rib support structures will compensate for uncertainties and various problems during construction. It is also thought that the installation of steel rib support structure will have many effects such as stability, economy, and air reduction.

Implementation of Hypervisor for Virtualizing uC/OS-II Real Time Kernel (uC/OS-II 실시간 커널의 가상화를 위한 하이퍼바이저 구현)

  • Shin, Dong-Ha;Kim, Ji-Yeon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.12 no.5
    • /
    • pp.103-112
    • /
    • 2007
  • In this paper, we implement a hypervisor that runs multiple uC/OS-II real-time kernels on one microprocessor. The hypervisor virtualizes microprocessor and memory that are main resources managed by uC/OS-II kernel. Microprocessor is virtualized by controlling interrupts that uC/OS-II real-time kernel handles and memory is virtualized by partitioning physical memory. The hypervisor consists of three components: interrupt control routines that virtualize timer interrupt and software interrupt, a startup code that initializes the hypervisor and uC/OS-II kernels, and an API that provides communication between two kernels. The original uC/OS-II kernel needs to be modified slightly in source-code level to run on the hypervisor. We performed a real-time test and an independent computation test on Jupiter 32-bit EISC microprocessor and showed that the virtualized kernels run without problem. The result of our research can reduce the hardware cost, the system space and weight, and system power consumption when the hypervisor is applied in embedded applications that require many embedded microprocessors.

  • PDF

A New Incremental Instance-Based Learning Using Recursive Partitioning (재귀분할을 이용한 새로운 점진적 인스턴스 기반 학습기법)

  • Han Jin-Chul;Kim Sang-Kwi;Yoon Chung-Hwa
    • The KIPS Transactions:PartB
    • /
    • v.13B no.2 s.105
    • /
    • pp.127-132
    • /
    • 2006
  • K-NN (k-Nearest Neighbors), which is a well-known instance-based learning algorithm, simply stores entire training patterns in memory, and uses a distance function to classify a test pattern. K-NN is proven to show satisfactory performance, but it is notorious formemory usage and lengthy computation. Various studies have been found in the literature in order to minimize memory usage and computation time, and NGE (Nested Generalized Exemplar) theory is one of them. In this paper, we propose RPA (Recursive Partition Averaging) and IRPA (Incremental RPA) which is an incremental version of RPA. RPA partitions the entire pattern space recursively, and generates representatives from each partition. Also, due to the fact that RPA is prone to produce excessive number of partitions as the number of features in a pattern increases, we present IRPA which reduces the number of representative patterns by processing the training set in an incremental manner. Our proposed methods have been successfully shown to exhibit comparable performance to k-NN with a lot less number of patterns and better result than EACH system which implements the NGE theory.

A Lower Bound Estimation on the Number of Micro-Registers in Time-Multiplexed FPGA Synthesis (시분할 FPGA 합성에서 마이크로 레지스터 개수에 대한 하한 추정 기법)

  • 엄성용
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.30 no.9
    • /
    • pp.512-522
    • /
    • 2003
  • For a time-multiplexed FPGA, a circuit is partitioned into several subcircuits, so that they temporally share the same physical FPGA device by hardware reconfiguration. In these architectures, all the hardware reconfiguration information called contexts are generated and downloaded into the chip, and then the pre-scheduled context switches occur properly and timely. Typically, the size of the chip required to implement the circuit depends on both the maximum number of the LUT blocks required to implement the function of each subcircuit and the maximum number of micro-registers to store results over context switches in the same time. Therefore, many partitioning or synthesis methods try to minimize these two factors. In this paper, we present a new estimation technique to find the lower bound on the number of micro-registers which can be obtained by any synthesis methods, respectively, without performing any actual synthesis and/or design space exploration. The lower bound estimation is very important in sense that it greatly helps to evaluate the results of the previous work and even the future work. If the estimated lower bound exactly matches the actual number in the actual design result, we can say that the result is guaranteed to be optimal. In contrast, if they do not match, the following two cases are expected: we might estimate a better (more exact) lower bound or we find a new synthesis result better than those of the previous work. Our experimental results show that there are some differences between the numbers of micro-registers and our estimated lower bounds. One reason for these differences seems that our estimation tries to estimate the result with the minimum micro-registers among all the possible candidates, regardless of usage of other resources such as LUTs, while the previous work takes into account both LUTs and micro-registers. In addition, it implies that our method may have some limitation on exact estimation due to the complexity of the problem itself in sense that it is much more complicated than LUT estimation and thus needs more improvement, and/or there may exist some other synthesis results better than those of the previous work.