• Title/Summary/Keyword: Flash method

Search Result 540, Processing Time 0.025 seconds

Measurement of Flash Point for Binary Mixtures of 2-Butanol, 2,2,4-Trimethylpentane, Methylcyclohexane, and Toluene at 101.3 kPa (2-Butanol, 2,2,4-Trimethylpentane, Methylcyclohexane 그리고 Toluene 이성분 혼합계에 대한 101.3 kPa에서의 인화점 측정)

  • Hwang, In Chan;In, Se Jin
    • Clean Technology
    • /
    • v.26 no.3
    • /
    • pp.161-167
    • /
    • 2020
  • For the design of the prevention and mitigation measures in process industries involving flammable substances, reliable safety data are required. An important property used to estimate the risk of fire and explosion for a flammable liquid is the flash point. Flammability is an important factor to consider when developing safe methods for storing and handling solids and liquids. In this study, the flash point data were measured for the binary systems {2-butanol + 2,2,4-trimethylpentane}, {2-butanol + methylcyclohexane} and {2-butanol + toluene} at 101.3 kPa. Experiments were performed according to the standard test method (ASTM D 3278) using a Stanhope-Seta closed cup flash point tester. A minimum flash point behavior was observed in the binary systems as in the many cases for the hydrocarbon and alcohol mixture that were observed. The measured flash points were compared with the predicted values calculated via the following activity coefficient (GE) models: Wilson, Non-Random Two-Liquid (NRTL), and UNIversal QUAsiChemical (UNIQUAC) models. The predicted data were only adequate for the data determined by the closed-cup test method and may not be appropriate for the data obtained from the open-cup test method because of its deviation from the vapor liquid equilibrium. The predicted results of this work can be used to design safe petrochemical processes, such as the identification of safe storage conditions for non-ideal solutions containing flammable components.

AFTL: An Efficient Adaptive Flash Translation Layer using Hot Data Identifier for NAND Flash Memory (AFTL: Hot Data 검출기를 이용한 적응형 플래시 전환 계층)

  • Yun, Hyun-Sik;Joo, Young-Do;Lee, Dong-Ho
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.35 no.1
    • /
    • pp.18-29
    • /
    • 2008
  • NAND Flash memory has been growing popular storage device for the last years because of its low power consumption, fast access speed, shock resistance and light weight properties. However, it has the distinct characteristics such as erase-before-write architecture, asymmetric read/write/erase speed, and the limitation on the number of erasure per block. Due to these limitations, various Flash Translation Layers (FTLs) have been proposed to effectively use NAND flash memory. The systems that adopted the conventional FTL may result in severe performance degradation by the hot data which are frequently requested data for overwrite in the same logical address. In this paper, we propose a novel FTL algorithm called Adaptive Flash Translation Layer (AFTL) which uses sector mapping method for hot data and log-based block mapping method for cold data. Our system removes the redundant write operations and the erase operations by the separating hot data from cold data. Moreover, the read performance is enhanced according to sector translation that tends to use a few read operations. A series of experiments was organized to inspect the performance of the proposed method, and they show very impressive results.

Index Management Method using Page Mapping Log in B+-Tree based on NAND Flash Memory (NAND 플래시 메모리 기반 B+ 트리에서 페이지 매핑 로그를 이용한 색인 관리 기법)

  • Kim, Seon Hwan;Kwak, Jong Wook
    • Journal of the Korea Society of Computer and Information
    • /
    • v.20 no.5
    • /
    • pp.1-12
    • /
    • 2015
  • NAND flash memory has being used for storage systems widely, because it has good features which are low-price, low-power and fast access speed. However, NAND flash memory has an in-place update problem, and therefore it needs FTL(flash translation layer) to run for applications based on hard disk storage. The FTL includes complex functions, such as address mapping, garbage collection, wear leveling and so on. Futhermore, implementation of the FTL on low-power embedded systems is difficult due to its memory requirements and operation overhead. Accordingly, many index data structures for NAND flash memory have being studied for the embedded systems. Overall performances of the index data structures are enhanced by a decreasing of page write counts, whereas it has increased page read counts, as a side effect. Therefore, we propose an index management method using a page mapping log table in $B^+$-Tree based on NAND flash memory to decrease page write counts and not to increase page read counts. The page mapping log table registers page address information of changed index node and then it is exploited when retrieving records. In our experiment, the proposed method reduces the page read counts about 61% at maximum and the page write counts about 31% at maximum, compared to the related studies of index data structures.

