Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jd/hydro_remove' into jd/custom_…
Browse files Browse the repository at this point in the history
…model_improvements
  • Loading branch information
jd-lara committed Sep 6, 2023
2 parents 1ebb9a7 + 8b445b9 commit 2eb659a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 898 deletions.
5 changes: 0 additions & 5 deletions src/PowerSimulations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ export ThermalCompactDispatch
export DeviceLimitedRegulation
export ReserveLimitedRegulation

###### Hydro #######
export HydroDispatchRunOfRiver
export HydroCommitmentRunOfRiver

# feedforward models
export UpperBoundFeedforward
export LowerBoundFeedforward
Expand Down Expand Up @@ -516,7 +512,6 @@ include("devices_models/devices/thermal_generation.jl")
include("devices_models/devices/electric_loads.jl")
include("devices_models/devices/AC_branches.jl")
include("devices_models/devices/DC_branches.jl")
include("devices_models/devices/hydro_generation.jl")
include("devices_models/devices/regulation_device.jl")

# Services Models
Expand Down
15 changes: 0 additions & 15 deletions src/core/formulations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,6 @@ Formulation type to enable (continuous) load interruption dispatch
"""
struct PowerLoadDispatch <: AbstractControllablePowerLoadFormulation end

############################ Hydro Generation Formulations #################################
abstract type AbstractHydroFormulation <: AbstractDeviceFormulation end
abstract type AbstractHydroDispatchFormulation <: AbstractHydroFormulation end
abstract type AbstractHydroUnitCommitment <: AbstractHydroFormulation end

"""
Formulation type to add injection variables constrained by a maximum injection time series for `HydroGen`
"""
struct HydroDispatchRunOfRiver <: AbstractHydroDispatchFormulation end

"""
Formulation type to add commitment and injection variables constrained by a maximum injection time series for `HydroGen`
"""
struct HydroCommitmentRunOfRiver <: AbstractHydroUnitCommitment end

############################ Regulation Device Formulations ################################
abstract type AbstractRegulationFormulation <: AbstractDeviceFormulation end
struct ReserveLimitedRegulation <: AbstractRegulationFormulation end
Expand Down
Loading

0 comments on commit 2eb659a

Please sign in to comment.