Problem Specifications
This section provides links to the formulation agnostic problem specifications.
Power Flow (PF)
For additional discussion on the power flow problem please see, Power Flow Computations.
Bus Injection Models (BIM)
PowerModels.build_pf
— Functionspecification of the formulation agnostic Power Flow model
Branch Flow Models (BFM)
PowerModels.build_pf_bf
— Functionbuild_pf_bf(pm::AbstractPowerModel)
Current Flow Models (CFM)
PowerModels.build_pf_iv
— Functionbuild_pf_iv(pm::AbstractPowerModel)
Optimal Power Flow (OPF)
Bus Injection Models (BIM)
PowerModels.build_opf
— Functionbuild_opf(pm::AbstractPowerModel)
PowerModels.build_mn_opf
— Functionbuild_mn_opf(pm::AbstractPowerModel)
PowerModels.build_mn_opf_strg
— Functionbuild_mn_opf_strg(pm::AbstractPowerModel)
PowerModels.build_opf_ptdf
— Functionbuild_opf_ptdf(pm::DCPPowerModel)
Branch Flow Models (BFM)
PowerModels.build_opf_bf
— Functionbuild_opf_bf(pm::AbstractPowerModel)
PowerModels.build_mn_opf_bf_strg
— FunctionBuild multinetwork branch flow storage OPF
Current Flow Models (CFM)
PowerModels.build_opf_iv
— Functionbuild_opf_iv(pm::AbstractPowerModel)
Optimal Power Balance (OPB)
A copper-plate approximation of the OPF problem
PowerModels.build_opb
— Functionbuild_opb(pm::AbstractPowerModel)
Optimal Transmission Switching (OTS)
PowerModels.build_ots
— Functionbuild_ots(pm::AbstractPowerModel)
if the branch status is 0
in the input, it is out of service and forced to 0
in OTS
Transmission Network Expansion Planning (TNEP)
PowerModels.build_tnep
— Functionthe general form of the tnep optimization model