Version 2 (modified by 7 years ago) ( diff ) | ,
---|
Variance Reduction
General considerations
The time dependent tracking of the neutron population in a multiplying, near critical medium is very challenging in terms of Monte Carlo convergence. A naive analog game in most cases would statistically diverge, moreover it will give an underestimate of the power as the very low chance contributions of a high number of fission in certain chains see Fig. 7. Therefore the calculation is performed always keeping a single particle as a sample of the neutron population gaining or loosing weight at interactions. The neutron weight distribution must be kept around the mean for ensuring statistical convergence. The neutrons are followed from time interval to time interval and the population at the interval ends using splitting and Russian roulette while keeping the total population number constant. Having single, non-branching calculations also supports the architecture of the GPU where threads can be set to single neutron chains.
Fig. 7. Analog and non-analog simulation results for time dependent power evolution for a multiplying medium. Analog simulation produces an underestimate of the power
Biased sampling schemes are applied at fission yield, delayed neutron, interaction type sampling with ongoing development regarding path length sampling and angular biasing.
Optimization of the GPU workflow
The key idea of GUARDYAN is a massively parallel execution structure making use of advanced programming possibilities available on CUDA enabled GPUs. In order to maximize performance however, the architecture calls for some major deviations from a traditional MC code.
Attachments (7)
- NRDI.jpg (34.8 KB ) - added by 7 years ago.
- TDMCC_varP_analog_vs_nonanalog.png (61.8 KB ) - added by 7 years ago.
- event_vs_history_times_new.m.png (106.7 KB ) - added by 7 years ago.
- UOH2O_geometry.png (246.7 KB ) - added by 7 years ago.
- BME_OR_1e-6s_n2e26_neutrondensity_Guardyan_v3.jpg (528.0 KB ) - added by 7 years ago.
- BMEOR_v3.jpg (1.2 MB ) - added by 7 years ago.
- bmeor_profile.png (74.6 KB ) - added by 7 years ago.