ANS is committed to advancing, fostering, and promoting the development and application of nuclear sciences and technologies to benefit society.
Explore the many uses for nuclear science and its impact on energy, the environment, healthcare, food, and more.
Division Spotlight
Aerospace Nuclear Science & Technology
Organized to promote the advancement of knowledge in the use of nuclear science and technologies in the aerospace application. Specialized nuclear-based technologies and applications are needed to advance the state-of-the-art in aerospace design, engineering and operations to explore planetary bodies in our solar system and beyond, plus enhance the safety of air travel, especially high speed air travel. Areas of interest will include but are not limited to the creation of nuclear-based power and propulsion systems, multifunctional materials to protect humans and electronic components from atmospheric, space, and nuclear power system radiation, human factor strategies for the safety and reliable operation of nuclear power and propulsion plants by non-specialized personnel and more.
Meeting Spotlight
Conference on Nuclear Training and Education: A Biennial International Forum (CONTE 2025)
February 3–6, 2025
Amelia Island, FL|Omni Amelia Island Resort
Standards Program
The Standards Committee is responsible for the development and maintenance of voluntary consensus standards that address the design, analysis, and operation of components, systems, and facilities related to the application of nuclear science and technology. Find out What’s New, check out the Standards Store, or Get Involved today!
Latest Magazine Issues
Dec 2024
Jul 2024
Latest Journal Issues
Nuclear Science and Engineering
January 2025
Nuclear Technology
Fusion Science and Technology
Latest News
Christmas Night
Twas the night before Christmas when all through the houseNo electrons were flowing through even my mouse.
All devices were plugged in by the chimney with careWith the hope that St. Nikola Tesla would share.
Peter J. Kowal, Camden E. Blake, Kurt A. Dominesey, Robert A. Lefebvre, Forrest B. Brown, Wei Ji
Nuclear Science and Engineering | Volume 197 | Number 8 | August 2023 | Pages 1600-1620
Technical papers from: PHYSOR 2022 | doi.org/10.1080/00295639.2022.2153617
Articles are hosted by Taylor and Francis Online.
Monte Carlo codes are essential components of many reactor physics simulation workflows as high-fidelity continuous-energy neutron transport solvers. Among Monte Carlo radiation transport codes, MCNP is particularly notable due to its diverse simulation capabilities, large user base, and long validation history. Despite being a powerful simulation tool, MCNP provides limited capabilities to allow automated execution, model transformation, or support for user-defined logic and abstractions that limit its compatibility with modern workflows. To better integrate MCNP into a modern scientific workflow, we have developed an intuitive yet full-featured MCNP Application Program Interface (API) in Python, named MCNPy, which provides a specialized set of classes for MCNP input development. Moreover, to guarantee that our reading, writing, and modeling capabilities remain self-consistent (and to render the huge scope of the MCNP API manageable), we have adopted a strategy of model-driven software development in which a generalized model of the MCNP input format has been created. From this generalized model, or “metamodel,” problem-specific implementations such as an engine for input validation or a codebase for programmatic operations may be automatically generated. Since MCNPy primarily acts as a Python front-end to the underlying Java API that directly interfaces with the metamodel, it is intrinsically linked to the metamodel and thus remains maintainable. With MCNPy, users can programmatically read, write, and modify any syntactically valid MCNP input file regardless of its origin. These capabilities allow users to automate complicated tasks like design optimization and model translation for nuclear systems. As examples, this work demonstrates the use of MCNPy to find the critical radius of a plutonium sphere and to translate a 9000+ line MCNP input file into a corresponding OpenMC model.