协同ADMM求解考虑碳排放约束直流潮流问题的对偶问题(附文章和程序下载地址)

A Distributed Dual Consensus ADMM Based on Partition for DC-DOPF with Carbon Emission Trading

1.What about this project/study?(项目介绍)

  This study is using alternating direction method of multipliers (ADMM) approach for solving the direct current dynamic optimal power flow with carbon emission trading (DC-DOPF-CET) problem. Theoretically, our method can effectively solve DC-DOPF problem with complex constraints (i.e., CET, DR), as long as these constraints are convex and separable.  In this study, we focus on the impact of parameter rou and miu, the number of elements in the consensus variable, the number of subsystems and the scale of power systems on the convergence performance. In order to verify the performance of our proposed algorithms and the effective of improved,we apply them on a various of numerical case studies, and compare their key features and simulation resultswith the method in [6] and [7]. The numerical case studies include a 6-bus system, a 30-bus system, a RTS48-bussystem in [6], a 118-bus system in [7] and a 1062-bus system. The results show that the convergence performancelargely depends on the number of elements in the consensus variable rather than the number of subsystems orthe scale of power systems. An excellent subsystem partition strategy cound enhance the convergence performance, since it has less global variables.


[6] A. Kargarian, J. Mohammadi, J. Guo, S. Chakrabarti, M. Barati, G. Hug, S. Kar and R. Baldick, “Toward Distributed/Decentralized DC Optimal Power Flow Implementationin Future Electric Power Systems,” IEEE Trans. Smart Grid, 2016.
[7] Y. Wang, L. Wu and S. Wang, “A Fully-Decentralized Consensus-Based ADMM Approach for DC-OPF With Demand Response,” IEEE Trans. Smart Grid, vol. 8, no. 6, pp. 2637-2647, Nov. 2017.

 

2.The description of folder (文件夹说明)

  • SCUC_dat : The numerical case studies data. 计算数据
  • Picture : The figures and tables in this paper. 数据结果图表。

3.The description of implement code files (函数文件说明)

  • DCOPF_ADMM.m : The main funciton. 主函数。
  • ReadDataSCUC : Read the SCUC6.txt and SCUC1062.txt. SCUC6.txt和SCUC1062.txt的读取函数。
  • ReadDataDCDOPF : Read the DDOPF118.txt和RTS48.txt. DDOPF118.txt和RTS48.txt的读取函数。
  • SCUC_nodeY : Construct network admittance matrix. 形成导纳矩阵的函数。
  • partitionNode : Set the partition of the system. 设置分区的函数。
  • partitionDataPI : The procedure of identifying "real" coupling boudnary branches and brandary buses. 识别耦合节点和耦合支路的函数。
  • formMatrixA : Corresponding to the constraint (17) in manuscript. 构造文章中约束(17)的系数矩阵。
  • formMatrixM : Corresponding to the constraint (18) in manuscript. 构造文章中约束(18)的系数矩阵。
  • formQC4Emission : Corresponding to the constraint (19) in manuscript. 构造文章中约束(19)的系数矩阵。
  • yanZheng : Using Cplex to solve DC-DOPF-CET problem. 使用Cplex求解DC-DOPF-CET。
  • formQCP_PI_x_i : Corresponding to the constraint (30) in manuscript. 构造文章中约束(30)的系数矩阵。

4.Prerequisite(运行该项目需要的库或软件)

  • Matlab R2014a
  • Cplex 12.6.2

  Every version of Cplex only support specific version of MATLAB. Otherwise, it may be cause some unknown problems. In my opinion, the code can run correctly with the latest Cplex version.

5.Publication


  • If you use our study in academic work then please consider citing our papers.(如果您参考我们的项目/论文 并用于学术目的,请考虑引用我们的论文


6. About Us (关于我们)


  • Authors:Lingfeng Yang (ylf@gxu.edu.cn), Jiangyao Luo (landiljy@163.com), Yan Xu, Zhenrong Zhang, Zhaoyang Dong
  • Webpage: http://jians.gxu.edu.cn/default.do


7. Download (下载)

最新文章

  1. 【推荐】CentOS安装PHP-5.6.4+扩展安装+安全配置+性能配置
  2. day21
  3. AC6102开发板USB3.0测试和使用说明
  4. linux之PATH环境变量
  5. KinectV1+Ubuntu 14.04安装教程
  6. JavaScript深入浅出4-对象
  7. Java RSA 密钥生成工具
  8. sql server2008 R2 生成带数据的脚本
  9. $ajax引用DOM
  10. json和string 之间的相互转换
  11. 剑指offer-面试题13.在O(1)时间删除链表节点
  12. Quartz学习——SSMM(Spring+SpringMVC+Mybatis+Mysql)和Quartz集成详解(四)
  13. android文件管理器源码、斗鱼直播源码、企业级erp源码等
  14. ThreadLocal说明
  15. [面试] mysql 面试题
  16. 7. Buffer_包描述文件_npm常用指令_fs文件读写_模块化require的规则
  17. 我的第三篇博客(激动激动真激动!!!)A-B Problem
  18. 使用velodyne16线激光雷达跑loam-velodyne
  19. Confluence 6 附件存储选项
  20. 清理xcode

热门文章

  1. 报错Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/...
  2. OpenCV3.2.0+VS2015开发环境配置
  3. H3C ARP配置
  4. [CQOI2009] 中位数 - 桶
  5. SCSS的基本操作
  6. 字符串匹配算法--暴力匹配(Brute-Force-Match)C语言实现
  7. Python入门4 —— 输入与输出
  8. 并查集路径减半优化 UnionFind PathHalving (C++)
  9. 记录 shell学习过程(8)函数
  10. windows下pycharm输入法跟随设置