• Title/Summary/Keyword: 스택

Search Result 917, Processing Time 0.025 seconds

A Study on the Estimation of Homogeneous Physical Properties of Molten Carbonate Fuel Cell Stacks (용융탄산염형 연료전지 스택의 균질 물성치 추정에 관한 연구)

  • Lee, Sang-Wook;Suh, Yong-S.
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.12 no.7
    • /
    • pp.2939-2944
    • /
    • 2011
  • The performance and efficiency of a Molten Carbonate Fuel Cell system will improve with the aids of numerical simulations such as finite element analysis. For best simulation results, the virtual model must accurately reflect the actual model including the material properties. It is very difficult, however, to make a detailed numerical model of the stack that consists of hundreds of layers of unit cells composed of various materials like metal, ceramics, polymer, etc. Instead, a practical approach is to find a homogenized material property of the stack as a whole as an approximate replacement. In this paper, the compression ratio of a unit cell is introduced, and a new method is proposed to estimate the homogeneous material properties for both the active and the manifold regions of the stack under the assumption that the compressive deformation occurs only at the separators and matrices in the unit cells. The estimated properties are applied successfully to simulating an actual stack.

Optimal Design of Gas/Liquid Separator for Fuel Cell System using CFD (CFD를 활용한 연료전지용 기액분리기 최적설계)

  • Lim, Jongkoo;Park, Jongcheol;Kho, Back Kyun;Kwon, Ki Wook;Shin, Hyunkhil;Hur, Taeuk;Cho, Sungbaek
    • 한국신재생에너지학회:학술대회논문집
    • /
    • 2010.11a
    • /
    • pp.85.1-85.1
    • /
    • 2010
  • 캐스케이드형 연료전지 시스템에 있어서 각 스택의 단에서 전기화학반응에 의해 생성된 물을 분리하여 적절하게 배출시켜주는 것은 스택의 성능 및 내구성 향상을 위해 매우 중요하다. 이를 위해 연료전지 스택 각 단의 상이한 조건에 맞는 기액분리기의 설계가 필요하다. 유량에 따른 기액분리기의 부피와 원활한 연료 가스와 생성수의 분리를 위한 내부구조 및 입구 속도 등의 변수들에 따라 기액분리기의 성능 뿐만 아니라 연료전지 시스템 전체의 성능에 영향을 준다. 그러나 기액분리기의 폐쇄적 구조 때문에 실험을 통해 내부의 거동 및 현상을 파악할 수 없어 앞서 언급한 변수들의 효과를 확인할 수 없는 문제점이 있다. 이에 CFD(Computational Fluid Dynamics, 전산유체역학)를 활용하여 각 조건에 따른 기액분리기 내부의 현상을 파악하고 이를 통해 기액분리기 설계를 최적화하였다.

  • PDF

A study stack allocation on JIT Code Generator for reducing register load traffic (레지스터 로드 트래픽 감소를 위한 JIT Code Generator에 스택할당 정책 적용 방안 연구)

  • Song, Kyung-Nam;Kim, Hyo-Nam;Won, Yoo-Hun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2001.10b
    • /
    • pp.1541-1544
    • /
    • 2001
  • Java virtual machine의 성능을 향상시키기 위해 "JIT(Just-in-Time)"code generator가 고안되었다[3], JIT code generator는 스택기반의 자바 바이트 코드를 레지스터 기반의 native machine code로 변환해 주는 역할을 수행하여 바이트 코드의 번역시간을 줄여준다. 그러나 JIT 는 많은 레지스터의 사용을 야기시키므로 효율적인 레지스터 allocation 정책이 필요하고 스택과 레지스터 간의 traffic 을 가중시킨다. 그러므로 본 논문에서는 자바 바이트 코드의 효율적인 stack allocation 정책을 JIT code generator에 적용함으로 레지스터와의 traffic을 줄이는 방법을 제시하였다.

  • PDF

A Study on the BOS control of a small PEM fuel cell stack (소형 PEM 연료전지 스택의 BOS 제어에 관한 연구)

  • Kim, Tae-Hoon;Choi, Woo-Jin
    • 한국신재생에너지학회:학술대회논문집
    • /
    • 2009.06a
    • /
    • pp.274-277
    • /
    • 2009
  • 본 논문에서는 소형 PEM(Proton Exchange Membrane) 연료전지 스택의 BOS(Balance of Stack) 제어에 관하여 논의한다. 별도의 가습 장치가 필요치 않고 BOS의 구성이 비교적 간단한 소형 PEM 연료전지 시스템에서는 팬과 퍼지밸브만의 제어를 통해 스택 내부 수분의 조절과 열 관리가 수행된다. 따라서 본 논문에서는 부하에 따른 최적의 공기유량을 계산하고 요구되는 유량의 공급을 위해 팬을 제어하는 알고리즘을 통해 소형 연료전지 시스템의 과도응답 특성과 안정성을 향상시키는 방법에 관하여 제안한다. 150W급 소형 연료전지 시스템을 꾸미고, 마이크로컨트롤러를 이용한 제어회로를 구현하여 실험함으로써 제안된 알고리즘의 유용함을 검증하였다.

  • PDF

