• Title/Summary/Keyword: 홀수 스트링

Search Result 2, Processing Time 0.016 seconds

Electrical Characteristics of PV Modules with Odd Strings by Arrangement on Bypass Diode (홀수스트링 PV모듈의 바이패스 다이오드 배치에 의한 전기적 특성)

  • Shin, Woo-Gyun;Go, Seok-Hwan;Ju, Young-Chul;Song, Hyung-Jun;Kang, Gi-Hwan
    • Journal of the Korean Solar Energy Society
    • /
    • v.37 no.4
    • /
    • pp.1-11
    • /
    • 2017
  • Most PV modules are fabricated by 6 cell-strings with solar cells connected in series. Moreover, bypass diodes are generally installed every 2 cell-strings to prevent PV modules from a damage induced by current mismatch or partial shading. But, in the case of special purpose PV module, like as BIPV (Building Integrated Photovoltaic), the number of cell-strings per module varies according to its size. Differ from a module employing even cell-strings, the configuration of bypass diode should be optimized in the PV module with odd strings because of oppositely facing electrodes. Hence, in this study, electrical characteristics of special purposed PV module with odd string was empirically and theoretically studied depending on arrangement of bypass diode. Here, we assumed that PV module has 3 strings and the number of bypass diodes in the system varies from 2 to 6. In case of 2 bypass diodes, shading on a center string increases short circuit current of the module, because of a parallel circuit induced by 2 bypass diodes connected to center string. Also, the loss is larger, as the shading area in the center string is enlarged. Thus, maximum power of the PV module with 2 bypass diode decreases by up to 59 (%) when shading area varies from 50 to 90 (%). On the other hand, In case of 3 and 6 bypass diodes, the maximum power reduction was within about 3 (W), even the shading area changes from 50 to 90 (%). As a result, It is an alternative to arrange the bypass diode by each string or one bypass diode in the PV module in order to completely bypass current in case of shading, when PV module with odd string are fabricated.

A New merging Algorithm for Constructing suffix Trees for Integer Alphabets (정수 문자집합상의 접미사트리 구축을 위한 새로운 합병 알고리즘)

  • Kim, Dong-Kyu;Sim, Jeong-Seop;Park, Kun-Soo
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.29 no.2
    • /
    • pp.87-93
    • /
    • 2002
  • A new approach of constructing a suffix tree $T_s$for the given string S is to construct recursively a suffix tree $ T_0$ for odd positions construct a suffix tree $T_e$ for even positions from $ T_o$ and then merge $ T_o$ and $T_e$ into $T_s$ To construct suffix trees for integer alphabets in linear time had been a major open problem on index data structures. Farach used this approach and gave the first linear-time algorithm for integer alphabets The hardest part of Farachs algorithm is the merging step. In this paper we present a new and simpler merging algorithm based on a coupled BFS (breadth-first search) Our merging algorithm is more intuitive than Farachs coupled DFS (depth-first search ) merging and thus it can be easily extended to other applications.