• Title/Summary/Keyword: Stack degradation

Search Result 57, Processing Time 0.023 seconds

Stack Allocation-based Memory Performance Improvement Technique on Android 2.3 Dalvik Virtual Machine (안드로이드 2.3 달빅 가상머신에서 스택 할당 기법을 통한 메모리 성능 향상 기법)

  • Lim, Yeong-Kyu;Kim, Cheong-Ghil;Kim, Shin-Dug
    • Journal of Digital Contents Society
    • /
    • v.12 no.4
    • /
    • pp.551-557
    • /
    • 2011
  • In this paper, we propose a stack allocation technique of Android Java objects in order to reduce the number of garbage collection which is one of major reason on Android performance degradation when running applications. The proposed technique is to allocate Java objects into stack rather than heap memory. To do so, stacked objects could escape the garbage collection process. We experiment the proposed technique in the latest Android 2.3 version. For the simulation, we take advantage of the well known Java benchmark, Caffeinemark, and our own. The result shows the performance degradation of Dalvik Virtual Machine execution time caused by the stack allocation of Java objects is very slight and the proposed method considerably reduces the frequency of garbage collection. This will increase application performance and give better user interfaces to Android phone users.

Performance of a 1 kW PEMFC Stack Using the TiN-Coated 316 Stainless Steel Bipolar Piates (TiN이 코팅된 316 스테인리스강 분리판을 이용한 1 kW 급 고분자전해질 연료전지 스택의 운전특성)

  • Jeon, U.-S.;Jo, E.-A.;Ha, H.Y.;Hong, S.-A.;Oh, I.-H.
    • Transactions of the Korean hydrogen and new energy society
    • /
    • v.15 no.1
    • /
    • pp.39-45
    • /
    • 2004
  • A 12-cell PEMFC stack was fabricated using the TiN-coated 316 stainless steel bipolar plates as substitute for the expensive and brittle graphite bipolar plates. Open cirtuit voltage and the maximum power of the stack was 12.08 V and 1.197 kW (199.5 A @ 6 V), respectively. Volumetric and gravimetric power density of the stack was calculated to be 373 W/L and 168 W/kg, respectively. Performance of each cell was quite uniform initially while degraded at a singnificantly different rate. During the 1,000 hr-operation at a constant load of 48 A, stack voltage decreased from 9.0 to 7.98 V at a degradation rate of 11 %/1,000 hr. However, degradation rate of each cell was in the wide rage from 1.2 to 31 %/1,000 hr.

Operation of A Small MCFC Stack Using New Designed Circular Separator (새로운 원반형 구조의 분리판을 사용한 소형 용융탄산염 스택의 운전)

  • Han, Jonghee;Roh, Gil-Tae;Yoon, Sung Pill;Nam, Suk Woo;LIm, Tae Hoon;Hong, Seong Ahn
    • Transactions of the Korean hydrogen and new energy society
    • /
    • v.14 no.3
    • /
    • pp.229-235
    • /
    • 2003
  • A 50W class MCFC stack was operated in order to test a new design of the circular shaped separator. in the new design, the anode gas was supplied into the stack and was exhausted out of the stack after the anode reaction. The exhausted gas was reacted with the cathode gas supplied with excess oxygen in the vessel in which the stack was placed. Then the reacted gas flowed into the cathode side of the stack and was exhausted through the outlet located in the center of the stack. The average voltage of the single cells in the stack was 0.835V under the current density of $150mA/cm^2$, initially, and the degradation rate of the stack voltage was 1.7%/1,000h. High stack voltage with good stability of the present stack was due to the small temperature gradient in the stack. The small temperature gradient as well as the easiness of temperature control was the result of the new configuration of the separator which utilized the heat of the combustion reaction between anode outlet gas and the cathode inlet gas for heating the stack.

Flow Field Design and Stack Performance Evaluation of the Thin Plate Separator for High Temperature Polymer Electrolyte Membrane Fuel Cell (고온 고분자전해질 연료전지 박판형 분리판의 유로 설계 및 스택 성능 평가)

  • KIM, JI-HONG;KIM, MINJIN;KIM, JINSOO
    • Transactions of the Korean hydrogen and new energy society
    • /
    • v.29 no.5
    • /
    • pp.442-449
    • /
    • 2018
  • Research on High temperature polymer electrolyte fuel cell (HT-PEMFC) has actively been conducted all over the world. Since the HT-PEMFC can be operated at a high temperature of $120-180^{\circ}C$ using phosphoric acid-doped polybenzimidazole (PBI) electrolyte membrane, it has considerable advantages over conventional PEMFC in terms of operating conditions and system efficiency. However, If the thermal distribution is not uniform in the stack unit, degradation due to local reaction and deterioration of lifetime are difficult to prevent. The thin plate separator reduces the volume of the fuel cell stack and improves heat transfer, consequently, enhancing the cooling effect. In this paper, a large area flow field of thin plate separator for HT-PEMFC is designed and sub-stack is fabricated. We have studied stack performance evaluation under various operating conditions and it has been verified that the proposed design can achieve acceptable stack performance at a wide operating range.

