idx_bus
PURPOSE
IDX_BUS Defines constants for named column indices to bus matrix.
SYNOPSIS
function [PQ, PV, REF, NONE, BUS_I, BUS_TYPE, PD, QD, GS, BS, BUS_AREA, VM,VA, BASE_KV, ZONE, VMAX, VMIN, LAM_P, LAM_Q, MU_VMAX, MU_VMIN] = idx_bus
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
- bustypes BUSTYPES Builds index lists for each type of bus (REF, PV, PQ).
- 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.
- cpf_current_mpc CPF_CURRENT_MPC Construct MPC for current continuation step.
- cpf_plim_event CPF_PLIM_EVENT Event function to detect the generator active power limits
- cpf_plim_event_cb CPF_PLIM_EVENT_CB Callback to handle PLIM events
- cpf_qlim_event CPF_QLIM_EVENT Event function to detect the generator reactive power limits
- cpf_qlim_event_cb CPF_QLIM_EVENT_CB Callback to handle QLIM events
- 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.
- 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.
- auction AUCTION Clear auction based on OPF results (qty's and lambdas).
- smartmkt SMARTMKT Runs the PowerWeb smart market.
- runse RUNSE Runs a state estimator.
- 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.
- load2disp LOAD2DISP Converts fixed loads to dispatchable.
- 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.
- makeJac MAKEJAC Forms the power flow Jacobian.
- makePTDF MAKEPTDF Builds the DC PTDF matrix for a given choice of slack.
- makeSbus MAKESBUS Builds the vector of complex bus power injections.
- makeSdzip MAKESDZIP Builds vectors of nominal complex bus power demands for ZIP loads.
- 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.
- 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_3_1_0 T_MOST_30B_3_1_0 Tests for MOST.
- t_most_3b_1_1_0 T_MOST_3B_1_1_0 Tests for MOST.
- t_most_3b_3_1_0 T_MOST_3B_3_1_0 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_execute OPF_EXECUTE Executes the OPF specified by an OPF model object.
- 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_hvdc PSSE_CONVERT_HVDC Convert HVDC data from PSS/E RAW to MATPOWER
- 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.
- scale_load SCALE_LOAD Scales fixed and/or dispatchable loads.
- t_apply_changes T_APPLY_CHANGES Tests for code in apply_changes.m.
- t_auction_minopf T_AUCTION_MINOPF Tests for code in auction.m, using MINOPF solver.
- t_auction_mips T_AUCTION_MIPS Tests for code in auction.m, using MIPS solver.
- t_auction_tspopf_pdipm T_AUCTION_TSPOPF_PDIPM Tests for code in auction.m, using PDIPMOPF solver.
- 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_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_pf T_PF Tests for power flow solvers.
- t_runmarket T_RUNMARKET Tests for code in RUNMKT, SMARTMKT AND AUCTION.
- t_scale_load T_SCALE_LOAD Tests for code in SCALE_LOAD.
- t_total_load T_TOTAL_LOAD Tests for code in TOTAL_LOAD.
- t_vdep_load T_VDEP_LOAD Test voltage dependent ZIP load model for PF, CPF, OPF.
- toggle_dcline TOGGLE_DCLINE Enable, disable or check status of DC line modeling.
- total_load TOTAL_LOAD Returns vector of total load in each load zone.
- uopf UOPF Solves combined unit decommitment / optimal power flow.
SOURCE CODE
0001 function [PQ, PV, REF, NONE, BUS_I, BUS_TYPE, PD, QD, GS, BS, BUS_AREA, VM, ...
0002 VA, BASE_KV, ZONE, VMAX, VMIN, LAM_P, LAM_Q, MU_VMAX, MU_VMIN] = idx_bus
0003
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 PQ = 1;
0059 PV = 2;
0060 REF = 3;
0061 NONE = 4;
0062
0063
0064 BUS_I = 1;
0065 BUS_TYPE = 2;
0066 PD = 3;
0067 QD = 4;
0068 GS = 5;
0069 BS = 6;
0070 BUS_AREA = 7;
0071 VM = 8;
0072 VA = 9;
0073 BASE_KV = 10;
0074 ZONE = 11;
0075 VMAX = 12;
0076 VMIN = 13;
0077
0078
0079
0080 LAM_P = 14;
0081 LAM_Q = 15;
0082 MU_VMAX = 16;
0083 MU_VMIN = 17;
Generated on Fri 16-Dec-2016 12:45:37 by m2html © 2005