Skip to content

Commit 344ccf7

Browse files
committed
refactor power_injection_vector_pu -> sj_per_unit
1 parent 1dd2d95 commit 344ccf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multi_phase_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function build_bim_rectangular!(m::JuMP.AbstractModel, net::Network{MultiPhase},
5959
continue
6060
end
6161

62-
Pj, Qj = power_injection_vector_pu(j, net)
62+
Pj, Qj = sj_per_unit(j, net)
6363
Sj = Pj + im * Qj
6464
Sj = hcat(Sj...) # time X phase
6565

0 commit comments

Comments
 (0)