opendss 自定义模式编写
opendss提供了自定义模式, 用户根据自己的模型,灵活定义, 如下使用c++编译生成dll文件,供大家参考, 使用vs 软件进行开发生成dll,代码见附件
应用介绍
opendss提供了自定义模式, 用户根据自己的模型,灵活定义, 如下使用c++编译生成dll文件,供大家参考, 使用vs 软件进行开发生成dll,代码见附件
clear
new object = circuit.simple_ckt bus1=sourcebus basekv=11.0 frequency=50.0 isc3=5000.0 isc1=5000.0 scantype=Pos sequence=Pos
set mode=duty
set basefreq=50.0
set stepsize=60
set number=100
au
New transformer.tr1 xhl=4.0 x12=4.0 %loadloss=0.8 normhkva=880.0 emerghkva=1200.0 sub=y xrconst=NO leadlag=Lag normamps=46.188 emergamps=62.984
~ wdg=1 bus=sourcebus conn=delta kv=11.0 kva=800.0 tap=1.0 %r=0.4
~ wdg=2 bus= 1 conn= wye kv=0.4 kva=800.0 tap=1.0 %r=0.4
New linecode.2c_007 units=m r1=0.00397 x1=9.9e-05 r0=0.00397 x0=9.9e-05 c1=0.0 c0=0.0
New line.line1 units=m bus1=1 bus2=2 units=m length=50.0 linecode=2c_007
New line.line2 units=m bus1=2 bus2=3 units=m length=50.0 linecode=2c_007
New generator.generatore_custom bus1=3 model=6 usermodel="path to opendss_dll.dll"
edit generator.generatore_custom userdata = "this is the edited userdata"
New monitor.monitor1 element=generator.generatore_custom mode=3
solve
show monitor monitor1
©版权声明:本文内容由互联网用户自发贡献,版权归原创作者所有,本站不拥有所有权,也不承担相关法律责任。如果您发现本站中有涉嫌抄袭的内容,欢迎发送邮件至: [email protected] 进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
转载请注明出处: apollocode » opendss 自定义模式编写
文件列表(部分)
名称 | 大小 | 修改日期 |
---|---|---|
opendss_userdll_cpp-master | 0.00 KB | 2021-01-36 |
opendss_dll | 0.00 KB | 2019-05-26 |
custom_gen.cpp | 0.43 KB | 2019-05-26 |
custom_gen.h | 0.84 KB | 2019-05-26 |
debug.cpp | 0.13 KB | 2019-05-26 |
debug.h | 0.26 KB | 2019-05-26 |
dllmain.cpp | 0.89 KB | 2019-05-26 |
dummy_gen.cpp | 0.98 KB | 2019-05-26 |
dummy_gen.h | 0.31 KB | 2019-05-26 |
interface.cpp | 2.55 KB | 2019-05-26 |
interface.h | 0.96 KB | 2019-05-26 |
opendss_dll.cpp | 0.27 KB | 2019-05-26 |
opendss_dll.vcxproj | 8.65 KB | 2019-05-26 |
opendss_dll.vcxproj.filters | 2.10 KB | 2019-05-26 |
stdafx.cpp | 0.58 KB | 2019-05-26 |
stdafx.h | 0.82 KB | 2019-05-26 |
targetver.h | 0.62 KB | 2019-05-26 |
types.h | 3.76 KB | 2019-05-26 |
opendss_dll.sln | 1.38 KB | 2019-05-26 |
test_usermodel.dss | 0.99 KB | 2019-05-26 |
发表评论 取消回复