Skip to content

Commit

Permalink
Add to_from vs. from_to distinction to PowerFlowData
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielKS committed Jan 14, 2025
1 parent cd8c8dd commit bc6c9c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/PowerFlowData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ struct PowerFlowData{
branch_type::Vector{DataType}
bus_magnitude::Matrix{Float64}
bus_angles::Matrix{Float64}
branch_activepower_flow_values::Matrix{Float64}
branch_reactivepower_flow_values::Matrix{Float64}
branch_activepower_flow_to_from::Matrix{Float64}
branch_reactivepower_flow_to_from::Matrix{Float64}
branch_activepower_flow_from_to::Matrix{Float64}
branch_reactivepower_flow_from_to::Matrix{Float64}
timestep_map::Dict{Int, String}
valid_ix::Vector{Int}
power_network_matrix::M
Expand Down

0 comments on commit bc6c9c8

Please sign in to comment.