Skip to content

Hydrogen Extremely Low Probability of Rupture (HELPR) is a modular probabilistic fracture mechanics platform developed to assess structural integrity of natural gas infrastructure for transmission and distribution of hydrogen natural gas blends

License

Notifications You must be signed in to change notification settings

sandialabs/helpr

Repository files navigation

Hydrogen Extremely Low Probability of Rupture (HELPR)

Hydrogen Extremely Low Probability of Rupture (HELPR) is a probabilistic tool suite for safety assessment of natural gas assets containing hydrogen environments.

 

Copyright and License

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

 

Contributing

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

 

Documentation

Documentation of the technical approach underlying HELPR as well as a user guide for the GUI are under development. Sphinx documentation of the Python backend module is available at https://sandialabs.github.io/helpr/.

 

Repository Layout

The HELPR repository includes both the Python frontend GUI and the backend module. Application code is organized in directories in the git repository in the following way:

$
├───examples
├───gui
│    ├───src
│    │     ├───analyses
│    │     ├───assets
│    │     ├───parameters
│    │     ├───state
│    │     ├───ui_files
│    │     └───utils
│    └───installers
│    └───tests
└───src
     ├───docs
     │     └───source
     ├───helpr
     │     ├───physics
     │     ├───tests
     │     │     ├───unit_tests
     │     │     └───verification_tests 
     │     └───utilities
     └───probabilistic
           ├───capabilities
           ├───examples
           └───tests
  • examples - Demonstrations of HELPR capabilities through Jupyter notebooks
  • gui/src - Front-end Python underlying GUI
  • gui/installers - Installers used to build GUI
  • gui/tests - Unit tests of GUI capabilities
  • src/docs - Sphinx documentation generation
  • src/helpr - Python source code for physics and utilities calculations and associated capability tests
  • src/probabilistic - Python source code for probabilistic capabilities

About

Hydrogen Extremely Low Probability of Rupture (HELPR) is a modular probabilistic fracture mechanics platform developed to assess structural integrity of natural gas infrastructure for transmission and distribution of hydrogen natural gas blends

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published