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
117 stars 51 forks source link

added icf time of flight example #227

Closed shimwell closed 5 months ago

shimwell commented 1 year ago

This simulation produces neutrons inside a ICF fusion fuel cavity and transports them through a pusher material then tallies the neutrons arriving at a surface. Two examples are made, one for Revolver and one for NIC Rev 5

icf_fuel_tof

shimwell commented 7 months ago

to get the neutron time here is a code snippet

energy = 14.06e6 * 1.60218e-19
mass = 1.67492749804e-27
velocity = math.sqrt(((2*energy)/mass))
distance = 30/100 # 30cm in meters
time = distance/velocity