You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of scripts for generating HDF5 data
11
-
libraries and xml chain files that can be used with OpenMC. Some of these
12
-
scripts convert existing ACE libraries (such as those produced by LANL) whereas
13
-
generate scripts use NJOY to process ENDF files directly.
6
+
# OpenMC Data
14
7
15
-
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.
8
+
Aims to facilitate the use of different nuclear data libraries with OpenMC by
9
+
providing command line tools that process and download nuclear data automatically.
16
10
17
11
# Prerequisites
18
12
19
13
You should have already installed OpenMC, see the [docs](https://docs.openmc.org/en/stable/quickinstall.html) for installation instructions.
20
14
21
15
# Installation
22
16
23
-
Currently the package can be installed from this temporary repository.
17
+
The package is distributed on [PYPI](https://pypi.org/project/openmc-data/) and can be installed with pip.
24
18
25
19
```bash
26
20
pip install openmc_data
@@ -37,7 +31,7 @@ For example:
37
31
38
32
```convert_endf --help```
39
33
40
-
Some scripts (mainly the generate scripts) require NJOY to be installed and
34
+
Some scripts (mainly the generate scripts) require [NJOY](https://github.com/njoy/NJOY2016) to be installed and
0 commit comments