Skip to content

Commit

Permalink
Merge branch 'afc/fixed_value_ff_hvdc' of https://github.com/NREL-Sie…
Browse files Browse the repository at this point in the history
…nna/PowerSimulations.jl into afc/fixed_value_ff_hvdc
  • Loading branch information
alefcastelli committed Dec 4, 2023
2 parents d8212f9 + 63287f5 commit d0472b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/devices_models/devices/TwoTerminalDC_branches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ get_variable_binary(

get_variable_multiplier(::FlowActivePowerVariable, ::Type{<:PSY.TwoTerminalHVDCLine}, _) =
NaN
get_parameter_multiplier(::FixValueParameter, ::PSY.TwoTerminalHVDCLine, ::AbstractTwoTerminalDCLineFormulation) = 1.0
get_parameter_multiplier(
::FixValueParameter,
::PSY.TwoTerminalHVDCLine,
::AbstractTwoTerminalDCLineFormulation,
) = 1.0

get_variable_multiplier(
::FlowActivePowerFromToVariable,
Expand Down

0 comments on commit d0472b7

Please sign in to comment.