< Master index Index for matpower7.1/lib >

Index for matpower7.1/lib

MATPOWER files in this directory:

 ContentsMATPOWER
 add_userfcnADD_USERFCN Appends a userfcn to the list to be called for a case.
 apply_changesAPPLY_CHANGES Applies a set of changes to a MATPOWER case
 bustypesBUSTYPES Builds index lists for each type of bus (REF, PV, PQ).
 calc_branch_angleCALC_BRANCH_ANGLE Calculate branch angle differences across active branches
 calc_v_i_sumCALC_V_I_SUM Solves the power flow using the current summation method.
 calc_v_pq_sumCALC_V_PQ_SUM Solves the power flow using the power summation method.
 calc_v_y_sumCALC_V_Y_SUM Solves the power flow using the admittance summation method.
 case_infoCASE_INFO Prints information about islands in a network.
 caseformatCASEFORMAT Defines the MATPOWER case file format.
 cdf2mpcCDF2MPC Converts an IEEE CDF data file into a MATPOWER case struct.
 compare_caseCOMPARE_CASE Compares the bus, gen, branch matrices of 2 MATPOWER cases.
 connected_componentsCONNECTED_COMPONENTS Returns the connected components of a graph
 cpf_correctorCPF_CORRECTOR Solves the corrector step of a continuation power flow
 cpf_current_mpcCPF_CURRENT_MPC Construct MPC for current continuation step.
 cpf_default_callbackCPF_DEFAULT_CALLBACK Default callback function for CPF
 cpf_detect_eventsCPF_DETECT_EVENTS Detect events from event function values
 cpf_flim_eventCPF_FLIM_EVENT Event function to detect branch flow limit (MVA) violations
 cpf_flim_event_cbCPF_FLIM_EVENT_CB Callback to handle FLIM events
 cpf_nose_eventCPF_NOSE_EVENT Event function to detect the nose point
 cpf_nose_event_cbCPF_NOSE_EVENT_CB Callback to handle NOSE events
 cpf_pCPF_P Computes the value of the CPF parameterization function.
 cpf_p_jacCPF_P_JAC Computes partial derivatives of CPF parameterization function.
 cpf_plim_eventCPF_PLIM_EVENT Event function to detect gen active power limit violations
 cpf_plim_event_cbCPF_PLIM_EVENT_CB Callback to handle PLIM events
 cpf_predictorCPF_PREDICTOR Performs the predictor step for the continuation power flow
 cpf_qlim_eventCPF_QLIM_EVENT Event function to detect gen reactive power limit violations
 cpf_qlim_event_cbCPF_QLIM_EVENT_CB Callback to handle QLIM events
 cpf_register_callbackCPF_REGISTER_CALLBACK Register CPF callback functions
 cpf_register_eventCPF_REGISTER_EVENT Register event functions=
 cpf_tangentCPF_TANGENT Computes normalized tangent predictor for continuation power flow
 cpf_target_lam_eventCPF_TARGET_LAM_EVENT Event function to detect a target lambda value
 cpf_target_lam_event_cbCPF_TARGET_LAM_EVENT_CB Callback to handle TARGET_LAM events
 cpf_vlim_eventCPF_VLIM_EVENT Event function to detect bus voltage limit violations
 cpf_vlim_event_cbCPF_VLIM_EVENT_CB Callback to handle VLIM events
 d2AIbr_dV2D2AIBR_DV2 Computes 2nd derivatives of |complex current|^2 w.r.t. V.
 d2ASbr_dV2D2ASBR_DV2 Computes 2nd derivatives of |power flow|^2 w.r.t. V.
 d2Abr_dV2D2ABR_DV2 Computes 2nd derivatives of |branch flow|^2 w.r.t. V.
 d2Ibr_dV2D2IBR_DV2 Computes 2nd derivatives of complex branch current w.r.t. voltage.
 d2Imis_dV2D2IMIS_DV2 Computes 2nd derivatives of current balance w.r.t. voltage.
 d2Imis_dVdSgD2IMIS_DVDSG Computes 2nd derivatives of current balance w.r.t. V and Sg.
 d2Sbr_dV2D2SBR_DV2 Computes 2nd derivatives of complex brch power flow w.r.t. voltage.
 d2Sbus_dV2D2SBUS_DV2 Computes 2nd derivatives of power injection w.r.t. voltage.
 dAbr_dVDABR_DV Partial derivatives of squared flow magnitudes w.r.t voltage.
 dIbr_dVDIBR_DV Computes partial derivatives of branch currents w.r.t. voltage.
 dImis_dVDIMIS_DV Computes partial derivatives of current balance w.r.t. voltage.
 dSbr_dVDSBR_DV Computes partial derivatives of branch power flows w.r.t. voltage.
 dSbus_dVDSBUS_DV Computes partial derivatives of power injection w.r.t. voltage.
 dcopfDCOPF Solves a DC optimal power flow.
 dcopf_solverDCOPF_SOLVER Solves a DC optimal power flow.
 dcpfDCPF Solves a DC power flow.
 define_constantsDEFINE_CONSTANTS Defines useful constants for indexing data, etc.
 e2i_dataE2I_DATA Converts data from external to internal indexing.
 e2i_fieldE2I_FIELD Converts fields of MPC from external to internal indexing.
 ext2intEXT2INT Converts external to internal indexing.
 extract_islandsfunction mpck = extract_islands(mpc, groups, k, custom)
 fdpfFDPF Solves the power flow using a fast decoupled method.
 feval_w_pathFEVAL_W_PATH Calls a function located by the specified path.
 find_islandsFIND_ISLANDS Finds islands in a network
 fmincopfFMINCOPF Solves an AC optimal power flow using FMINCON (Opt Tbx 2.x & later).
 gausspfGAUSSPF Solves the power flow using a Gauss-Seidel method.
 genfuelsGENFUELS Return list of standard values for generator fuel types
 gentypesGENTYPES Return list of standard values for generator unit types
 get_lossesGET_LOSSES Returns series losses (and reactive injections) per branch.
 get_reorderGET_REORDER Returns A with one of its dimensions indexed.
 hasPQcapHASPQCAP Checks for P-Q capability curve constraints.
 have_feature_e4stHAVE_FEATURE_E4ST Detect availability/version info for E4ST
 have_feature_minopfHAVE_FEATURE_MINOPF Detect availability/version info for MINOPF
 have_feature_mostHAVE_FEATURE_MOST Detect availability/version info for MOST
 have_feature_pdipmopfHAVE_FEATURE_PDIPMOPF Detect availability/version info for PDIPMOPF
 have_feature_regexp_splitHAVE_FEATURE_REGEXP_SPLIT Detect availability/version info for REGEXP 'split'
 have_feature_scpdipmopfHAVE_FEATURE_SCPDIPMOPF Detect availability/version info for SCPDIPMOPF
 have_feature_sdp_pfHAVE_FEATURE_SDP_PF Detect availability/version info for SDP_PF
 have_feature_smartmarketHAVE_FEATURE_SMARTMARKET Detect availability/version info for SMARTMARKET
 have_feature_syngridHAVE_FEATURE_SYNGRID Detect availability/version info for SynGrid
 have_feature_tralmopfHAVE_FEATURE_TRALMOPF Detect availability/version info for TRALMOPF
 i2e_dataI2E_DATA Converts data from internal to external indexing.
 i2e_fieldI2E_FIELD Converts fields of MPC from internal to external bus numbering.
 idx_brchIDX_BRCH Defines constants for named column indices to branch matrix.
 idx_busIDX_BUS Defines constants for named column indices to bus matrix.
 idx_costIDX_COST Defines constants for named column indices to gencost matrix.
 idx_ctIDX_CT Defines constants for named column indices to changes table
 idx_dclineIDX_DCLINE Defines constants for named column indices to dcline matrix.
 idx_genIDX_GEN Defines constants for named column indices to gen matrix.
 int2extINT2EXT Converts internal to external bus numbering.
 isloadISLOAD Checks for dispatchable loads.
 load2dispLOAD2DISP Converts fixed loads to dispatchable.
 loadcaseLOADCASE Load .m or .mat case files or data struct in MATPOWER format.
 loadshedLOADSHED Returns a vector of curtailments of dispatchable loads.
 makeAangMAKEAANG Construct constraints for branch angle difference limits.
 makeApqMAKEAPQ Construct linear constraints for generator capability curves.
 makeAvlMAKEAVL Construct linear constraints for constant power factor var loads.
 makeAyMAKEAY Make the A matrix and RHS for the CCV formulation.
 makeBMAKEB Builds the FDPF matrices, B prime and B double prime.
 makeBdcMAKEBDC Builds the B matrices and phase shift injections for DC power flow.
 makeJacMAKEJAC Forms the power flow Jacobian.
 makeLODFMAKELODF Builds the line outage distribution factor matrix.
 makePTDFMAKEPTDF Builds the DC PTDF matrix for a given choice of slack.
 makeSbusMAKESBUS Builds the vector of complex bus power injections.
 makeSdzipMAKESDZIP Builds vectors of nominal complex bus power demands for ZIP loads.
 makeYbusMAKEYBUS Builds the bus admittance matrix and branch admittance matrices.
 make_vcorrMAKE_VCORR Voltage Correction used in distribution power flow
 make_zpvMAKE_ZPV Calculates loop impedances for all PV buses.
 margcostMARGCOST Computes marginal cost for generators at given output level.
 miqps_matpowerMIQPS_MATPOWER Deprecated, please use MIQPS_MASTER instead.
 modcostMODCOST Modifies generator costs by shifting or scaling (F or X).
 mpoptionMPOPTION Used to set and retrieve a MATPOWER options struct.
 mpoption_info_clpMPOPTION_INFO_CLP Returns MATPOWER option info for CLP.
 mpoption_info_cplexMPOPTION_INFO_CPLEX Returns MATPOWER option info for CPLEX.
 mpoption_info_fminconMPOPTION_INFO_FMINCON Returns MATPOWER option info for FMINCON.
 mpoption_info_glpkMPOPTION_INFO_GLPK Returns MATPOWER option info for GLPK.
 mpoption_info_gurobiMPOPTION_INFO_GUROBI Returns MATPOWER option info for Gurobi.
 mpoption_info_intlinprogMPOPTION_INFO_INTLINPROG Returns MATPOWER option info for INTLINPROG.
 mpoption_info_ipoptMPOPTION_INFO_IPOPT Returns MATPOWER option info for IPOPT.
 mpoption_info_knitroMPOPTION_INFO_KNITRO Returns MATPOWER option info for Artelys Knitro.
 mpoption_info_linprogMPOPTION_INFO_LINPROG Returns MATPOWER option info for LINPROG.
 mpoption_info_mipsMPOPTION_INFO_MIPS Returns MATPOWER option info for MIPS (optional fields).
 mpoption_info_mosekMPOPTION_INFO_MOSEK Returns MATPOWER option info for MOSEK.
 mpoption_info_osqpMPOPTION_INFO_OSQP Returns MATPOWER option info for OSQP.
 mpoption_info_quadprogMPOPTION_INFO_QUADPROG Returns MATPOWER option info for QUADPROG.
 mpoption_oldMPOPTION_OLD Used to set and retrieve old-style MATPOWER options vector.
 mpverMPVER Prints or returns MATPOWER version info for current installation.
 newtonpfNEWTONPF Solves power flow using full Newton's method (power/polar)
 newtonpf_I_cartNEWTONPF_I_CART Solves power flow using full Newton's method (current/cartesian)
 newtonpf_I_hybridNEWTONPF_I_HYBRID Solves power flow using full Newton's method (current/hybrid)
 newtonpf_I_polarNEWTONPF_I_POLAR Solves power flow using full Newton's method (current/cartesian)
 newtonpf_S_cartNEWTONPF_S_CART Solves power flow using full Newton's method (power/cartesian)
 newtonpf_S_hybridNEWTONPF_S_HYBRID Solves power flow using full Newton's method (power/hybrid)
 nlpopf_solverNLPOPF_SOLVER Solves AC optimal power flow using MP-Opt-Model.
 opfOPF Solves an optimal power flow.
 opf_argsOPF_ARGS Parses and initializes OPF input arguments.
 opf_branch_ang_fcnOPF_BRANCH_ANG_FCN Evaluates branch angle difference constraints and gradients.
 opf_branch_ang_hessOPF_BRANCH_ANG_HESS Evaluates Hessian of branch angle difference constraints.
 opf_branch_flow_fcnOPF_BRANCH_FLOW_FCN Evaluates AC branch flow constraints and Jacobian.
 opf_branch_flow_hessOPF_BRANCH_FLOW_HESS Evaluates Hessian of branch flow constraints.
 opf_current_balance_fcnOPF_CURRENT_BALANCE_FCN Evaluates AC current balance constraints and their gradients.
 opf_current_balance_hessOPF_CURRENT_BALANCE_HESS Evaluates Hessian of current balance constraints.
 opf_executeOPF_EXECUTE Executes the OPF specified by an OPF model object.
 opf_gen_cost_fcnOPF_GEN_COST_FCN Evaluates polynomial generator costs and derivatives.
 opf_legacy_user_cost_fcnOPF_LEGACY_USER_COST_FCN Evaluates legacy user costs and derivatives.
 opf_power_balance_fcnOPF_POWER_BALANCE_FCN Evaluates AC power balance constraints and their gradients.
 opf_power_balance_hessOPF_POWER_BALANCE_HESS Evaluates Hessian of power balance constraints.
 opf_setupOPF Constructs an OPF model object from a MATPOWER case struct.
 opf_veq_fcnOPF_VEQ_FCN Evaluates voltage magnitude equality constraint and gradients.
 opf_veq_hessOPF_VEQ_HESS Evaluates Hessian of voltage magnitude equality constraint.
 opf_vlim_fcnOPF_VLIM_FCN Evaluates voltage magnitudes and their gradients.
 opf_vlim_hessOPF_VLIM_HESS Evaluates Hessian of voltage magnitudes.
 opf_vref_fcnOPF_VREF_FCN Evaluates voltage angle reference and their gradients.
 opf_vref_hessOPF_VREF_HESS Evaluates Hessian of voltage angle reference.
 order_radialORDER_RADIAL Performs oriented ordering to buses and branches.
 pfsolnPFSOLN Updates bus, gen, branch data structures to match power flow soln.
 poly2pwlPOLY2PWL Converts polynomial cost variable to piecewise linear.
 polycostPOLYCOST Evaluates polynomial generator cost & derivatives.
 pqcostPQCOST Splits the gencost variable into two pieces if costs are given for Qg.
 printpfPRINTPF Prints power flow results.
 psse2mpcPSSE2MPC Converts a PSS/E RAW data file into a MATPOWER case struct.
 psse_convertPSSE_CONVERT Converts data read from PSS/E RAW file to MATPOWER case.
 psse_convert_hvdcPSSE_CONVERT_HVDC Convert HVDC data from PSS/E RAW to MATPOWER
 psse_convert_xfmrPSSE_CONVERT_XFMR Convert transformer data from PSS/E RAW to MATPOWER
 psse_parsePSSE_PARSE Parses the data from a PSS/E RAW data file.
 psse_parse_linePSSE_PARSE_LINE Reads and parses a single line from a PSS/E RAW data file
 psse_parse_sectionPSSE_PARSE_SECTION Parses the data from a section of a PSS/E RAW data file
 psse_readPSSE_READ Reads the data from a PSS/E RAW data file.
 qps_matpowerQPS_MATPOWER Deprecated, please use QPS_MASTER instead.
 radial_pfRADIAL_PF Solves the power flow using a backward-forward sweep method.
 remove_userfcnREMOVE_USERFCN Removes a userfcn from the list to be called for a case.
 run_userfcnRUN_USERFCN Runs the userfcn callbacks for a given stage.
 runcpfRUNCPF Runs a full AC continuation power flow
 rundcopfRUNDCOPF Runs a DC optimal power flow.
 rundcpfRUNDCPF Runs a DC power flow.
 runduopfRUNDUOPF Runs a DC optimal power flow with unit-decommitment heuristic.
 runopfRUNOPF Runs an optimal power flow.
 runopf_w_resRUNOPF_W_RES Runs an optimal power flow with fixed zonal reserves.
 runpfRUNPF Runs a power flow.
 runuopfRUNUOPF Runs an optimal power flow with unit-decommitment heuristic.
 save2psseSAVE2PSSE Saves a MATPOWER case to PSS/E RAW format.
 savecaseSAVECASE Saves a MATPOWER case file, given a filename and the data.
 savechgtabSAVECHGTAB Save a change table to a file.
 scale_loadSCALE_LOAD Scales fixed and/or dispatchable loads.
 set_reorderSET_REORDER Assigns B to A with one of the dimensions of A indexed.
 toggle_dclineTOGGLE_DCLINE Enable, disable or check status of DC line modeling.
 toggle_iflimsTOGGLE_IFLIMS Enable, disable or check status of set of interface flow limits.
 toggle_reservesTOGGLE_RESERVES Enable, disable or check status of fixed reserve requirements.
 toggle_softlimsTOGGLE_SOFTLIMS Relax DC optimal power flow branch limits.
 total_loadTOTAL_LOAD Returns vector of total load in each load zone.
 totcostTOTCOST Computes total cost for generators at given output level.
 uopfUOPF Solves combined unit decommitment / optimal power flow.
 update_mupqUPDATE_MUPQ Updates values of generator limit shadow prices.

Subsequent directories:


Generated on Fri 09-Oct-2020 11:21:30 by m2html © 2005