HPWHsim

The HPWH simulation

https://github.com/bigladder/HPWHsim

Science Score: 36.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
  • Committers with academic emails
    1 of 13 committers (7.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.3%) to scientific vocabulary

Keywords from Contributors

data-modeling
Last synced: 10 months ago · JSON representation

Repository

The HPWH simulation

Basic Info
  • Host: GitHub
  • Owner: bigladder
  • License: bsd-3-clause
  • Language: C++
  • Default Branch: main
  • Size: 82.2 MB
Statistics
  • Stars: 16
  • Watchers: 5
  • Forks: 4
  • Open Issues: 23
  • Releases: 41
Created over 10 years ago · Last pushed 11 months ago
Metadata Files
Readme License

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

  • Name: Big Ladder Software
  • Login: bigladder
  • Kind: organization
  • Email: info@bigladdersoftware.com
  • Location: Denver, CO

Building Energy Simulation Tools

GitHub Events

Total
  • Create event: 37
  • Issues event: 4
  • Release event: 4
  • Watch event: 2
  • Delete event: 34
  • Issue comment event: 30
  • Push event: 368
  • Pull request review event: 80
  • Pull request review comment event: 100
  • Pull request event: 49
Last Year
  • Create event: 37
  • Issues event: 4
  • Release event: 4
  • Watch event: 2
  • Delete event: 34
  • Issue comment event: 30
  • Push event: 368
  • Pull request review event: 80
  • Pull request review comment event: 100
  • Pull request event: 49

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 1,577
  • Total Committers: 13
  • Avg Commits per committer: 121.308
  • Development Distribution Score (DDS): 0.553
Past Year
  • Commits: 587
  • Committers: 3
  • Avg Commits per committer: 195.667
  • Development Distribution Score (DDS): 0.014
Top Committers
Name Email Commits
Phil Ahrenkiel s****k@g****m 705
Phil Ahrenkiel P****l@D****4 242
pmskintner 5****r 232
nkvaltine n****e@e****m 154
Michael Logsdon m****n@g****m 74
Neal Kruis n****s@b****m 70
pmskintner p****l@e****m 55
Chip Barnaby c****y@g****m 16
Nathan Oliver n****r@b****m 10
Tanaya Mankad t****d@b****m 9
Paul Kintner p****l@c****m 6
Ben Larson b****n@e****m 3
galanca c****n@c****u 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 8
  • Total pull requests: 111
  • Average time to close issues: 2 months
  • Average time to close pull requests: 29 days
  • Total issue authors: 3
  • Total pull request authors: 6
  • Average comments per issue: 0.13
  • Average comments per pull request: 0.88
  • Merged pull requests: 59
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 3
  • Pull requests: 59
  • Average time to close issues: 21 days
  • Average time to close pull requests: 27 days
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.8
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 5
Top Authors
Issue Authors
  • spahrenk (3)
  • nealkruis (3)
  • chipbarnaby (2)
Pull Request Authors
  • spahrenk (100)
  • dependabot[bot] (5)
  • nealkruis (3)
  • chipbarnaby (2)
  • tanaya-mankad (1)
  • galanCA (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
enhancement (49) bug (13) dependencies (5) python (5) deprecated (2)

Dependencies

.github/workflows/CI_with_Cmake.yml actions
  • actions/checkout v1 composite