Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ValueCurves, cost aliases, CostCurve, FuelCurve, and associated tests from PSY to IS (PSY version) #1169

Merged
merged 3 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions src/PowerSystems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,27 @@ import InfrastructureSystems:
get_raw_data_type,
supports_time_series,
supports_supplemental_attributes
import InfrastructureSystems:
ValueCurve,
InputOutputCurve,
IncrementalCurve,
AverageRateCurve,
LinearCurve,
QuadraticCurve,
PiecewisePointCurve,
PiecewiseIncrementalCurve,
PiecewiseAverageCurve,
get_function_data,
get_initial_input,
get_input_at_zero,
get_average_rates,
ProductionVariableCostCurve,
CostCurve,
FuelCurve,
get_value_curve,
get_vom_cost,
get_power_units,
get_fuel_cost

const IS = InfrastructureSystems

Expand Down Expand Up @@ -642,9 +663,6 @@ include("models/dynamic_inverter_components.jl")
include("models/OuterControl.jl")

# Costs
include("models/cost_functions/ValueCurves.jl")
include("models/cost_functions/cost_aliases.jl")
include("models/cost_functions/variable_cost.jl")
include("models/cost_functions/operational_cost.jl")
include("models/cost_functions/MarketBidCost.jl")
include("models/cost_functions/HydroGenerationCost.jl")
Expand Down
287 changes: 0 additions & 287 deletions src/models/cost_functions/ValueCurves.jl

This file was deleted.

Loading
Loading