• Title/Summary/Keyword: 임계거리

Search Result 241, Processing Time 0.022 seconds

A Study on Fire ventilation design of road tunnel (도로터널에서의 화재환기 설계에 관한 연구)

  • Kim, Myung-Bae;Choi, Byung-Il;Choi, Jun-Seok;Han, Yong-Shik
    • Journal of Korean Tunnelling and Underground Space Association
    • /
    • v.6 no.2
    • /
    • pp.129-139
    • /
    • 2004
  • The several assumptions and design parameters to determine the ventilation rate in tunnel ventilation system were examined. In longitudinal ventilating tunnel, the ventilation rate has been determined by the critical velocity above which the smoke propagation to the upstream of ventilating air is prevented. Based upon the examination of assumptions and experimental results, we suggested the improved method to determine the critical velocity. In transverse ventilating tunnel, we found that the ventilation rate has been determined in accordance with the custom rather than fire-smoke dynamics such as the critical velocity in the longitudinal ventilating tunnel. It is because the ventilation rate in the transverse ventilation system has been determined by considering only the ventilation of contaminant by vehicle. To improve the ventilation design parameters based upon the fire-smoke dynamics, we conducted model tunnel fire experiments. From the experimental results, smoke propagating distance and smoke filling were suggested as the design parameter to determine the ventilation rate in transverse ventilating tunnel. And tunnels in Europe designed by the custom is found to have the dangerous nature in view of fire safety.

  • PDF

Road network data matching using the network division technique (네트워크 분할 기법을 이용한 도로 네트워크 데이터 정합)

  • Huh, Yong;Son, Whamin;Lee, Jeabin
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.31 no.4
    • /
    • pp.285-292
    • /
    • 2013
  • This study proposes a network matching method based on a network division technique. The proposed method generates polygons surrounded by links of the original network dataset, and detects corresponding polygon group pairs using a intersection-based graph clustering. Then corresponding sub-network pairs are obtained from the polygon group pairs. To perform the geometric correction between them, the Iterative Closest Points algorithm is applied to the nodes of each corresponding sub-networks pair. Finally, Hausdorff distance analysis is applied to find link pairs of networks. To assess the feasibility of the algorithm, we apply it to the networks from the KTDB center and commercial CNS company. In the experiments, several Hausdorff distance thresholds from 3m to 18m with 3m intervals are tested and, finally, we can get the F-measure of 0.99 when using the threshold of 15m.

An Analysis for the Efficient Dissemination of Beacon Messages in Vehicle-to-Vehicle (V2V) Communications (자동차 간 통신에서 비컨 메시지의 효율적인 방송을 위한 성능 분석)

  • Nguyen, Hoa-Hung;Bhawiyuga, Adhitya;Jeong, Han-You
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.37 no.6C
    • /
    • pp.483-491
    • /
    • 2012
  • In vehicle-to-vehicle (V2V) communications, each vehicle should periodically disseminate a beacon message including the kinematics information, such as position, speed, steering, etc., so that a neighbor vehicle can better perceive and predict the movement of the vehicle. However, a simple broadcasting of such messages may lead to a low reception probability as well as an excessive delay. In this paper, we attempt to analyze the impact of the following key parameters of the beacon dissemination on the performance of vehicular networks: beacon period, carrier-sensing range, and contention window (CW) size. We first derive a beacon period which is inversely proportional to the vehicle speed. Next, we mathematically formulate the maximum beacon load to demonstrate the necessity of the transmit power control. We finally present an approximate closed-form solution of the optimal CW size that leads to the maximum throughput of beacon messages in vehicular networks.

