当前位置:网站首页>Optimal Power Flow (OPF) for High Voltage Direct Current (HVDC) (Matlab code implementation)
Optimal Power Flow (OPF) for High Voltage Direct Current (HVDC) (Matlab code implementation)
2022-08-03 15:33:00 【Electrical Engineering Workshop】
欢迎来到本博客️️️
作者研究:本科计算机专业,研究生电气学硕.主要研究方向是电力系统和智能算法、机器学习和深度学习.目前熟悉python网页爬虫、机器学习、群智能算法、深度学习的相关内容.希望将计算机和电网有效结合!️️️
博主优势:博客内容尽量做到思维缜密,逻辑清晰,为了方便读者,博主专门做了一个专栏目录,整个专栏只放了一篇文章,足见我对其重视程度:博主专栏目录.做到极度细致,方便大家进行学习!亲民!!!还有我开了一个专栏给女朋友的,很浪漫的喔,代码学累的时候去瞧一瞧,看一看:女朋友的浪漫邂逅.有问题可以私密博主,博主看到会在第一时间回复.
目前更新:电力系统相关知识,期刊论文,算法,机器学习和人工智能学习.
支持:如果觉得博主的文章还不错或者您用得到的话,可以关注一下博主,如果三连收藏支持就更好啦!这就是给予我最大的支持!
欢迎您的到来
个人主页:科研室
All code directory:Electrical Engineering Research Society
【现在公众号名字改为:荔枝科研社】
本文目录如下:️️️
目录
1 概述
China's high-voltage technology is a leader in the world,Very proud of us!
高压直流输电(HVDC)是一种成熟的技术,Power can be transmitted over long distances,Interconnection can also be achieved between asynchronous networks.The most common HVDC configuration(即点对点)Includes two converter stations connected by overhead power lines or submarine cables,如图1a所示.然而,Future power systems will require meshed DC networks for useSuperGrids [1]and offshore wind farms[2]等应用.This type of DC grid,That is, the multi-terminal HVDC transmission system(MT-HVDC),Due to the development of high-power force-commutated semiconductor devices and DC circuit breakerswhile feasible[3].
最近的研究表明,Dense meshed multi-terminal HVDC transmission networks have advantages in terms of efficiency and safety[4].但是,These types of grids are more difficult to control than traditional point-to-point lines.They require reliable communication between the terminal and the optimization algorithm,to find the best working point.
此外,Highly meshedMT-HVDC系统要求DC/DCStation interconnections have different nominal voltages or different configurations(For example unipolar,双极,homopolar)的HVDC系统.DC/DCStations can control specificHVDCActive power on the line(见图1b),And assist during disturbances such as DC faultsMT-HVDC.
Traditional methods of operation of power systems,Like the best trend(OPF),Must adapt to this new environment.as its counterpartAC [5]一样,The optimal power flow of a multi-terminal HVDC transmission system is a nonlinear and non-convex problem.This is a challenge both theoretically and practically.如果将DC/DCConverters are included in the model,The complexity will increase,Because they involve additional control variables and nonlinear equations related to power loss.
In this paper, a nonlinear model for the optimal power flow of a multi-terminal HVDC transmission system is proposed.The proposed method only considers the DC side of the grid,and includes withDC / DCA branch of the converter.The line loss sum is also considered in the optimization modelDC/DC转换器.In order to obtain a unique solution for real-time operation,A semi-finite approximation method is proposed.该方法在CIGRE B4Evaluate on a simplified version of the DC grid test system.结果表明,与GAMScompared to the solved nonlinear model,The proposed approximation is efficient and accurate.
2 数学模型
见第3部分.
3 MatlabCode implementation and article explanation
本文仅展现部分代码,See all code and article explanations:正在为您运送作品详情
%% Eigenvalue approximation
[V,D] = eig(X);
lm = diag(D);
vm = V(:,NumN);
vm*vm'*lm(NumN);
disp('---------------- 功率损耗 ----------------');
trace(G*X)
disp('---------------- 电压 --------------------');
Vap = sqrt(lm(NumN))*vm;
disp(Vap);
disp('---------------- 线路潮流-------------');
kk = 0;
for k = 1:NumL
kk = kk +1;
fprintf('%i%s%i%s%f\n',MT.Lines(k,1),' -> ',MT.Lines(k,2),' : ',F(kk));
kk = kk +1;
fprintf('%i%s%i%s%f\n',MT.Lines(k,2),' -> ',MT.Lines(k,1),' : ',F(kk));
end
disp('---------------- DC/DC 变换器 -----------');
Qp
4 结果
5 写在最后
部分理论引用网络文献,若有侵权请联系博主删除.
边栏推荐
- LyScript 验证PE程序开启的保护
- 有希望就是好的
- 证实了,百度没有快照了
- devops-3:Jenkins增加静态节点
- Three key expectations for the crypto market in August Price moves north?Still expected to be in turmoil
- 使用虚幻引擎自动化工具实现自动化部署
- 力扣1206. 设计跳表--SkipList跳表是怎么跳的?
- 高压直流输电(HVDC)的最优潮流(OPF)(Matlab代码实现)
- 分享一款免费OPC UA服务器
- The general trend, another key industry related to Sino-US competition, has reached a critical moment
猜你喜欢
随机推荐
【数据库数据恢复】SqlServer数据库无法读取的数据恢复案例
C#.NET 国密数字信封
Ark server opening tutorial win
FATFS | 中文显示 | 长文件名
mysql占用服务器CPU100%的解决办法
扫雷?拿来吧你(递归展开+坐标标记)
HDU 1029 Ignatius and the Princess IV
After the cnpm installation is successful, the prompt is not an internal and external command, nor is it a runnable command solution
聊聊这个SaaS领域爆火的话题
随笔-UGUI中LayoutGroup来自适应长度图片长度
分享一款免费OPC UA服务器
微电网和直流电网中最优潮流(OPF)的凸优化(Matlab代码实现)
内心的需求
NFT盲盒挖矿DAO智能合约dapp系统开发详情
一文搞懂$_POST和php://input的区别
一通骚操作,我把SQL执行效率提高了10000000倍!
高等数学(第七版)同济大学 习题4-1 个人解答
6000 字+,帮你搞懂互联网架构演变历程!
MMA安装及使用优化
HDU 1406 (完数)