Full-core Reactor Analysis using Monte Carlo: Challenges and Progress

Size: px
Start display at page:

Download "Full-core Reactor Analysis using Monte Carlo: Challenges and Progress"

Transcription

1 Full-core Reactor Analysis using Monte Carlo: Challenges and Progress Spring 2018 Colloquia Paul K. Romano Argonne National Laboratory University of California, Berkeley Department of Nuclear Engineering March 12, 2018 exascaleproject.org

2 Monte Carlo for reactor analysis Monte Carlo is the most accurate particle transport method: Exact representation of geometry Exact representation of physical phenomena Why isn t Monte Carlo the method of choice for full-core reactor analysis? 2

3 Challenges Primary challenges outlined in Martin s 2012 paper [1]: Prohibitive computational time for acceptable statistics Excessive demand on computer memory Slow convergence of the fission source Apparent versus true variance Accounting for multiphysics feedback Adapting to future computing architectures 3

4 Challenges 1 Memory use 2 Performance Time for acceptable statistics Fission source convergence Future computer architectures 3 Accuracy of solution Estimating true variance Multiphysics 4

5 Existing use of MC Research and test reactors Small reactors Cross section generation Validation and one-off calculations 5

6 Target Problem LWR 6 Calculate reaction rates (7) in each nuclide (300) in each fuel pellet subdivided into 10 rings (200 million) Converged solution requires 1012 particles

7 Memory Requirements MC simulations require memory for: Nuclear data Geometry description Material compositions Tallies Particles 7

8 Memory: Nuclear Data Continuous-energy cross sections for all nuclides at a single temperature require 1 GB Need data at temperatures from 300 K to 2500 K Without sacrificing accuracy, would need a temperature spacing of 10 K to 25 K 100 GB required 8

9 Memory: Materials 200 million unique materials 300 nuclides per material 4 bytes for nuclide identifier, 8 bytes for atom density 750 GB required 9

10 Memory: Tallies 200 million unique materials 300 nuclides per material 7 transmutation reaction rates per nuclide 24 bytes per reaction rate 10 TB required 10

11 Approaches: Tallies/Materials 1 Domain decomposition 2 Data decomposition 3 Wait it out 11

12 Domain Decomposition Each fission generation is broken into stages where particles are communicated between domains 12

13 Domain Decomposition Can, in theory, handle both material and tally data Negative impact on performance due to: Cost of communicating particles between nodes Load imbalances due to non-uniform particle distribution Studies have shown that in worst-case, probably 2 slower [2] Using buffering and non-blocking communication can significantly reduce cost [3, 4] Non-trivial implementation Used in Mercury, Shift, RMC 13

14 Data Decomposition Arbitrarily divide tally bins over multiple nodes At tallying event, send scores to separate process responsible for accumulating tallies Simplest implementation: compute/server processes [5] Improvements: using a PGAS library [6], using multithreading [7] As of yet, no real proposal for dealing with material compositions Relatively simple to implement compared to DD 14

15 Wait it out? From Kord Smith s 2013 paper [8]: Regardless of the high-fidelity methods that might be employed, it is very likely that implementation will require domain decomposition or other memory management approaches since available memory per computational node is far less than 1 TB. 15

16 Wait it out? 24 DIMMs 128 GB/DIMM = 3 TB 16

17 Putting it together... Domain Decomp. Data Decomp. Just Wait Tallies Materials Overhead 0 100% 0 25% 0 Complexity Hard Modest None 17

18 Appraches: Nuclear Data 1 Polynomial expansion in temperature [9] 2 Target motion sampling (TMS) [10] 3 Windowed multipole method [11] 18

19 Temperature Expansion For each cross section and energy point, fit the following regression in T: N a N i σ(t) T i/2 + b i T i/2 + c i=1 Requires pregenerated tabulated cross sections at every 1 K for regression fitting Runtime cost shown to be small i=1 19

20 Target Motion Sampling Assume distribution of target motion distribution of neutron path lengths Use rejection method to sample path length based on distribution Only requires 0 K cross sections Note: still compatible with surface tracking Can track on regions with a continuously-varying T Rejections can increase variance of tallies; using elevated basis temperature can help somewhat [12, 13] 20

21 Windowed Multipole Use a pole representation to write cross section at 0 K σ = 1 ir j Re E E p j Can then analytically Doppler broaden: σ(t) = 1 2E r j Re ir j πw (z) C ξ π j j pj u, ξ 2 ξ 21

22 Windowed Multipole Use windows to reduce number of pole evaluations Runtime cost same as evaluating tabulated cross sections Requires complicated preprocessing of cross sections 22

23 Putting it together... Expansion TMS Multipole Memory 17 GB 1 GB MBs Overhead 10 25%? 0 Data preparation Cumbersome None Complex T distributions Used in MCNP Serpent OpenMC None of the methods handle S(α,β) or URR! 23

24 Improving MC performance Engineering Approaches Improvements in basic algorithms Improvements in coupling algorithms Variance reduction Computer science approaches Increasing CPU clock frequency Increasing number of CPU cores Architecture-specific optimization Improving convergence of fission source 24

25 Source convergence Two separate problems: 1 Convergence source in fewer iterations 2 Knowing when you re actually converged State of affairs: Too many papers to list Most production codes don t have anything built-in Not a significant part of overall time-to-solution 25

26 Basic Algorithms Lots of work done on improving performance of cross section lookups: Unionized energy grids [14] Logarithmic mapping techniques [15] Fractional cascading [16] Not as much focus on tallies Fundamental limit is memory latency [17, 18] 26

27 Coupling Algorithms Once heat transfer/fluid dynamics is considered, you have non-linear system: Reduce time by: ψ = F 1 (T) T = F 2 (ψ) Not fully converging each iteration [19] Iterate on low-order operator [20] Using Newton method [21] 27

28 Architectural trends Most things are not going in our favor: CPU frequencies leveled off long ago Improvements in CPUs are not matched by improvements in memory subsystem Increasing levels of data-level parallelism are largely out of reach for Monte Carlo However, Hardware vendors keep pushing single-thread performance Core counts have continued to increase (Moore s law) Memory capacity per node continues to increase 28

29 Architecture-specific optimization Lots of interest in vectorization [22] Event-based algorithm [23] FPGAs? 29

30 Summary Lots of progress has been made towards full-core reactor analysis with MC: Memory issues have been mostly solved Better understanding of issues with multi-physics coupling Many challenges lay ahead: Application use still limited by performance Robust algorithms for multi-physics coupling Best utilizing new CPU architectures 30

31 References I [1] William R. Martin. Challenges and prospects for whole-core Monte Carlo analysis. Nucl. Eng. Technol., 44(2): , [2] Nicholas Horelik, Andrew Siegel, Benoit Forget, and Kord Smith. Monte Carlo domain decomposition for robust nuclear reactor analysis. Parallel Comput., 40: , [3] Tara M. Pandya, Seth R. Johnson, Thomas M. Evans, Gregory G. Davidson, Steven P. Hamilton, and Andrew T. Godfrey. Implementation, capabilities, and benchmarking of Shift, a massively parallel Monte Carlo radiation transport code. J. Comput. Phys., 308: , [4] Jingang Liang, Kan Wang, Yishi Qiu, Xiaoming Chai, and Shenglong Qiang. Domain decomposition strategy for pin-wise full-core Monte Carlo depletion calculation with the Reactor Monte Carlo code. Nucl. Eng. Technol., 48: , [5] Paul K. Romano, Andrew R. Siegel, Benoit Forget, and Kord Smith. Data decomposition of Monte Carlo particle transport simulations via tally servers. J. Comput. Phys., 252:20 36,