Network Traffic Control for War-game Simulation in Distributed Computing Environment (분산 컴퓨팅 환경에서의 워게임 시뮬레이션을 위한 네트워크 트래픽 제어)

  • Jang, Sung-Ho;Kim, Tae-Young;Lee, Jong-Sik
    • Journal of the Korea Society for Simulation
    • /
    • v.18 no.4
    • /
    • pp.1-8
    • /
    • 2009
  • The distributed war-game simulation system has been used to represent the virtual battlefield environment. In order to produce a simulation result, simulators connected from a network transfer messages with location information of simulated objects to a central simulation server. This network traffic is an immediate cause of system performance degradation. Therefore, the paper proposes a system to manage and control network traffic generated from distributed war-game simulation. The proposed system determines the moving distance of simulated objects and filters location messages by a distance threshold which is controlled according to system conditions like network traffic and location error. And, the system predicts the next location of simulated objects to minimize location error caused by message filtering. Experimental results demonstrate that the proposed system is effective to control the network traffic of distributed war-game simulation systems and reduce the location error of simulated objects.

Effectiveness of critical velocity method for evacuation environment in a railroad tunnel at fire situation (철도터널 내 화재 시 대피환경 확보를 위한 임계속도 산정식의 유효성 평가)

  • Lee, Seung-Chul;Lee, Jae-Heon;Lee, Seung-Ho
    • Journal of Korean Tunnelling and Underground Space Association
    • /
    • v.6 no.1
    • /
    • pp.51-59
    • /
    • 2004
  • The effectiveness of one dimensional critical velocity method for evacuation environment at 10MW fire size in a railroad tunnel have been investigated in this paper by three dimensional CFD method. It was performed to evaluate the evacuation environment in terms of temperature distribution, visible distance distribution and CO concentration at some tunnel inlet velocity, 1m/s, 2m/s (near critical velocity), and 3m/s. At all inlet velocity, passenger should give away downward the flow direction because the inlet velocity can not afford to sufficient evacuation environment for passengers. In case of 3m/s inlet velocity, however, the evacuation environment for passengers is better than the other cases. To provide more safe evacuation environment on fire situation, tunnel inlet velocity should be larger than critical velocity.

  • PDF

Adaptive Key-point Extraction Algorithm for Segmentation-based Lane Detection Network (세그멘테이션 기반 차선 인식 네트워크를 위한 적응형 키포인트 추출 알고리즘)

  • Sang-Hyeon Lee;Duksu Kim
    • Journal of the Korea Computer Graphics Society
    • /
    • v.29 no.1
    • /
    • pp.1-11
    • /
    • 2023
  • Deep-learning-based image segmentation is one of the most widely employed lane detection approaches, and it requires a post-process for extracting the key points on the lanes. A general approach for key-point extraction is using a fixed threshold defined by a user. However, finding the best threshold is a manual process requiring much effort, and the best one can differ depending on the target data set (or an image). We propose a novel key-point extraction algorithm that automatically adapts to the target image without any manual threshold setting. In our adaptive key-point extraction algorithm, we propose a line-level normalization method to distinguish the lane region from the background clearly. Then, we extract a representative key point for each lane at a line (row of an image) using a kernel density estimation. To check the benefits of our approach, we applied our method to two lane-detection data sets, including TuSimple and CULane. As a result, our method achieved up to 1.80%p and 17.27% better results than using a fixed threshold in the perspectives of accuracy and distance error between the ground truth key-point and the predicted point.

A Study on the Crack Behaviour of the Concrete Gravity Dam (콘크리트 중력댐의 균열거동에 관한 연구)

  • 장희석;손병락;김희성
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.12 no.3
    • /
    • pp.353-362
    • /
    • 1999
  • This study is aimed to obtain the critical crack lengthes of the concrete gravity dam and to investigate variation of the effective stress intensity factors at the crack tips of multiple cracks. Applied loads are dynamic load composed of blast vibration and hydrodynamic pressure which can be considered in case of the blast work at near construction site, in addition to static load composed of hydrostatic pressure, crack pressure, and gravity load of the dam. The critical crack lengthes were calculated according to the crack locations, directions, and magnitudes of blast vibration. Also variation of the effective stress intensity factors with respect to the multiple crack shapes and distances between the crack tips was investigated.

  • PDF

