基于共享储能电站的工业用户日前优化经济调度(Matlab代码实现)

简介: 储能技术广泛应用于调频、调峰、平抑可再生能源出力波动、需求侧响应、提高用户可靠性等领域,对能源互联网的发展起到重要支撑作用。通过储能系统在电网电价谷时段存储电能,在电价峰时段释放电能供给用户,可以为用户节省用电成本,同时缓解电网调峰压力[2,3,4]。国家和地方政府大力推广储能技术的应用,储能的发展前景广阔。


💥💥💞💞欢迎来到本博客❤️❤️💥💥

🏆博主优势:🌞🌞🌞博客内容尽量做到思维缜密,逻辑清晰,为了方便读者。

⛳️座右铭:行百里者,半于九十。

📋📋📋本文目录如下:🎁🎁🎁

目录

💥1 概述

1.1 共享储能电站概念及运营模式

1.2 基于共享储能的优化调度模型

📚2 运行结果

2.1 场景分析

2.2 接入共享储能电站优化结果分析

🌈3 Matlab代码实现

🎉4 参考文献


image.gif

💥1 概述

文献来源:

image.gif

储能技术广泛应用于调频、调峰、平抑可再生能源出力波动、需求侧响应、提高用户可靠性等领域,对能源互联网的发展起到重要支撑作用。通过储能系统在电网电价谷时段存储电能,在电价峰时段释放电能供给用户,可以为用户节省用电成本,同时缓解电网调峰压力[2,3,4]。国家和地方政府大力推广储能技术的应用,储能的发展前景广阔。


目前关于共享储能的研究处于起步阶段,现有的工作以共享储能系统为主要研究对象,分析共享储能系统的商业模式和盈利情况,没有对用户参与共享储能系统的充放电行为和经济效益做深入研究。

本文在用户群间引入共享储能电站,建立以用户群日运行成本最优为目标的优化调度模型,分析用户群接入共享储能电站后的充放电行为和经济效益,并对共享储能电站的投资回收年限等经济性指标与服务费定价关系做出进一步的研究。

1.1 共享储能电站概念及运营模式

共享储能电站的概念如图 1 所示,储能电站运营商利用资金优势在用户群间建立大型共享储能电站,对储能电站进行统一运营管理,为同一配电网区域内的多个用户提供共享储能服务。

image.gif

1.2 基于共享储能的优化调度模型

image.gif

image.gif

image.gif

📚2 运行结果

2.1 场景分析

image.gif

CPXPARAM_Simplex_Display                         2
CPXPARAM_MIP_Tolerances_MIPGap                   9.9999999999999995e-07
CPXPARAM_Barrier_Display                         2
Tried aggregator 3 times.
MIP Presolve eliminated 479 rows and 53 columns.
Aggregator did 159 substitutions.
Reduced MIP has 373 rows, 229 columns, and 1198 nonzeros.
Reduced MIP has 46 binaries, 0 generals, 0 SOSs, and 0 indicators.
Presolve time = 0.02 sec. (1.67 ticks)
Found incumbent of value 4919.153611 after 0.03 sec. (2.56 ticks)
Probing fixed 0 vars, tightened 46 bounds.
Probing time = 0.00 sec. (0.05 ticks)
Tried aggregator 1 time.
MIP Presolve eliminated 256 rows and 147 columns.
MIP Presolve modified 64 coefficients.
Reduced MIP has 117 rows, 82 columns, and 396 nonzeros.
Reduced MIP has 17 binaries, 0 generals, 0 SOSs, and 0 indicators.
Presolve time = 0.00 sec. (0.31 ticks)
Probing time = 0.00 sec. (0.01 ticks)
Tried aggregator 1 time.
Reduced MIP has 117 rows, 82 columns, and 396 nonzeros.
Reduced MIP has 17 binaries, 0 generals, 0 SOSs, and 0 indicators.
Presolve time = 0.02 sec. (0.19 ticks)
Probing time = 0.00 sec. (0.01 ticks)
MIP emphasis: balance optimality and feasibility.
MIP search method: dynamic search.
Parallel mode: deterministic, using up to 16 threads.
Root relaxation solution time = 0.00 sec. (0.29 ticks)
        Nodes                                         Cuts/
   Node  Left     Objective  IInf  Best Integer    Best Bound    ItCnt     Gap
*     0+    0                         2776.7029     2633.8312             5.15%
      0     0        cutoff           2776.7029                     24    0.00%
Root node processing (before b&c):
  Real time             =    0.05 sec. (7.26 ticks)
Parallel b&c, 16 threads:
  Real time             =    0.00 sec. (0.00 ticks)
  Sync time (average)   =    0.00 sec.
  Wait time (average)   =    0.00 sec.
                          ------------