Study on Environmental Monitoring in Stack Room for Paper Storage Using the Preservation Index (보존 환경 평가 지수를 이용한 종이 보존 서고 환경 모니터링 연구)

  • Shin, Hyun-Chang;Yoon, Man-Young
    • Journal of the Korean Graphic Arts Communication Society
    • /
    • v.29 no.1
    • /
    • pp.61-74
    • /
    • 2011
  • Critical environmental elements for long term preservation of a paper are temperature, humidity, dust, light, contaminants in air, and mold. Especially, temperature and humidity need special care, because they can not only directly degrade paper but also affect the degradation of the other elements. Therefore methods to monitor variation of temperature and relative humidity were studied. One of the methods was to use preservation index for evaluating preservation environment. Since the evaluation for preservation environment of a stack room investigated firstly by D. K. Sebera, PI(preservation index) and TWPI(Time-Weighted Preservation Index) by IPI is made to evaluate relatively preservation environment in a stack room. T. Padfield developed method which could calculate easy PI and TWPI. In this study, the preservation environment of stack rooms for paper storage in NAK(National Archives Korea) was evaluated by PI and TWPI. PI and TWPI of stack rooms for paper storage in NAK maintained good condition but PI depended on season. Then the preservation environment of stack rooms for paper storage in NAK was required to maintain continuously PI and TWPI regardless of season change.

Escape Analysis for Stack Allocation in Java (자바 객체의 스택 저장 가능성 판별을 위한 정적 분석 기법)

  • 조은선
    • Journal of KIISE:Software and Applications
    • /
    • v.31 no.6
    • /
    • pp.840-848
    • /
    • 2004
  • Garbage collecting objects in Java makes memory management easier for the programmer, but it is time consuming. Stack allocation may be an alternative which identifies stack-allocatable objects before the execution, without performance degradation. We suggest an escaping analysis recording the interprocedural movement of the method, to detect an object the method of whose creation may have been already deactivated during the access. Our approach is different from prior works, enables us to handle some cases that are missed in the previous variable - oriented approach.

Improving the Stability of Series-Connected Solid Oxide Fuel Cells by Modifying the Electrolyte Composition

  • Kim, Young Je;Lim, Hyung-Tae
    • Journal of Electrochemical Science and Technology
    • /
    • v.12 no.1
    • /
    • pp.159-165
    • /
    • 2021
  • YSZ based anode supported solid oxide fuel cells (SOFCs) were prepared, and two cells with different electrolyte thicknesses were connected in series for the simulation of a cell-imbalanced fuel cell stack. Pure YSZ cells in a series connection exhibited a rapid degradation when a thick electrolyte cell was operated under a negative voltage. On the other hand, ceria added-YSZ cells in a series connection were stable under similar operating conditions, and the power density and impedance were about the same as those before tests. The improved stability was due to the reduction of internal partial pressure in the electrolyte by locally increasing the electronic conduction. Thus, we propose a new protection method, i.e., the local addition of ceria in the YSZ electrolyte, to extend the lifetime of a cell-imbalanced SOFC stack.

Optical issues of OLED displays with a photo sensor for in-pixel optical feedback

  • Oepts, Wouter;Giraldo, Andrea;Lifka, Herbert;Fish, David;Young, Nigel
    • 한국정보디스플레이학회:학술대회논문집
    • /
    • 2005.07b
    • /
    • pp.968-971
    • /
    • 2005
  • Amorphous silicon photo diodes incorporated in a polyLED stack are applied in in pixel opticalfeedback to compensate for polyLED degradation. Large quantum efficiencies and perfect linearity are demonstrated. The photosensitivity is in agreement with optical modeling of the stack. A new scheme for ambient and cross talk light cancellation is given.

  • PDF

Build and Performance Test of a 3-cell Solid Oxide Fuel Cell Stack

  • Cho, Nam-Ung;Hwang, Soon-Cheol;Han, Sang-Moo;Yang, Choong-Jin
    • Journal of the Korean Ceramic Society
    • /
    • v.44 no.8
    • /
    • pp.407-411
    • /
    • 2007
  • A 3-cell stacked anode-supported solid oxide fuel cell was designed and fabricated to achieve a complete gas seal and the facile stacking of components. The stack was assembled with a unit cell with $10{\times}10cm^2$ area, and each cell was interconnected by a stainless steel 430 separator using a proprietary sealant sheet. The stack performance was examined at various gas flow rates of $H_2+3.5vol%\;H_2O$, and air at a fixed temperature of $800^{\circ}C$. No gas leakage was found from the sealing between cells and inter-connects within a measurement system in this research during a prolonged time of 500 h in operation. The test resulted in an open circuit voltage of 3.12 V, a peak power of 149 W, and a power density of $0.61W/cm^2$, while the long term durability of the power showed 19.1% degradation during the prolonged time of 500 h when tested at $800^{\circ}C$.

Single Cell Stacked Planar Type SOFC Assembled Using a Ag-Current Collector (Ag 집전체를 적용한 평판형 SOFC 단전지)

  • Cho, Nam-Ung;Hwang, Soon-Cheol;Lee, In-Sung
    • Journal of the Korean Ceramic Society
    • /
    • v.44 no.12
    • /
    • pp.720-726
    • /
    • 2007
  • Current collectors of SOFC play a significant role on the performance of power generation. In this study a single cell stacked SOFC was assembled using Ag-mesh as a cathode current collector, and evaluated its performance. No gas leakages of the single cell stack occurred in the tests of gas detection and OCV measurement. The OCV and initial power of the stack were 1.09V and $0.45W/cm^2$, respectively, under the flow rates of air at 2,500 cc/min and $H_2$ at 1,000 cc/min at the test temperature of $750^{\circ}C$. A degradation rate of 44.0% was measured during the prolonged time of 307 h. The relatively low durability of the tested single cell stack was found to be the evaporation of Ag-mesh at the current corrector.