32 References II [6] Nan Dun, Hajime Fujita, John R. Tramm, Andrew A Chien, and Andrew R. Siegel. Data decomposition in Monte Carlo neutron transport simulations using global view arrays. Int. J. High Perform. Comput. Appl., 29(3): , [7] Hong-Fei Liu, Peng Ge, Sheng-Peng Yu, Jing Song, and Xiao-Lei Zheng. Data decomposition method for full-core Monte Carlo transport-burnup calculation. Nucl. Sci. Tech., 29:20:1 8, February [8] Kord Smith and Benoit Forget. Challenges in the development of high-fidelity LWR core neutronics tools. In International Conference on Mathematics and Computational Methods Applied to Nuclear Science & Engineering, Sun Valley, Idaho, May [9] Gokhan Yesilyurt, William R. Martin, and Forrest B. Brown. On-the-fly Doppler broadening for Monte Carlo codes. Nucl. Sci. Eng., 171(3): , July [10] Tuomas Viitanen and Jaakko Leppänen. Explicit treatment of thermal motion in continuous-energy Monte Carlo tracking routines. Nucl. Sci. Eng., 171: ,

33 References III [11] Colin Josey, Pablo Ducru, Benoit Forget, and Kord Smith. Windowed multipole for cross section doppler broadening. J. Comput. Phys., 307: , [12] Tuomas Viitanen and Jaakko Leppänen. Target motion sampling temperature treatment technique with elevated basis cross-section temperatures. Nucl. Sci. Eng., 177(1):77 89, May [13] Tuomas Viitanen and Jaakko Leppänen. Effects of the Target Motion Sampling temperature treatment method on the statistics and performance. Ann. Nucl. Energy, 82: , [14] Jaakko Leppänen. Two practical methods for unionized energy grid construction in continuous-energy Monte Carlo neutron transport calculation. Ann. Nucl. Energy, 36: , [15] Forrest B. Brown. New hash-based energy lookup algorithm for Monte Carlo codes. Technical Report LA-UR , Los Alamos National Laboratory, Los Alamos, New Mexico,

34 References IV [16] Amanda L. Lund, Andrew R. Siegel, Benoit Forget, Colin Josey, and Paul K. Romano. Using fractional cascading to accelerate cross section lookups in Monte Carlo neutron transport calculations. In Joint Int. Conf. Mathematics and Computation, Supercomputing in Nuclear Applications, and the Monte Carlo method, Knoxville, Tennessee, Apr [17] John R. Tramm and Andrew R. Siegel. Memory bottlenecks and memory contention in multi-core monte carlo transport codes. Ann. Nucl. Energy, 82: , [18] Paul K. Romano, Andrew R. Siegel, and Ronald O. Rahaman. Influence of the memory subsystem on Monte Carlo code performance. In Joint Int. Conf. Mathematics and Computation, Supercomputing in Nuclear Applications, and the Monte Carlo method, Knoxville, Tennessee, Apr [19] Daniel F. Gill, David P. Griesheimer, and David L. Aumiller. Numerical methods in coupled Monte Carlo and thermal-hydraulic calculations. Nucl. Sci. Eng., 185: , January [20] Sterling Harper, Kord Smith, and Benoit Forget. Faster Monte Carlo multiphysics using temperature derivatives. In PHYSOR, Cancun, Mexico, Apr

35 References V [21] Manuele Aufiero and Massimiliano Fratoni. A new approach to the stabilization and convergence acceleration in coupled Monte Carlo CFD calculations: The Newton method via Monte Carlo perturbation theory. Nucl. Eng. Technol., 49: , [22] Emeric Brun, Stephane Chauveau, and Fausto Malvagi. PATMOS: A prototype Monte Carlo transport code to test high performance architectures. In Int. Conf. Mathematics & Computational Methods Applied to Nuclear Science & Engineering, Jeju, Korea, Apr [23] Steven P. Hamilton, Stuart R. Slattery, and Thomas M. Evans. Multigroup Monte Carlo on GPUs: Comparison of history- and event-based algorithms. Ann. Nucl. Energy, 113: ,

36 Acknowledgments This research was supported by the Exascale Computing Project (17-SC-20-SC), a collaborative effort of two U.S. Department of Energy organizations (Office of Science and the National Nuclear Security Administration) responsible for the planning and preparation of a capable exascale ecosystem, including software, applications, hardware, advanced system engineering, and early testbed platforms, in support of the nation s exascale computing imperative. 36

TMS On-the-fly Temperature Treatment in Serpent

TMS On-the-fly Temperature Treatment in Serpent TMS On-the-fly Temperature Treatment in Serpent Tuomas Viitanen & Jaakko Leppänen Serpent User Group Meeting, Cambridge, UK September 17 19, 2014 Effects of thermal motion on neutron transport On reaction

More information

On-the-fly Doppler Broadening in Serpent

On-the-fly Doppler Broadening in Serpent On-the-fly Doppler Broadening in Serpent 1st International Serpent User Group Meeting 16.9.2011, Dresden Tuomas Viitanen VTT Technical Research Centre of Finland Outline Fuel temperatures in neutronics

More information

Temperature treatment capabilites in Serpent 2(.1.24)

Temperature treatment capabilites in Serpent 2(.1.24) Temperature treatment capabilites in Serpent 2(.1.24) Tuomas Viitanen Serpent User Group Meeting Knoxville, TN, USA OCt. 13 16, 2015 Introduction Temperature affects the neutron transport through: - Reaction

More information

Figure 1. Layout of fuel assemblies, taken from BEAVRS full core benchmark, to demonstrate the modeling capabilities of OpenMC.

Figure 1. Layout of fuel assemblies, taken from BEAVRS full core benchmark, to demonstrate the modeling capabilities of OpenMC. Treatment of Neutron Resonance Elastic Scattering Using Multipole Representation of Cross Sections in Monte Carlo Simulations Vivian Y. Tran Benoit Forget Abstract Predictive modeling and simulation plays

More information

On-The-Fly Neutron Doppler Broadening for MCNP"

On-The-Fly Neutron Doppler Broadening for MCNP LA-UR-12-00700" 2012-03-26! On-The-Fly Neutron Doppler Broadening for MCNP" Forrest Brown 1, William Martin 2, " Gokhan Yesilyurt 3, Scott Wilderman 2" 1 Monte Carlo Methods (XCP-3), LANL" 2 University

More information

FULL CORE POWER AND ISOTOPIC OSCILLATIONS WITH VARIOUS DEPLETION SCHEMES

