pscad包-学习笔记如前所述SD部分主要目是为用户提供直接插入自己代码到EMTD_第1页
pscad包-学习笔记如前所述SD部分主要目是为用户提供直接插入自己代码到EMTD_第2页
pscad包-学习笔记如前所述SD部分主要目是为用户提供直接插入自己代码到EMTD_第3页
已阅读5页,还剩3页未读 继续免费阅读

付费下载

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

SystemDSDYNandDSOUTAsmentionedearlier,theprimarypurposeoftheSystemDynamicssectionistoprovidetheuserwiththeabilitytoinserthisorhercodedirectlyintotheEMTDCmainprogram. Atthesametime,theSystemDynamicssectionofferstheadditionaladvantageinthatelectricalelementsneednotbepresentinasimulation. Thatis,EMTDCcanberunwithoutthepresenceofanyelectricalcomponentsor就是说EMTDC可以在没有任何电力组件和网络的情况下运行。Forexample,alinearcontrolsystemcanbeyzedbyusingclassiccontroltheory. Ifnon-linearitiessuchaslimits,dead-bands,saturationfunctions,switches,etc.arepartofthecontroller,thentimeysisofsuchamodelcanbebuiltintotheSystemDynamics,providingapracticalsolutionmethodwithorwithoutelectriccircuits.SystemDynamic,SystemdynamicDSDYNandDSOUTTheSystemsDynamicssectionissplit-upintotwosub-sections, passing(包含)thenetworksolution(seeFigure2-1):ThesearetheDSDYNandDSOUTsubroutines. ThefactthatSystemsDynamicscanbeutilisedbothbeforeandaftertheelectricnetworkissolved,offersagreatadvantageinprogram Ifjudiciallyselected,theusercanavoidtimestepdelaysbetweencontrolandelectricalsystems,forinstance.SD部分可以分割成两个子模块,(实际上包含了网络求解),它们DSDYNDSOUT子程序。在求解网络前后两次利用SD为程序的灵活性提供了很大的优势。AlthoughtherearenomajordifferencesbetweenDSDYNandDSOUT(i.e.theycanbecalledinterchangeably),therearespecificusesforeach.Ingeneral,mostcontroldynamicscodeshouldbeplacedin DSOUTisprimarilyusedtooutputtiesafterthenetworksolutioniscalculated. Thecombinationofthesetwosubroutinesallowstheusertodecidewhethercertaincontroldynamicsshouldbecalculatedusingpreorpostsolution尽管在DSDYNDSOUT之间没有重大的不同(i.e.它们可以交替的被调用),DSDYNDSOUTTimeDelaysandCodeInsomeinstances,itisimportanttoestablishtheproperuseofDSDYNandDSOUTtoavoidunnecessarytimestepdelaysinthecontrol在有些例子中,在控制动态中合适的使用DSDYNDSOUT避免不必要的时间步Metersusedforthemeasurementofvoltageandcurrentsforexample,areprimarilydefinedinDSOUT: Thisisthelogicalsubroutinetochoose,asDSOUTwillsupplythemeasuredtiesdirectlyfollowingthenetworksolution. However,measuredtiesareoftenusedasinputstocontrolsystems,wheretheindividualcontrolcomponentsaredefinedinDSDYN. Therefore,thecontrolsystemmaybebasingoutputsontiesdefinedintheprevioustimestep.序,如果选在DSOUT中,提供求解网络之后的工程量测量值。EXAMPLE2-Figure2-2-SimpleComparatorCircuitcreatedinConsiderthesimplecircuitinFigure2-2.Acomparatorisbeingusedtocomparearealconstantwithasignal'Ea',whichisameasuredvoltagefromavoltmeter. Thecomparatorisadjustedsoastogiveahighoutputwhen'Ea' esgreaterthan0.0,andalowoutput ThecomparatordynamicsaredefinedbydefaultinDSDYN,whereasthemeasuredvoltage'Ea'isdefinedinDSOUTasanoutputEa01,00.默认的比较器动态定义在DSDYN中,然Ea作为一个输出值定义在DSOUT中。Withtheaboveconfigure-tion,thecomparatoroutputsignalwillcontainasingletimestepdelay. ThisisduetothefactthatthecomparatordynamicsinDSDYNareusingameasuredvoltage'Ea',definedinDSOUTfromthepreviousstep(seeFigure2-1).ThistimestepdelaycanberemovedbysimplymovingthecomparatordynamicscodefromDSDYNtoDSOUT. Thiswillforcethecomparatortousethemeasuredvoltagefromthepresenttimestep,beforedeterminingitsoutput.这个时间步长延迟可以简单地通过移动比较器动态代码从DSDYNDSOUT来清AssemblyofSystemDynamicsCode(FortranSD部分代码的集成(FORTRAN文件inthetheDSDYNand/orDSOUTsegmentsofeachComponentDefinitionWhenaCaseProjectiscompiledinPSCAD,theSystemDynamicsisautomaticallyassembledintoformattedFortrancode. informationrequiredtoconstructtheFortraninthetheDSDYNand/orDSOUTsegmentsofeachComponentDefinition,whetherdefinedintheMasterLibraryorinauserdefinedlibrary.PSCAD编译一个工程时,SD部分被自动的集成到格式化的fortran代码中。构造FORTRAN代码的信息从工程中存在的组件对应的DSDYN和DSOUT代码段Figure2-3illustrateshowPSCreparesandconstructstheFortrancodeforEMTDC. ThePSCADCaseProjectshowncontainsadefaultmainpagewithaComponentInstanceandaPageModule. Whenthecaseiscompiled,anequivalentFortranfilecalled'main.f'iscreated,whichactsasthemainroutineforthecase. WithinitareplacedtheDSDYNandDSOUTsubroutines(SystemDynamics),whichcontaincomponentcodeand/orcallstouser-definedsubroutines,specifiedintheComponentDefinitions.2-3PSCADEMTDCfortran代码的。PSCAD工程包含EachsubistreatedasasubroutineandreceivesitsownFortran AsshowninFigure2-3,thesubcalled'abc'receivesacorrespondingfilecalled'abc.f'.WithinthisfileareplacedlocalDSDYNandDSOUTsubroutines,whicharerenamedtoabcDYNandabcOUT(i.e.PageModulenamereplacesDS). abcDYNandabcOUTarethencalledfromDSDYNandDSOUTin'main.f'.DSOUTabcDYNabcOUT.这两个文件接着被main.fDSDYN和DSOUT调用。Figure2-3-AssemblyofDSDYNandDSOUTThismethodof'nested'routinescontinuesoniffurtherlevelsofsubsexist. Forinstance,ifanothersubexistswithin'abc',thentheDSDYNandDSOUTsubroutines,localtothisnewsub-page,willbecalledfromabcDYNandabcOUTin'abc.f'.NOTE:Subs(orPageModules)shouldnotbeconfusedwithasubsystem.FormoreonsubsystemsinEMTDC,seeSubsystemsinElectricNetworks.EXAMPLE2-AsanillustrationastohowthecomponentcodeisinsertedintoDSDYN,considerthesimpleMultipliercomponent,showninFigure2-4:Figure2-4-MultiplierComponentinThecodeforthisdeviceexistsasPSCADScriptintheDSDYNsectionoftheComponent Itisshownbelowforeasy!$OUT=$IN1*!WhenthePSCrojectiscompiled,theabovescriptisextractedfromtheMultiplierComponentDefin

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论