Skip to content

Commit

Permalink
Fix docstring of DCPPowerModel (#911)
Browse files Browse the repository at this point in the history
* Fix doc string of DCPPowerModel
* Update src/core/types.jl
  • Loading branch information
odow committed Apr 17, 2024
1 parent 57d382d commit 8e346b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ abstract type AbstractDCPModel <: AbstractActivePowerModel end
Linearized 'DC' power flow Model with polar voltage variables.
This model is a basic linear active-power-only approximation, which uses branch susceptance values
`br_b = -br_x / (br_x^2 + br_x^2)` for determining the network phase angles. Furthermore, transformer
`br_b = -br_x / (br_r^2 + br_x^2)` for determining the network phase angles. Furthermore, transformer
parameters such as tap ratios and phase shifts are not considered as part of this model.
It is important to note that it is also common for active-power-only approximations to use `1/br_x` for
Expand Down

0 comments on commit 8e346b4

Please sign in to comment.