FULL CORE POWER AND ISOTOPIC OSCILLATIONS WITH VARIOUS DEPLETION SCHEMES FULL CORE POWER AND ISOTOPIC OSCILLATIONS WITH VARIOUS DEPLETION SCHEMES A N D R E W J O H N S O N C O M P U TAT I O N A L R E A C T O R E N G I N E E R I N G OUTLINE Governing depletion equations Summary

More information

Serpent Monte Carlo Neutron Transport Code

Serpent Monte Carlo Neutron Transport Code Serpent Monte Carlo Neutron Transport Code NEA Expert Group on Advanced Monte Carlo Techniques, Meeting September 17 2012 Jaakko Leppänen / Tuomas Viitanen VTT Technical Research Centre of Finland Outline

More information

Calculating Reaction Rate Derivatives in Monte Carlo Neutron Transport. Sterling Harper

Calculating Reaction Rate Derivatives in Monte Carlo Neutron Transport. Sterling Harper Calculating Reaction Rate Derivatives in Monte Carlo Neutron Transport by Sterling Harper Submitted to the Department of Nuclear Science and Engineering in partial fulfillment of the requirements for the

More information

MONTE CARLO NEUTRON TRANSPORT SIMULATING NUCLEAR REACTIONS ONE NEUTRON AT A TIME Tony Scudiero NVIDIA

MONTE CARLO NEUTRON TRANSPORT SIMULATING NUCLEAR REACTIONS ONE NEUTRON AT A TIME Tony Scudiero NVIDIA MONTE CARLO NEUTRON TRANSPORT SIMULATING NUCLEAR REACTIONS ONE NEUTRON AT A TIME Tony Scudiero NVIDIA TAKEAWAYS Why Monte Carlo methods are fundamentally different than deterministic methods Inherent Parallelism

More information

The effect of load imbalances on the performance of Monte Carlo algorithms in LWR analysis

The effect of load imbalances on the performance of Monte Carlo algorithms in LWR analysis The effect of load imbalances on the performance of Monte Carlo algorithms in LWR analysis The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story

More information

MONTE CARLO SIMULATION OF VHTR PARTICLE FUEL WITH CHORD LENGTH SAMPLING

MONTE CARLO SIMULATION OF VHTR PARTICLE FUEL WITH CHORD LENGTH SAMPLING Joint International Topical Meeting on Mathematics & Computation and Supercomputing in Nuclear Applications (M&C + SNA 2007) Monterey, California, April 5-9, 2007, on CD-ROM, American Nuclear Society,

More information

Preventing xenon oscillations in Monte Carlo burnup calculations by forcing equilibrium

Preventing xenon oscillations in Monte Carlo burnup calculations by forcing equilibrium Preventing xenon oscillations in Monte Carlo burnup calculations by forcing equilibrium Aarno Isotaloa), Jaakko Leppänenb), Jan Dufekcc) a) Aalto University, Finland b) VTT Technical Research Centrte of

More information

Comparison of the Monte Carlo Adjoint-Weighted and Differential Operator Perturbation Methods

Comparison of the Monte Carlo Adjoint-Weighted and Differential Operator Perturbation Methods Progress in NUCLEAR SCIENCE and TECHNOLOGY, Vol., pp.836-841 (011) ARTICLE Comparison of the Monte Carlo Adjoint-Weighted and Differential Operator Perturbation Methods Brian C. KIEDROWSKI * and Forrest

More information

On the Use of Shannon Entropy of the Fission Distribution for Assessing Convergence of Monte Carlo Criticality Calculations.

On the Use of Shannon Entropy of the Fission Distribution for Assessing Convergence of Monte Carlo Criticality Calculations. Organized and hosted by the Canadian Nuclear Society. Vancouver, BC, Canada. 2006 September 10-14 On the Use of Shannon Entropy of the Fission Distribution for Assessing Convergence of Monte Carlo Criticality

More information

CHORD LENGTH SAMPLING METHOD FOR ANALYZING VHTR UNIT CELLS IN CONTINUOUS ENERGY SIMULATIONS

CHORD LENGTH SAMPLING METHOD FOR ANALYZING VHTR UNIT CELLS IN CONTINUOUS ENERGY SIMULATIONS PHYSOR 2012 Advances in Reactor Physics Linking Research, Industry, and Education Knoxville, Tennessee, USA, April 15-20, 2012, on CD-ROM, American Nuclear Society, LaGrange Park, IL (2012) CHORD LENGTH

More information

In the Memory of John Rowlands

In the Memory of John Rowlands Introduction of the Resonance dependent scattering kernel in SERPENT In the Memory of John Rowlands Institute for Neutron Physics and Reactor Technology R. Dagan Institute for Neutron Physics and Reactor

More information

Cost-accuracy analysis of a variational nodal 2D/1D approach to pin resolved neutron transport

Cost-accuracy analysis of a variational nodal 2D/1D approach to pin resolved neutron transport Cost-accuracy analysis of a variational nodal 2D/1D approach to pin resolved neutron transport ZHANG Tengfei 1, WU Hongchun 1, CAO Liangzhi 1, LEWIS Elmer-E. 2, SMITH Micheal-A. 3, and YANG Won-sik 4 1.

More information

BURNUP CALCULATION CAPABILITY IN THE PSG2 / SERPENT MONTE CARLO REACTOR PHYSICS CODE

BURNUP CALCULATION CAPABILITY IN THE PSG2 / SERPENT MONTE CARLO REACTOR PHYSICS CODE International Conference on Mathematics, Computational Methods & Reactor Physics (M&C 29) Saratoga Springs, New York, May 3-7, 29, on CD-ROM, American Nuclear Society, LaGrange Park, IL (29) BURNUP CALCULATION

More information

New Approaches and Applications for Monte Carlo Perturbation Theory.

New Approaches and Applications for Monte Carlo Perturbation Theory. New Approaches and Applications for Monte Carlo Perturbation Theory Manuele Aufiero a,, Adrien Bidaud b, Dan Kotlyar c, Jaakko Leppänen d, Giuseppe Palmiotti e, Massimo Salvatores e, Sonat Sen e, Eugene

More information

Research on GPU-accelerated algorithm in 3D finite difference neutron diffusion calculation method

Research on GPU-accelerated algorithm in 3D finite difference neutron diffusion calculation method NUCLEAR SCIENCE AND TECHNIQUES 25, 0501 (14) Research on GPU-accelerated algorithm in 3D finite difference neutron diffusion calculation method XU Qi ( 徐琪 ), 1, YU Gang-Lin ( 余纲林 ), 1 WANG Kan ( 王侃 ),

More information

DETERMINATION OF THE EQUILIBRIUM COMPOSITION OF CORES WITH CONTINUOUS FUEL FEED AND REMOVAL USING MOCUP

DETERMINATION OF THE EQUILIBRIUM COMPOSITION OF CORES WITH CONTINUOUS FUEL FEED AND REMOVAL USING MOCUP Supercomputing in Nuclear Applications (M&C + SNA 2007) Monterey, California, April 15-19, 2007, on CD-ROM, American Nuclear Society, LaGrange Park, IL (2007) DETERMINATION OF THE EQUILIBRIUM COMPOSITION

More information

