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
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
Metadata Files
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
- Clone the git repository, or download and extract the source code.
- Make a directory called
buildinside the top level of your source. - Open a console in the
builddirectory. - Type
cmake ... - Type
cmake --build . --config Release. - Type
ctest -C Releaseto 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
- Website: https://bigladdersoftware.com
- Repositories: 23
- Profile: https://github.com/bigladder
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
Top Committers
| Name | 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
Pull Request Labels
Dependencies
- actions/checkout v1 composite