We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d382d commit 8e346b4Copy full SHA for 8e346b4
src/core/types.jl
@@ -156,7 +156,7 @@ abstract type AbstractDCPModel <: AbstractActivePowerModel end
156
Linearized 'DC' power flow Model with polar voltage variables.
157
158
This model is a basic linear active-power-only approximation, which uses branch susceptance values
159
-`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
160
parameters such as tap ratios and phase shifts are not considered as part of this model.
161
162
It is important to note that it is also common for active-power-only approximations to use `1/br_x` for
0 commit comments