MSRE/openmc_notebooks
2023-01-23 10:47:27 +01:00
..
images openmc jupyter notebooks examples 2023-01-20 13:08:57 +01:00
ENDF-B-VIII.0_chain_msr.xml add decay chain for depletion analysis 2023-01-23 10:46:42 +01:00
msre_cad.ipynb fixed imported files location 2023-01-23 10:47:09 +01:00
msre_depletion_fp-removal-rates.ipynb add depletion notebook 2023-01-23 10:47:27 +01:00
msre_iso-temperature_feedback.ipynb fixed imported files location 2023-01-23 10:47:09 +01:00
README.md openmc jupyter notebooks examples 2023-01-20 13:08:57 +01:00

openmc_msre_notebook

License: GPL v3

List of Jupyter Notebooks Openmc simulations of the Molten Salt Reactor Experiment (MSRE), operated at ORNL in the 1960s. All scripts are set up using .h5m files (surface mesh) of detailed CAD models of the MSRE (designed with OnShape CAE tool and available to downlaod here). The surface mesh was created with Cubit and is available in the /h5m folder. Soon a gmsh version will also be available.

Extra libraries required:

  • Pandas
  • Numpy
  • Scypy
  • Seaborn

Depletion msr

Some notebooks use a different branch of Openmc: openmsr/msr, where msr functionalities have been added.