gridlab-d IEEE13节点算例

gridlab-d里面用到recorder,recorder就是用来监控节点某些值如A相调压器位置,B相调压器,还有功率,如下,间隔60s,采集2880次,也就是2天等等,算例对大家有参考意义

应用介绍

这是基于gridlab-d在IEEE13节点基础上,编写的需求侧响应,

可以直接运行里面的Run.bat, 里面gridlabd.exe二进制包都在里面,不需要你安装gridlab-d软件,但是我建议你们安装最新版本,增加了很多功能,运行消耗时间如下:



E:\gridlab-d-code\DR2>gridlabd.exe IEEE_13_house_passiveDR.glm

WARNING [INIT] : gridlabd.conf was not found
WARNING [INIT] : class_find_property(CLASS *oclass='auction', PROPERTYNAME name='type': property is deprecated
WARNING [INIT] : last warning message was repeated 2 times
WARNING [INIT] : object name '632-645' does not follow strict naming rules and may not link correctly during load time
WARNING [INIT] : last warning message was repeated 28 times
WARNING [INIT] : class_find_property(CLASS *oclass='passive_controller', PROPERTYNAME name='sensitivity': property is deprecated
Processing 2000-08-02 23:58:00 PDT... ion denied
Core profiler results
======================

Total objects               4555 objects
Parallelism                    1 thread
Total time                 587.0 seconds
  Core time                418.5 seconds (71.3%)
  Model time               168.5 seconds/thread (28.7%)
Simulation time                2 days
Simulation speed            372 object.hours/second
Syncs completed            12412 passes
Time steps completed        2881 timesteps
Convergence efficiency      4.31 passes/timestep
Memory lock contention      0.0%
Average timestep             60 seconds/timestep
Simulation rate             294 x realtime


Model profiler results
======================

Class            Time (s) Time (%) msec/obj
---------------- -------- -------- --------
triplex_line      49.219     29.2%     78.2
triplex_meter     40.506     24.0%     62.5
house             37.370     22.2%     59.4
collector         15.994      9.5%   7997.0
waterheater        6.893      4.1%     16.2
ZIPload            5.183      3.1%      8.2
passive_controll   4.422      2.6%      3.0
node               2.758      1.6%    162.2
recorder           2.431      1.4%    243.1
transformer        1.924      1.1%     91.6
overhead_line      0.884      0.5%     98.2
capacitor          0.325      0.2%    162.5
regulator          0.204      0.1%    204.0
underground_line   0.178      0.1%     89.0
switch             0.107      0.1%    107.0
climate            0.060      0.0%     60.0
transformer_conf   0.056      0.0%      2.7
stubauction        0.019      0.0%     19.0
player             0.009      0.0%      9.0
================ ======== ======== ========
Total            168.542    100.0%     37.0

WARNING [2000-08-03 00:00:00 PDT] : last warning message was repeated 18989 times

里面用到recorder,recorder就是用来监控节点某些值如A相调压器位置,B相调压器,还有功率,如下,间隔60s,采集2880次,也就是2天等等,算例对大家有参考意义

object recorder {
     parent Reg1;
     file reg1_output.csv;
     interval 60;
     limit 2880;
     property tap_A,tap_B,tap_C,power_in_A.real,power_in_A.imag,power_in_B.real,power_in_B.imag,power_in_C.real,power_in_C.imag,power_in.real,power_in.imag;
};




文件列表(部分)

名称 大小 修改日期
assert.dll48.56 KB2010-12-03
capacitor1_output.csv3.12 KB2010-12-03
capacitor2_output.csv3.32 KB2010-12-03
climate.dll54.24 KB2010-12-03
commercial.dll61.12 KB2010-12-03
cppunit.dll48.68 KB2010-12-03
Data_Collection.m0.68 KB2010-12-03
generators.dll91.53 KB2010-12-03
gridlabd.exe199.69 KB2010-12-03
gridlabd.xml197.72 KB2010-12-03
HVAC_Data.csv31.46 KB2010-12-03
HVAC_Data2.csv16.91 KB2010-12-03
IEEE_13_house_passiveDR.glm55.21 KB2010-12-03
IEEE_13_house_passiveDR_transformer_power.csv145.12 KB2010-12-03
light_schedule.glm0.44 KB2010-12-03
market.dll73.50 KB2010-12-03
Microsoft.VC80.CRT.manifest0.32 KB2010-12-03
msvcm80.dll100.06 KB2010-12-03
msvcp80.dll98.02 KB2010-12-03
msvcr80.dll241.02 KB2010-12-03
plc.dll54.36 KB2010-12-03
powerflow.dll175.92 KB2010-12-03
Price.player0.04 KB2010-12-03
price_statistics.csv3.13 KB2010-12-03
pthreadVC2.dll31.70 KB2010-12-03
reliability.dll46.49 KB2010-12-03
residential.dll120.47 KB2010-12-03
Run.bat0.06 KB2010-12-03
tape.dll74.15 KB2010-12-03
tape_file.dll144.25 KB2010-12-03

立即下载

相关下载

[gridlab-d手册] 这是gridlab-d手册,是每一个学习gridlab-d学习者,必看一些语法规则,和一些小demo练习,涵盖了,很多一些算例,如三相不平衡算例,调压器,不同连接方式的变压器,负荷,市场一些算例。
[gridlab-d IEEE13节点算例] gridlab-d里面用到recorder,recorder就是用来监控节点某些值如A相调压器位置,B相调压器,还有功率,如下,间隔60s,采集2880次,也就是2天等等,算例对大家有参考意义
[GridLAB-D安装教程] 找了很久才找到的,关于安装GridLAB-D,官网提供的安装太简单的,没有提及到TextPad,到那时对于我们编写gridlab-d程序比较重要,它可以高亮显示语法,对于快速写程序,程序出错在哪里,很快就知道,事半功倍的效果吧,
[gridlab-d研究生参考资料] 解决以下问题: 使用GridLAB-D如何建模(GLM)语言 创建模型和优化仿真 管理和配置GridLAB-D系统 创建大规模的GridLAB-D环境 使用GridLAB-D进行编程和调试 安装及维护GridLAB-D
[IEEE13节点标准算例gridlab-d] IEEE13节点标准算例,使用gridlab-d仿真软件求解三相不平衡配电网潮流计算,包含所有的数据、
[GridLAB-D 培训PPT] GridLAB-D是美国能源部资助的,开放源代码的时间序列仿真,可对智能电网的各个方面进行操作,从变电站到负载,再到前所未有的细节。 ■三相不平衡潮流(辐射状或网格都可以),详尽的控制策略

评论列表 共有 1 条评论

微信捐赠

微信扫一扫体验

立即
上传
发表
评论
返回
顶部