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

optimization hds and hp for system setups without hot water storage #332

Merged
merged 25 commits into from
Jun 20, 2024

Commits on Apr 9, 2024

  1. optimization of hds model

    - if no heating storage is implemented (Hp connected directly with hds) the massflow of hds system is calculated by hp model
    Hoppe-J committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b9713d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 12, 2024

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

Commits on Apr 17, 2024

  1. additional inputs and equations for calculating heat transfer without…

    … massflow and hot water storage
    
    some todos to fix and verification of constants
    Hoppe-J committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d580203 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    ea77c43 View commit details
    Browse the repository at this point in the history
  2. calculation of heat_resistance_coefficient_hds_pipe_to_air with heigh…

    …t and thermal conductivity of screed and heat transfer screed to air
    Hoppe-J committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    536ed67 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge branch 'main' into optimization_HDS

    # Conflicts:
    #	hisim/components/heat_distribution_system.py
    Hoppe-J committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4ac1401 View commit details
    Browse the repository at this point in the history
  2. - restructuring hds model

    - calculation of time constant if no massflow based on flexible parameters
    - add new parameters from hds model in system setups
    - fixing bug in hds tester
    Hoppe-J committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cd8e5ed View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. - get flow rate of hds part of simple_hot_water_storage.py from outpu…

    …t of hds model
    
    --> more flexible for future models
    Hoppe-J committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b0b34f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a0d93 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    8ed1ab8 View commit details
    Browse the repository at this point in the history
  2. clear code

    Hoppe-J committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0b73c1a View commit details
    Browse the repository at this point in the history
  3. dateiname mit "00" beginnen, damit im result ornder ganz oben und sch…

    …nell zu finden zwischen ergebnis csv
    Hoppe-J committed May 2, 2024
    Configuration menu
    Copy the full SHA
    edd358c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

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

Commits on May 6, 2024

  1. - add new fuctions in hp model for simulating system setups without h…

    …ot water storage --> connection heat pump to hds directly
    
    - adapt system setups and tests to "new" parameters from hds model and hp model
    - new system setup example for heating systems without hot water storage
    Hoppe-J committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1f158dc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. - some renaming

    - clean up hds config in system setups
    - additional usage of simple_hot_water_storage.py for system setup with storage in serie to hds and hp
    Hoppe-J committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b9c07ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ccdb4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. - use nominal water massflow in dhw part also, if there is no paralle…

    …l storage --> water pump runs in both operation modes with constant massflow (checked with polysun simulation if operation modes are right)
    
    - some restructuring due to errors with mypy in combination with units and Quantity class
    Hoppe-J committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e04f6e6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    4384b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f7770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    155cb9a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    2657390 View commit details
    Browse the repository at this point in the history
  2. some debugging for dhw

    - in some timestep dhw storage sends zero as input to dhw controller of hp
    - leads to more switching of hp between sh and dhw mode
    - solution: save last temperature input in dhw controller and if there will be a zero restore this temperature
    Hoppe-J committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bb25b63 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. - add new output in hp

    - use hp output for calculating kpis --> now calculation without hot water storage possible
    Hoppe-J committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ec220f2 View commit details
    Browse the repository at this point in the history