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

[Feature]: Electrical grid #1

Open
JosephLoustau opened this issue Feb 22, 2024 · 0 comments
Open

[Feature]: Electrical grid #1

JosephLoustau opened this issue Feb 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request P3 Low priority level

Comments

@JosephLoustau
Copy link
Collaborator

JosephLoustau commented Feb 22, 2024

Summary

Grid reinforcement as a decision-making variable

Detailed design

subject to TOTAL_line_c1{l in ResourceBalances,hl in HousesOfLayer[l],p in Period,t in Time[p]}:
Grid_supply[l,hl,p,t] <= GridCapacity[l,hl] + AdditionalGridCapacity[???];

where AdditionalGridCapacity is a unit to build for the district, with a fixed-cost [CHF] + a specific cost [CHF/kW]

Notes and comments

  • constraints, reinforcement/deployment costs, etc.
  • smart grid approach: associate a controllability factor with the various EUDs (heating, household appliances, mobility)
@JosephLoustau JosephLoustau added enhancement New feature or request P3 Low priority level labels Feb 22, 2024
@JosephLoustau JosephLoustau changed the title [Feature]: <Electrical grid> [Feature]: Electrical grid Feb 22, 2024
cterrier24 added a commit that referenced this issue Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P3 Low priority level
Projects
None yet
Development

No branches or pull requests

2 participants