A Threaded Tree Construction Algorithm not Using Stack (스택을 이용하지 않는 스레드 트리 구성 알고리즘)

  • Lee Dae-Sik
    • Journal of Internet Computing and Services
    • /
    • v.5 no.5
    • /
    • pp.119-127
    • /
    • 2004
  • As, the development of language-based programming environment, a study on incremental parsing has become an essential part. The purpose of this paper is to show the more efficient incremental parsing algorithm than earlier one that demands parsing speed and memorizing space too much. This paper suggests the threaded tree construction algorithm not using stack. In addition, to remove the reparsing process, it proposes the algorithm for creation node and construction incremental threaded tree not using stack.

  • PDF

Analysis of Thermal Effect by Coolant Plate Number in High-Temperature Polymer Electrolyte Membrane Fuel Cell Stack (고온형 고분자 전해질 연료전지 스택 내부의 냉각판 수가 스택에 미치는 열 영향성의 수치적 연구)

  • Choi, Byung Wook;Ju, Hyun Chul
    • Transactions of the Korean hydrogen and new energy society
    • /
    • v.26 no.2
    • /
    • pp.127-135
    • /
    • 2015
  • High-Temperautre Polymer Electrolyte Membrane Fuel Cell (HT-PEMFC) with phosphoric acid-doped polybenzimidazole (PBI) membrane has high power density because of high operating temperature from 100 to $200^{\circ}C$. In fuel cell stack, heat is generated by electrochemical reaction and high operating temperature makes a lot of heat. This heat is caouse of durability and performance decrease about stack. For these reasons, heat management is important in HT-PEMFC. So, we developed HT-PEMFC model and study heat flow in HT-PEMFC stack. In this study, we placed coolant plate number per cell number ratio as variable and analysed heat flow distribution in stack.

A Design and Implementation of Light Weight Network Stack for Real-time Operating System (실시간 운영체제를 위한 경량 네트워크 스택의 설계 및 구현)

  • Lee Jung-Won;Jeon Sang-Ho;Lee Soong-Yul;Lee Cheol-Hoon
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06a
    • /
    • pp.373-375
    • /
    • 2006
  • 정보가전기기의 발전에 따라 인터넷과 퍼스널 컴퓨터 중심의 정보화는 이제 어느 장소, 어느기기에서나 네트워크와 연결되어 사용자에게 서비스를 제공하는 유비쿼터스 시대로 접어들고 있다. 이러한 정보기기들은 기기에 특성화된 실시간 운영체제를 탑재하고 통신하게 되며, 한정된 자원을 가진 내장형 정보기기들을 위해 경량의 네트워크 스택을 적용해야 할 필요성이 있다. 본 논문에서는 실시간 운영체제상에 내장형 시스템용 경량 네트워크 스택을 설계 및 구현하였다.

  • PDF

전력사업용 용융탄산염 연료전지 개발 연구

  • 임희천;홍성안
    • Proceedings of the Korea Society for Energy Engineering kosee Conference
    • /
    • 1996.04a
    • /
    • pp.107-110
    • /
    • 1996
  • 연료전지 발전방식중 용융탄산염형 연료전지 발전방식은 동작온도가 $650^{\circ}C$의 고온에서 동작되기 때문에 발전효율이 높고 석탄가스를 연료로 사용할 수 있으며 또한 배기가스를 이용하여 복합발전시스템으로 구성할 수 있는 등 전력사업에 적용가능성이 가장 큰 새로운 발전방식이다. 이와 같은 이유로 전력연구원에서 개발하고 있는 2kW급 용융탄산염형 스택은 전극유효면적이 1,000$ extrm{cm}^2$인 단위전지를 20단 적층한 Co Flow형 MCFC스택으로, 연료로, 연료극에 H2, CO2, H2O 혼합가스를 그리고 산소극에는 공기, CO2 혼합가스를 이용하여 150A 정부하 상태에서 초기성능이 전압 14.28V, 출력 2.142W의 발전 운전시험에 성공하였고 이때 스택의 단위전지 평균전압은 0.714V를 나타내었다.

  • PDF

On Design and Implementation of Incremental LR Parsing Algorithm Using Changed Threed Tree (변화된 스레드 트리를 이용한 점진적 LR 파싱 알고리즘 구현 및 설계)

  • Lee, Dae-Sik
    • Convergence Security Journal
    • /
    • v.5 no.4
    • /
    • pp.19-25
    • /
    • 2005
  • Threaded Tree is the data structure that can express parse stack as well as parse tree with LR parsing table. $Larchev\^{e}que$ makes Threaded Tree and Incremental Parsing with stack. This paper suggests the algorithm consisting of changed threaded tree without stack in order to reduce reparsing node and parsing speed. Also, it suggests incremental parsing algorithm to get rid of the reparsing process in node.

  • PDF

Design of Transformer for Multi-level Inverter (멀티레벨 인버터의 변압기 설계)

  • Lim, Jong-Hun;Kim, Myeong-Gi;Noh, Yong-Su;Choi, Jun-Hyuk;Kim, Jin-Hong
    • Proceedings of the KIPE Conference
    • /
    • 2018.07a
    • /
    • pp.312-313
    • /
    • 2018
  • 본 논문은 멀티레벨 컨버터 및 인버터 파워스택의 변압기 설계법에 대해 다룬다. 멀티레벨 파워스택 토폴로지는 기존의 위상천이 변압기를 이용하는 대신 다권선 변압기를 이용하여 단순한 구조의 변압기 설계가 가능하다. 본 논문에서는 다권선 변압기를 사용하는 멀티레벨 파워스택에 대해 이론적 분석을 서술하고, 시뮬레이션을 통해 타당성을 검증하였다.

  • PDF