-
Notifications
You must be signed in to change notification settings - Fork 5
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
Battery electric vehicle meta facade #152
Open
nailend
wants to merge
28
commits into
feature/battery-electric-vehicle
Choose a base branch
from
feature/battery-electric-vehicle_meta-facade
base: feature/battery-electric-vehicle
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Battery electric vehicle meta facade #152
nailend
wants to merge
28
commits into
feature/battery-electric-vehicle
from
feature/battery-electric-vehicle_meta-facade
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nailend
commented
Jan 17, 2024
src/oemof/tabular/facades/experimental/battery_electric_vehicle.py
Outdated
Show resolved
Hide resolved
nailend
commented
Jan 17, 2024
src/oemof/tabular/facades/experimental/battery_electric_vehicle.py
Outdated
Show resolved
Hide resolved
nailend
commented
Jan 17, 2024
src/oemof/tabular/facades/experimental/battery_electric_vehicle.py
Outdated
Show resolved
Hide resolved
…e to function with average and total fleet charging power and storage capacity.
…electric-vehicle_meta-facade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is some extensive development for BEV component. This is to be merged in #94 and then merged into dev.
The meta-facade incorporates all three bev-techs (v2g, g2v, inflex).
There is an summary node connecting all techs to the electricity bus and one connecting all techs to the demand bus.
This as especially helpful for implementing a mileage constraint (absolute sum of km driven by all bevtechs together in one year). This way only the sum over all timesteps for the flow between "BEV-total" and "pkm-bus" needs to be equal to this amount.
The following graph shows a small energy system graph with the BEV-fleet meta facade and was created in the small example case in https://github.com/oemof/oemof-tabular/blob/feature/battery-electric-vehicle_meta-facade/tests/mobility.py
Flex share: is the share between the different bev-techs. The constraint already exists see here
What is still missing:
Type of change
Please tick or delete options that are not relevant.
Checklist:
Please tick or delete options that are not relevant.
pre-commit
hooks