Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from fusion-energy/develop
Browse files Browse the repository at this point in the history
moved nuclear data to seperate dir
  • Loading branch information
shimwell authored Jul 13, 2021
2 parents deb785f + 9e80ed4 commit 394f031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ RUN git clone --recurse-submodules --single-branch --branch dagmc_universe --de
RUN pip install vtk && \
pip install neutronics_material_maker && \
pip install openmc_data_downloader && \
openmc_data_downloader -e all -i H3 -l ENDFB-7.1-NNDC TENDL-2019 -p neutron photon
openmc_data_downloader -d nuclear_data -e all -i H3 -l ENDFB-7.1-NNDC TENDL-2019 -p neutron photon

# setting enviromental varibles
ENV OPENMC_CROSS_SECTIONS=/cross_sections.xml
ENV OPENMC_CROSS_SECTIONS=/nuclear_data/cross_sections.xml
ENV PATH="/MOAB/build/bin:${PATH}"
ENV PATH="/DAGMC/bin:${PATH}"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="paramak_neutronics",
version="0.0.4",
version="0.0.5",
author="The Paramak Development Team",
author_email="[email protected]",
description="Perform neutronics simulations on models generated with the Paramak",
Expand Down

0 comments on commit 394f031

Please sign in to comment.