Total (root+branch&cut) =    0.05 sec. (7.26 ticks)
----------用户A部分------------
最优储能容量规划值为 : 2796.5625 kWh
最优储能充放电功率最大值为 : 590 kW
----------用户B部分------------
最优储能容量规划值为 : 739.2434 kWh
最优储能充放电功率最大值为 : 130 kW
----------用户C部分------------
最优储能容量规划值为 : 698.0099 kWh
最优储能充放电功率最大值为 : 80 kW
>>

image.gif

CPXPARAM_Simplex_Display                         2

CPXPARAM_MIP_Tolerances_MIPGap                   9.9999999999999995e-07

CPXPARAM_Barrier_Display                         2

Tried aggregator 3 times.

MIP Presolve eliminated 479 rows and 53 columns.

Aggregator did 159 substitutions.

Reduced MIP has 373 rows, 229 columns, and 1198 nonzeros.

Reduced MIP has 46 binaries, 0 generals, 0 SOSs, and 0 indicators.

Presolve time = 0.02 sec. (1.67 ticks)

Found incumbent of value 4919.153611 after 0.03 sec. (2.56 ticks)

Probing fixed 0 vars, tightened 46 bounds.

Probing time = 0.00 sec. (0.05 ticks)

Tried aggregator 1 time.

MIP Presolve eliminated 256 rows and 147 columns.

MIP Presolve modified 64 coefficients.

Reduced MIP has 117 rows, 82 columns, and 396 nonzeros.

Reduced MIP has 17 binaries, 0 generals, 0 SOSs, and 0 indicators.

Presolve time = 0.00 sec. (0.31 ticks)

Probing time = 0.00 sec. (0.01 ticks)

Tried aggregator 1 time.

Reduced MIP has 117 rows, 82 columns, and 396 nonzeros.

Reduced MIP has 17 binaries, 0 generals, 0 SOSs, and 0 indicators.

Presolve time = 0.02 sec. (0.19 ticks)

Probing time = 0.00 sec. (0.01 ticks)

MIP emphasis: balance optimality and feasibility.

MIP search method: dynamic search.

Parallel mode: deterministic, using up to 16 threads.

Root relaxation solution time = 0.00 sec. (0.29 ticks)

       Nodes                                         Cuts/

  Node  Left     Objective  IInf  Best Integer    Best Bound    ItCnt     Gap

*     0+    0                         2776.7029     2633.8312             5.15%

     0     0        cutoff           2776.7029                     24    0.00%

Root node processing (before b&c):

 Real time             =    0.05 sec. (7.26 ticks)

Parallel b&c, 16 threads:

 Real time             =    0.00 sec. (0.00 ticks)

 Sync time (average)   =    0.00 sec.

 Wait time (average)   =    0.00 sec.

                         ------------

Total (root+branch&cut) =    0.05 sec. (7.26 ticks)

----------用户A部分------------

最优储能容量规划值为 : 2796.5625 kWh

最优储能充放电功率最大值为 : 590 kW

----------用户B部分------------

最优储能容量规划值为 : 739.2434 kWh

最优储能充放电功率最大值为 : 130 kW

----------用户C部分------------

最优储能容量规划值为 : 698.0099 kWh

最优储能充放电功率最大值为 : 80 kW

>>

2.2 接入共享储能电站优化结果分析

image.gif

image.gif

image.gif

image.gif

Aggregator did 91 substitutions.

Reduced MIP has 259 rows, 277 columns, and 858 nonzeros.

Reduced MIP has 69 binaries, 0 generals, 0 SOSs, and 0 indicators.

Presolve time = 0.02 sec. (1.05 ticks)

Probing fixed 9 vars, tightened 111 bounds.

Probing time = 0.00 sec. (0.09 ticks)

Cover probing fixed 1 vars, tightened 28 bounds.

Tried aggregator 2 times.

MIP Presolve eliminated 81 rows and 66 columns.

MIP Presolve modified 132 coefficients.

Aggregator did 6 substitutions.

Reduced MIP has 172 rows, 205 columns, and 568 nonzeros.

Reduced MIP has 59 binaries, 0 generals, 0 SOSs, and 0 indicators.

Presolve time = 0.00 sec. (0.42 ticks)

Probing fixed 0 vars, tightened 9 bounds.

Probing time = 0.00 sec. (0.04 ticks)

Tried aggregator 1 time.

MIP Presolve eliminated 1 rows and 0 columns.

MIP Presolve modified 9 coefficients.

Reduced MIP has 171 rows, 205 columns, and 565 nonzeros.

Reduced MIP has 59 binaries, 0 generals, 0 SOSs, and 0 indicators.

Presolve time = 0.00 sec. (0.33 ticks)

Probing time = 0.00 sec. (0.04 ticks)

Clique table members: 7.

MIP emphasis: balance optimality and feasibility.

MIP search method: dynamic search.

Parallel mode: deterministic, using up to 16 threads.