Numerical Modeling of a Short-range Three-dimensional Flash LIDAR System Operating in a Scattering Atmosphere Based on the Monte Carlo Radiative Transfer Matrix Method (몬테 카를로 복사 전달 행렬 방법을 사용한 산란 대기에서 동작하는 단거리 3차원 플래시 라이다 시스템의 수치적 모델링)

  • An, Haechan;Na, Jeongkyun;Jeong, Yoonchan
    • Korean Journal of Optics and Photonics
    • /
    • v.31 no.2
    • /
    • pp.59-70
    • /
    • 2020
  • We discuss a modified numerical model based on the Monte Carlo radiative transfer (MCRT) method, i.e., the MCRT matrix method, for the analysis of atmospheric scattering effects in three-dimensional flash LIDAR systems. Based on the MCRT method, the radiative transfer function for a LIDAR signal is constructed in a form of a matrix, which corresponds to the characteristic response. Exploiting the superposition and convolution of the characteristic response matrices under the paraxial approximation, an extended computer simulation model of an overall flash LIDAR system is developed. The MCRT matrix method substantially reduces the number of tracking signals, which may grow excessively in the case of conventional Monte Carlo methods. Consequently, it can readily yield fast acquisition of the signal response under various scattering conditions and LIDAR-system configurations. Using the computational model based on the MCRT matrix method, we carry out numerical simulations of a three-dimensional flash LIDAR system operating under different atmospheric conditions, varying the scattering coefficient in terms of visible distance. We numerically analyze various phenomena caused by scattering effects in this system, such as degradation of the signal-to-noise ratio, glitches, and spatiotemporal spread and time delay of the LIDAR signals. The MCRT matrix method is expected to be very effective in analyzing a variety of LIDAR systems, including flash LIDAR systems for autonomous driving.

Garbage Collection Method using Proxy Block considering Index Data Structure based on Flash Memory (플래시 메모리 기반 인덱스 구조에서 대리블록 이용한 가비지 컬렉션 기법)

  • Kim, Seon Hwan;Kwak, Jong Wook
    • Journal of the Korea Society of Computer and Information
    • /
    • v.20 no.6
    • /
    • pp.1-11
    • /
    • 2015
  • Recently, NAND flash memories are used for storage devices because of fast access speed and low-power. However, applications of FTL on low power computing devices lead to heavy workloads which result in a memory requirement and an implementation overhead. Consequently, studies of B+-Tree on embedded devices without the FTL have been proposed. The studies of B+-Tree are optimized for performance of inserting and updating records, considering to disadvantages of the NAND flash memory that it can not support in-place update. However, if a general garbage collection method is applied to the previous studies of B+-Tree, a performance of the B+-Tree is reduced, because it generates a rearrangement of the B+-Tree by changing of page positions on the NAND flash memory. Therefor, we propose a novel garbage collection method which can apply to the B+-Tree based on the NAND flash memory without the FTL. The proposed garbage collection method does not generate a rearrangement of the B+-Tree by using a block information table and a proxy block. We implemented the B+-Tree and ${\mu}$-Tree with the proposed garbage collection on physical devices with the NAND flash memory. In experiment results, the proposed garbage collection scheme compared to greedy algorithm garbage collection scheme increased the number of inserted keys by up to about 73% on B+-Tree and decreased elapsed time of garbage collection by up to about 39% on ${\mu}$-Tree.

