Skip to content

Commit 8e346b4

Browse files
authored
Fix docstring of DCPPowerModel (lanl-ansi#911)
* Fix doc string of DCPPowerModel * Update src/core/types.jl
1 parent 57d382d commit 8e346b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/types.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ abstract type AbstractDCPModel <: AbstractActivePowerModel end
156156
Linearized 'DC' power flow Model with polar voltage variables.
157157
158158
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
159+
`br_b = -br_x / (br_r^2 + br_x^2)` for determining the network phase angles. Furthermore, transformer
160160
parameters such as tap ratios and phase shifts are not considered as part of this model.
161161
162162
It is important to note that it is also common for active-power-only approximations to use `1/br_x` for

0 commit comments

Comments
 (0)