Skip to content

Commit

Permalink
update exponential load
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Jun 9, 2024
1 parent 58d8176 commit e0797f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/psid_library.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ function build_psid_load_tutorial_omib(; raw_data, kwargs...)
bus = PSY.get_bus(l),
active_power = PSY.get_constant_active_power(l),
reactive_power = PSY.get_constant_reactive_power(l),
active_power_coefficient = 0.0, # Constant Power
reactive_power_coefficient = 0.0, # Constant Power
α = 0.0, # Constant Power
β = 0.0, # Constant Power
base_power = PSY.get_base_power(l),
max_active_power = PSY.get_max_constant_active_power(l),
max_reactive_power = PSY.get_max_constant_reactive_power(l),
Expand Down

0 comments on commit e0797f9

Please sign in to comment.