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
Nuclear Nonproliferation Policy
The mission of the Nuclear Nonproliferation Policy Division (NNPD) is to promote the peaceful use of nuclear technology while simultaneously preventing the diversion and misuse of nuclear material and technology through appropriate safeguards and security, and promotion of nuclear nonproliferation policies. To achieve this mission, the objectives of the NNPD are to: Promote policy that discourages the proliferation of nuclear technology and material to inappropriate entities. Provide information to ANS members, the technical community at large, opinion leaders, and decision makers to improve their understanding of nuclear nonproliferation issues. Become a recognized technical resource on nuclear nonproliferation, safeguards, and security issues. Serve as the integration and coordination body for nuclear nonproliferation activities for the ANS. Work cooperatively with other ANS divisions to achieve these objective nonproliferation policies.
Meeting Spotlight
2025 ANS Annual Conference
June 15–18, 2025
Chicago, IL|Chicago Marriott Downtown
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
May 2025
Jan 2025
Latest Journal Issues
Nuclear Science and Engineering
July 2025
Nuclear Technology
June 2025
Fusion Science and Technology
Latest News
High-temperature plumbing and advanced reactors
The use of nuclear fission power and its role in impacting climate change is hotly debated. Fission advocates argue that short-term solutions would involve the rapid deployment of Gen III+ nuclear reactors, like Vogtle-3 and -4, while long-term climate change impact would rely on the creation and implementation of Gen IV reactors, “inherently safe” reactors that use passive laws of physics and chemistry rather than active controls such as valves and pumps to operate safely. While Gen IV reactors vary in many ways, one thing unites nearly all of them: the use of exotic, high-temperature coolants. These fluids, like molten salts and liquid metals, can enable reactor engineers to design much safer nuclear reactors—ultimately because the boiling point of each fluid is extremely high. Fluids that remain liquid over large temperature ranges can provide good heat transfer through many demanding conditions, all with minimal pressurization. Although the most apparent use for these fluids is advanced fission power, they have the potential to be applied to other power generation sources such as fusion, thermal storage, solar, or high-temperature process heat.1–3
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.