On-the-Fly Sampling of Temperature-Dependent Thermal Neutron Scattering Data for Monte Carlo Simulations

On-the-Fly Sampling of Temperature-Dependent Thermal Neutron Scattering Data for Monte Carlo Simulations Please cite this article in press as: Pavlou, A.T., and Ji, W., On-the-fly sampling of temperaturedependent thermal neutron scattering data for Monte Carlo simulations. Ann. Nucl. Energy (2014). http://dx.doi.org

More information

A Cumulative migration method for computing rigorous transport cross sections and diffusion coefficients for LWR lattices with Monte Carlo

A Cumulative migration method for computing rigorous transport cross sections and diffusion coefficients for LWR lattices with Monte Carlo A Cumulative migration method for computing rigorous transport cross sections and diffusion coefficients for LWR lattices with Monte Carlo The MIT Faculty has made this article openly available. Please

More information

MC21 / CTF and VERA Multiphysics Solutions to VERA Core Physics Benchmark Progression Problems 6 and 7

MC21 / CTF and VERA Multiphysics Solutions to VERA Core Physics Benchmark Progression Problems 6 and 7 MC21 / CTF and VERA Multiphysics Solutions to VERA Core Physics Benchmark Progression Problems 6 and 7 Daniel J. Kelly III a,*, Ann E. Kelly a, Brian N. Aviles a Andrew T. Godfrey b, Robert K. Salko b,

More information

Click to edit Master title style

Click to edit Master title style Automated calculation sequence for group constant generation in Serpent 4th International Serpent UGM, Cambridge, UK, Sept. 17-19, 014 Jaakko Leppänen VTT Technical Research Center of Finland Click to

More information

A Hybrid Stochastic Deterministic Approach for Full Core Neutronics Seyed Rida Housseiny Milany, Guy Marleau

A Hybrid Stochastic Deterministic Approach for Full Core Neutronics Seyed Rida Housseiny Milany, Guy Marleau A Hybrid Stochastic Deterministic Approach for Full Core Neutronics Seyed Rida Housseiny Milany, Guy Marleau Institute of Nuclear Engineering, Ecole Polytechnique de Montreal, C.P. 6079 succ Centre-Ville,

More information

Monte Carlo neutron transport and thermal-hydraulic simulations using Serpent 2/SUBCHANFLOW

Monte Carlo neutron transport and thermal-hydraulic simulations using Serpent 2/SUBCHANFLOW Monte Carlo neutron transport and thermal-hydraulic simulations using Serpent 2/SUBCHANFLOW M. Knebel (Presented by V. Valtavirta) Institute for Neutron Physics and Reactor Technology (INR) Reactor Physics

More information

Convergence Analysis and Criterion for Data Assimilation with Sensitivities from Monte Carlo Neutron Transport Codes

Convergence Analysis and Criterion for Data Assimilation with Sensitivities from Monte Carlo Neutron Transport Codes PHYSOR 2018: Reactor Physics paving the way towards more efficient systems Cancun, Mexico, April 22-26, 2018 Convergence Analysis and Criterion for Data Assimilation with Sensitivities from Monte Carlo

More information

On the Chord Length Sampling in 1-D Binary Stochastic Media

On the Chord Length Sampling in 1-D Binary Stochastic Media On the Chord Length Sampling in 1-D Binary Stochastic Media Chao Liang and Wei Ji * Department of Mechanical, Aerospace, and Nuclear Engineering Rensselaer Polytechnic Institute, Troy, NY 12180-3590 *

More information

CS 188: Artificial Intelligence. Bayes Nets

CS 188: Artificial Intelligence. Bayes Nets CS 188: Artificial Intelligence Probabilistic Inference: Enumeration, Variable Elimination, Sampling Pieter Abbeel UC Berkeley Many slides over this course adapted from Dan Klein, Stuart Russell, Andrew

More information

Chord Length Sampling Method for Analyzing Stochastic Distribution of Fuel Particles in. Continuous Energy Simulations. Chao Liang and Wei Ji*

Chord Length Sampling Method for Analyzing Stochastic Distribution of Fuel Particles in. Continuous Energy Simulations. Chao Liang and Wei Ji* Chord Length Sampling Method for Analyzing Stochastic Distribution of Fuel Particles in Continuous Energy Simulations Chao Liang and Wei Ji* Department of Mechanical, Aerospace, and Nuclear Engineering,

More information

KEYWORDS: chord length sampling, random media, radiation transport, Monte Carlo method, chord length probability distribution function.

KEYWORDS: chord length sampling, random media, radiation transport, Monte Carlo method, chord length probability distribution function. On the Chord Length Sampling in 1-D Binary Stochastic Media Chao Liang and Wei Ji * Department of Mechanical, Aerospace, and Nuclear Engineering Rensselaer Polytechnic Institute, Troy, NY 12180-3590 *

More information

Demonstration of Full PWR Core Coupled Monte Carlo Neutron Transport and Thermal-Hydraulic Simulations Using Serpent 2/ SUBCHANFLOW

Demonstration of Full PWR Core Coupled Monte Carlo Neutron Transport and Thermal-Hydraulic Simulations Using Serpent 2/ SUBCHANFLOW Demonstration of Full PWR Core Coupled Monte Carlo Neutron Transport and Thermal-Hydraulic Simulations Using Serpent 2/ SUBCHANFLOW M. Daeubler Institute for Neutron Physics and Reactor Technology (INR)

More information

RANDOMLY DISPERSED PARTICLE FUEL MODEL IN THE PSG MONTE CARLO NEUTRON TRANSPORT CODE

RANDOMLY DISPERSED PARTICLE FUEL MODEL IN THE PSG MONTE CARLO NEUTRON TRANSPORT CODE Supercomputing in Nuclear Applications (M&C + SNA 2007) Monterey, California, April 15-19, 2007, on CD-ROM, American Nuclear Society, LaGrange Park, IL (2007) RANDOMLY DISPERSED PARTICLE FUEL MODEL IN

More information

YALINA-Booster Conversion Project

YALINA-Booster Conversion Project 1 ADS/ET-06 YALINA-Booster Conversion Project Y. Gohar 1, I. Bolshinsky 2, G. Aliberti 1, F. Kondev 1, D. Smith 1, A. Talamo 1, Z. Zhong 1, H. Kiyavitskaya 3,V. Bournos 3, Y. Fokov 3, C. Routkovskaya 3,

More information

ADVANCES IN REACTOR PHYSICS AND COMPUTATIONAL SCIENCE. Kord Smith

ADVANCES IN REACTOR PHYSICS AND COMPUTATIONAL SCIENCE. Kord Smith ADVANCES IN REACTOR PHYSICS AND COMPUTATIONAL SCIENCE Kord Smith PHYSOR 2014 Advances in Reactor Physics and Computational Science 2 Goals of This Presentation To briefly outline some of the: Trends in

More information

Upcoming features in Serpent photon transport mode

Upcoming features in Serpent photon transport mode Upcoming features in Serpent photon transport mode Toni Kaltiaisenaho VTT Technical Research Centre of Finland Serpent User Group Meeting 2018 1/20 Outline Current photoatomic physics in Serpent Photonuclear

More information

