flâneur — a map of the web's best reading

Jupyter Notebook Viewer

nbviewer.org · 4,806 words · saved by 1 readers

This notebook can be used as a template for modeling TRIGA reactors. This website does not host notebooks, it only renders notebooks available on other websites. Delivered by Fastly, Rendered by OVHcloud nbviewer GitHub repository. nbviewer version: 8b013f7 nbconvert version: 7.2.3 Rendered 11 days ago

Jupyter Notebook Viewer openmc-reactor-examples TRIGA.ipynb Notebook A TRIGA geometry ¶ This notebook can be used as a template for modeling TRIGA reactors. In [9]: % matplotlib inline import numpy as np import openmc In [3]: # Materials definitions # Borated water water = openmc . Material ( name = 'Borated Water' ) water . set_density ( 'g/cm3' , 0.740582 ) water . add_nuclide ( 'H1' , 4.9457e-2 ) water . add_nuclide ( 'O16' , 2.4732e-2 ) water . add_nuclide ( 'B10' , 8.0042e-6 ) # 20% enriched uranium zirconium hydride fuel uzrh = openmc . Material ( name = 'UZrH' ) uzrh . set_density ( 'g/

Explore this link on the map →

saved by

related reading