Skip to content

Commit

Permalink
update demand specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Mar 1, 2024
1 parent a39b35e commit 2bd56b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/demand_requirement.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
struct DemandRequirement{T <: PSY.StaticInjection}
name::String
available::Bool
power_systems_type::Type{T}
region::Union{PSY.ACBus, PSY.AggregationTopology}
supplemental_attributes_container::IS.SupplementalAttributesContainer
time_series_container::IS.TimeSeriesContainer
internal::InfrastructureSystemsInternal
end
2 changes: 1 addition & 1 deletion src/demand.jl → src/demand_side.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
struct DemandTechnology{T <: PSY.StaticInjection} <: Technology
struct DemandSideTechnology{T <: PSY.StaticInjection} <: Technology
name::String
available::Bool
power_systems_type::Type{T}
Expand Down
1 change: 0 additions & 1 deletion src/storage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ struct StorageTechnology{T <: PSY.Storage} <: Technology
prime_mover::PSY.Primer_mover
capital_cost::Float64
operational_cost::PSY.OperationalCost
ext::Dict{String, Any}
supplemental_attributes_container::IS.SupplementalAttributesContainer
time_series_container::IS.TimeSeriesContainer
internal::InfrastructureSystemsInternal
Expand Down

0 comments on commit 2bd56b5

Please sign in to comment.