Vladimir Sobes 2, Luiz Leal 3, Andrej Trkov 4 and Matt Falk 5

Vladimir Sobes 2, Luiz Leal 3, Andrej Trkov 4 and Matt Falk 5 A Study of the Required Fidelity for the Representation of Angular Distributions of Elastic Scattering in the Resolved Resonance Region for Nuclear Criticality Safety Applications 1 Vladimir Sobes 2, Luiz

More information

USE OF LATTICE CODE DRAGON IN REACTOR CALUCLATIONS

USE OF LATTICE CODE DRAGON IN REACTOR CALUCLATIONS USE OF LATTICE CODE DRAGON IN REACTOR CALUCLATIONS ABSTRACT Dušan Ćalić ZEL-EN razvojni center Hočevarjev trg 1 Slovenia-SI8270, Krško, Slovenia dusan.calic@zel-en.si Andrej Trkov, Marjan Kromar J. Stefan

More information

MONTE CARLO FITTING OF THE AMLI NEUTRON SPECTRUM

MONTE CARLO FITTING OF THE AMLI NEUTRON SPECTRUM LA-UR-16-27725 MONTE CARLO FITTING OF THE AMLI NEUTRON SPECTRUM Robert Weinmann-Smith University of Florida, Los Alamos National Laboratory David Beddingfield Los Alamos National Laboratory Andreas Enqvist

More information

Higher-order Chebyshev Rational Approximation Method (CRAM) and application to Burnup Calculations

Higher-order Chebyshev Rational Approximation Method (CRAM) and application to Burnup Calculations Higher-order Chebyshev Rational Approximation Method (CRAM) and application to Burnup Calculations Maria Pusa September 18th 2014 1 Outline Burnup equations and matrix exponential solution Characteristics

More information

Optimizing HFIR Isotope Production through the Development of a Sensitivity-Informed Target Design Process 1

Optimizing HFIR Isotope Production through the Development of a Sensitivity-Informed Target Design Process 1 Optimizing HFIR Isotope Production through the Development of a -Informed Design Process 1 Christopher Perfetti*, Susan Hogle, Seth Johnson, Bradley Rearden, and Thomas Evans Oak Ridge National Laboratory,

More information

Announcements. Inference. Mid-term. Inference by Enumeration. Reminder: Alarm Network. Introduction to Artificial Intelligence. V22.

Announcements. Inference. Mid-term. Inference by Enumeration. Reminder: Alarm Network. Introduction to Artificial Intelligence. V22. Introduction to Artificial Intelligence V22.0472-001 Fall 2009 Lecture 15: Bayes Nets 3 Midterms graded Assignment 2 graded Announcements Rob Fergus Dept of Computer Science, Courant Institute, NYU Slides

More information

Broyden Mixing for Nuclear Density Functional Calculations

Broyden Mixing for Nuclear Density Functional Calculations Broyden Mixing for Nuclear Density Functional Calculations M.V. Stoitsov 1 Department of Physics and Astronomy, University of Tennessee, Knoxville, TN 37996, USA 2 Physics Division, Oak Ridge National

More information

Adjoint-Based Uncertainty Quantification and Sensitivity Analysis for Reactor Depletion Calculations

Adjoint-Based Uncertainty Quantification and Sensitivity Analysis for Reactor Depletion Calculations Adjoint-Based Uncertainty Quantification and Sensitivity Analysis for Reactor Depletion Calculations Hayes F. Stripling 1 Marvin L. Adams 1 Mihai Anitescu 2 1 Department of Nuclear Engineering, Texas A&M

More information

HYCOM and Navy ESPC Future High Performance Computing Needs. Alan J. Wallcraft. COAPS Short Seminar November 6, 2017

HYCOM and Navy ESPC Future High Performance Computing Needs. Alan J. Wallcraft. COAPS Short Seminar November 6, 2017 HYCOM and Navy ESPC Future High Performance Computing Needs Alan J. Wallcraft COAPS Short Seminar November 6, 2017 Forecasting Architectural Trends 3 NAVY OPERATIONAL GLOBAL OCEAN PREDICTION Trend is higher

More information

COMPARATIVE ANALYSIS OF WWER-440 REACTOR CORE WITH PARCS/HELIOS AND PARCS/SERPENT CODES

COMPARATIVE ANALYSIS OF WWER-440 REACTOR CORE WITH PARCS/HELIOS AND PARCS/SERPENT CODES COMPARATIVE ANALYSIS OF WWER-440 REACTOR CORE WITH PARCS/HELIOS AND PARCS/SERPENT CODES S. Bznuni, A. Amirjanyan, N. Baghdasaryan Nuclear and Radiation Safety Center Yerevan, Armenia Email: s.bznuni@nrsc.am

More information

MCNP6: Fission Multiplicity Model Usage in Criticality Calculations

MCNP6: Fission Multiplicity Model Usage in Criticality Calculations MCNP6: Fission Multiplicity Model Usage in Criticality Calculations 1 Michael E. Rising, 1 Forrest B. Brown and 2 Mario I. Ortega 1 XCP-3 Division, Los Alamos National Laboratory 2 Department of Nuclear

More information

Prompt Alpha Calculation With Monte Carlo Code JMCT

Prompt Alpha Calculation With Monte Carlo Code JMCT Prompt Alpha Calculation With Monte Carlo Code JMCT Rui LI 1,2, Tao YE 1, Gang LI 1,2 *, Yun BAI 1, Li DENG 1,2 1 Institute of Applied Physics and Computational Mathematics(IAPCM): FengHao East Road No.2,

More information

ANALYSIS OF THE COOLANT DENSITY REACTIVITY COEFFICIENT IN LFRs AND SFRs VIA MONTE CARLO PERTURBATION/SENSITIVITY

ANALYSIS OF THE COOLANT DENSITY REACTIVITY COEFFICIENT IN LFRs AND SFRs VIA MONTE CARLO PERTURBATION/SENSITIVITY ANALYSIS OF THE COOLANT DENSITY REACTIVITY COEFFICIENT IN LFRs AND SFRs VIA MONTE CARLO PERTURBATION/SENSITIVITY Manuele Aufiero, Michael Martin and Massimiliano Fratoni University of California, Berkeley,

More information

Overview of SCALE 6.2

Overview of SCALE 6.2 Overview of SCALE 6.2 B. T. Rearden, M. E. Dunn, D. Wiarda, C. Celik, K. Bekar, M. L. Williams, D. E. Peplow, M. A. Jessee, C. M. Perfetti, I. C. Gauld, W. A. Wieselquist, J. P. Lefebvre, R. A. Lefebvre,

More information

Recent Developments of the

Recent Developments of the emeinschaft der Helmholtz-Ge Mitglied d Recent Developments of the HTR Code Package (HCP) Forschungszentrum Jülich, Germany Technical Meeting on Re-evaluation of Maximum Operating Temperatures g p g p

More information

NENE Investigating a Matrix-free, Newton-based, Neutronic-Monte Carlo/Thermal-Hydraulic Coupling Scheme

