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

Stratified thermal storage model #310

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

Commits on Oct 12, 2021

  1. Working stratified thermal storage model with working two strata test…

    … and no other changes to pandapipes
    Pantherkralle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    8cfb37c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    365a587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f43050 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

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

Commits on Oct 14, 2021

  1. Fixed bug in five strata test by considering heat loss through tank t…

    …op correctly everywhere
    Pantherkralle committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    56090dc View commit details
    Browse the repository at this point in the history
  2. Added test for one stratum storage

    Pantherkralle committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    cc864e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Changed structure of time step initialization so of mass flow, heat f…

    …low and temperature spread the missing value is calculated. Changed variable names from _k to _c since temperatures are stored in °C. Added simulation results to .gitignore.
    Pantherkralle committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e28e0db View commit details
    Browse the repository at this point in the history
  2. Removed old code snippets to fix bug in pipeflow

    Pantherkralle committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    01e1305 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Changed ibject and time step initialization so the value of heat flow…

    …, mass flow and circuit temperature which is to remain constant and which will be passed to the time step initialization functin are defined when initializing the object es a flag. Values of parameters and physical constant are adapted to the values used in parantapas model in order to assure comparibility
    Pantherkralle committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    859d9fb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Changed huge if - else block to conditional definition of the initial…

    …ize_time_step - function in __init__. Raise warnings in functions to calculate mass flow or temperature spread if necessary.
    Pantherkralle committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d32989e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Added results from model and comparision model as csv files. Correcte…

    …d order of strata in model. Set physical quantities to values defined in fmu model.
    Pantherkralle committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    a3c2772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e45c3e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

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