A Clustering Method Considering the Threshold of Energy Consumption Model in Wireless Sensor Networks (무선 센서 네트워크에서 에너지 소모 모델의 임계값을 고려한 클러스터링 기법)

  • Kim, Jin-Su
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.11 no.10
    • /
    • pp.3950-3957
    • /
    • 2010
  • Wireless sensor network is composed of sensor node with limited sources, and to maintain and repair is vexatious once made up. Accordingly it is important matter to maximize the network lifetime by minimizing the energy consumption in wireless sensor network, and utilizing the limited sources efficiently. In this paper, I propose a technique arranging the cluster number with efficiency in clustering method to optimize the energy consumption. The energy usage needed for wireless transmission varies in distance(threshold). This technique reduces the energy consumption considering the threshold when arranging the cluster number. I verify that the clustering method organized through the valid processes outperform the LEACH(Low-Energy Adaptive Clustering Hierarchy) in total energy consumption.

A Study on the Thermal Sensitivity of the Solid Fuel Grain with respect to the Port Distance in Hybrid Rocket Motor (Multi-port 하이브리드 로켓의 포트간의 거리에 따른 고체 연료의 열민감도에 관한 연구)

  • Do, Gyu-Sung;Yoon, Chang-Jin;Moon, Hee-Jang;Kim, Jin-Kon
    • Proceedings of the Korean Society of Propulsion Engineers Conference
    • /
    • 2007.11a
    • /
    • pp.233-236
    • /
    • 2007
  • In this paper, thermal sensitivity of the solid fuel grain in the hybrid rocket motor was investigated. When the heat from the non-reacting hot flow passing the grain ports is transferred to the solid fuel grain, the temperature fields in the solid fuel was numerically analyzed. These numerical analyzes were performed under the different nine port radii, and the critical distance between the ports in which the temperature in the solid fuel is sensibly responding was determined. Thus, the critical distance between the ports would be the important consideration for the design of the fuel grain because the high temperature in the fuel can bring the structural problems.

  • PDF

Automatic determination of matching window histogram of gradient (그레디언트 히스토그램을 이용한 정합 창틀 크기의 자동적인 결정)

  • Moon, Chang-Gi;Ye, Chul-Soo
    • Proceedings of the KSRS Conference
    • /
    • 2007.03a
    • /
    • pp.3-7
    • /
    • 2007
  • 본 논문에서는 1m 공간해상도를 가지는 도시 지역의 위성영상에서 스테레오 정합의 성능을 향상시키기 위해 그레디언트(gradient)의 히스토그램을 이용하여 스테레오 정합 창틀의 크기를 자동적으로 결정하는 방법을 제안한다. 영상의 각 화소에 대해 한 화소 거리의 대각 방향에 놓여진 4 개 화소들의 수직 및 수평 방향에 존재하는 화소간의 밝기값 차로 정의되는 그레디언트를 계산하여 평탄화 지수 영상(Flatness Index Image)을 생성한다. 평탄화 지수 영상에서 에지 등과 같이 주변 화소의 밝기값과 차이가 큰 화소는 상대적으로 높은 평탄화 지수를,비에지 화소의 경우에는 낮은 평탄화 지수를 가지게 된다. 에지와 비에지를 판정하는 평탄화 임계값을 결정하기 위해 평탄화 지수 영상의 히스토그램 분포를 이용한다. 결정된 평탄화 임계값보다 작은 평탄화 지수를 가지는 정합 창틀 내의 화소들이 일정 비율보다 크면 비에지 화소로 판정하고 정합 창틀을 한 단계 더 크게 설정하는 방법으로 정합 창틀의 크기를 각 화소마다 가변적으로 변화시킨다. 제안한 방법을 IKONOS 스테레오 위성영상에 적용하여 고정 크기의 정합 창툴에 비해 정합 성능이 향상되는 것을 보였다.

  • PDF