The Hydrogen Risk Assessment Models

The first-ever software toolkit that integrates deterministic and probabilistic models for quantifying accident scenarios, predicting physical effects, and characterizing hydrogen hazards impact on people and structures.
https://github.com/sandialabs/hyram

Category: Energy Storage
Sub Category: Hydrogen

Keywords

scr-1703 snl-applications

Last synced: about 19 hours ago
JSON representation

Repository metadata

README.md

Hydrogen Plus Other Alternative Fuels Risk Assessment Models (HyRAM+)

The Hydrogen Plus Other Alternative Fuels Risk Assessment Models (HyRAM+) toolkit integrates deterministic and probabilistic models for quantifying accident scenarios, predicting physical effects, and characterizing the impact on people from hydrogen and other alternative fuels.

Additional descriptions, documentation, and installation files can be found at https://hyram.sandia.gov/.

Copyright and License

The copyright language is available in the COPYRIGHT file.
The license, as well as terms and conditions, are available in the COPYING file.

Contributing

The application comprises a frontend GUI and a backend package, both written in Python.
Anyone who wants to contribute to the development of the open-source HyRAM+ project should refer to the details in the CONTRIBUTING document.

Documentation

The HyRAM+ Technical Reference Manual (available at https://hyram.sandia.gov) contains descriptions of the models and calculations used within HyRAM+. It also contains references to the original works that these models and calculations are based on.

The HyRAM+ User Guide (available at https://hyram.sandia.gov) contains details and examples on how to use the HyRAM+ software through an older graphical user interface (GUI). This document explains how to use the software interface, rather than specifics on the models and calculations themselves. While there have been many changes to the current HyRAM+ version of the code, many of the examples are still applicable even though the User Guide is based on the previous version; a new version of the User Guide will be published in the future.

Repository Layout

The HyRAM+ repository includes both the frontend GUI and the backend package.
Source code is organized in directories in the git repository in the following directory structure:

├───gui
├───src
|   └───hyram
|       ├───phys
|       ├───qra
|       └───utilities
└───tests
    ├───gui
    └───hyram
        ├───phys
        ├───qra
        └───validation
  • gui - Code and resources for developing the Qt-based graphical user interface and building installers for Windows and macOS.
  • src/hyram - Python package of HyRAM+ tools including physics, quantitative risk assessment, and miscellaneous utilities.
    • Additional information on the usage and development of the HyRAM+ Python module can be found in the README of that directory.
  • tests - Tests of the project source code to verify calculations and functionality.
  • tests/gui - Tests for the GUI models and state functionality.
  • tests/hyram - Tests for the HyRAM+ Python package including physics, risk assessment, and physics validation.

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 9 days ago

Total Commits: 15
Total Committers: 2
Avg Commits per committer: 7.5
Development Distribution Score (DDS): 0.2

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Brian Ehrhart b****a@s****v 12
Ethan Hecht e****t@s****v 3

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 7
Total pull requests: 10
Average time to close issues: 6 months
Average time to close pull requests: 5 months
Total issue authors: 5
Total pull request authors: 1
Average comments per issue: 2.71
Average comments per pull request: 0.7
Merged pull request: 0
Bot issues: 0
Bot pull requests: 10

Past year issues: 4
Past year pull requests: 0
Past year average time to close issues: 3 months
Past year average time to close pull requests: N/A
Past year issue authors: 3
Past year pull request authors: 0
Past year average comments per issue: 2.5
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

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

Top Issue Authors

  • andreaperin (2)
  • yanqingyuanyh (2)
  • mortendahlby (1)
  • spfeiffer1 (1)
  • fenmome (1)

Top Pull Request Authors

  • dependabot[bot] (10)

Top Issue Labels

Top Pull Request Labels

  • dependencies (10)
  • python (3)
  • .NET (1)

Package metadata

pypi.org: hyram

Hydrogen Plus Other Alternative Fuels Risk Assessment Models Python Package

  • Homepage:
  • Documentation: https://hyram.readthedocs.io/
  • Licenses: gpl-3.0
  • Latest release: 5.1.1 (published over 1 year ago)
  • Last Synced: 2025-05-16T22:03:11.755Z (2 days ago)
  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 224 Last month
  • Rankings:
    • Dependent packages count: 10.103%
    • Average: 18.997%
    • Dependent repos count: 21.607%
    • Downloads: 25.281%
  • Maintainers (3)

Dependencies

src/gui/Hyram.Gui/packages.config nuget
  • MathNet.Numerics 4.12.0
src/gui/Hyram.Setup/packages.config nuget
  • WiX 3.11.2
src/gui/Hyram.SetupBootstrapper/packages.config nuget
  • WiX 3.11.2
src/gui/Hyram.State/packages.config nuget
  • MathNet.Numerics 4.12.0
src/gui/Hyram.PythonDirectory/requirements.txt pypi
  • Cython ==0.29.22
  • Pillow ==8.1.1
  • PyWavelets ==1.1.1
  • coolprop ==6.4.1
  • cycler ==0.10.0
  • decorator ==4.4.2
  • dill ==0.3.3
  • imageio ==2.9.0
  • kiwisolver ==1.3.1
  • matplotlib ==3.3.4
  • networkx ==2.5
  • numpy ==1.20.1
  • pandas ==1.2.3
  • pycparser ==2.20
  • pyparsing ==2.4.7
  • python-dateutil ==2.8.1
  • pythonnet ==2.5.2
  • pytz ==2021.1
  • scikit-image ==0.18.1
  • scipy ==1.6.1
  • six ==1.15.0
  • tifffile ==2021.2.26
src/hyram/setup.py pypi
  • coolprop >=6.3
  • matplotlib *
  • numpy *
  • pythonnet *
  • scipy *
src/gui/Hyram.Tests/packages.config nuget
  • MSTest.TestAdapter 1.3.2
  • MSTest.TestFramework 1.3.2
src/gui/Hyram.Units/packages.config nuget
  • Microsoft.Bcl.AsyncInterfaces 6.0.0
  • System.Buffers 4.5.1
  • System.Memory 4.5.4
  • System.Numerics.Vectors 4.5.0
  • System.Runtime.CompilerServices.Unsafe 6.0.0
  • System.Text.Encodings.Web 6.0.0
  • System.Text.Json 6.0.6
  • System.Threading.Tasks.Extensions 4.5.4
  • System.ValueTuple 4.5.0

Score: 10.073736528095814