Skip to content

Visualizing Neutron Flux data from MCNP 6.2 as a scalar field using contour line techniques. Completed as part of CS-553 Scientific Visualization @ OSU - Fall 2021

Notifications You must be signed in to change notification settings

Aidan-B1409/neutron_flux_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neutron Flux Visualization

About

Understanding the distribution of neutrons inside a reactor core is essential for nuclear engineering tasks. The interaction of these neutrons determine optimal fuel rod placement and geometry. Using MCNP 6.2, we can generate a Monte Carlo simulation of the position of neutrons given various fuel rod designs.

In this example project, we take the point cloud data from MCNP6.2 and generate a scalar field, using Delaunay triangulation to create a geometry. From here, we can use OpenGL to visualize this data. Our visualization technique uses RGB color mapping and height mapping to demonstrate neutron density at various level sets.

Run Instructions

Requires Visual Studio. To run, load learnply.sln solution file and execute learnply.cpp.

Acknowledgements

Project was completed as a part of CS-553 Scientific Visualization @ OSU. Template code provided by Dr. Eugene Zhang. Thanks to Massimo Larsen for providing simulation data and subject matter advice.

About

Visualizing Neutron Flux data from MCNP 6.2 as a scalar field using contour line techniques. Completed as part of CS-553 Scientific Visualization @ OSU - Fall 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published