Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
sparrowzz
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
sgool
sparrowzz
Commits
f294a418
Commit
f294a418
authored
Jun 22, 2025
by
dongshufeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: add case14 data
parent
a85aff0b
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
67 行增加
和
30 行删除
+67
-30
rspower/examples/test_make_ybus.txt
+3
-20
rspower/lib/idx_brch.txt
+1
-2
rspower/lib/idx_bus.txt
+1
-2
rspower/lib/idx_cost.txt
+1
-2
rspower/lib/idx_ct.txt
+1
-2
rspower/lib/idx_dcline.txt
+1
-2
rspower/lib/idx_gen.txt
+1
-0
rspower/lib/make_y_bus.txt
+58
-0
没有找到文件。
rspower/examples/test_make_ybus.txt
查看文件 @
f294a418
...
...
@@ -2,23 +2,6 @@
#include ../lib/idx_gen.txt
#include ../lib/idx_bus.txt
#include ../lib/idx_brch.txt
#include ../lib/make_y_bus.txt
// constants
nb = size(bus, 0); // number of buses
nl = size(branch, 0); // number of lines
stat = slice(branch, [0], BR_STATUS); // ones at in-service branches
Ys = stat ./ (slice(branch, [0], BR_R) + c(0,1) * slice(branch, [0], BR_X)); // series admittance
Bc = stat .* slice(branch, [0], BR_B); // line charging susceptance
tap = ones(nl, 1); // default tap ratio = 1
//i = find(branch(:, TAP)); // indices of non-zero tap ratios
//tap(i) = slice(branch, [0], TAP); // assign non-zero tap ratios
tap = tap .* exp(c(0,1)*pi/180 * slice(branch, [0], SHIFT)); // add phase shifters
Ytt = Ys + c(0,1) * Bc/2;
Yff = Ytt ./ (tap .* conj(tap));
Yft = - Ys ./ conj(tap);
Ytf = - Ys ./ tap;
return Ytt;
\ No newline at end of file
return make_y_bus(baseMVA, bus, branch);
\ No newline at end of file
rspower/lib/idx_brch.txt
查看文件 @
f294a418
...
...
@@ -83,4 +83,4 @@ QT = 17; // reactive power injected at "to" bus end (MVAr) (not in
MU_SF = 18; // Kuhn-Tucker multiplier on MVA limit at "from" bus (u/MVA)
MU_ST = 19; // Kuhn-Tucker multiplier on MVA limit at "to" bus (u/MVA)
MU_ANGMIN = 20; // Kuhn-Tucker multiplier lower angle difference limit (u/degree)
MU_ANGMAX = 21; // Kuhn-Tucker multiplier upper angle difference limit (u/degree)
\ No newline at end of file
MU_ANGMAX = 21; // Kuhn-Tucker multiplier upper angle difference limit (u/degree)
rspower/lib/idx_bus.txt
查看文件 @
f294a418
...
...
@@ -78,4 +78,4 @@ VMIN = 13; // minVm, minimum voltage magnitude (p.u.) (not in PTI
LAM_P = 14; // Lagrange multiplier on real power mismatch (u/MW)
LAM_Q = 15; // Lagrange multiplier on reactive power mismatch (u/MVAr)
MU_VMAX = 16; // Kuhn-Tucker multiplier on upper voltage limit (u/p.u.)
MU_VMIN = 17; // Kuhn-Tucker multiplier on lower voltage limit (u/p.u.)
\ No newline at end of file
MU_VMIN = 17; // Kuhn-Tucker multiplier on lower voltage limit (u/p.u.)
rspower/lib/idx_cost.txt
查看文件 @
f294a418
...
...
@@ -63,4 +63,4 @@ COST = 5; // parameters defining total cost function begin in this col
// (MODEL = 2) : cn, ..., c1, c0
// N coefficients of an n-th order polynomial cost fcn,
// starting with highest order, where cost is
// f(p) = cn*p^n + ... + c1*p + c0
\ No newline at end of file
// f(p) = cn*p^n + ... + c1*p + c0
rspower/lib/idx_ct.txt
查看文件 @
f294a418
...
...
@@ -105,4 +105,4 @@ CT_LOAD_DIS_P = 6; // only dispatchable loads, real only
// codes for CT_COL entry when CT_TABLE entry is CT_TGENCOST or CT_TAREAGENCOST
CT_MODCOST_F = -1; // scale or shift cost function vertically
CT_MODCOST_X = -2; // scale or shift cost function horizontally
\ No newline at end of file
CT_MODCOST_X = -2; // scale or shift cost function horizontally
rspower/lib/idx_dcline.txt
查看文件 @
f294a418
...
...
@@ -75,4 +75,4 @@ c = struct( ...
'MU_QMINF', 20, ... // Kuhn-Tucker multiplier on lower VAr lim at "from" bus (u/MVAr)
'MU_QMAXF', 21, ... // Kuhn-Tucker multiplier on upper VAr lim at "from" bus (u/MVAr)
'MU_QMINT', 22, ... // Kuhn-Tucker multiplier on lower VAr lim at "to" bus (u/MVAr)
'MU_QMAXT', 23 ); // Kuhn-Tucker multiplier on upper VAr lim at "to" bus (u/MVAr)
\ No newline at end of file
'MU_QMAXT', 23 ); // Kuhn-Tucker multiplier on upper VAr lim at "to" bus (u/MVAr)
rspower/lib/idx_gen.txt
查看文件 @
f294a418
...
...
@@ -31,3 +31,4 @@ MU_QMIN = 25; // Kuhn-Tucker multiplier on lower Qg limit (u/MVAr)
// upper Qg limit is binding, the multiplier on this constraint is split into
// it's P and Q components and combined with the appropriate MU_Pxxx and
// MU_Qxxx values. Likewise for the lower Q limits.
rspower/lib/make_y_bus.txt
0 → 100644
查看文件 @
f294a418
fn make_y_bus(baseMVA, bus, branch) {
// constants
nb = size(bus, 0); // number of buses
nl = size(branch, 0); // number of lines
stat = slice(branch, [0], BR_STATUS); // ones at in-service branches
Ys = stat ./ (slice(branch, [0], BR_R) + c(0,1) * slice(branch, [0], BR_X)); // series admittance
Bc = stat .* slice(branch, [0], BR_B); // line charging susceptance
tap = ones(nl, 1); // default tap ratio = 1
//i = find(branch(:, TAP)); // indices of non-zero tap ratios
//tap(i) = slice(branch, [0], TAP); // assign non-zero tap ratios
tap = tap .* exp(c(0,1)*pi/180 * slice(branch, [0], SHIFT)); // add phase shifters
Ytt = Ys + c(0,1) * Bc/2;
Yff = Ytt ./ (tap .* conj(tap));
Yft = - Ys ./ conj(tap);
Ytf = - Ys ./ tap;
// compute shunt admittance
// if Psh is the real power consumed by the shunt at V = 1.0 p.u.
// and Qsh is the reactive power injected by the shunt at V = 1.0 p.u.
// then Psh - j Qsh = V * conj(Ysh * V) = conj(Ysh) = Gs - j Bs,
// i.e. Ysh = Psh + j Qsh, so ...
//Ysh = (slice(bus, [0], GS) + c(0,1) * slice(bus, [0], BS)) / baseMVA; // vector of shunt admittances
// bus indices
//f = slice(branch, [0], F_BUS); // list of "from" buses
//t = slice(branch, [0], T_BUS); // list of "to" buses
// for best performance, choose method based on MATLAB vs Octave and size
if nb < 300 { // small case
// build Yf and Yt such that Yf * V is the vector of complex branch currents injected
// at each branch's "from" bus, and Yt is the same for the "to" bus end
//i = [1:nl 1:nl]'; // double set of row indices
//Yf = sparse(i, [f, t], [Yff, Yft], nl, nb);
//Yt = sparse(i, [f, t], [Ytf, Ytt], nl, nb);
// build Ybus
//Ybus = sparse([f,f,t,t], [f,t,f,t], [Yff,Yft,Ytf,Ytt], nb, nb) + // branch admittances
// sparse(1:nb, 1:nb, Ysh, nb, nb); // shunt admittance
} else { // large case running on MATLAB
// build connection matrices
//Cf = sparse(1:nl, f, ones(nl, 1), nl, nb); // connection matrix for line & from buses
//Ct = sparse(1:nl, t, ones(nl, 1), nl, nb); // connection matrix for line & to buses
// build Yf and Yt such that Yf * V is the vector of complex branch currents injected
// at each branch's "from" bus, and Yt is the same for the "to" bus end
//Yf = sparse(1:nl, 1:nl, Yff, nl, nl) * Cf + sparse(1:nl, 1:nl, Yft, nl, nl) * Ct;
//Yt = sparse(1:nl, 1:nl, Ytf, nl, nl) * Cf + sparse(1:nl, 1:nl, Ytt, nl, nl) * Ct;
// build Ybus
//Ybus = Cf' * Yf + Ct' * Yt + ... // branch admittances
// sparse(1:nb, 1:nb, Ysh, nb, nb); // shunt admittance
}
return Ytt;
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论