fusion-energy / neutronics-workshop

A workshop covering a range of fusion relevant analysis and simulations with OpenMC, DAGMC, Paramak and other open source fusion neutronics tools
MIT License
111 stars 50 forks source link

Incorrect element in task 12 #268

Closed JoelLucaAdams closed 5 months ago

JoelLucaAdams commented 5 months ago

Issue description

States that the material should be water but is incorrectly using HO2 in cell 2

Code

my_material.add_element('H', 1, percent_type='ao')
my_material.add_element('O', 2, percent_type='ao')
shimwell commented 5 months ago

thanks for reporting, I've now fixed this in PR #269