Skip to content

Commit

Permalink
Merge pull request #23 from fusion-energy/develop
Browse files Browse the repository at this point in the history
making use of new spectrum plotter package
  • Loading branch information
shimwell authored Oct 24, 2021
2 parents b9dd381 + 3126aab commit cd9a0d8
Show file tree
Hide file tree
Showing 8 changed files with 16,137 additions and 174 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ RUN cd /opt && \
# installs TENDL and ENDF nuclear data. Performed after openmc install as
# openmc is needed to write the cross_Sections.xml file
RUN pip install openmc_data_downloader && \
openmc_data_downloader -l ENDFB-7.1-NNDC TENDL-2019 -d cross_section_data -p neutron photon -e all
openmc_data_downloader -l ENDFB-7.1-NNDC TENDL-2019 -d cross_section_data -p neutron photon -e all -i H3

ENV OPENMC_CROSS_SECTIONS=/cross_section_data/cross_sections.xml

Expand All @@ -220,12 +220,12 @@ RUN pip install neutronics_material_maker \
openmc-plasma-source \
remove_dagmc_tags \
paramak \
openmc_data_downloader \
cad_to_h5m \
stl_to_h5m \
openmc-dagmc-wrapper \
openmc-post-processor \
regular_mesh_plotter
regular_mesh_plotter \
spectrum_plotter

# these two from statements can be switched when building locally
# FROM dependencies as final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.8.11"
}
},
"nbformat": 4,
Expand Down
13,514 changes: 13,478 additions & 36 deletions tasks/task_07_CSG_cell_tally_spectra/1_example_neutron_spectra.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit cd9a0d8

Please sign in to comment.