• 제목/요약/키워드: Program Simulation

Search Result 4,544, Processing Time 0.032 seconds

A Comparative Analysis on Slope Stability Using Specific Catchment Area Calculation (비 집수면적 산정기법에 따른 사면 안정성 비교·분석)

  • Lee, Gi-Ha;Oh, Sung-Ryul;An, Hyun-Uk;Jung, Kwan-Sue
    • Journal of Korea Water Resources Association
    • /
    • v.45 no.7
    • /
    • pp.643-656
    • /
    • 2012
  • There has been an increase for the landslide areas and restoration expenses due, in large part, to the increased locally heavy rains caused by recent climate change as well as the reckless development. This study carried out a slope stability analysis by the application of distributed wetness index, using the GIS-based infinite slope stability model, which took the root cohesion effect into consideration, for part of Mt. Umyeon in Seoul, where landslide occurred in July 2011, in order to compensate the defects of existing analysis method, and subsequently compared its result with the case on the exploitation of lumped wetness index. In addition, this study estimated the distributed wetness index by methodology, applying three methods of specific catchment area calculation: single flow direction (SFD), multiple flow direction (MFD), and infinity flow direction (IFD), for catchment area, one of the variables of distributed wetness indices, and finally implemented a series of comparative analysis for slope stability by methodology. The simulation results showed that most unstable areas within the study site were dominantly located in cutting-area surroundings along with the residential area and the mountaintop and unstable areas of IFD and lumped wetness index method were similar while SFD and MFD provided smaller unstable areas than the two former methods.

Capacity determination for a rainfall harvesting unit using an optimization method (최적화 기법을 이용한 빗물이용시설의 저류 용량 결정)

  • Jin, Youngkyu;Kang, Taeuk;Lee, Sangho;Jeong, Taekmun
    • Journal of Korea Water Resources Association
    • /
    • v.53 no.9
    • /
    • pp.681-690
    • /
    • 2020
  • Generally, the design capacity of the rainwater harvesting unit is determined by trial and error method that is repeatedly calculating various analysis scenarios with capacity, reliability, and rainwater utilization ratio, etc. This method not only takes a lot of time to analyze but also involves a lot of calculations, so analysis errors may occur. In order to solve the problem, this study suggested a way to directly determine the minimum capacity to meet arbitrary target reliabilities using the global optimization method. The method was implemented by simulation model with particle swarm optimization (PSO) algorithms using Python language. The pyswarm that is provided as an open-source of python was used as optimization method, that can explore global optimum, and consider constraints. In this study, the developed program was applied to the design data for the rainwater harvesting constructed in Cheongna district 1 in Incheon to verify the efficiency, stability, and accuracy of the analysis. The method of determining the capacity of the rainwater harvesting presented in this study is considered to be of practical value because it can improve the current level of analytical technology.

Evaluation of Ground Thermal Conductivity by Performing In-Situ Thermal Response test (TRT) and CFD Back-Analysis (현장 열응답 시험(TRT)과 CFD 역해석을 통한 지반의 열전도도 평가)

  • Park, Moonseo;Lee, Chulho;Park, Sangwoo;Sohn, Byonghu;Choi, Hangseok
    • Journal of the Korean Geotechnical Society
    • /
    • v.28 no.12
    • /
    • pp.5-15
    • /
    • 2012
  • In this study, a series of CFD (Computational Fluid Dynamics) numerical analyses were performed in order to evaluate the thermal performance of six full-scale closed-loop vertical ground heat exchangers constructed in a test bed located in Wonju. The circulation HDPE pipe, borehole and surrounding ground formation were modeled using FLUENT, a finite-volume method (FVM) program, for analyzing the heat transfer process of the system. Two user-defined functions (UDFs) accounting for the difference in the temperatures of the circulating inflow and outflow fluid and the variation of the surrounding ground temperature with depth were adopted in the FLUENT model. The relevant thermal properties of materials measured in laboratory were used in the numerical analyses to compare the thermal efficiency of various types of the heat exchangers installed in the test bed. The simulation results provide a verification for the in-situ thermal response test (TRT) data. The CFD numerical back-analysis with the ground thermal conductivity of 4 W/mK yielded better agreement with the in-situ thermal response tests than with the ground thermal conductivity of 3 W/mK.

