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

Battery electric vehicle #94

Draft
wants to merge 98 commits into
base: dev
Choose a base branch
from
Draft

Commits on Feb 14, 2023

  1. Add Bev

    jnnr committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    256dd27 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    2be9d22 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    da470c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Update to working state

    This implementation works as in generating an lp-file.
    Different working state and LP file need further attention.
    nailend committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e3e6640 View commit details
    Browse the repository at this point in the history
  2. Update constraint test

    nailend committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4cbd80b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e16cd89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0275ba7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Fix label

    nailend committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8a2694c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f8be0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    829895d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    6f8a4d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Update converter

    nailend committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    82707e6 View commit details
    Browse the repository at this point in the history
  2. Update buses

    nailend committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    616ae77 View commit details
    Browse the repository at this point in the history
  3. Comment sequencing

    nailend committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    89061db View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Rename labels

    nailend committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    be8c743 View commit details
    Browse the repository at this point in the history
  2. Add mobility sector facade

    nailend committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6383a86 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    31a8a69 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    944679c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Add bev flag to _investment()

    If bev is True, all investment parameters are given
    but no ep_costs. This is because multiple components
    are linked within one bev facade. But only the in flow
    of the storage shall have the aggregated costs for the
    whole facade.
    nailend committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a7ff4ad View commit details
    Browse the repository at this point in the history
  2. Make bev expandable

    nailend committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fef8d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69754d0 View commit details
    Browse the repository at this point in the history
  4. Add graph plotting helpers

    nailend committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1cbafcc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Add bev to typemap

    nailend committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    863b69c View commit details
    Browse the repository at this point in the history
  2. Rework bev component

    nailend committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2d276e5 View commit details
    Browse the repository at this point in the history
  3. Add helper functions

    nailend committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    62b734e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7019712 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd5c572 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4aeea6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf4b260 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0b9c0c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Remove charging converter

    Charging converter is not necessary and replaced
    by storage inflow. This way self discharge losses
    are taken into account.
    nailend committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ea2579a View commit details
    Browse the repository at this point in the history
  2. Modify test-case

    nailend committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1615fef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf2322 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    7606c6f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    3629756 View commit details
    Browse the repository at this point in the history
  2. Extend docstring

    nailend committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0570456 View commit details
    Browse the repository at this point in the history
  3. Rework parameters

    nailend committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5c8bd01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61db0ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    036c283 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c8a153 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    656940c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ead80fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7a99b5 View commit details
    Browse the repository at this point in the history
  10. Add fixed and variable costs

    nailend committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f591510 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b48b3f0 View commit details
    Browse the repository at this point in the history
  12. Fix conversion factor bug

    nailend committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d4e33ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c0989a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a96fc03 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a6762d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix efficiency g2v

    nailend committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9e5e541 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    a803d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cad9013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041c749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    976e218 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    72e4778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    873da6c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Adapt bev facade v2g tests

    SabineHaas committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e6dfe63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afbd8fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e559c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6af1fa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03cbb5a View commit details
    Browse the repository at this point in the history
  6. Add todo and correction

    SabineHaas committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0a0c0cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ded9cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e6b39b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    3ac45c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Add bev g2v dispatch test

    SabineHaas committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    32ea252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc74c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f737d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    1bd1569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68eaf44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bdc4d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f20244d View commit details
    Browse the repository at this point in the history
  5. Add lines for constraints

    SabineHaas committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c22fc19 View commit details
    Browse the repository at this point in the history
  6. Corrections

    SabineHaas committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    246ee4b View commit details
    Browse the repository at this point in the history
  7. Manually add bev constraints

    nailend committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5380dc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    fe2c39c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    fbca239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0276011 View commit details
    Browse the repository at this point in the history
  3. Remove unused lines

    SabineHaas committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2d356ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c04c3f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    4d767e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9e455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8899e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1367f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d83b685 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Remove equal-invest constraint from bev constraint lp test

    The equal-invest constraint is not necessary anymore as
    the flow through the bev-facade is already restricted by the
    storage in & outflow. Costs are only applied for the storage.
    nailend committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7472a15 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove equal-invest constraint from bev constraint lp test"

    Although not necessary, we constraint will still be applied to check
    the lp files.
    This reverts commit 7472a15.
    nailend committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7a9d9da View commit details
    Browse the repository at this point in the history
  3. Add timesteps to docstring

    nailend committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9eb57a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c37c8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7410421 View commit details
    Browse the repository at this point in the history
  6. Adapt bev constraint test

    nailend committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    83f3ab7 View commit details
    Browse the repository at this point in the history
  7. Remove bev multi-period constraint test

    This test is not necessary as there are no further features
    compared to the single period one.
    nailend committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a64ef1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42223c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7aadd1 View commit details
    Browse the repository at this point in the history
  10. Rename lp file

    nailend committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9774aea View commit details
    Browse the repository at this point in the history
  11. Update lp file

    nailend committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3ea89f9 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #142 from oemof/feature/bev_tests

    Tests for BEV facades
    nailend authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3d30c87 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    77d4a06 View commit details
    Browse the repository at this point in the history