Skip to content

Commit

Permalink
changed structs to Technologies
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrypotts committed Jun 21, 2024
1 parent 6eb243b commit 33614c2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/PowerSystemsInvestmentsPortfolios.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import InfrastructureSystems:
get_time_series_array,
get_time_series_timestamps,
get_time_series_values,
get_time_series_names,
#get_time_series_names,
InfrastructureSystemsInternal,
CompressionSettings,
CompressionTypes,
Expand Down
4 changes: 2 additions & 2 deletions src/models/generated/DemandRequirement.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is auto-generated. Do not edit.
#! format: off

"""
mutable struct DemandRequirement{T <: PSY.StaticInjection} <: IS.InfrastructureSystemsComponent
mutable struct DemandRequirement{T <: PSY.StaticInjection} <: Technology
load_growth::Float64
name::String
power_systems_type::String
Expand All @@ -26,7 +26,7 @@ This file is auto-generated. Do not edit.
- `available::Bool`: identifies whether the technology is available
- `peak_load::Float64`: Demand value (MW) for single timepoint (for now)
"""
mutable struct DemandRequirement{T <: PSY.StaticInjection} <: IS.InfrastructureSystemsComponent
mutable struct DemandRequirement{T <: PSY.StaticInjection} <: Technology
"Annual load growth (%)"
load_growth::Float64
"The technology name"
Expand Down
4 changes: 2 additions & 2 deletions src/models/generated/DemandsideTechnology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is auto-generated. Do not edit.
#! format: off

"""
mutable struct DemandSideTechnology{T <: PSY.StaticInjection} <: IS.InfrastructureSystemsComponent
mutable struct DemandSideTechnology{T <: PSY.StaticInjection} <: Technology
name::String
power_systems_type::String
ext::Dict
Expand All @@ -20,7 +20,7 @@ This file is auto-generated. Do not edit.
- `ext::Dict`: (default: `Dict()`) Option for providing additional data
- `available::Bool`: identifies whether the technology is available
"""
mutable struct DemandSideTechnology{T <: PSY.StaticInjection} <: IS.InfrastructureSystemsComponent
mutable struct DemandSideTechnology{T <: PSY.StaticInjection} <: Technology
"The technology name"
name::String
"maps to a valid PowerSystems.jl for PCM modeling"
Expand Down
4 changes: 2 additions & 2 deletions src/models/generated/StorageTechnology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is auto-generated. Do not edit.
#! format: off

"""
mutable struct StorageTechnology{T <: PSY.Storage} <: IS.InfrastructureSystemsComponent
mutable struct StorageTechnology{T <: PSY.Storage} <: Technology
name::String
storage_tech::StorageTech
power_systems_type::String
Expand All @@ -24,7 +24,7 @@ This file is auto-generated. Do not edit.
- `ext::Dict`: (default: `Dict()`) Option for providing additional data
- `available::Bool`: identifies whether the technology is available
"""
mutable struct StorageTechnology{T <: PSY.Storage} <: IS.InfrastructureSystemsComponent
mutable struct StorageTechnology{T <: PSY.Storage} <: Technology
"The technology name"
name::String
"Storage Technology Type"
Expand Down
4 changes: 2 additions & 2 deletions src/models/generated/SupplyTechnology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is auto-generated. Do not edit.
#! format: off

"""
mutable struct SupplyTechnology{T <: PSY.Generator} <: IS.InfrastructureSystemsComponent
mutable struct SupplyTechnology{T <: PSY.Generator} <: Technology
base_power::Float64
prime_mover_type::PrimeMovers
capital_cost::IS.FunctionData
Expand Down Expand Up @@ -44,7 +44,7 @@ This file is auto-generated. Do not edit.
- `maximum_capacity::Float64`: Maximum allowable installed capacity for a technology
- `capacity_factor::Float64`: Derating factor to account for planned or forced outages of a technology
"""
mutable struct SupplyTechnology{T <: PSY.Generator} <: IS.InfrastructureSystemsComponent
mutable struct SupplyTechnology{T <: PSY.Generator} <: Technology
"Base power"
base_power::Float64
"Prime mover for generator"
Expand Down
4 changes: 2 additions & 2 deletions src/models/generated/TransportTechnology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is auto-generated. Do not edit.
#! format: off

"""
mutable struct TransportTechnology{T <: PSY.Device} <: IS.InfrastructureSystemsComponent
mutable struct TransportTechnology{T <: PSY.Device} <: Technology
name::String
power_systems_type::String
ext::Dict
Expand All @@ -20,7 +20,7 @@ This file is auto-generated. Do not edit.
- `ext::Dict`: (default: `Dict()`) Option for providing additional data
- `available::Bool`: identifies whether the technology is available
"""
mutable struct TransportTechnology{T <: PSY.Device} <: IS.InfrastructureSystemsComponent
mutable struct TransportTechnology{T <: PSY.Device} <: Technology
"The technology name"
name::String
"maps to a valid PowerSystems.jl for PCM modeling"
Expand Down

0 comments on commit 33614c2

Please sign in to comment.