A group based management method of flash memory for enhancing wear-leveling (Wear-leveling 향상을 위한 플래시 메모리의 그룹단위 관리 방법)

  • Jang, Si-Woong;Kim, Young-Ju;Yu, Yun-Sik
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.13 no.2
    • /
    • pp.315-320
    • /
    • 2009
  • Since flash memory can not be overwritten on updating data, new data are updated in new area and old data should be invalidated and erased for garbage collection. With develop of flash memory technology, capacity of flash memory is rapidly increasing. It increases rapidly execution time of CPU to search an entire flash memory of large capacity when choosing the block to erase in garbage collection. To solve the problem that is increasing execution time of CPU, flash memory is partitioned into several groups, the block to erase in garbage collection is searched within the corresponding group. In workload of access locality, we enhanced wear-leveling within group by allocating hot data to hot group and cold data to cold group respectively and enhanced wear-leveling among groups by exchanging periodically hot group and cold group.

A Study on the Web-Based Instruction Using Flash (플래시를 이용한 웹기반 수업에 관한 고찰)

  • Kim, Min-Sung;Park, Sung-Hoon
    • Journal of Digital Contents Society
    • /
    • v.11 no.2
    • /
    • pp.225-234
    • /
    • 2010
  • Web-based instruction is being developed as a new study model getting out of the traditional standardized education method. It is a new education tool which promotes learner-centered and cooperative study. Flash, as one of the most powerful web authoring tool can maximize the effectiveness of learning using computer graphic, animation, sounds and video. In this paper, we will look at developing and distributing education materials using flash and the efficient web-based instructions.

A Study on the Characteristics of Flammability for Organic Solvents of Three Component Systems (3성분계 유기용제의 인화특성에 관한 연구)

  • 임우섭;목연수;최재욱;최일곤;하동명;조태제
    • Journal of the Korean Society of Safety
    • /
    • v.14 no.3
    • /
    • pp.120-126
    • /
    • 1999
  • This study was accomplished by measuring the lower and upper flash point with air blowing method and grasping the characteristics of flammability for the three component systems, which are made up of the Benzene-Toluene-o-Xylene and Methylethylketone-Toluene-o-Xylene. These three component systems are widely used in the various industrial fields together with the development of industry. The results are as follows ; 1 ) Isothermal line is plotted on the triangular diagram for flash points determined in each solutions. From this line, the mixed compositions which indicated the same lower and upper flash points in each different composition could be read on this diagram, if the composition of mixtures are known. 2) Lower and upper explosion limits obtained from the flash points determined for the three component solution are compared with the value calculated from Le Chatelier's law. Especially the lower explosion limits are in a good agreement with the calculated values.

  • PDF

OPTIMAL PREFORM DESGIN BY TRACING THE MATERIAL FLOW : APPLICATION TO PISTON FORGING

  • Hong J.T.;Lee S.R.;Park C.H.;Yang D.Y.;Chung W.J.;Park Y.B.;Kim Y.H.
    • Proceedings of the Korean Society for Technology of Plasticity Conference
    • /
    • 2003.10b
    • /
    • pp.143-146
    • /
    • 2003
  • In this paper, a new preform design method is proposed to eliminate the excessive flash in metal forging process. After carrying out finite element simulation of the process with an initial billet, backward particle tracing is performed from the outlet of the flash. Then, the region which belongs to the flash is easily found .. The process is analyzed again with the redesigned billet which is removed that region the above mentioned region. The optimal preform shape which minimizes the amount of flash without changing the forgibility can be obtained in several iterations.

  • PDF

The Study of the Implementation of the Boot System Using CF(Compact Flash) memory card 1. Implementation of the Boot System Using CF memory card (CF(Compact Flash)메모리 카드를 이용한 부트 시스템 구현에 관한 연구 1. CF메모리 카드를 이용한 부트 시스템 구현)

  • 이광철;김영길
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.8 no.1
    • /
    • pp.108-114
    • /
    • 2004
  • In this paper we propose the boot system using CF memory card and study the system implementation method. The system that is proposed in this paper basically consist of high performance microprocessor, small amount of program memory and CF memory card. And added LCD module and touch panel for the user interface. This system use the CF memory card and DRAM instead of the Flash memory, so it can reduce the system cost. And system performance is increased because of the system program running in the DRAM.