Skip to content

Commit

Permalink
FIX: vbase not getting passed in eng2math
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Sep 24, 2024
1 parent 610b126 commit 9fa6298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## staged

- none
- Fixed "vbase" not getting passed from ENG To MATH model if it already existed

## v0.7.0

Expand Down
3 changes: 2 additions & 1 deletion src/data_model/eng2math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ const _pmp_eng2math_passthrough = Dict{String,Vector{String}}(
"solar" => String["i_max", "solar_max", "kva", "pf", "grid_forming", "balanced", "vminpu", "transformer", "type", "pv_model", "phases", "response", "element", "fault_model", "i_nom"],
"voltage_source" => String["zr", "zx", "phases", "response", "element"],
"load" => String["vminpu", "vmaxpu", "response", "phases", "element"],
"transformer" => String["leadlag", "phases", "element"]
"transformer" => String["leadlag", "phases", "element"],
"bus" => String["vbase"]
)


Expand Down

0 comments on commit 9fa6298

Please sign in to comment.