Skip to content

Commit

Permalink
Merge pull request #179 from wouterpeere/issue178-implement-temperatu…
Browse files Browse the repository at this point in the history
…re-database

Issue178 implement temperature database
  • Loading branch information
wouterpeere authored Sep 26, 2023
2 parents dbb98cc + 08f4dc0 commit 0f7ff6c
Show file tree
Hide file tree
Showing 10 changed files with 1,387 additions and 29 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added domestic hot water (DHW) to GHEtool (issue #172).
- Glycol-water mixtures can now be selected from within the GUI (issue #174).
- Pygfunction media object can be imported into the FluidData object in GHEtool (issue #174).
- Temperature database (Europe) based on data from (Xing, 2014) (issue #178).

## Changed
- GUI was moved to a separate project: [ScenarioGUI](https://github.com/tblanke/ScenarioGUI).
Expand All @@ -40,6 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Move use_precalcated_data to CalculationSetup class and rename to: 'use_precalculate_dataset' (issue #159).
- Changed 'set_max_ground_temperature' and 'set_min_ground_temperature' to correct names: 'set_max_avg_fluid_temperature' and 'set_min_avg_fluid_temperature'
- Changed 'minimal average fluid temperature' to 'minimum average fluid temperature' in GUI (issue #172).
- Max value of SEER is now 1000 (issue #178).

## Fixed
- Fixed problem with L2 sizing, when the peak load was the same in all months (issue #146).
Expand Down
Loading

0 comments on commit 0f7ff6c

Please sign in to comment.