Root relaxation solution time = 0.00 sec. (0.43 ticks)

       Nodes                                         Cuts/

  Node  Left     Objective  IInf  Best Integer    Best Bound    ItCnt     Gap

*     0     0      integral     0     2202.4575     2202.4575       20    0.00%

Elapsed time = 0.02 sec. (4.91 ticks, tree = 0.00 MB, solutions = 1)

Root node processing (before b&c):

 Real time             =    0.02 sec. (4.93 ticks)

Parallel b&c, 16 threads:

 Real time             =    0.00 sec. (0.00 ticks)

 Sync time (average)   =    0.00 sec.

 Wait time (average)   =    0.00 sec.

                         ------------

Total (root+branch&cut) =    0.02 sec. (4.93 ticks)

🌈3 Matlab代码实现

链接:https://pan.baidu.com/s/11nW6qsFND4q96XzUEPXRyA 

提取码:yyqh

--来自百度网盘超级会员V3的分享

🎉4 参考文献

部分理论来源于网络,如有侵权请联系删除。

[1]李淋,徐青山,王晓晴,凌静,孙海翔.基于共享储能电站的工业用户日前优化经济调度[J].电力建设,2020,41(05):100-107.

相关文章
|
1天前
|
机器学习/深度学习 算法 数据挖掘
基于GWO灰狼优化的CNN-LSTM-Attention的时间序列回归预测matlab仿真
摘要: 本文介绍了使用matlab2022a中优化后的算法,应用于时间序列回归预测,结合CNN、LSTM和Attention机制,提升预测性能。GWO算法用于优化深度学习模型的超参数,模拟灰狼社群行为以求全局最优。算法流程包括CNN提取局部特征,LSTM处理序列依赖,注意力机制聚焦相关历史信息。GWO的灰狼角色划分和迭代策略助力寻找最佳解。
|
1天前
|
资源调度 算法 块存储
m基于遗传优化的LDPC码OMS译码算法最优偏移参数计算和误码率matlab仿真
MATLAB2022a仿真实现了遗传优化的LDPC码OSD译码算法,通过自动搜索最佳偏移参数ΔΔ以提升纠错性能。该算法结合了低密度奇偶校验码和有序统计译码理论,利用遗传算法进行全局优化,避免手动调整,提高译码效率。核心程序包括编码、调制、AWGN信道模拟及软输入软输出译码等步骤,通过仿真曲线展示了不同SNR下的误码率性能。
9 1
|
1天前
|
算法 Serverless
m基于遗传优化的LDPC码NMS译码算法最优归一化参数计算和误码率matlab仿真
MATLAB 2022a仿真实现了遗传优化的归一化最小和(NMS)译码算法,应用于低密度奇偶校验(LDPC)码。结果显示了遗传优化的迭代过程和误码率对比。遗传算法通过选择、交叉和变异操作寻找最佳归一化因子,以提升NMS译码性能。核心程序包括迭代优化、目标函数计算及性能绘图。最终,展示了SNR与误码率的关系,并保存了关键数据。
15 1
|
1天前
|
数据安全/隐私保护
耐震时程曲线,matlab代码,自定义反应谱与地震波,优化源代码,地震波耐震时程曲线
地震波格式转换、时程转换、峰值调整、规范反应谱、计算反应谱、计算持时、生成人工波、时频域转换、数据滤波、基线校正、Arias截波、傅里叶变换、耐震时程曲线、脉冲波合成与提取、三联反应谱、地震动参数、延性反应谱、地震波缩尺、功率谱密度
基于混合整数规划的微网储能电池容量规划(matlab代码)
基于混合整数规划的微网储能电池容量规划(matlab代码)
|
1天前
|
算法 调度
考虑需求响应的微网优化调度模型【粒子群算法】【matlab】
考虑需求响应的微网优化调度模型【粒子群算法】【matlab】
|
1天前
|
数据安全/隐私保护
地震波功率谱密度函数、功率谱密度曲线,反应谱转功率谱,matlab代码
地震波格式转换、时程转换、峰值调整、规范反应谱、计算反应谱、计算持时、生成人工波、时频域转换、数据滤波、基线校正、Arias截波、傅里叶变换、耐震时程曲线、脉冲波合成与提取、三联反应谱、地震动参数、延性反应谱、地震波缩尺、功率谱密度
|
1天前
|
算法 调度
面向配电网韧性提升的移动储能预布局与动态调度策略(matlab代码)
面向配电网韧性提升的移动储能预布局与动态调度策略(matlab代码)
|
1天前
|
算法 调度
含多微网租赁共享储能的配电网博弈优化调度(含matlab代码)
含多微网租赁共享储能的配电网博弈优化调度(含matlab代码)
|
1天前
|
运维 算法
基于改进遗传算法的配电网故障定位(matlab代码)
基于改进遗传算法的配电网故障定位(matlab代码)

热门文章

最新文章