idx_brch
PURPOSE
IDX_BRCH Defines constants for named column indices to branch matrix.
SYNOPSIS
function [F_BUS, T_BUS, BR_R, BR_X, BR_B, RATE_A, RATE_B,RATE_C, TAP, SHIFT, BR_STATUS, PF, QF, PT, QT, MU_SF, MU_ST,ANGMIN, ANGMAX, MU_ANGMIN, MU_ANGMAX] = idx_brch
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
- apply_changes APPLY_CHANGES Applies a set of changes to a MATPOWER case
- case33bw CASE33BW Power flow data for 33 bus distribution system from Baran & Wu
- case_info CASE_INFO Prints information about islands in a network.
- cdf2mpc CDF2MPC Converts an IEEE CDF data file into a MATPOWER case struct.
- compare_case COMPARE_CASE Compares the bus, gen, branch matrices of 2 MATPOWER cases.
- dSbr_dV DSBR_DV Computes partial derivatives of power flows w.r.t. voltage.
- dcopf_solver DCOPF_SOLVER Solves a DC optimal power flow.
- define_constants DEFINE_CONSTANTS Defines useful constants for indexing data, etc.
- ext2int EXT2INT Converts external to internal indexing.
- extract_islands function mpck = extract_islands(mpc, groups, k, custom)
- check_feasibility CHECK_FEASIBILITY Returns the maximum constraint violation in p.u.
- makeBloss [BL2, BL1, BL0] = MAKEBLOSS(MPC)
- make_opf_feasible MAKE_OPF_FEASIBLE Attempts to relax constraints to make an OPF feasible.
- insolvablepf INSOLVABLEPF A sufficient condition for power flow insolvability
- insolvablepf_limitQ INSOLVABLEPF_LIMITQ A sufficient condition for power flow insolvability
- makeIncidence MAKEINCIDENCE Builds the bus incidence matrix.
- makesdpmat MAKESDPMAT Creates the matrix functions used in the semidefinite
- sdpopf_solver SDPOPF_SOLVER A semidefinite programming relaxtion of the OPF problem
- t_insolvablepf T_INSOLVABLEPF Test for power flow insolvability condition
- t_insolvablepf_limitQ T_INSOLVABLEPF_LIMITQ Test for power flow insolvability condition
- t_insolvablepfsos T_INSOLVABLEPF Test for power flow insolvability condition
- t_insolvablepfsos_limitQ T_INSOLVABLEPF Test for power flow insolvability condition
- t_opf_sdpopf T_OPF_SDPOPF Tests for SDP-based AC optimal power flow.
- t_testglobalopt T_TESTGLOBALOPT Test for Global Optimality Condition
- testGlobalOpt TESTGLOABALOPT A sufficient condition for OPF global optimality
- doSE DOSE Do state estimation.
- getV0 GETV0 Get initial voltage profile for power flow calculation.
- outputpfsoln OUTPUTPFSOLN Output power flow solution.
- runse RUNSE Runs a state estimator.
- state_est STATE_EST Solves a state estimation problem.
- find_islands FIND_ISLANDS Finds islands in a network
- fmincopf_solver FMINCOPF_SOLVER Solves AC optimal power flow using FMINCON.
- get_losses GET_LOSSES Returns series losses (and reactive injections) per branch.
- int2ext INT2EXT Converts internal to external bus numbering.
- ipoptopf_solver IPOPTOPF_SOLVER Solves AC optimal power flow using MIPS.
- ktropf_solver KTROPF_SOLVER Solves AC optimal power flow using KNITRO.
- loadcase LOADCASE Load .m or .mat case files or data struct in MATPOWER format.
- makeAang MAKEAANG Construct constraints for branch angle difference limits.
- makeB MAKEB Builds the FDPF matrices, B prime and B double prime.
- makeBdc MAKEBDC Builds the B matrices and phase shift injections for DC power flow.
- makeLODF MAKELODF Builds the line outage distribution factor matrix.
- makeYbus MAKEYBUS Builds the bus admittance matrix and branch admittance matrices.
- mipsopf_solver MIPSOPF_SOLVER Solves AC optimal power flow using MIPS.
- most MOST MATPOWER Optimal Scheduling Tool
- most_summary MOST_SUMMARY Collects and optionally prints a summary of MOST results.
- ex_contab EX_CONTAB Example contingency data for stochastic unit commitment.
- t_most_30b_1_1_0 T_MOST_30B_1_1_0 Tests for MOST.
- t_most_30b_1_1_0_uc T_MOST_30B_1_1_0_UC Tests for MOST.
- t_most_30b_1_1_17 T_MOST_30B_1_1_17 Tests for MOST.
- t_most_30b_3_1_0 T_MOST_30B_3_1_0 Tests for MOST.
- t_most_30b_3_1_17 T_MOST_30B_3_1_17 Tests for MOST.
- t_most_3b_1_1_0 T_MOST_3B_1_1_0 Tests for MOST.
- t_most_3b_1_1_2 T_MOST_3B_1_1_2 Tests for MOST.
- t_most_3b_3_1_0 T_MOST_3B_3_1_0 Tests for MOST.
- t_most_3b_3_1_2 T_MOST_3B_1_1_2 Tests for MOST.
- t_most_sp T_MOST_SP Tests of single-period continuous optimizations
- t_most_spuc T_MOST_SPUC Tests of single-period unit commitment optimizations
- t_most_suc T_MOST_SUC Tests of stochastic unit commitment optimizations.
- t_most_uc T_MOST_UC Tests of deteministic unit commitment optimizations
- t_most_w_ds T_MOST_W_DS Test for MOST with dynamical system constraints.
- opf OPF Solves an optimal power flow.
- opf_consfcn OPF_CONSFCN Evaluates nonlinear constraints and their Jacobian for OPF.
- opf_costfcn OPF_COSTFCN Evaluates objective function, gradient and Hessian for OPF.
- opf_execute OPF_EXECUTE Executes the OPF specified by an OPF model object.
- opf_hessfcn OPF_HESSFCN Evaluates Hessian of Lagrangian for AC OPF.
- opf_setup OPF Constructs an OPF model object from a MATPOWER case struct.
- pfsoln PFSOLN Updates bus, gen, branch data structures to match power flow soln.
- printpf PRINTPF Prints power flow results.
- psse_convert PSSE_CONVERT Converts data read from PSS/E RAW file to MATPOWER case.
- psse_convert_xfmr PSSE_CONVERT_XFMR Convert transformer data from PSS/E RAW to MATPOWER
- runcpf RUNCPF Runs a full AC continuation power flow
- runpf RUNPF Runs a power flow.
- savecase SAVECASE Saves a MATPOWER case file, given a filename and the data.
- t_apply_changes T_APPLY_CHANGES Tests for code in apply_changes.m.
- t_cpf T_CPF Tests for continuation power flow.
- t_dcline T_DCLINE Tests for DC line extension in TOGGLE_DCLINE.
- t_get_losses T_GET_LOSSES Tests for code in GET_LOSSES.
- t_hessian T_HESSIAN Numerical tests of 2nd derivative code.
- t_islands T_ISLANDS Tests for FIND_ISLANDS, EXTRACT_ISLANDS, CONNECTED_COMPONENTS and CASE_INFO.
- t_jacobian T_JACOBIAN Numerical tests of partial derivative code.
- t_loadcase T_LOADCASE Test that LOADCASE works with a struct as well as case file.
- t_makeLODF T_MAKELODF Tests for MAKELODF.
- t_makePTDF T_MAKEPTDF Tests for MAKEPTDF.
- t_opf_dc_bpmpd T_OPF_DC_BPMPD Tests for DC optimal power flow using BPMPD_MEX solver.
- t_opf_dc_clp T_OPF_DC_CLP Tests for DC optimal power flow using CLP solver.
- t_opf_dc_cplex T_OPF_DC_CPLEX Tests for DC optimal power flow using CPLEX solver.
- t_opf_dc_glpk T_OPF_DC_GLPK Tests for DC optimal power flow using GLPK solver.
- t_opf_dc_gurobi T_OPF_DC_GUROBI Tests for DC optimal power flow using Gurobi solver.
- t_opf_dc_ipopt T_OPF_DC_MIPS Tests for DC optimal power flow using MIPS solver.
- t_opf_dc_mips T_OPF_DC_MIPS Tests for DC optimal power flow using MIPS solver.
- t_opf_dc_mips_sc T_OPF_DC_MIPS_SC Tests for DC optimal power flow using MIPS-sc solver.
- t_opf_dc_mosek T_OPF_DC_MOSEK Tests for DC optimal power flow using MOSEK solver.
- t_opf_dc_ot T_OPF_DC_OT Tests for DC optimal power flow using Opt Tbx solvers.
- t_opf_fmincon T_OPF_FMINCON Tests for FMINCON-based optimal power flow.
- t_opf_ipopt T_OPF_IPOPT Tests for IPOPT-based AC optimal power flow.
- t_opf_knitro T_OPF_FMINCON Tests for FMINCON-based optimal power flow.
- t_opf_minopf T_OPF_MINOPF Tests for MINOS-based optimal power flow.
- t_opf_mips T_OPF_MIPS Tests for MIPS-based AC optimal power flow.
- t_opf_mips_sc T_OPF_MIPS_SC Tests for step-controlled MIPS-based AC optimal power flow.
- t_opf_model T_OPF_MODEL Tests for OPF_MODEL.
- t_opf_softlims T_OPF_SOFTLIMS Tests for userfcn callbacks (softlims) w/OPF.
- t_opf_tspopf_pdipm T_OPF_TSPOPF_PDIPM Tests for PDIPM-based optimal power flow.
- t_opf_tspopf_scpdipm T_OPF_TSPOPF_SCPDIPM Tests for SCPDIPM-based optimal power flow.
- t_opf_tspopf_tralm T_OPF_TSPOPF_TRALM Tests for TRALM-based optimal power flow.
- t_opf_userfcns T_OPF_USERFCNS Tests for userfcn callbacks (reserves/iflims) w/OPF.
- t_pf T_PF Tests for power flow solvers.
- t_printpf T_PRINTPF Tests for PRINTPF.
- t_vdep_load T_VDEP_LOAD Test voltage dependent ZIP load model for PF, CPF, OPF.
- toggle_iflims TOGGLE_IFLIMS Enable, disable or check status of set of interface flow limits.
- toggle_softlims TOGGLE_SOFTLIMS Relax DC optimal power flow branch limits.
SOURCE CODE
0001 function [F_BUS, T_BUS, BR_R, BR_X, BR_B, RATE_A, RATE_B, ...
0002 RATE_C, TAP, SHIFT, BR_STATUS, PF, QF, PT, QT, MU_SF, MU_ST, ...
0003 ANGMIN, ANGMAX, MU_ANGMIN, MU_ANGMAX] = idx_brch
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032
0033
0034
0035
0036
0037
0038
0039
0040
0041
0042
0043
0044
0045
0046
0047
0048
0049
0050
0051
0052
0053
0054
0055
0056
0057
0058
0059
0060
0061
0062
0063
0064 F_BUS = 1;
0065 T_BUS = 2;
0066 BR_R = 3;
0067 BR_X = 4;
0068 BR_B = 5;
0069 RATE_A = 6;
0070 RATE_B = 7;
0071 RATE_C = 8;
0072 TAP = 9;
0073 SHIFT = 10;
0074 BR_STATUS = 11;
0075 ANGMIN = 12;
0076 ANGMAX = 13;
0077
0078
0079 PF = 14;
0080 QF = 15;
0081 PT = 16;
0082 QT = 17;
0083
0084
0085
0086 MU_SF = 18;
0087 MU_ST = 19;
0088 MU_ANGMIN = 20;
0089 MU_ANGMAX = 21;
Generated on Fri 16-Dec-2016 12:45:37 by m2html © 2005