NENE Investigating a Matrix-free, Newton-based, Neutronic-Monte Carlo/Thermal-Hydraulic Coupling Scheme Investigating a Matrix-free, Newton-based, Neutronic-Monte Carlo/Thermal-Hydraulic Coupling Scheme Antonios G. Mylonakis National Centre for Scientific Research Demokritos, Institute for Nuclear and Radiological

More information

Reactor Physics: General III. Analysis of the HTR-10 Initial Critical Core with the MAMMOTH Reactor Physics Application

Reactor Physics: General III. Analysis of the HTR-10 Initial Critical Core with the MAMMOTH Reactor Physics Application 1103 Analysis of the HTR-10 Initial Critical Core with the MAMMOTH Reactor Physics Application Javier Ortensi, Sebastian Schunert, Yaqi Wang, Vincent Labouré, Frederick Gleicher, Richard C. Martineau Nuclear

More information

DOPPLER COEFFICIENT OF REACTIVITY BENCHMARK CALCULATIONS FOR DIFFERENT ENRICHMENTS OF UO 2

DOPPLER COEFFICIENT OF REACTIVITY BENCHMARK CALCULATIONS FOR DIFFERENT ENRICHMENTS OF UO 2 Supercomputing in Nuclear Applications (M&C + SNA 2007) Monterey, California, April 15-19, 2007, on CD-ROM, American Nuclear Society, LaGrange Park, IL (2007) DOPPLER COEFFICIENT OF REACTIVITY BENCHMARK

More information

3.12 Development of Burn-up Calculation System for Fusion-Fission Hybrid Reactor

3.12 Development of Burn-up Calculation System for Fusion-Fission Hybrid Reactor 3.12 Development of Burn-up Calculation System for Fusion-Fission Hybrid Reactor M. Matsunaka, S. Shido, K. Kondo, H. Miyamaru, I. Murata Division of Electrical, Electronic and Information Engineering,

More information

Monte Carlo and Depletion Reactor Analysis for High-Performance Computing Applications

Monte Carlo and Depletion Reactor Analysis for High-Performance Computing Applications University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange Doctoral Dissertations Graduate School 12-2013 Monte Carlo and Depletion Reactor Analysis for High-Performance Computing

More information

Spatially Dependent Self-Shielding Method with Temperature Distribution for the Two-Dimensional

Spatially Dependent Self-Shielding Method with Temperature Distribution for the Two-Dimensional Journal of Nuclear Science and Technology ISSN: 0022-3131 (Print) 1881-1248 (Online) Journal homepage: http://www.tandfonline.com/loi/tnst20 Spatially Dependent Self-Shielding Method with Temperature Distribution

More information

A New MCNPX PTRAC Coincidence Capture File Capability: A Tool for Neutron Detector Design

A New MCNPX PTRAC Coincidence Capture File Capability: A Tool for Neutron Detector Design Abstract A New MCNPX PTRAC Coincidence Capture File Capability: A Tool for Neutron Detector Design L. G. Evans, M.A. Schear, J. S. Hendricks, M.T. Swinhoe, S.J. Tobin and S. Croft Los Alamos National Laboratory

More information

Implementation of new adjoint-based methods for sensitivity analysis and uncertainty quantication in Serpent

Implementation of new adjoint-based methods for sensitivity analysis and uncertainty quantication in Serpent Serpent UGM 2015 Knoxville, 1316 October 2015 Implementation of new adjoint-based methods for sensitivity analysis and uncertainty quantication in Serpent Manuele Auero & Massimiliano Fratoni UC Berkeley

More information

Parallel Transposition of Sparse Data Structures

Parallel Transposition of Sparse Data Structures Parallel Transposition of Sparse Data Structures Hao Wang, Weifeng Liu, Kaixi Hou, Wu-chun Feng Department of Computer Science, Virginia Tech Niels Bohr Institute, University of Copenhagen Scientific Computing

More information

PROGRESS ON RMC --- A MONTE CARLO NEUTRON TRANSPORT CODE FOR REACTOR ANALYSIS

PROGRESS ON RMC --- A MONTE CARLO NEUTRON TRANSPORT CODE FOR REACTOR ANALYSIS International Conference on Mathematics and Computational Methods Applied to Nuclear Science and Engineering (M&C 2011) Rio de Janeiro, RJ, Brazil, May 8-12, 2011, on CD-ROM, Latin American Section (LAS)

More information

Nuclear Data Uncertainty Analysis in Criticality Safety. Oliver Buss, Axel Hoefer, Jens-Christian Neuber AREVA NP GmbH, PEPA-G (Offenbach, Germany)

Nuclear Data Uncertainty Analysis in Criticality Safety. Oliver Buss, Axel Hoefer, Jens-Christian Neuber AREVA NP GmbH, PEPA-G (Offenbach, Germany) NUDUNA Nuclear Data Uncertainty Analysis in Criticality Safety Oliver Buss, Axel Hoefer, Jens-Christian Neuber AREVA NP GmbH, PEPA-G (Offenbach, Germany) Workshop on Nuclear Data and Uncertainty Quantification

More information

Treatment of Implicit Effects with XSUSA.

Treatment of Implicit Effects with XSUSA. Treatment of Implicit Effects with Friederike Bostelmann 1,2, Andreas Pautz 2, Winfried Zwermann 1 1 Gesellschaft für Anlagen- und Reaktorsicherheit (GRS) ggmbh, Boltzmannstraße 14, 85748 Garching, Germany

More information

Dissertation. Development of a stochastic temperature treatment technique for Monte Carlo neutron tracking. Tuomas Viitanen

Dissertation. Development of a stochastic temperature treatment technique for Monte Carlo neutron tracking. Tuomas Viitanen S VISIONS SCIENCE TECHNOLOGY RESEARCH HIGHLIGHT Dissertation 84 Development of a stochastic temperature treatment technique for Monte Carlo neutron tracking Tuomas Viitanen VTT SCIENCE 84 Development of

More information

TOWARDS A COUPLED SIMULATION OF THERMAL HYDRAULICS AND NEUTRONICS IN A SIMPLIFIED PWR WITH A 3x3 PIN ASSEMBLY

TOWARDS A COUPLED SIMULATION OF THERMAL HYDRAULICS AND NEUTRONICS IN A SIMPLIFIED PWR WITH A 3x3 PIN ASSEMBLY TOWARDS A COUPLED SIMULATION OF THERMAL HYDRAULICS AND NEUTRONICS IN A SIMPLIFIED PWR WITH A 3x3 PIN ASSEMBLY Anni Schulze, Hans-Josef Allelein Institute for Reactor Safety and Reactor Technology, RWTH

More information

in Cross-Section Data

in Cross-Section Data Sensitivity of Photoneutron Production to Perturbations in Cross-Section Data S. D. Clarke Purdue University, West Lafayette, Indiana S. A. Pozzi University of Michigan, Ann Arbor, Michigan E. Padovani

More information

SPARSE SOLVERS POISSON EQUATION. Margreet Nool. November 9, 2015 FOR THE. CWI, Multiscale Dynamics

