• 
    

    
    

      99热精品在线国产_美女午夜性视频免费_国产精品国产高清国产av_av欧美777_自拍偷自拍亚洲精品老妇_亚洲熟女精品中文字幕_www日本黄色视频网_国产精品野战在线观看 ?

      改進(jìn)電磁暫態(tài)仿真中數(shù)值振蕩消除方法的研究

      2016-09-08 05:42:51解笑蘇張學(xué)凱國網(wǎng)山東省電力公司電力科學(xué)研究院濟(jì)南5000國網(wǎng)山東省電力公司濟(jì)南供電公司濟(jì)南500國網(wǎng)山東省電力公司濟(jì)南5000
      山東電力技術(shù) 2016年4期
      關(guān)鍵詞:暫態(tài)電力公司國網(wǎng)

      解笑蘇,王 帆,張學(xué)凱(.國網(wǎng)山東省電力公司電力科學(xué)研究院,濟(jì)南 5000;.國網(wǎng)山東省電力公司濟(jì)南供電公司,濟(jì)南 500;.國網(wǎng)山東省電力公司,濟(jì)南 5000)

      ·專題論述·

      改進(jìn)電磁暫態(tài)仿真中數(shù)值振蕩消除方法的研究

      解笑蘇1,王帆2,張學(xué)凱3
      (1.國網(wǎng)山東省電力公司電力科學(xué)研究院,濟(jì)南250003;2.國網(wǎng)山東省電力公司濟(jì)南供電公司,濟(jì)南250012;3.國網(wǎng)山東省電力公司,濟(jì)南250001)

      在不采取任何修正措施的情況下,電磁暫態(tài)仿真計算在開關(guān)動作時可能會出現(xiàn)數(shù)值振蕩現(xiàn)象。目前,線性插值法是消除這種振蕩最常用的方法。但是,如果插值法采用的初始數(shù)值存在誤差,數(shù)值震蕩可能無法被完全消除。提出一種改進(jìn)的線性插值法,通過調(diào)整計算方法排除誤差影響來解決這一問題,并通過仿真對結(jié)果進(jìn)行了驗證。

      電磁暫態(tài)仿真;數(shù)值震蕩;線性插值

      0 Introduction

      Electromagnetic transient simulation has characteristics of accurate phenomenon portray and good numerical stability,and thus plays a key role in power system design and planning,analysis and operating control,online dynamic security assessment and so on.As a result of the trapezoidalmethod's own flaw,the computing process has a risk of numerical oscillation at the same time of switches action when nomeasures are taken[1].

      The CDA method[2-4]was firstly used to solve the problem.This method uses 2 steps of the backward Euler method to replace the trapezoidal method when switches act,and it performs well without using the value before changes happen.But facing themore and more complex simulation models such as power electronic devices,its complication and low efficiency expose.

      The linear interpolation method replaced the CDA methodbecauseofthehigherefficiencyand flexibility[5-9]. As the simulating step of integration is small enough,the part of curve between two points can be regarded as a straight line approximately,and any points in this part can be calculated according to this line.This method provides a shortcut for calculating any point in range of one step and eliminating numerical oscillations.

      The existing linear interpolationmethod has a defect that the oscillation may not be eliminated when error existing in the calculation progress.Although this case may not happen at usual time,it does have a big in-fluence on the simulation result.

      1Generation of NumericalOscillation

      The numerical oscillation is caused by the sudden change of non-state variables when the state variables crossing zero,owing to the defect of trapezoidal method.

      Figure1 A Simple System

      Figure 1 shows a simple system as an example.If the switch breaks at t=1,i and vLshould change along the real line in Figure 2.

      Figure 2 Cause of NumericalOscillation

      Butusing the trapezoidalmethod,we can get

      Aswe know,when t≥2,i(t)=i(t-1)=0.And then we can get

      As a result,the wave of vLbecomes the dotted line in Figure 2(b),and the numerical oscillation arises.

      2 The Defectof Linear Interpolation Method

      The steps of the linear interpolationmethod to eliminate numerical oscillation are as follows:

      1)Calculate the unmodified result of t=2 using the trapezoidalmethod based on the result of t=1;

      2)Calculate the result of t=1.5 using the interpolationmethod based on the resultof t=1 and the unmodified result of t=2;

      3)Calculate the result of t=2.5 using the trapezoidalmethod based on the result of t=1.5;

      4)Calculate the modified result of t=2 using the interpolation method based on the result of t=1.5 and t=2.5;

      Generally,thismethod is correct and efficient,but the result may be as Figure 3 when error existing in the result of t=1.

      Figure 3 The result of interpolation method when error existing

      Assuming thatwemade amistake of i(1)=Δi not 0,the unmodified result should be

      Using the linear interpolationmethod,we can get

      According to the trapezoidal method and the linear interpolationmethod,we can get

      Themodified v(3)≠0,and i(3)=0.Ifwe continue the calculation,we will get v(4)=-v(3)and v(5)=v (3)… .The numerical oscillation will never be eliminated.

      3 The Improved Linear Interpolation Method

      Facing the defect above,the numerical oscillation will be easily eliminated if we just change the order of calculation as follows:

      1)Calculate the unmodified result of t=2 using the trapezoidalmethod based on the result of t=1;

      2)Calculate the result of t=1.5 using the interpolationmethod based on the result of t=1 and the unmodified result of t=2;

      3)Calculate the unmodified result of t=3 using the trapezoidal method based on the unmodified result of t=2;

      4)Calculate themodified result of t=2.5 using the interpolationmethod based on the unmodified result of t=2 and t=3;

      5)Calculate the modified result of t=2 using the interpolation method based on the result of t=1.5 and t=2.5;

      As same as the assumption above,we can get the same resultas Equation(7)and Equation(8).And according to the trapezoidal method and the improved method,we can calculate

      Themodified v(3)=0,and i(3)=0,the numerical oscillation is eliminated.The simulation results comparison of the twomethods is as Figure 4.

      Figure 4 The resultof new method when error existing

      4 Conclusions

      The existing linear interpolation method may not be efficient in eliminating the numerical oscillation when error existing in the calculation progress.We provide an improved linear interpolation method,and prove its correctness in frontof errors.

      Reference

      [1]H.W.Dommel.EMTP Theory Book[M].Beijing,China:Water Resources and Electric Power Press,1991.

      [2]J.R.Marti,J.Lin.Suppression of Numerical Oscillations in theEMTP[J].IEEE Transaction on Power Systems,1989,4(2):739-747.

      [3]J.M.Lin,J.R.Marti.Implementation of the CDA Procedure in the EMTP[J].IEEE Trans.Power Systems,1990,5(2):394-402.

      [4]Wang Chengshan,Li Peng,Wang Liwei.Research Progress of Electromagnetic Transient Simulation for Power Systems[J].Automation of Electric Power Systems,2009,33(10):97-103.

      [5]P.Kuffel,K.Kent,G.Irwin.The Implementation and Effectiveness of Linear Interpolation within Digital Simulation[J].Electrical Power and Energy System,1997,19(4):221-227.

      [6]A.M.Gole.Electromagnetic transient simulation of power electronic equipment in power systems:challenges and solutions. Power Engineering Society General Meeting,2006,Montreal,Canada.

      [7]Zou Ming,Mahseredjian Jean,Joos Geza,et al.Interpolation and Reinitialization in Time-domain Simulation of Power Electronics Circuits[J].Electric Power Systems Research,2006,76 (8):688-694.

      [8]Wang Chengshan,Li Peng,Huang Bibin,et al.An Interpolation Algorithm for Time-Domain Simulation of Power Electronics Circuit Considering Multiple Switching Events[J].Transactions of China Electrotechnical Society,2010,25(6):84-88.

      [9]Liu Tao,Yan Yipeng,Jin Na,et al.Interpolation Algorithm for ElectromagneticTransientSimulationConsideringMultiple Switching Events[J].Proceedings of the CSU-EPSA,2013,25 (6):144-147.

      Accepted date:2016-03-09

      Xie Xiaosu(1987),received master degree in Engineering from North China Electric Power University in 2013.He is now working in State Grid Shandong Electric Power Research Institute.His main research interest is generator excitation.

      Im proved Numerical Oscillation Elim ination M ethod in Electromagnetic Transient Simulation

      XIE Xiaosu1,WANG Fan2,ZHANG Xuekai3
      (1.State Grid Shandong Electric Power Research Institute,Jinan 250003,China;2.State Grid Jinan Power Supply Company,Jinan 250012,China;3.State Grid Shandong Electric Power Company,Jinan 250001,China)

      Electromagnetic transient simulation has a risk of numerical oscillation at the same time of switches action when no measure is taken.The linear interpolation method ismostwidely used to eliminate the numerical oscillation at present.But in the case of error existing in the initial value,the numerical oscillation may not be eliminated completely.We put forward an improved method of linear interpolation by adjusting the calculation method to eliminate the influence of errors to solve this problem,and prove the results through simulation.

      electromagnetic transient simulation;numerical oscillation;linear interpolation

      TM744

      A

      1007-9904(2016)04-0026-03

      猜你喜歡
      暫態(tài)電力公司國網(wǎng)
      國網(wǎng)甘肅省電力公司創(chuàng)新成果展示
      300Mvar空冷隱極同步調(diào)相機(jī)暫態(tài)特性仿真分析
      巨怪電力公司面試中
      電力系統(tǒng)全網(wǎng)一體化暫態(tài)仿真接口技術(shù)
      電子制作(2018年14期)2018-08-21 01:38:28
      大型電力公司面臨的財務(wù)風(fēng)險
      國網(wǎng)江西電力2017 回眸
      江西電力(2018年1期)2018-03-05 02:26:46
      除氧器暫態(tài)計算研究
      電子測試(2017年23期)2017-04-04 05:07:02
      特別感謝為本刊付出辛勤勞動的審稿專家(按姓氏拼音排序):
      湖南電力(2016年1期)2016-03-12 02:10:54
      特別感謝為本刊付出辛勤勞動的審稿專家 (按姓氏拼音排序)
      湖南電力(2016年6期)2016-03-11 03:38:05
      與綠色同行——省電力公司環(huán)保工作掠影
      河南電力(2015年5期)2015-06-08 06:01:43
      义乌市| 辛集市| 五原县| 万山特区| 通海县| 全南县| 微博| 湟源县| 镇康县| 神池县| 衡阳市| 巩义市| 镇沅| 建宁县| 阆中市| 辽阳市| 定陶县| 普兰县| 呼伦贝尔市| 资源县| 桓仁| 开鲁县| 贵港市| 平昌县| 萨迦县| 墨竹工卡县| 沁水县| 静乐县| 中超| 陇南市| 永昌县| 麦盖提县| 河东区| 黔西| 乌什县| 资中县| 延津县| 怀仁县| 大同市| 鹤山市| 丹阳市|