https://github.com/bamresearch/bam-load-based-testing
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: BAMresearch
- License: mit
- Language: Python
- Default Branch: master
- Size: 87.9 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
- Releases: 7
Metadata Files
README.md
Load-based-testing method for heat pumps
This repository consists of a simple two-mass building model for load-based testing of heat pumps. The model is used to define the inertial behavior of the heat sink.
Installation
LoadBasedTesting can be installed as a package.
In order to use this package, you can either install it via pip install (see
below) or simply download the Python files and use them in your own script.
Installation steps are:
1. Download or clone the repository via git:
git clone https://github.com/BAMresearch/bam-load-based-testing/
2. Install the package via pip. Use conda prompt console or the terminal within pycharm:
pip install -e <local path to git repo>
Two-mass model
The two-mass model consists of mass H, representing the heat transfer system, and mass B, representing the building envelope.
Each mass is characterized by a heat capacity MCp and an initial temperature $\vartheta_\mathrm{start}$.
The heat output provided by the heat pump is delivered to mass H. Mass H is connected to mass B, so a heat exchange occurs between mass H and mass B.
Depending on the temperatures of the masses and the supply temperature $\vartheta_\mathrm{S}$ provided by the heat pump the heat flow is determined by the thermal conductivity $UA_\mathrm{HB}$ between the masses:
$\dot{Q}_\mathrm{HB} = UA_\mathrm{HB}\left( \frac{\vartheta_\mathrm{S} + \vartheta_\mathrm{H}}{2} - \vartheta_\mathrm{B} \right)$
Mass B also exchanges heat with the environment.
The environment is represented by a constant ambient temperature $\vartheta_\mathrm{A}$.
The heat flow between mass B and the environment follows the equation:
$\dot{Q}_\mathrm{BA} = UA_\mathrm{BA}\left( \vartheta_\mathrm{B} - \vartheta_\mathrm{A}\right)$
The associated energy balances of the subsystems determine the temperature changes of masses H and B:
$\frac{\mathrm{d}\vartheta_\mathrm{H}}{\mathrm{d}t} = \frac{\dot{Q}_\mathrm{HP} - \dot{Q}_\mathrm{HB}}{C_\mathrm{H}}$
$\frac{\mathrm{d}\vartheta_\mathrm{B}}{\mathrm{d}t} = \frac{\dot{Q}_\mathrm{HB} - \dot{Q}_\mathrm{BA}}{C_\mathrm{B}}$
The return temperature $\vartheta_\mathrm{R}$ of the heat pump corresponds to the temperature $\vartheta_\mathrm{H}$ of mass H.

Implementation in python
The building model is defined in the class "TwoMassBuilding" in "twoMassModel.py" and consists of two objects of the class "ThermalMass".
To configure a new building model, the class "CalcParameters" can be used. A building model can be configured for a heat pump with constant mass flow or a constant temperature difference (tflow - tret). In both cases, the nominal heating power and the nominal flow temperature of the heat pump must be specified. Additionally, the time constants tauH and tauB of the masses as well as the ambient temperature and the starting temperature of mass B are required. The function "createBuilding" determines all necessary parameters of the building model.
Parameterized building models for the BAM Round Robin Test can be found in the folder "BuildingModels".
All input parameters are in SI units. \
q_design_e in Watt: - parameter has to be set, design heating power in PLC E
tau_b in seconds - constant, time constant of building envelope
tau_h in seconds - constant, time constant of transfer system
mass_flow in kg (or l) per second (since no fluid data is used, the water density is assumed as 1 kg per l), parameter, needed for design of 2-Mass-Model
t_b in °C
Models can be tested by using the scripts in the Example folder.
Owner
- Name: Bundesanstalt für Materialforschung und -prüfung
- Login: BAMresearch
- Kind: organization
- Email: oss@bam.de
- Location: Berlin/Germany
- Website: www.bam.de
- Repositories: 36
- Profile: https://github.com/BAMresearch
German Federal scientific research institute for materials testing and research
GitHub Events
Total
- Create event: 13
- Release event: 4
- Issues event: 11
- Watch event: 2
- Delete event: 5
- Issue comment event: 4
- Push event: 22
- Pull request event: 10
Last Year
- Create event: 13
- Release event: 4
- Issues event: 11
- Watch event: 2
- Delete event: 5
- Issue comment event: 4
- Push event: 22
- Pull request event: 10
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 4
- Total pull requests: 5
- Average time to close issues: about 3 hours
- Average time to close pull requests: about 1 month
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 5
- Average time to close issues: about 3 hours
- Average time to close pull requests: about 1 month
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- StGoebel (5)
- FabianILK (1)
Pull Request Authors
- StGoebel (6)