SPARSE SOLVERS POISSON EQUATION. Margreet Nool. November 9, 2015 FOR THE. CWI, Multiscale Dynamics SPARSE SOLVERS FOR THE POISSON EQUATION Margreet Nool CWI, Multiscale Dynamics November 9, 2015 OUTLINE OF THIS TALK 1 FISHPACK, LAPACK, PARDISO 2 SYSTEM OVERVIEW OF CARTESIUS 3 POISSON EQUATION 4 SOLVERS

More information

MOx Benchmark Calculations by Deterministic and Monte Carlo Codes

MOx Benchmark Calculations by Deterministic and Monte Carlo Codes MOx Benchmark Calculations by Deterministic and Monte Carlo Codes G.Kotev, M. Pecchia C. Parisi, F. D Auria San Piero a Grado Nuclear Research Group (GRNSPG), University of Pisa via Diotisalvi 2, 56122

More information

Performance of WRF using UPC

Performance of WRF using UPC Performance of WRF using UPC Hee-Sik Kim and Jong-Gwan Do * Cray Korea ABSTRACT: The Weather Research and Forecasting (WRF) model is a next-generation mesoscale numerical weather prediction system. We

More information

Use of Monte Carlo and Deterministic Codes for Calculation of Plutonium Radial Distribution in a Fuel Cell

Use of Monte Carlo and Deterministic Codes for Calculation of Plutonium Radial Distribution in a Fuel Cell Use of Monte Carlo and Deterministic Codes for Calculation of Plutonium Radial Distribution in a Fuel Cell Dušan Ćalić, Marjan Kromar, Andrej Trkov Jožef Stefan Institute Jamova 39, SI-1000 Ljubljana,

More information

Perturbation/sensitivity calculations with Serpent

Perturbation/sensitivity calculations with Serpent SERPENT workshop Cambridge, 17-19 September 2014 Perturbation/sensitivity calculations with Serpent Manuele Auero, Adrien Bidaud, Pablo Rubiolo LPSC/CNRS Grenoble Calculating the complete β e...coupling

More information

Kord Smith Art DiGiovine Dan Hagrman Scott Palmtag. Studsvik Scandpower. CASMO User s Group May 2003

Kord Smith Art DiGiovine Dan Hagrman Scott Palmtag. Studsvik Scandpower. CASMO User s Group May 2003 Kord Smith Art DiGiovine Dan Hagrman Scott Palmtag CASMO User s Group May 2003 TFU-related data is required input for: -CASMO-4 - SIMULATE-3 - SIMULATE-3K and SIMULATE-3R (implicit in XIMAGE and GARDEL)

More information

Modeling and Simulation of Dispersion Particle Fuels in Monte Carlo Neutron Transport Calculation

Modeling and Simulation of Dispersion Particle Fuels in Monte Carlo Neutron Transport Calculation 18 th IGORR Conference 2017 Modeling and Simulation of Dispersion Particle Fuels in Monte Carlo Neutron Transport Calculation Zhenping Chen School of Nuclear Science and Technology Email: chzping@yeah.net

More information

Parallel Sparse Tensor Decompositions using HiCOO Format

Parallel Sparse Tensor Decompositions using HiCOO Format Figure sources: A brief survey of tensors by Berton Earnshaw and NVIDIA Tensor Cores Parallel Sparse Tensor Decompositions using HiCOO Format Jiajia Li, Jee Choi, Richard Vuduc May 8, 8 @ SIAM ALA 8 Outline

More information

GPU Acceleration of Cutoff Pair Potentials for Molecular Modeling Applications

GPU Acceleration of Cutoff Pair Potentials for Molecular Modeling Applications GPU Acceleration of Cutoff Pair Potentials for Molecular Modeling Applications Christopher Rodrigues, David J. Hardy, John E. Stone, Klaus Schulten, Wen-Mei W. Hwu University of Illinois at Urbana-Champaign

More information

Neutron Multiplicity Measurements for the AFCI Program

Neutron Multiplicity Measurements for the AFCI Program Neutron Multiplicity Measurements for the AFCI Program Purpose and Problem Statement Quarterly Progress Report June-August 2004 UNLV Transmutation Research Project Principle Investigator: Denis Beller,

More information

Critical Experiment Analyses by CHAPLET-3D Code in Two- and Three-Dimensional Core Models

Critical Experiment Analyses by CHAPLET-3D Code in Two- and Three-Dimensional Core Models Journal of NUCLEAR SCIENCE and TECHNOLOGY, Vol. 42, No. 1, p. 101 108 (January 2005) TECHNICAL REPORT Critical Experiment Analyses by CHAPLET-3D Code in Two- and Three-Dimensional Core Models Shinya KOSAKA

More information

BENCHMARK EXPERIMENT OF NEUTRON RESONANCE SCATTERING MODELS IN MONTE CARLO CODES

BENCHMARK EXPERIMENT OF NEUTRON RESONANCE SCATTERING MODELS IN MONTE CARLO CODES International Conference on Mathematics, Computational Methods & Reactor Physics (M&C 2009) Saratoga Springs, New York, May 3-7, 2009, on CD-ROM, American Nuclear Society, LaGrange Park, IL (2009) BENCHMARK

More information

Advanced Multi-Physics Modeling & Simulation Efforts for Fast Reactors

Advanced Multi-Physics Modeling & Simulation Efforts for Fast Reactors Advanced Multi-Physics Modeling & Simulation Efforts for Fast Reactors J.W. Thomas Argonne National Laboratory IAEA Technical Meeting on Priorities in Modeling & Simulation in Fast Reactor Systems April

More information

MC simulation of a PGNAA system for on-line cement analysis

MC simulation of a PGNAA system for on-line cement analysis Nuclear Science and Techniques 21 (2010) 221 226 MC simulation of a PGNAA system for on-line cement analysis YANG Jianbo 1 TUO Xianguo 1,* LI Zhe 1 MU Keliang 2 CHENG Yi 1 MOU Yunfeng 3 1 State Key Laboratory

More information

New Capabilities for the Chebyshev Rational Approximation method (CRAM)

New Capabilities for the Chebyshev Rational Approximation method (CRAM) New Capabilities for the Chebyshev Rational Approximation method (CRAM) A. Isotaloa,b W. Wieselquista M. Pusac aoak Ridge National Laboratory PO Box 2008, Oak Ridge, TN 37831-6172, USA baalto University

More information

Development of Multigroup Cross Section Generation Code MC 2-3 for Fast Reactor Analysis

Development of Multigroup Cross Section Generation Code MC 2-3 for Fast Reactor Analysis Development o Multigroup Cross Section Generation Code MC 2-3 or Fast Reactor Analysis International Conerence on Fast Reactors and Related Fuel Cycles December 7-11, 2009 Kyoto, Japan Changho Lee and

More information

Calculation of Spatial Weighting Functions for Ex-Core Detectors of VVER-440 Reactors by Monte Carlo Method

Calculation of Spatial Weighting Functions for Ex-Core Detectors of VVER-440 Reactors by Monte Carlo Method International Conference Nuclear Energy for New Europe 2003 Portorož, Slovenia, September 8-11, 2003 http://www.drustvo-js.si/port2003 Calculation of Spatial Weighting Functions for Ex-Core Detectors of

More information

