Skip to content

Commit

Permalink
add PSY predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jul 31, 2024
1 parent 6eaef2f commit 5b5bd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices_models/devices/area_interchange.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
get_multiplier_value(::FromToFlowLimitParameter, d::PSY.AreaInterchange, ::AbstractBranchFormulation) = -1.0 * PSY.get_from_to_flow_limit(d)
get_multiplier_value(::ToFromFlowLimitParameter, d::PSY.AreaInterchange, ::AbstractBranchFormulation) = PSY.get_to_from_flow_limit(d)

get_parameter_multiplier(::FixValueParameter, ::AreaInterchange, ::StaticBranch) = 1.0
get_parameter_multiplier(::FixValueParameter, ::PSY.AreaInterchange, ::StaticBranch) = 1.0

get_initial_conditions_device_model(
::OperationModel,
Expand Down

0 comments on commit 5b5bd74

Please sign in to comment.