Actual Condition & the Need of Education for Elderly Housing Education Perceived by Adolescents (청소년이 인식하는 중학교 노년기 주생활 교육 실태와 교육 필요도)

  • Lee, Young-Ja;Jang, Sang-Ock
    • Journal of Korean Home Economics Education Association
    • /
    • v.20 no.4
    • /
    • pp.59-75
    • /
    • 2008
  • This study is designed to support the development and the teaching of revised curriculum of 2007 "Technology & Home Economics" by investigating the actual condition and the necessity of education for elderly housing education. Questionnaire survey was conducted with 488 high school students in Gyeongnam in 2008. The data analyzed by descriptive statistics, t-test, One-way ANOVA, Duncan's multiple range test by using SPSS 14 program. The results showed that most of the students were dissatisfied with their middle school education of elderly housing due to the lack of interesting and practical contents. Thus, various teaching-learning methods where student can experience and experiment is needed. Also, the students demanded more of factors of elderly housing, spacing plan, elderly welfare service and less of three-generation housing and senior housing in their elderly housing education. The needs of education contents differed among students depending on variables such as sex, graduated middle school, household income, dwelling space and length of residential years. Therefore, revised 2007 curriculum of "Technology & Home Economics" should include required contents in related chapters. Because there are significant differences among textbooks about elderly housing, further attention needs to be paid to the new textbooks in order to include education contents evenly. At the same time, teachers should organize their teaching contents considering the divergence of variables. The effect of elderly housing education will be maximized if the revised curriculum consists of more experimental activities such as elderly simulation in the local community.

  • PDF

Compiling Lazy Functional Programs to Java on the basis of Spineless Taxless G-Machine with Eval-Apply Model (Eval-Apply 모델의 STGM에 기반하여 지연 계산 함수형 프로그램을 자바로 컴파일하는 기법)

  • Nam, Byeong-Gyu;Choi, Kwang-Hoon;Han, Tai-Sook
    • Journal of KIISE:Software and Applications
    • /
    • v.29 no.5
    • /
    • pp.326-335
    • /
    • 2002
  • Recently there have been a number of researches to provide code mobility to lazy functional language (LFL) programs by translating LFL programs to Java programs. These approaches are basically baled on architectural similarities between abstract machines of LFLs and Java. The abstract machines of LFLs and Java programming language, Spineless Tagless G-Machine(STGM) and Java Virtual Machine(JVM) respectively, share important common features such as built- in garbage collector and stack machine architecture. Thus, we can provide code mobility to LFLs by translating LFLs to Java utilizing these common features. In this paper, we propose a new translation scheme which fully utilizes architectural common features between STGM and JVM. By redefining STGM as an eval-apply evaluation model, we have defined a new translation scheme which utilizes Java Virtual Machine Stack for function evaluation and totally eliminates stack simulation which causes array manipulation overhead in Java. Benchmark program translated to Java programs by our translation scheme run faster on JDK 1.3 than those translated by the previous schemes.

Load Balancing of Unidirectional Dual-link CC-NUMA System Using Dynamic Routing Method (단방향 이중연결 CC-NUMA 시스템의 동적 부하 대응 경로 설정 기법)

  • Suh Hyo-Joon
    • The KIPS Transactions:PartA
    • /
    • v.12A no.6 s.96
    • /
    • pp.557-562
    • /
    • 2005
  • Throughput and latency of interconnection network are important factors of the performance of multiprocessor systems. The dual-link CC-NUMA architecture using point-to-point unidirectional link is one of the popular structures in high-end commercial systems. In terms of optimal path between nodes, several paths exist with the optimal hop count by its native multi-path structure. Furthermore, transaction latency between nodes is affected by congestion of links on the transaction path. Hence the transaction latency may get worse if the transactions make a hot spot on some links. In this paper, I propose a dynamic transaction routing algorithm that maintains the balanced link utilization with the optimal path length, and I compare the performance with the fixed path method on the dual-link CC-NUMA systems. By the proposed method, the link competition is alleviated by the real-time path selection, and consequently, dynamic transaction algorithm shows a better performance. The program-driven simulation results show $1{\~}10\%$ improved fluctuation of link utilization, $1{\~}3\%$ enhanced acquirement of link, and $1{\~}6\%$ improved system performance.

Analysis of 6-Beam Accelerometer Using (111) Silicon Wafer by Finite Element Method ((111) 실리콘 웨이퍼를 이용한 6빔 가속도센서의 유한요소법 해석)

  • Sim, Jun-Hwan;Kim, Dong-Kwon;Seo, Chang-Taeg;Yu, In-Sik;Lee, Jong-Hyun
    • Journal of Sensor Science and Technology
    • /
    • v.6 no.5
    • /
    • pp.346-355
    • /
    • 1997
  • In this paper, the analyses of the stress disturibution and frequency characteristics of silicon microstructures for an accelerometer were performed using the general purpose finite element simulation program, ANSYS. From the analyses, we determined the parameter values of a new 6-beam piezoresistive accelerometer applicable to the accelerometer's specification in airbag system of automobile. Then, the mass paddle radius, beam length, beam width, and beam thickness of the designed accelerometer were$500{\mu}m$, $350{\mu}m$, $100{\mu}m$, and $5{\mu}m$, respectively and two different seismic masses with 0.4 mg and 0.8 mg were defined on the same sensor structure. The designed 6- beam accelerometers were fabricated on the selectively diffused (111)-oriented $n/n^{+}/n$ silicon substrates and the characteristics of the fabricated accelerometers were investigated. Then, we used a micromachining technique using porous silicon etching method for the formation of the micromechanical structure of the accelerometer.

  • PDF

