HPWHsim

An open source simulation model for Heat Pump Water Heaters (HPWH).
https://github.com/bigladder/HPWHsim

Category: Consumption
Sub Category: Buildings and Heating

Keywords from Contributors

foundation heat-transfer kiva interpolation mathematics data-modeling

Last synced: about 11 hours ago
JSON representation

Repository metadata

The HPWH simulation

README.md

HPWHsim

An open source simulation model for Heat Pump Water Heaters (HPWH).

HPWHsim was developed with whole house simulation in mind; it is intended to be run independently of the overarching simulation's time steps, other parameters, and does not aggregate its own outputs. It was also designed to run quickly, as the typical use case would see many simulations run, each a year-long or more.

Development

HPWHsim is configured as a CMake project. Currently, CMake is only configured to generate Microsoft Visual Studio solutions compiled with Microsoft Visual C++ (other generators and compilers will not work). CMake also handles version control via Git.

Dependencies

  • Microsoft Visual Studio 2017 with Visual C++ (which can be installed after from the Microsoft Visual Studio Installer)
  • CMake 3.5 or later
  • Git
  • Btwxt 1.0.0

Building HPWHsim from source

  1. Clone the git repository, or download and extract the source code.
  2. Make a directory called build inside the top level of your source.
  3. Open a console in the build directory.
  4. Type cmake ...
  5. Type cmake --build . --config Release.
  6. Type ctest -C Release to run the test suite and ensure that your build is working properly.

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 5 days ago

Total Commits: 2,070
Total Committers: 13
Avg Commits per committer: 159.231
Development Distribution Score (DDS): 0.439

Commits in past year: 472
Committers in past year: 4
Avg Commits per committer in past year: 118.0
Development Distribution Score (DDS) in past year: 0.078

Name Email Commits
Phil Ahrenkiel s****k@g****m 1162
Phil Ahrenkiel P****l@D****4 242
pmskintner 5****r 232
nkvaltine n****e@e****m 154
Neal Kruis n****s@b****m 80
Michael Logsdon m****n@g****m 74
pmskintner p****l@e****m 55
Tanaya Mankad t****d@b****m 35
Chip Barnaby c****y@g****m 16
Nathan Oliver n****r@b****m 10
Paul Kintner p****l@c****m 6
Ben Larson b****n@e****m 3
galanca c****n@c****u 1

Committer domains:


Issue and Pull Request metadata

Last synced: about 1 month ago

Total issues: 10
Total pull requests: 129
Average time to close issues: 2 months
Average time to close pull requests: about 1 month
Total issue authors: 3
Total pull request authors: 6
Average comments per issue: 0.1
Average comments per pull request: 0.81
Merged pull request: 70
Bot issues: 0
Bot pull requests: 10

Past year issues: 3
Past year pull requests: 49
Past year average time to close issues: 21 days
Past year average time to close pull requests: about 2 months
Past year issue authors: 2
Past year pull request authors: 3
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.49
Past year merged pull request: 21
Past year bot issues: 0
Past year bot pull requests: 10

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/bigladder/HPWHsim

Top Issue Authors

  • nealkruis (5)
  • spahrenk (3)
  • chipbarnaby (2)

Top Pull Request Authors

  • spahrenk (108)
  • dependabot[bot] (10)
  • tanaya-mankad (5)
  • nealkruis (3)
  • chipbarnaby (2)
  • galanCA (1)

Top Issue Labels

  • enhancement (1)

Top Pull Request Labels

  • enhancement (52)
  • bug (13)
  • dependencies (10)
  • python (6)
  • python:uv (4)
  • deprecated (2)

Dependencies

uv.lock pypi
  • attrs 25.4.0
  • babel 2.17.0
  • backrefs 6.1
  • cbor2 5.7.1
  • certifi 2025.11.12
  • cffi 2.0.0
  • cfgv 3.4.0
  • charset-normalizer 3.4.4
  • click 8.3.0
  • colorama 0.4.6
  • data-model 0.1.0
  • dimes 0.0.0
  • distlib 0.4.0
  • filelock 3.20.0
  • flexcache 0.3
  • flexparser 0.4
  • ghp-import 2.1.0
  • hpwhsim-python-scripts 0.1.0
  • identify 2.6.15
  • idna 3.11
  • jinja2 3.1.6
  • jsonschema 4.25.1
  • jsonschema-specifications 2025.9.1
  • kaleido 0.2.1
  • koozie 1.3.0
  • lattice 0.0.0
  • markdown 3.10
  • markdown-grid-tables 0.4.0
  • markupsafe 3.0.3
  • mergedeep 1.3.4
  • mkdocs 1.6.1
  • mkdocs-get-deps 0.2.0
  • mkdocs-material 9.7.0
  • mkdocs-material-extensions 1.3.1
  • mypy 1.18.2
  • mypy-extensions 1.1.0
  • narwhals 2.11.0
  • networkx 3.5
  • nodeenv 1.9.1
  • numpy 2.3.4
  • packaging 25.0
  • paginate 0.5.7
  • pandas 2.3.3
  • pathspec 0.12.1
  • pint 0.24.4
  • platformdirs 4.5.0
  • plotly 6.4.0
  • plotting 0.1.0
  • pre-commit 4.4.0
  • pycparser 2.23
  • pygit2 1.19.0
  • pygments 2.19.2
  • pymdown-extensions 10.17.1
  • python-dateutil 2.9.0.post0
  • pytz 2025.2
  • pyyaml 6.0.3
  • pyyaml-env-tag 1.1
  • referencing 0.37.0
  • requests 2.32.5
  • rpds-py 0.28.0
  • ruff 0.14.5
  • six 1.17.0
  • stringcase 1.2.0
  • typing-extensions 4.15.0
  • tzdata 2025.2
  • urllib3 2.5.0
  • virtualenv 20.35.4
  • watchdog 6.0.0
scripts/python/data_model/pyproject.toml pypi
  • cbor2 >= 5.6.5
  • jinja2 *
  • lattice *
scripts/python/plotting/pyproject.toml pypi
  • dimes *
  • koozie *
  • pandas *
  • plotly *
.github/workflows/build-and-test.yml actions
  • SimenB/github-actions-cpu-cores v2 composite
  • actions/checkout v4 composite
  • astral-sh/setup-uv v5 composite
  • codecov/codecov-action v3 composite
.github/workflows/clang-format-check.yml actions
  • actions/checkout v3 composite
  • jidicula/clang-format-action v4.11.0 composite
pyproject.toml pypi

Score: 6.253828811575473