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

Water Tower Component #107

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Commits on Jul 28, 2020

  1. Added component: reservoir. Create: e.g. create_reservoir(net, juncti…

    …on=0, h_m=3, name=reservoir)
    lstarost committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    fb7261e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a08646 View commit details
    Browse the repository at this point in the history
  3. removed density from constants and read it from net.fluid for pressur…

    …e calculation of reservoir
    lstarost committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    c4467d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. adaption reservoir:

    - renamed reservoir in water tower
    - adaption of create and component
    - adaption of test
    sdrauz authored and sdrauz committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    d31f837 View commit details
    Browse the repository at this point in the history
  2. bugfix in water tower

    sdrauz authored and sdrauz committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    02b28d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. bugfix

    sdrauz authored and sdrauz committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    40601d3 View commit details
    Browse the repository at this point in the history
  2. only considering height of the water column

    sdrauz authored and sdrauz committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    abf213d View commit details
    Browse the repository at this point in the history
  3. adaptions water tower: adding an explaination of the water tower mode…

    …l, renaming the test and adapting the desciption in the create function.
    sdrauz authored and sdrauz committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    5e99548 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. PEP 8

    sdrauz authored and sdrauz committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    7e0176b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. removing water tower as own component and introducing a toolbox to co…

    …nvert a water tower into an ext grid
    sdrauz authored and sdrauz committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    5363a98 View commit details
    Browse the repository at this point in the history
  2. small bugfix

    sdrauz authored and sdrauz committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    e044b08 View commit details
    Browse the repository at this point in the history