idx_gen
PURPOSE
IDX_GEN Defines constants for named column indices to gen matrix.
SYNOPSIS
function [GEN_BUS, PG, QG, QMAX, QMIN, VG, MBASE, GEN_STATUS, PMAX, PMIN,MU_PMAX, MU_PMIN, MU_QMAX, MU_QMIN, PC1, PC2, QC1MIN, QC1MAX,QC2MIN, QC2MAX, RAMP_AGC, RAMP_10, RAMP_30, RAMP_Q, APF] = idx_gen
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
- bustypes BUSTYPES Builds index lists for each type of bus (REF, PV, PQ).
- 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.
- dcopf_solver DCOPF_SOLVER Solves a DC optimal power flow.
- define_constants DEFINE_CONSTANTS Defines constants for named column indices to data matrices.
- 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
- 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
- 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).
- case2off CASE2OFF Creates quantity & price offers from gen & gencost.
- off2case OFF2CASE Updates case variables gen & gencost from quantity & price offers.
- printmkt PRINTMKT Prints results of ISO computation.
- smartmkt SMARTMKT Runs the PowerWeb smart market.
- runse RUNSE Runs a state estimator.
- fmincopf_solver FMINCOPF_SOLVER Solves AC optimal power flow using FMINCON.
- hasPQcap HASPQCAP Checks for P-Q capability curve constraints.
- int2ext INT2EXT Converts internal to external bus numbering.
- ipoptopf_solver IPOPTOPF_SOLVER Solves AC optimal power flow using MIPS.
- isload ISLOAD Checks for dispatchable loads.
- ktropf_solver KTROPF_SOLVER Solves AC optimal power flow using KNITRO.
- load2disp LOAD2DISP Converts fixed loads to dispatchable.
- loadcase LOADCASE Load .m or .mat case files or data struct in MATPOWER format.
- makeApq MAKEAPQ Construct linear constraints for generator capability curves.
- makeAvl MAKEAVL Construct linear constraints for constant power factor var loads.
- makeJac MAKEJAC Forms the power flow Jacobian.
- makeSbus MAKESBUS Builds the vector of complex bus power injections.
- mipsopf_solver MIPSOPF_SOLVER Solves AC optimal power flow using MIPS.
- 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.
- 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_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_islands T_ISLANDS Tests for FIND_ISLANDS, EXTRACT_ISLANDS, CONNECTED_COMPONENTS and CASE_INFO.
- 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_margcost T_MARGCOST Tests for code in MARGCOST.
- t_modcost T_MODCOST Tests for code in MODCOST.
- t_off2case T_OFF2CASE Tests for code in OFF2CASE.
- t_opf_dc_bpmpd T_OPF_DC_BPMPD Tests for DC optimal power flow using BPMPD_MEX 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_runmarket T_RUNMARKET Tests for code in RUNMKT, SMARTMKT AND AUCTION.
- t_runopf_w_res T_RUNOPF_W_RES Tests RUNOPF_W_RES and the associated callbacks.
- 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_totcost T_TOTCOST Tests for code in TOTCOST.
- toggle_dcline TOGGLE_DCLINE Enable, disable or check status of DC line modeling.
- toggle_reserves TOGGLE_RESERVES Enable, disable or check status of fixed reserve requirements.
- total_load TOTAL_LOAD Returns vector of total load in each load zone.
- uopf UOPF Solves combined unit decommitment / optimal power flow.
- update_mupq UPDATE_MUPQ Updates values of generator limit shadow prices.
SOURCE CODE
0001 function [GEN_BUS, PG, QG, QMAX, QMIN, VG, MBASE, GEN_STATUS, PMAX, PMIN, ...
0002 MU_PMAX, MU_PMIN, MU_QMAX, MU_QMIN, PC1, PC2, QC1MIN, QC1MAX, ...
0003 QC2MIN, QC2MAX, RAMP_AGC, RAMP_10, RAMP_30, RAMP_Q, APF] = idx_gen
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
0065
0066
0067
0068
0069
0070
0071
0072
0073
0074
0075
0076
0077
0078
0079
0080
0081
0082
0083 GEN_BUS = 1;
0084 PG = 2;
0085 QG = 3;
0086 QMAX = 4;
0087 QMIN = 5;
0088 VG = 6;
0089 MBASE = 7;
0090 GEN_STATUS = 8;
0091 PMAX = 9;
0092 PMIN = 10;
0093 PC1 = 11;
0094 PC2 = 12;
0095 QC1MIN = 13;
0096 QC1MAX = 14;
0097 QC2MIN = 15;
0098 QC2MAX = 16;
0099 RAMP_AGC = 17;
0100 RAMP_10 = 18;
0101 RAMP_30 = 19;
0102 RAMP_Q = 20;
0103 APF = 21;
0104
0105
0106
0107 MU_PMAX = 22;
0108 MU_PMIN = 23;
0109 MU_QMAX = 24;
0110 MU_QMIN = 25;
0111
0112
0113
0114
0115
Generated on Mon 26-Jan-2015 15:21:31 by m2html © 2005