https://github.com/openmc-dev/data
Collection of scripts for managing data for OpenMC
https://github.com/openmc-dev/data
Last synced: 2 months ago
JSON representation
Collection of scripts for managing data for OpenMC
- Host: GitHub
- URL: https://github.com/openmc-dev/data
- Owner: openmc-dev
- License: mit
- Created: 2019-02-07T22:31:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T13:49:49.000Z (over 2 years ago)
- Last Synced: 2023-07-18T14:49:07.603Z (over 2 years ago)
- Language: Python
- Homepage: https://openmc.org/data
- Size: 10.2 MB
- Stars: 25
- Watchers: 17
- Forks: 25
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenMC Data Scripts
This repository contains a collection of scripts for generating HDF5 data
libraries that can be used with OpenMC. Some of these scripts convert existing
ACE libraries (such as those produced by LANL) whereas generate scripts use
NJOY to process ENDF files directly. Note that unless you are interested in
making a customized library, you can find pregenerated HDF5 libraries at
https://openmc.org. Another source of data libraries for OpenMC is the
[Windowed Multipole Library](https://github.com/mit-crpg/WMP_Library)
repository which enables on-the-fly Doppler broadening to an arbitrary
temperature.
| Library | Release | Processed by | Download from [openmc.org](https://openmc.org/) | Download ACE files and convert HDF5 | Download ENDF files and generate HDF5 | Convert local ACE files |
|-|-|-|-|-|-|-|
| CENDL | 3.1
3.2 | | | | generate_cendl.py | |
| ENDF/B | VII.0 | LANL | :heavy_check_mark: | | | convert_mcnp70.py |
| ENDF/B | VII.1 | LANL | :heavy_check_mark: | | | convert_mcnp71.py |
| ENDF/B | VII.1 | NNDC | :heavy_check_mark: | convert_nndc71.py | generate_endf.py | |
| ENDF/B | VIII.0 | LANL | :heavy_check_mark: | | | convert_lib80x.py |
| ENDF/B | VIII.0 | NNDC | :heavy_check_mark: | | generate_endf.py | |
| FENDL | 2.1
3.0
3.1a
3.1d
3.2 | | | convert_fendl.py | | |
| JENDL | 4.0
5.0 | | | | generate_jendl.py | |
| JEFF | 3.2 | | :heavy_check_mark: | convert_jeff32.py | | |
| JEFF | 3.3 | | :heavy_check_mark: | convert_jeff33.py | | |
| TENDL | 2015
2017
2019
2021| | | convert_tendl.py | | |