3D Visualization Techniques for Volcanic Ash Dispersion Prediction Results (화산재 확산 예측결과의 삼차원 가시화 기법)

  • Youn, Jun Hee;Kim, Ho Woong;Kim, Sang Min;Kim, Tae Hoon
    • Journal of Korean Society for Geospatial Information Science
    • /
    • v.24 no.1
    • /
    • pp.99-107
    • /
    • 2016
  • Korea has been known as volcanic disaster free area. However, recent surveying result shows that Baekdu mountain located in northernmost in the Korean peninsula is not a dormant volcano anymore. When Baekdu mountain is erupting, various damages due to the volcanic ash are expected in South Korea area. Especially, volcanic ash in the air may cause big aviation accident because it can hurt engine or gauges in the airplane. Therefore, it is a crucial issue to interrupt airplane navigation, whose route is overlapped with volcanic ash, after predicting three dimensional dispersion of volcanic ash. In this paper, we deals with 3D visualization techniques for volcanic ash dispersion prediction results. First, we introduce the data acquisition of the volcanic ash dispersion prediction. Dispersion prediction data is obtained from Fall3D model, which is volcanic ash dispersion simulation program. Next, three 3D visualization techniques for volcanic ash dispersion prediction are proposed. Firstly proposed technique is so called 'Cube in the Air', which locates the semitransparent cubes having different color depends on its particle concentration. Second technique is a 'Cube in the Cube' which divide the cube in proportion to particle concentration and locates the small cubes. Last technique is 'Semitransparent Volcanic Ash Plane', which laminates the layer, whose grids present the particle concentration, and apply the semitransparent effect. Based on the proposed techniques, the user could 3D visualize the volcanic ash dispersion prediction results upon his own purposes.

Design of MTP memory IP using vertical PIP capacitor (Vertical PIP 커패시터를 이용한 MTP 메모리 IP 설계)

  • Kim, Young-Hee;Cha, Jae-Han;Jin, Hongzhou;Lee, Do-Gyu;Ha, Pan-Bong;Park, Mu-Hun
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.13 no.1
    • /
    • pp.48-57
    • /
    • 2020
  • MCU used in applications such as wireless chargers and USB type-C require MTP memory with a small cell size and a small additional process mask. Conventional double poly EEPROM cells are small in size, but additional processing masks of about 3 to 5 sheets are required, and FN tunneling type single poly EEPROM cells have a large cell size. In this paper, a 110nm MTP cell using a vertical PIP capacitor is proposed. The erase operation of the proposed MTP cell uses FN tunneling between FG and EG, and the program operation uses CHEI injection method, which reduces the MTP cell size to 1.09㎛2 by sharing the PW of the MTP cell array. Meanwhile, MTP memory IP required for applications such as USB type-C needs to operate over a wide voltage range of 2.5V to 5.5V. However, the pumping current of the VPP charge pump is the lowest when the VCC voltage is the minimum 2.5V, while the ripple voltage is large when the VCC voltage is 5.5V. Therefore, in this paper, the VPP ripple voltage is reduced to within 0.19V through SPICE simulation because the pumping current is suppressed to 474.6㎂ even when VCC is increased by controlling the number of charge pumps turned on by using the VCC detector circuit.

Characteristic of Mixing and DO Concentration Distribution in Aeration Tank by Microbubble Supply (마이크로버블 공급에 의한 폭기조내 교반과 용존산소 분포 특성)

  • Lim, Ji-young;Kim, Hyun-Sik;Park, Dae-Seok;Cho, Young-Gun;Song, Seung-Jun;Park, Soo-Young;Kim, Jin-Han
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.17 no.5
    • /
    • pp.251-259
    • /
    • 2016
  • This study examined the DO concentration distribution and ORP distribution using microbubbles on pilot-scale aeration tanks. As a result of MLSS mixing and oxygen transfer phenomenon using microbubbles, different DO concentrations were observed depending on the circulation of the liquid with the microbubble supply location on the lateral of an aeration tank. The simulation results of CFD (computational fluid dynamics) program showed that MLSS mixed with a microbubble supply in the middle the reactor is much better than on the left side of the reactor. A single reactor containing an anaerobic, anoxic, and aerobic zone, was evaluated without partition according to the location of the microbubble supply based on the experiments and CFD analysis. MLSS was separated into solid-liquid by the microbubble supply in the aeration tank. Consequently, selecting the appropriate microbubble size is important for MLSS mixing and was maintained at the proper DO concentration for biological treatment.