BEST ESTIMATE PLUS UNCERTAINTY SAFETY STUDIES AT THE CONCEPTUAL DESIGN PHASE OF THE ASTRID DEMONSTRATOR

BEST ESTIMATE PLUS UNCERTAINTY SAFETY STUDIES AT THE CONCEPTUAL DESIGN PHASE OF THE ASTRID DEMONSTRATOR BEST ESTIMATE PLUS UNCERTAINTY SAFETY STUDIES AT THE CONCEPTUAL DESIGN PHASE OF THE ASTRID DEMONSTRATOR M. Marquès CEA, DEN, DER F-13108, Saint-Paul-lez-Durance, France Advanced simulation in support to

More information

Bayes Nets III: Inference

Bayes Nets III: Inference 1 Hal Daumé III (me@hal3.name) Bayes Nets III: Inference Hal Daumé III Computer Science University of Maryland me@hal3.name CS 421: Introduction to Artificial Intelligence 10 Apr 2012 Many slides courtesy

More information

DEVELOPMENT AND VALIDATION OF SCALE NUCLEAR ANALYSIS METHODS FOR HIGH TEMPERATURE GAS-COOLED REACTORS

DEVELOPMENT AND VALIDATION OF SCALE NUCLEAR ANALYSIS METHODS FOR HIGH TEMPERATURE GAS-COOLED REACTORS DEVELOPMENT AND VALIDATION OF SCALE NUCLEAR ANALYSIS METHODS FOR HIGH TEMPERATURE GAS-COOLED REACTORS Jess Gehin, Matthew Jessee, Mark Williams, Deokjung Lee, Sedat Goluoglu, Germina Ilas, Dan Ilas, Steve

More information

ABSTRACT 1 INTRODUCTION

ABSTRACT 1 INTRODUCTION A NODAL SP 3 APPROACH FOR REACTORS WITH HEXAGONAL FUEL ASSEMBLIES S. Duerigen, U. Grundmann, S. Mittag, B. Merk, S. Kliem Forschungszentrum Dresden-Rossendorf e.v. Institute of Safety Research P.O. Box

More information

MONK Under-sampling bias calculations for benchmark S2 - Initial results. Presented by PAUL SMITH EGAMCT Meeting, Paris 6 th July 2016

MONK Under-sampling bias calculations for benchmark S2 - Initial results. Presented by PAUL SMITH EGAMCT Meeting, Paris 6 th July 2016 MONK Under-sampling bias calculations for benchmark S2 - Initial results Presented by PAUL SMITH EGAMCT Meeting, Paris 6 th July 2016 Acknowledgement Team work the work was performed by the following ANSWERS

More information

Cross Section Generation Strategy for High Conversion Light Water Reactors Bryan Herman and Eugene Shwageraus

Cross Section Generation Strategy for High Conversion Light Water Reactors Bryan Herman and Eugene Shwageraus Cross Section Generation Strategy for High Conversion Light Water Reactors Bryan Herman and Eugene Shwageraus 1 Department of Nuclear Science and Engineering Massachusetts Institute of Technology 77 Massachusetts

More information

Lattice Boltzmann simulations on heterogeneous CPU-GPU clusters

Lattice Boltzmann simulations on heterogeneous CPU-GPU clusters Lattice Boltzmann simulations on heterogeneous CPU-GPU clusters H. Köstler 2nd International Symposium Computer Simulations on GPU Freudenstadt, 29.05.2013 1 Contents Motivation walberla software concepts

More information

2011 by Jeffrey Neil Cardoni. All Rights Reserved.

2011 by Jeffrey Neil Cardoni. All Rights Reserved. 2011 by Jeffrey Neil Cardoni. All Rights Reserved. NUCLEAR REACTOR MULTI-PHYSICS SIMULATIONS WITH COUPLED MCNP5 AND STAR-CCM+ BY JEFFREY NEIL CARDONI THESIS Submitted in partial fulfillment of the requirements

More information

Performance Analysis of Lattice QCD Application with APGAS Programming Model

Performance Analysis of Lattice QCD Application with APGAS Programming Model Performance Analysis of Lattice QCD Application with APGAS Programming Model Koichi Shirahata 1, Jun Doi 2, Mikio Takeuchi 2 1: Tokyo Institute of Technology 2: IBM Research - Tokyo Programming Models

More information

Introduction to numerical computations on the GPU

Introduction to numerical computations on the GPU Introduction to numerical computations on the GPU Lucian Covaci http://lucian.covaci.org/cuda.pdf Tuesday 1 November 11 1 2 Outline: NVIDIA Tesla and Geforce video cards: architecture CUDA - C: programming

More information

A PWR ASSEMBLY COMPUTATIONAL SCHEME BASED ON THE DRAGON V4 LATTICE CODE

A PWR ASSEMBLY COMPUTATIONAL SCHEME BASED ON THE DRAGON V4 LATTICE CODE Supercomputing in Nuclear Applications (M&C + SNA 2007) Monterey, California, April 15-19, 2007, on CD-ROM, American Nuclear Society, LaGrange Park, IL (2007) A PWR ASSEMBLY COMPUTATIONAL SCHEME BASED

More information

Testing of the SERPENT 2 Software Package and Calculation of the VVR-ts Research Reactor Lifetime

Testing of the SERPENT 2 Software Package and Calculation of the VVR-ts Research Reactor Lifetime XIII International Youth Scientific and Practical Conference FUTURE OF ATOMIC ENERGY - AtomFuture 2017 Volume 2017 Conference Paper Testing of the SERPENT 2 Software Package and Calculation of the VVR-ts

More information

Parameter Estimation for the Dirichlet-Multinomial Distribution

Parameter Estimation for the Dirichlet-Multinomial Distribution Parameter Estimation for the Dirichlet-Multinomial Distribution Amanda Peterson Department of Mathematics and Statistics, University of Maryland, Baltimore County May 20, 2011 Abstract. In the 1998 paper

More information

Neutron Interactions with Matter

Neutron Interactions with Matter Radioactivity - Radionuclides - Radiation 8 th Multi-Media Training Course with Nuclides.net (Institute Josžef Stefan, Ljubljana, 13th - 15th September 2006) Thursday, 14 th September 2006 Neutron Interactions

More information

M&C 2017 Workshop Program (Sunday, April 16, 2016)

M&C 2017 Workshop Program (Sunday, April 16, 2016) M&C 2017 Workshop Program (Sunday, April 16, 2016) WS-ID Title Organizer Lectures Room Time Ivo Kodeli SUSD3D Cross-Section (Jozef Stefan WS-1 Sensitivity and Ivo Kodeli (JSI) 303A Institute, Uncertainty

More information

HTR Spherical Super Lattice Model For Equilibrium Fuel Cycle Analysis. Gray S. Chang. September 12-15, 2005

HTR Spherical Super Lattice Model For Equilibrium Fuel Cycle Analysis. Gray S. Chang. September 12-15, 2005 INEEL/CON-05-02655, Revision 3 PREPRINT HTR Spherical Super Lattice Model For Equilibrium Fuel Cycle Analysis Gray S. Chang September 12-15, 2005 Mathematics And Computation, Supercomputing, Reactor Physics

More information