Task: Role of moderation

Size: px
Start display at page:

Download "Task: Role of moderation"

Transcription

1 PHGN590 Introduction to Nuclear Reactor Physics Modeling Neutron Slowing in Reactors J. A. McNeil Physics Department Colorado School of Mines 2/2009 Task: Role of moderation In this task we explore the role of moderating (slowing) the neutrons. As can be seen from the data lists, for 235 U the macroscopic cross section for fission by a fast neutron is cm -1, while that for a thermal (slow) neutron is 28.4 cm -1. A moderator is a material that slows the neutrons down without absorbing them. Graphite ( 12 C) is an excellent moderator. It has a macroscopic scattering cross section of 0.381cm -1 and an absorption cross section of cm -1. The addition of a moderating material, like graphite, can alter the critical reactivity. Enrico Fermi used this to construct the first sustained chain reaction using natural uranium as the fuel. ü Analytic tasks (a) To illustrate this calculate k, Eq.(8), for natural Uranium ( 235 U (.72% ) and 238 U (99.28%)). Since Uranium is so much heavier than a neutron, elastic scattering does not slow the neutron down and the fast cross sections must be used.) H* Constants *L Cons = 8k B Ø µ 10^-23, T room Ø , e -> µ 10^-19, m n Ø µ 10^-27<; H* Thermal neutron values *L U235Th = 8r Ø.01886, n d Ø.04833, S s Ø.01588, S g Ø 4.833, S f -> 28.37, n Ø 2.42<; U238Th = 8r Ø.0191, n d Ø.04833, S s Ø.4301, S g Ø.13194, S f -> 0, n Ø 0<; U235frac =.0072; SigSNatUTh =

2 2 Moderation.nb HU235frac S s ê. U235ThL + HH1 - U235fracL S s ê. U238ThL; SigGNatUTh = HU235frac S g ê. U235ThL + HH1 - U235fracL S g ê. U238ThL; SigFNatUTh = HU235frac S f ê. U235ThL + HH1 - U235fracL S f ê. U238ThL; kinfnatuth = HHn U235frac S f ê. U235ThL + Hn H1 - U235fracL S f ê. U238ThLL ê HSigGNatUTh + SigFNatUThL; Print@" The thermal k-factor for an infinite body of natural uranium is ", kinfnatuthd; H* Fast neutron values *L C12data = 8r Ø.00160, n d Ø.08023, S s ->.3811, S g Ø , S f Ø 0, n Ø 0<; U235Fast = 8r Ø.01886, n d Ø.04833, S s Ø , S g Ø , S f ->.06766, n Ø 2.6<; U238Fast = 8r Ø.0191, n d Ø.04833, S s Ø.33347, S g Ø , S f -> , n Ø 2.6<; SigSNatUFast = HU235frac S s ê. U235FastL + HH1 - U235fracL S s ê. U238FastL; SigGNatUFast = HU235frac S g ê. U235FastL + HH1 - U235fracL S g ê. U238FastL; SigFNatUFast = HU235frac S f ê. U235FastL + HH1 - U235fracL S f ê. U238FastL; kinfnatufast = HHn U235frac S f ê. U235FastL + Hn H1 - U235fracL S f ê. U238FastLL ê HSigGNatUFast + SigFNatUFastL; Print@" The fast k-factor for an infinite body of natural uranium is ", kinfnatufastd; The thermal k-factor for an infinite body of natural uranium is The fast k-factor for an infinite body of natural uranium is (b) The average energy of a neutron created in a fission event is about 2 MeV. What fraction of the neutron's energy is lost in an elastic collision with a 12 C nucleus where the average of the cosine of the scattering angle is 2 3 A?

3 Moderation.nb 3 (c) How many collisions does it take to slow the neutron down to thermal energy (~1 ev)? H* ModFac is the moderation factor = fractional energy loss in an elastic scattering collision EF = Energy of the fast neutrons H2.5 MeVL ETh = Energy when thermal cross sections are applicable H1 evl NumScatt = number of elastic scatterings EThêEF = ModFac^NumScatt --Ø NumScatt = Log@EThêEFDêLog@1-ModFacD *L 3 A Avalue = 12; EF = 2. µ 10^6; ETh = 1.; ModFac = N@2 Avalue ê H1 + AvalueL^2D; NumScatt = Floor@Log@ETh ê EFD ê Log@1 - ModFacDD; Print@" For scattering from Carbon the fraction of neutron energy lost is ", ModFacD; Print@" Thus, ", NumScatt, " scatterings are required to bring the neutron to thermal energies"d; For scattering from Carbon the fraction of neutron energy lost is Thus, 94 scatterings are required to bring the neutron to thermal energies (d) Now mix in graphite so that the number densities fractions are x of 12 C and (1-x) uranium (natural). Calculate the aggregate macroscopic cross sections for this mixture using the fast neutron values. From these, calculate the probability, p(x), that a neutron survives to reach thermal energies. Plot the survival probability as a function of x. (e) Now, that the neutrons are slowed down (with probability, p), recalculate the macroscopic cross sections for the x mixture using the thermal values and calculate the critical factor, k(x), given by k HxL = p n S f S a Thermal + H1 - pl n S f S a. Fast

4 4 Moderation.nb What is the optimal mixing fraction yielding the greatest value for k? SigSMixFast = HCmix S s ê. C12dataL + H1 - CmixL SigSNatUFast; SigGMixFast = HCmix S g ê. C12dataL + H1 - CmixL SigGNatUFast; SigFMixFast = H1 - CmixL SigFNatUFast; Prob = SigSMixFast SigGMixFast + SigSMixFast + SigFMixFast NumScatt ; H1 - ProbL n SigFMixFast kmixfast = ê. U235Fast; SigGMixFast + SigFMixFast SigSMixTh = HCmix S s ê. C12dataL + H1 - CmixL SigSNatUTh; SigGMixTh = HCmix S g ê. C12dataL + H1 - CmixL SigGNatUTh; SigFMixTh = H1 - CmixL SigFNatUTh; Prob n SigFMixTh kmixth = ê. U235Th; SigGMixTh + SigFMixTh kinfnatu = kmixth + kmixfast; Plot@kinfNatU ê. Cmix Ø x, 8x, 0, 1<D CmixMax = Cmix ê. Flatten@FindRoot@ Cmix kinfnatu, 8Cmix, 0.98`<DD; kcmix = kinfnatu ê. Cmix Ø CmixMax; kmixfast ê. Cmix Ø CmixMax; kmixth ê. Cmix Ø CmixMax; 1 MFPFast = SigSMixFast + SigGMixFast + SigFMixFast ê. Cmix Ø CmixMax; 1 MFPTh = SigSMixTh + SigGMixTh + SigFMixTh ê. Cmix Ø CmixMax; AbsLenFast = 1 SigGMixFast + SigFMixFast ê. Cmix Ø CmixMax;

5 Moderation.nb 5 AbsLenTh = 1 SigGMixTh + SigFMixTh ê. Cmix Ø CmixMax; LFast = AbsLenFast MFPFast 3 ê. Cmix Ø CmixMax; LTh = AbsLenTh MFPTh 3 ê. Cmix Ø CmixMax; LMix = Prob LTh + H1 - ProbL LFast ê. Cmix Ø CmixMax; Print@" The probability of surviving to thermal speeds is ", Prob ê. Cmix Ø CmixMaxD Print@" The optimal mix of carbon is ", CmixMax, " yielding k = ", kcmixd Print@" Absorption lengths: AbsHFastL = ", AbsLenFast, " AbsHThermalL = ", AbsLenTh, " cm"d Print@" Mean Free Path lengths: MFPHFastL = ", MFPFast, " MFPHThermalL = ", MFPTh, " cm"d Print@" Diffusion lengths: LHFastL = ", LFast, " LHThermalL = ", LTh, " cm \!\H\*OverscriptBox@\HL\L, \H_\LD\L = ", LMixD

6 6 Moderation.nb The probability of surviving to thermal speeds is The optimal mix of carbon is yielding k = Absorption lengths: AbsHFastL = AbsHThermalL = cm Mean Free Path lengths: MFPHFastL = MFPHThermalL = cm Diffusion lengths: LHFastL = LHThermalL = cm L ê = ü Monte Carlo simulation (f) Develop a Monte Carlo simulation for this reactor configuration and calculate the neutron multiplication factor, k, for your optimal mix.

7 Moderation.nb 7 ü Set up the simulation by defining the time step in terms of the velocity and group cross sections Clear@vcm, vboost, dps, dpg, dpf, dpa, dp, dt, vmagd H* This block can only be executed after the previous section *L Fastdata = 8r Ø , n d Ø , S s Ø SigSMixFast, S g Ø SigGMixFast, S f Ø SigFMixFast, n Ø 2.6< ê. Cmix Ø CmixMax Thermaldata = 8r Ø , n d Ø , S s Ø SigSMixTh, S g Ø SigGMixTh, S f Ø SigFMixTh, n Ø 2.42< ê. Cmix Ø CmixMax data = 8Fastdata, Thermaldata<; muavg@a_d = 2 ê H3 AL; Avalue = 12; vboost@vmag_d = vmag ê H1 + AvalueL ; H* boost velocity connecting CM and Lab frames *L vcm@vmag_d = Avalue vmag ê H1 + AvalueL ; H* velocity of neutron in CM frame *L EFast = 2.5 µ 10^6; vf = 100 Sqrt@2 He EFastL ê m n D ê. Cons; ETh = 1.0; vth = 100 Sqrt@2 He EThL ê m n D ê. Cons; vroom = 100 vavg@t room D ê. Cons; dtofv@v_, ig_d := 1 ê H10 v HS s + S g + S f LL ê. data@@igdd; dtth = dtofv@vth, 2D; dtf = dtofv@vf, 1D; dsf = vf dtf; dsth = vth dtth; dpsf = S s dsf ê. Fastdata; dpsth = S s dsth ê. Thermaldata; dpff = S f dsf ê. Fastdata; dpfth = S f dsth ê. Thermaldata; dpgf = S g dsf ê. Fastdata; dpgth = S g dsth ê. Thermaldata; dpaf = dpff + dpgf; dpath = dpfth + dpgth; dpf = dpsf + dpaf; dpth = dpsth + dpath; Print@" Fast time step = ", dtf, " sec, and average speed of, v = ", vf, " cmês, distance per step = ", dsf, " cm"d Print@" Thermal time step = ", dtth,

8 8 Moderation.nb " sec, and average speed of, v = ", vth, " cmês, distance per step = ", dsth, " cm"d Print@" The probabilities of each possible event in one time step:"d Print@" Fast values: scatter = ", dpsf, " fission = ", dpff, " capture =", dpgfd; Print@" Thermal values: scatter = ", dpsth, " fission = ", dpfth, " capture =", dpgthd 8r Ø , n d Ø , S s Ø , S g Ø , S f Ø , n Ø 2.6< 8r Ø , n d Ø , S s Ø , S g Ø , S f Ø , n Ø 2.42< Fast time step = µ sec, and average speed of, v = µ 10 9 cmês, distance per step = cm Thermal time step = µ 10-7 sec, and average speed of, v = µ 10 6 cmês, distance per step = cm The probabilities of each possible event in one time step: Fast values: scatter = fission = capture = Thermal values: scatter = fission = capture =

9 Moderation.nb 9 ü Run the simulation: Nexp = number of "experiments" Nneutron= number of neutrons per experiment TimingBRAbsAvgTable = 8<; ktable = 8<; NScattTable = 8<; ElossTable = 8<; Rmax = 4 LMix; NRbins = 40; dr = Rmax ; NumDen = Table@0, 8i, 1, NRbins + 1<D; NRbins SsGroup = 8S s ê. datap1t, S s ê. datap2t<; SgGroup = 8S g ê. datap1t, S g ê. datap2t<; SfGroup = 8S f ê. datap1t, S f ê. datap2t<; ngroup = 8n ê. datap1t, n ê. datap2t<; Nexp = 10; Nneutrons = 200; NThTotal = 0; 0. DoBNFiss = 0; RAbsTable = 8<; NScattToTh = 0; NTh = 0; NFastScattTotal = 0; Eloss = 0; DoBForB8ig = 1, v = 80, 0, vf<; vmag = vf; dt = dtofv@vmag, igd; r = 80, 0, 0<; istep = 1; istop = -1; NFastScatt = 0<, istop < 0 && istep < 10 5, istep++, :ran = RandomReal@D; ds = vmag dtofv@vmag, igd; dps = ds SsGroupPigT; dpg = ds SgGroupPigT; dpf = ds SfGroupPigT; r = r + v dt; IfBran < dps + dpg + dpfh* does it interact? *L, H*YES, it interacts*l:ifbran < dps H* Is the interaction elastic? *L, H*YES, elastic *L:vmagsave = vmag; thcm = p RandomReal@D; phicm = 2 p RandomReal@D; v = vcm@vmagd 8Sin@thcmD Cos@phicmD, Sin@thcmD Sin@phicmD, Cos@thcmD< + vboost@vd; vmag = v.v ; IfBvmag vth H* Is the new speed thermal? *L,

10 10 Moderation.nb H* Is the new speed thermal? *L, H* yes, change to group 2, and keep speed constant from now on *L :ig = 2; v = vth v >, H* no, accumulate vmag fractional energy loss *L:Eloss = Eloss vmag 2 vmagsave 2 ; NFastScatt++>F;>, H* NO, inelastic *L8iStop = 1; If@ran < dps + dpfh* Was the inelastic event fission? *L, H* Yes, accumulate fission neutrons generated *LNFiss = NFiss + ngrouppigth* no, do nothing *LD< FH* End elastic scattering IF *L >FH* End interaction IF *L; >FH* End For *L; If@ig ã 2, NScattToTh = NScattToTh + NFastScatt; NTh ++D; NFastScattTotal = NFastScattTotal + NFastScatt; rmag = r.r ; AppendTo@RAbsTable, rmagd; rindex = FloorB rmag F + 1; If@rindex > NRbins, dr NumDenPNRbins + 1T ++, NumDenPrindexT ++D;, NFiss 8j, 1, Nneutrons<F; AppendToBkTable, Nneutrons F; LenRabs = Length@RAbsTableD; AppendToBRAbsAvgTable, i=1 Nneutrons RAbsTablePiT F; Nneutrons AppendToBNScattTable, NB NScattToTh FF; NTh

11 Moderation.nb 11 Eloss AppendToBElossTable, NB NFastScattTotal FF; NThTotal = NThTotal + NTh;, 8iexp, 1, Nexp<F; ElossAvg = Nexp iexp= , < ElossTablePiexpT F Nexp

12 12 Moderation.nb ü Calculate averages and deviations and plot the flux density H* k Avergage *L Lenk = Length@kTableD; kavg = N@Sum@kTable@@iDD, 8i, 1, Lenk<D ê LenkD; Delk = Sqrt@Sum@HkTable@@iDD - kavgl ^ 2, 8i, 1, Lenk<D ê LenkD; H* Average absorption radius *L LenR = Length@RAbsAvgTableD; RAbsAvg = N@Sum@RAbsAvgTable@@iDD, 8i, 1, LenR<D ê LenRD; DRAbs = Sqrt@N@Sum@HRAbsAvgTable@@iDD ^ 2 - RAbsAvg ^ 2L, 8i, 1, LenR<D ê LenRDD; H* Average number of scatterings to reach thermal speed *L LenNScatt = Length@NScattTableD; NScattAvg = Sum@NScattTable@@iDD, 8i, 1, LenNScatt<D ê LenNScatt; ProbSurviveToThermal = N@NThTotal ê Nneutrons ê NexpD; H* Print Monte Carlo results *L Print@" Neutron multiplication constant khmonte CarloL = ", kavg, " +ê- ", Delk, " khanalyticl = ", kcmixd Print@" Average radius value at absorption = ", RAbsAvg, " +ê_ ", DRAbs, " cm"d Print@" Average number of scatterings needed to reach thermal speeds = ", NScattAvgD Print@" Survival probability HMCL = ", ProbSurviveToThermal, " HanalyticL =", Prob ê. Cmix -> CmixMaxD

13 Moderation.nb 13 Neutron multiplication constant khmonte CarloL = ê khanalyticl = Average radius value at absorption = ê_ cm Average number of scatterings needed to reach thermal speeds = Survival probability HMCL = HanalyticL = NRbins norm = i=1 NumDenPiT; DenNormed = TableBNB NumDenPiT norm IShellVol@iR_D = dr 3 4 p ir 2 ;M PhiMCTable = TableB DenNormedPiT ShellVol@iD Phi@x_D = - x LD F, 8i, 1, NRbins<F;, 8i, 1, NRbins<F; x ; Inorm = 4 p IntegrateAPhi@xD x2, 8x, 0, <, Assumptions Ø Re@LDD > 0E;M Phi0@x_D = Phi@xD ê. LD Ø LMix; ; PhiMax = norm Max@PhiMCTableD; PhiAnalyticTable = Table@Phi0@Hi - 0.5`L drd, 8i, 1, NRbins<D; horizaxis = Style@"r HcmL", FontFamily Ø "Tahoma", FontColor Ø Blue, FontWeight Ø Bold, FontSize Ø 12D; vertaxis = Style@"j", FontFamily Ø "Tahoma", FontColor Ø Blue, FontWeight Ø Bold, FontSize Ø 12D; plotname = Style@"Neutron Flux", FontFamily Ø "Tahoma", FontColor Ø Black, FontWeight Ø Bold, FontSize Ø 14D; p1 = ListPlot@PhiMCTable, DisplayFunction Ø Identity, PlotStyle Ø 8RGBColor@1, 0, 0D, PointSize@0.015`D<, Frame Ø True, GridLines Ø Automatic, PlotLabel Ø plotname, FrameLabel Ø 8horizaxis, vertaxis<,

14 14 Moderation.nb plotname, FrameLabel Ø 8horizaxis, vertaxis<, ImageSize Ø 400, Background Ø LightOrange, PlotRange Ø PhiMax, 1.2 PhiMax<D; p2 = ListPlot@PhiAnalyticTable, Joined Ø True, DisplayFunction Ø Identity, PlotStyle Ø 8Black, Thickness@0.005`D<, Frame Ø True, GridLines Ø Automatic, PlotLabel Ø plotname, FrameLabel Ø 8horizaxis, vertaxis<, ImageSize Ø 400, Background Ø LightOrange, PlotRange Ø PhiMax, 1.2 PhiMax<D; Show@p1, p2, DisplayFunction Ø $DisplayFunctionD Neutron Flux j r HcmL

Elastic scattering. Elastic scattering

Elastic scattering. Elastic scattering Elastic scattering Now we have worked out how much energy is lost when a neutron is scattered through an angle, θ We would like to know how much energy, on average, is lost per collision In order to do

More information

Nuclear Physics 2. D. atomic energy levels. (1) D. scattered back along the original direction. (1)

Nuclear Physics 2. D. atomic energy levels. (1) D. scattered back along the original direction. (1) Name: Date: Nuclear Physics 2. Which of the following gives the correct number of protons and number of neutrons in the nucleus of B? 5 Number of protons Number of neutrons A. 5 6 B. 5 C. 6 5 D. 5 2. The

More information

Control of the fission chain reaction

Control of the fission chain reaction Control of the fission chain reaction Introduction to Nuclear Science Simon Fraser University Spring 2011 NUCS 342 April 8, 2011 NUCS 342 (Lecture 30) April 8, 2011 1 / 29 Outline 1 Fission chain reaction

More information

VI. Chain Reaction. Two basic requirements must be filled in order to produce power in a reactor:

VI. Chain Reaction. Two basic requirements must be filled in order to produce power in a reactor: VI. Chain Reaction VI.1. Basic of Chain Reaction Two basic requirements must be filled in order to produce power in a reactor: The fission rate should be high. This rate must be continuously maintained.

More information

VIII. Neutron Moderation and the Six Factors

VIII. Neutron Moderation and the Six Factors Introduction VIII. Neutron Moderation and the Six Factors 130 We continue our quest to calculate the multiplication factor (keff) and the neutron distribution (in position and energy) in nuclear reactors.

More information

Energy Dependence of Neutron Flux

Energy Dependence of Neutron Flux Energy Dependence of Neutron Flux B. Rouben McMaster University Course EP 4D03/6D03 Nuclear Reactor Analysis (Reactor Physics) 2015 Sept.-Dec. 2015 September 1 Contents We start the discussion of the energy

More information

Chapter V: Interactions of neutrons with matter

Chapter V: Interactions of neutrons with matter Chapter V: Interactions of neutrons with matter 1 Content of the chapter Introduction Interaction processes Interaction cross sections Moderation and neutrons path For more details see «Physique des Réacteurs

More information

MSE 310/ECE 340. Instructor: Bill Knowlton. Initialize data Clear somedata, someplot. Place data in list somedata

MSE 310/ECE 340. Instructor: Bill Knowlton. Initialize data Clear somedata, someplot. Place data in list somedata MSE 3/ECE 340 Instructor: Bill Knowlton Examples of Plotting Functions ü Example 1: Using the command ListPlot[ ] to plot data in a scatter plot In[1]:= Initialize data Clear somedata someplot Place data

More information

Lesson 8: Slowing Down Spectra, p, Fermi Age

Lesson 8: Slowing Down Spectra, p, Fermi Age Lesson 8: Slowing Down Spectra, p, Fermi Age Slowing Down Spectra in Infinite Homogeneous Media Resonance Escape Probability ( p ) Resonance Integral ( I, I eff ) p, for a Reactor Lattice Semi-empirical

More information

Nuclear Fission. 1/v Fast neutrons. U thermal cross sections σ fission 584 b. σ scattering 9 b. σ radiative capture 97 b.

Nuclear Fission. 1/v Fast neutrons. U thermal cross sections σ fission 584 b. σ scattering 9 b. σ radiative capture 97 b. Nuclear Fission 1/v Fast neutrons should be moderated. 235 U thermal cross sections σ fission 584 b. σ scattering 9 b. σ radiative capture 97 b. Fission Barriers 1 Nuclear Fission Q for 235 U + n 236 U

More information

Lectures on Applied Reactor Technology and Nuclear Power Safety. Lecture No 1. Title: Neutron Life Cycle

Lectures on Applied Reactor Technology and Nuclear Power Safety. Lecture No 1. Title: Neutron Life Cycle Lectures on Nuclear Power Safety Lecture No 1 Title: Neutron Life Cycle Department of Energy Technology KTH Spring 2005 Slide No 1 Outline of the Lecture Infinite Multiplication Factor, k Four Factor Formula

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

17 Neutron Life Cycle

17 Neutron Life Cycle 17 Neutron Life Cycle A typical neutron, from birth as a prompt fission neutron to absorption in the fuel, survives for about 0.001 s (the neutron lifetime) in a CANDU. During this short lifetime, it travels

More information

NEUTRON MODERATION. LIST three desirable characteristics of a moderator.

NEUTRON MODERATION. LIST three desirable characteristics of a moderator. Reactor Theory (eutron Characteristics) DOE-HDBK-1019/1-93 EUTRO MODERATIO EUTRO MODERATIO In thermal reactors, the neutrons that cause fission are at a much lower energy than the energy level at which

More information

Introduction to Nuclear Physics Physics 124 Solution Set 6

Introduction to Nuclear Physics Physics 124 Solution Set 6 Introduction to Nuclear Physics Physics 124 Solution Set 6 J.T. Burke January 18, 2000 1 Problem 22 In order to thermalize a neutron it must undergo multiple elastic collisions. Upon each interaction it

More information

Solving the neutron slowing down equation

Solving the neutron slowing down equation Solving the neutron slowing down equation Bertrand Mercier, Jinghan Peng To cite this version: Bertrand Mercier, Jinghan Peng. Solving the neutron slowing down equation. 2014. HAL Id: hal-01081772

More information

Cross-Sections for Neutron Reactions

Cross-Sections for Neutron Reactions 22.05 Reactor Physics Part Four Cross-Sections for Neutron Reactions 1. Interactions: Cross-sections deal with the measurement of interactions between moving particles and the material through which they

More information

1 v. L18.pdf Spring 2010, P627, YK February 22, 2012

1 v. L18.pdf Spring 2010, P627, YK February 22, 2012 L18.pdf Spring 2010, P627, YK February 22, 2012 18 T2 Nuclear Information Service at LANL: http://t2.lanl.gov/data/ ENDF/B VI Neutron Data : http://t2.lanl.gov/cgi bin/nuclides/endind Thermal neutron x

More information

ME 406 Bifurcations VII Subcritical Hopf Bifurcation

ME 406 Bifurcations VII Subcritical Hopf Bifurcation ME 406 Bifurcations VII Subcritical Hopf Bifurcation sysid Mathematica 4.1.2, DynPac 10.66, 3ê5ê2002 intreset; plotreset; 1. Introduction In this notebook, the seventh in a series of notebooks on bifurcations,

More information

turbine (a) (i) Which part of the power station provides thermal (heat) energy from a chain reaction?

turbine (a) (i) Which part of the power station provides thermal (heat) energy from a chain reaction? Nuclear fission and radiation 1 The diagram shows parts of a nuclear power station. control rods boiler steam generator electricity out turbine condenser nuclear reactor (a) (i) Which part of the power

More information

Lecture 20 Reactor Theory-V

Lecture 20 Reactor Theory-V Objectives In this lecture you will learn the following We will discuss the criticality condition and then introduce the concept of k eff.. We then will introduce the four factor formula and two group

More information

MCRT L8: Neutron Transport

MCRT L8: Neutron Transport MCRT L8: Neutron Transport Recap fission, absorption, scattering, cross sections Fission products and secondary neutrons Slow and fast neutrons Energy spectrum of fission neutrons Nuclear reactor safety

More information

X. Assembling the Pieces

X. Assembling the Pieces X. Assembling the Pieces 179 Introduction Our goal all along has been to gain an understanding of nuclear reactors. As we ve noted many times, this requires knowledge of how neutrons are produced and lost.

More information

2. The neutron may just bounce off (elastic scattering), and this can happen at all neutron energies.

2. The neutron may just bounce off (elastic scattering), and this can happen at all neutron energies. Nuclear Theory - Course 227 NEUTRON CROSS SECTONS, NEUTRON DENSTY AND NEUTRON FLUX Neutron Cross Sections Let us have a look at the various reactions a neutron can undergo with a U-235 nucleus: As mentioned

More information

B. Rouben McMaster University Course EP 4D03/6D03 Nuclear Reactor Analysis (Reactor Physics) 2015 Sept.-Dec.

B. Rouben McMaster University Course EP 4D03/6D03 Nuclear Reactor Analysis (Reactor Physics) 2015 Sept.-Dec. 2: Fission and Other Neutron Reactions B. Rouben McMaster University Course EP 4D03/6D03 Nuclear Reactor Analysis (Reactor Physics) 2015 Sept.-Dec. 2015 September 1 Contents Concepts: Fission and other

More information

Fundamentals of Nuclear Reactor Physics

Fundamentals of Nuclear Reactor Physics Fundamentals of Nuclear Reactor Physics E. E. Lewis Professor of Mechanical Engineering McCormick School of Engineering and Applied Science Northwestern University AMSTERDAM BOSTON HEIDELBERG LONDON NEW

More information

Neutron reproduction. factor ε. k eff = Neutron Life Cycle. x η

Neutron reproduction. factor ε. k eff = Neutron Life Cycle. x η Neutron reproduction factor k eff = 1.000 What is: Migration length? Critical size? How does the geometry affect the reproduction factor? x 0.9 Thermal utilization factor f x 0.9 Resonance escape probability

More information

Reactors and Fuels. Allen G. Croff Oak Ridge National Laboratory (ret.) NNSA/DOE Nevada Support Facility 232 Energy Way Las Vegas, NV

Reactors and Fuels. Allen G. Croff Oak Ridge National Laboratory (ret.) NNSA/DOE Nevada Support Facility 232 Energy Way Las Vegas, NV Reactors and Fuels Allen G. Croff Oak Ridge National Laboratory (ret.) NNSA/DOE Nevada Support Facility 232 Energy Way Las Vegas, NV July 19-21, 2011 This course is partially based on work supported by

More information

Study on SiC Components to Improve the Neutron Economy in HTGR

Study on SiC Components to Improve the Neutron Economy in HTGR Study on SiC Components to Improve the Neutron Economy in HTGR Piyatida TRINURUK and Assoc.Prof.Dr. Toru OBARA Department of Nuclear Engineering Research Laboratory for Nuclear Reactors Tokyo Institute

More information

Neutron interactions and dosimetry. Eirik Malinen Einar Waldeland

Neutron interactions and dosimetry. Eirik Malinen Einar Waldeland Neutron interactions and dosimetry Eirik Malinen Einar Waldeland Topics 1. Neutron interactions 1. Scattering 2. Absorption 2. Neutron dosimetry 3. Applications The neutron Uncharged particle, mass close

More information

PHGN590. Introduction to Nuclear Reactor Physics. Two Group Flux Profile

PHGN590. Introduction to Nuclear Reactor Physics. Two Group Flux Profile PHGN590 Introduction to Nuclear Reactor Physics Two Group Flux Profile J. A. McNeil Physics Department Colorado School of Mines 4/2009 2 Flux_Profile_2group.nb Two velocity groups ü Parameters based on

More information

JPEG BMP. jpeg1.nb 1 JPEG. [Reference] /10/ /10/21 Takuichi Hirano (Tokyo Institute of Technology)

JPEG BMP. jpeg1.nb 1 JPEG. [Reference] /10/ /10/21 Takuichi Hirano (Tokyo Institute of Technology) peg1.nb 1 JPEG JPEG [Reference] http://en.wikipedia.org/wiki/jpeg 2006/10/21 2006/10/21 Takuichi Hirano (Tokyo Institute of Technology) BMP In[1]:= Out[1]= SetDirectory@"d:êhira2êpublic_htmlêhobbyêeduêpeg"D

More information

Reactor Physics: Basic Definitions and Perspectives. Table of Contents

Reactor Physics: Basic Definitions and Perspectives. Table of Contents Reactor Physics - Basic Definitions and Perspectives Reactor Physics: Basic Definitions and Perspectives prepared by Wm. J. Garland, Professor, Department of Engineering Physics, McMaster University, Hamilton,

More information

Lewis 2.1, 2.2 and 2.3

Lewis 2.1, 2.2 and 2.3 Chapter 2(and 3) Cross-Sections TA Lewis 2.1, 2.2 and 2.3 Learning Objectives Understand different types of nuclear reactions Understand cross section behavior for different reactions Understand d resonance

More information

1. What is the phenomenon that best explains why greenhouse gases absorb infrared radiation? D. Diffraction (Total 1 mark)

1. What is the phenomenon that best explains why greenhouse gases absorb infrared radiation? D. Diffraction (Total 1 mark) 1. What is the phenomenon that best explains why greenhouse gases absorb infrared radiation? A. Resonance B. Interference C. Refraction D. Diffraction 2. In which of the following places will the albedo

More information

Nuclear Reactions. Fission Fusion

Nuclear Reactions. Fission Fusion Nuclear Reactions Fission Fusion Nuclear Reactions and the Transmutation of Elements A nuclear reaction takes place when a nucleus is struck by another nucleus or particle. Compare with chemical reactions!

More information

Monte Carlo Methods in Reactor Physics

Monte Carlo Methods in Reactor Physics UNIVERSITY OF LJUBLJANA Faculty of Mathematics and Physics Department of Physics Seminar on Monte Carlo Methods in Reactor Physics Author: Andrej Kavčič Mentor: prof. dr. Matjaž Ravnik Ljubljana, January

More information

NUCLEAR SCIENCE ACAD BASIC CURRICULUM CHAPTER 5 NEUTRON LIFE CYCLE STUDENT TEXT REV 2. L th. L f U-235 FUEL MODERATOR START CYCLE HERE THERMAL NEUTRON

NUCLEAR SCIENCE ACAD BASIC CURRICULUM CHAPTER 5 NEUTRON LIFE CYCLE STUDENT TEXT REV 2. L th. L f U-235 FUEL MODERATOR START CYCLE HERE THERMAL NEUTRON ACAD BASIC CURRICULUM NUCLEAR SCIENCE CHAPTER 5 NEUTRON LIFE CYCLE 346 RESONANCE LOSSES p 038 THERMAL NEUTRON 2 THERMAL NEUTRON LEAKAGE 52 THERMAL ABSORBED BY NON-FUEL ATOMS L th 07 THERMAL f 965 THERMAL

More information

Theoretical Task 3 (T-3) : Solutions 1 of 9

Theoretical Task 3 (T-3) : Solutions 1 of 9 Theoretical Task 3 (T-3) : Solutions of 9 The Design of a Nuclear Reactor Uranium occurs in nature as UO with only 0.70% of the uranium atoms being 35 U. Neutron induced fission occurs readily in 35 U

More information

Reactivity Balance & Reactor Control System

Reactivity Balance & Reactor Control System Reactivity Balance & Reactor Control System K.S. Rajan Professor, School of Chemical & Biotechnology SASTRA University Joint Initiative of IITs and IISc Funded by MHRD Page 1 of 6 Table of Contents 1 MULTIPLICATION

More information

Question Answer Marks Guidance 1 (a) The neutrons interact with other uranium (nuclei) / the neutrons cause further (fission) reactions

Question Answer Marks Guidance 1 (a) The neutrons interact with other uranium (nuclei) / the neutrons cause further (fission) reactions Question Answer Marks Guidance 1 (a) The neutrons interact with other uranium (nuclei) / the neutrons cause further (fission) reactions Not: neutrons interact with uranium atoms / molecules / particles

More information

14 Supernovae (short overview) introduc)on to Astrophysics, C. Bertulani, Texas A&M-Commerce 1

14 Supernovae (short overview) introduc)on to Astrophysics, C. Bertulani, Texas A&M-Commerce 1 14 Supernovae (short overview) introduc)on to Astrophysics, C. Bertulani, Texas A&M-Commerce 1 The core-collapse of a supernova The core of a pre-supernova is made of nuclei in the iron-mass range A ~

More information

MODERATING RATIO PARAMETER EVALUATION FOR DIFFERENT MATERIALS BY MEANS OF MONTE CARLO CALCULATIONS AND REACTIVITY DIRECT MEASUREMENTS

MODERATING RATIO PARAMETER EVALUATION FOR DIFFERENT MATERIALS BY MEANS OF MONTE CARLO CALCULATIONS AND REACTIVITY DIRECT MEASUREMENTS MODERING RIO PRMEER EVLUION FOR DIFFEREN MERIL BY MEN OF MONE CRLO CLCULION ND RECIVIY DIREC MEUREMEN. Borio, M. Cagnazzo, F. Marchetti, P. Pappalardo,. alvini. Laboratorio Energia Nucleare pplicata (L.E.N..)

More information

22.54 Neutron Interactions and Applications (Spring 2004) Chapter 1 (2/3/04) Overview -- Interactions, Distributions, Cross Sections, Applications

22.54 Neutron Interactions and Applications (Spring 2004) Chapter 1 (2/3/04) Overview -- Interactions, Distributions, Cross Sections, Applications .54 Neutron Interactions and Applications (Spring 004) Chapter 1 (/3/04) Overview -- Interactions, Distributions, Cross Sections, Applications There are many references in the vast literature on nuclear

More information

Core Physics Second Part How We Calculate LWRs

Core Physics Second Part How We Calculate LWRs Core Physics Second Part How We Calculate LWRs Dr. E. E. Pilat MIT NSED CANES Center for Advanced Nuclear Energy Systems Method of Attack Important nuclides Course of calc Point calc(pd + N) ϕ dn/dt N

More information

ME201/MTH281/ME400/CHE400 Newton's Law of Cooling

ME201/MTH281/ME400/CHE400 Newton's Law of Cooling ME1/MTH281/ME0/CHE0 Newton's Law of Cooling 1. Introduction This notebook uses Mathematica to solve the problem presented in class, in section 5.1 of the notes. The problem is one of transient heat conduction

More information

Nuclear Theory - Course 227 THERMAL REACTORS (BASIC DESIGN)

Nuclear Theory - Course 227 THERMAL REACTORS (BASIC DESIGN) Nuclear Theory - Course 227 THERMAL REACTORS (BASC DESGN) When a U-235 nucleus fissions an average of 2.5 neutrons are released in addition to the energy. This suggests that these neutrons could be used

More information

Nuclear Theory - Course 227

Nuclear Theory - Course 227 Lesson 227.00-2 NEUTRON BALANCE Nuclear Theory - Course 227 DURNG STEADY REACTOR OPERATON We have seen, in the previous lesson, what type of neutrons are produced and how they are produced in a reactor.

More information

Chapter 10. Answers to examination-style questions. Answers Marks Examiner s tips. 1 (a) (i) 238. (ii) β particle(s) 1 Electron antineutrinos 1

Chapter 10. Answers to examination-style questions. Answers Marks Examiner s tips. 1 (a) (i) 238. (ii) β particle(s) 1 Electron antineutrinos 1 (a) (i) 238 92 U + 0 n 239 92 U (ii) β particle(s) Electron antineutrinos (b) For: Natural uranium is 98% uranium-238 which would be otherwise unused. Plutonium-239 would not need to be stored long-term

More information

SRI VIDYA COLLEGE OF ENGINEERING & TECHNOLOGY QUESTION BANK UNIT II -TWOMARKS. UNIT-II NUCLEAR POWER PLANTS:

SRI VIDYA COLLEGE OF ENGINEERING & TECHNOLOGY QUESTION BANK UNIT II -TWOMARKS. UNIT-II NUCLEAR POWER PLANTS: -TWOMARKS. UNIT-II NUCLEAR POWER PLANTS: 1.What is meant by radioactivity? It refers to the german name of Radio-Activitat. Radioactivity is the spontaneous disintegration of atomic nuclei. The nucleus

More information

Write down the nuclear equation that represents the decay of neptunium 239 into plutonium 239.

Write down the nuclear equation that represents the decay of neptunium 239 into plutonium 239. Q1.A rod made from uranium 238 ( U) is placed in the core of a nuclear reactor where it absorbs free neutrons. When a nucleus of uranium 238 absorbs a neutron it becomes unstable and decays to neptunium

More information

Efficient Energy Conversion of the 14MeV Neutrons in DT Inertial Confinement Fusion. By F. Winterberg University of Nevada, Reno

Efficient Energy Conversion of the 14MeV Neutrons in DT Inertial Confinement Fusion. By F. Winterberg University of Nevada, Reno Efficient Energy Conversion of the 14MeV Neutrons in DT Inertial Confinement Fusion By F. Winterberg University of Nevada, Reno Abstract In DT fusion 80% of the energy released goes into 14MeV neutrons,

More information

Decays and Scattering. Decay Rates Cross Sections Calculating Decays Scattering Lifetime of Particles

Decays and Scattering. Decay Rates Cross Sections Calculating Decays Scattering Lifetime of Particles Decays and Scattering Decay Rates Cross Sections Calculating Decays Scattering Lifetime of Particles 1 Decay Rates There are THREE experimental probes of Elementary Particle Interactions - bound states

More information

Nuclear Reactions. Thornton and Rex, Ch. 13. Otto Hahn and Lise Meitner

Nuclear Reactions. Thornton and Rex, Ch. 13. Otto Hahn and Lise Meitner Nuclear Reactions Thornton and Rex, Ch. 13 Otto Hahn and Lise Meitner Reaction Kinematics Consider a general reaction, A (x, y) B or A + x Æ y + B with target A at rest. Ex. 9 Be 4 + 4 a 2 Æ 1 n 0 + 12

More information

Lecture 7 Problem Set-2

Lecture 7 Problem Set-2 Objectives In this lecture you will learn the following In this lecture we shall practice solving problems. We will solve 5 out of 10 problems in Assignment-2. Background Information Mole Molecular weight

More information

In[0]:= Dateist@D Out[0]= 82009, 0, 9, 2, 35, 3.457034< ü Bo 0 < < -> 2 Consider the case when we have a particle in the ground state of PIB of length. In[3]:= Y@_, _D := Definitions: 2 SinB p F In[4]:=

More information

Quantum Mechanics using Matrix Methods

Quantum Mechanics using Matrix Methods Quantum Mechanics using Matrix Methods Introduction and the simple harmonic oscillator In this notebook we study some problems in quantum mechanics using matrix methods. We know that we can solve quantum

More information

2. The Steady State and the Diffusion Equation

2. The Steady State and the Diffusion Equation 2. The Steady State and the Diffusion Equation The Neutron Field Basic field quantity in reactor physics is the neutron angular flux density distribution: Φ( r r, E, r Ω,t) = v(e)n( r r, E, r Ω,t) -- distribution

More information

3. State each of the four types of inelastic collisions, giving an example of each (zaa type example is acceptable)

3. State each of the four types of inelastic collisions, giving an example of each (zaa type example is acceptable) Nuclear Theory - Course 227 OBJECTIVES to: At the conclusion of this course the trainee will be able 227.00-1 Nuclear Structure 1. Explain and use the ZXA notation. 2. Explain the concept of binding energy.

More information

ME201/MTH21/ME400/CHE400 ASSIGNMENT #7 PROBLEM 1 Newton's Law of Cooling in Transient Conduction 1. Introduction This notebook uses Mathematica to solve problem 1 of Assignment #7, in which we analyze

More information

The discovery of nuclear reactions need not bring about the destruction of mankind any more than the discovery of matches - Albert Einstein

The discovery of nuclear reactions need not bring about the destruction of mankind any more than the discovery of matches - Albert Einstein The world has achieved brilliance without wisdom, power without conscience. Ours is a world of nuclear giants and ethical infants. - Omar Bradley (US general) The discovery of nuclear reactions need not

More information

Reactivity Coefficients

Reactivity Coefficients Reactivity Coefficients B. Rouben McMaster University Course EP 4D03/6D03 Nuclear Reactor Analysis (Reactor Physics) 2015 Sept.-Dec. 2015 September 1 Reactivity Changes In studying kinetics, we have seen

More information

High precision neutron inelastic cross section measurements

High precision neutron inelastic cross section measurements High precision neutron inelastic cross section measurements A. Olacel, C. Borcea, M. Boromiza, A. Negret IFIN-HH, DFN Outline The experimental setup GELINA GAINS Data analysis algorithm. Monte Carlo simulations

More information

Delayed neutrons in nuclear fission chain reaction

Delayed neutrons in nuclear fission chain reaction Delayed neutrons in nuclear fission chain reaction 1 Critical state Temporal flow Loss by leakage Loss by Absorption If the number of neutrons (the number of fission reactions) is practically constant

More information

Topics ASTR 3730: Fall 2003

Topics ASTR 3730: Fall 2003 Topics Qualitative questions: might cover any of the main topics (since 2nd midterm: star formation, extrasolar planets, supernovae / neutron stars, black holes). Quantitative questions: worthwhile to

More information

Lecture 14, 8/9/2017. Nuclear Reactions and the Transmutation of Elements Nuclear Fission; Nuclear Reactors Nuclear Fusion

Lecture 14, 8/9/2017. Nuclear Reactions and the Transmutation of Elements Nuclear Fission; Nuclear Reactors Nuclear Fusion Lecture 14, 8/9/2017 Nuclear Reactions and the Transmutation of Elements Nuclear Fission; Nuclear Reactors Nuclear Fusion Nuclear Reactions and the Transmutation of Elements A nuclear reaction takes place

More information

Fitting Data in Mathematica

Fitting Data in Mathematica ã Bill Knowlton Fitting Data in Mathematica There are two ways to fit data: 1. Fit[ ] command (less comlicated) Format: Fit[data set, {x variable,y function}, x variable] (2 examles below) 2. FindFit[

More information

The Attenuation of Neutrons in Barite Concrete

The Attenuation of Neutrons in Barite Concrete Universities Research Journal 2011, Vol. 4, No. 4 The Attenuation of Neutrons in Barite Concrete Wunna Ko Abstract The aim of this research is to study the neutron attenuation in barite concrete as a result

More information

Chapter 7 & 8 Control Rods Fission Product Poisons. Ryan Schow

Chapter 7 & 8 Control Rods Fission Product Poisons. Ryan Schow Chapter 7 & 8 Control Rods Fission Product Poisons Ryan Schow Ch. 7 OBJECTIVES 1. Define rod shadow and describe its causes and effects. 2. Sketch typical differential and integral rod worth curves and

More information

Part II Particle and Nuclear Physics Examples Sheet 4

Part II Particle and Nuclear Physics Examples Sheet 4 Part II Particle and Nuclear Physics Examples Sheet 4 T. Potter Lent/Easter Terms 018 Basic Nuclear Properties 8. (B) The Semi-Empirical mass formula (SEMF) for nuclear masses may be written in the form

More information

Lecture 5 Nuclear Reactions

Lecture 5 Nuclear Reactions Objectives In this lecture you will learn the following We shall understand the concept of kinetic energy from the perspective of particle physics. We shall conclude that for all practical purposes, mass

More information

Episode 528: Controlling fission

Episode 528: Controlling fission Episode 528: Controlling fission In this episode, you can look at the different features of the core of a nuclear reactor, and explain its operation using your students knowledge of nuclear physics. Summary

More information

Neutronic analysis of SFR lattices: Serpent vs. HELIOS-2

Neutronic analysis of SFR lattices: Serpent vs. HELIOS-2 Neutronic analysis of SFR lattices: Serpent vs. HELIOS-2 E. Fridman 1, R. Rachamin 1, C. Wemple 2 1 Helmholtz Zentrum Dresden Rossendorf 2 Studsvik Scandpower Inc. Text optional: Institutsname Prof. Dr.

More information

Nuclear Theory - Course 127 EFFECTS OF FUEL BURNUP

Nuclear Theory - Course 127 EFFECTS OF FUEL BURNUP Nuclear Theory - Course 127 EFFECTS OF FUEL BURNUP The effect of fuel burnup wa~ considered, to some extent, in a previous lesson. During fuel burnup, U-235 is used up and plutonium is produced and later

More information

Slowing down the neutrons

Slowing down the neutrons Slowing down the neutrons Clearly, an obvious way to make a reactor work, and to make use of this characteristic of the 3 U(n,f) cross-section, is to slow down the fast, fission neutrons. This can be accomplished,

More information

6 Neutrons and Neutron Interactions

6 Neutrons and Neutron Interactions 6 Neutrons and Neutron Interactions A nuclear reactor will not operate without neutrons. Neutrons induce the fission reaction, which produces the heat in CANDU reactors, and fission creates more neutrons.

More information

Simple Experimental Design for Calculation of Neutron Removal Cross Sections K. Groves 1 1) McMaster University, 1280 Main St. W, Hamilton, Canada.

Simple Experimental Design for Calculation of Neutron Removal Cross Sections K. Groves 1 1) McMaster University, 1280 Main St. W, Hamilton, Canada. Simple Experimental Design for Calculation of Neutron Removal Cross Sections K. Groves 1 1) McMaster University, 1280 Main St. W, Hamilton, Canada. (Dated: 5 August 2017) This article proposes an experimental

More information

We completed our discussion of nuclear modeling with a discussion of the liquid drop and shell models We began discussing radioactivity

We completed our discussion of nuclear modeling with a discussion of the liquid drop and shell models We began discussing radioactivity Modern Physics (PHY 3305) Lecture Notes Modern Physics (PHY 3305) Lecture Notes Nuclear Physics: Fission and Fusion (11.7) SteveSekula, 19 April 010 (created 1 April 010) Review no tags We completed our

More information

Detectors in Nuclear Physics (40 hours)

Detectors in Nuclear Physics (40 hours) Detectors in Nuclear Physics (40 hours) Silvia Leoni, Silvia.Leoni@mi.infn.it http://www.mi.infn.it/~sleoni Complemetary material: Lectures Notes on γ-spectroscopy LAB http://www.mi.infn.it/~bracco Application

More information

Lesson 6: Diffusion Theory (cf. Transport), Applications

Lesson 6: Diffusion Theory (cf. Transport), Applications Lesson 6: Diffusion Theory (cf. Transport), Applications Transport Equation Diffusion Theory as Special Case Multi-zone Problems (Passive Media) Self-shielding Effects Diffusion Kernels Typical Values

More information

Processing of Basic Nuclear Data for Criticality Coefficients Calculations of Fast Homogeneous Systems

Processing of Basic Nuclear Data for Criticality Coefficients Calculations of Fast Homogeneous Systems Processing of Basic Nuclear Data for Criticality Coefficients Calculations of Fast Homogeneous Systems Jefferson Neves Pereira jeffersonnevespereira@gmail.com Instituto Militar de Engenharia Sergio de

More information

The Physics of Nuclear Reactors. Heather King Physics 420

The Physics of Nuclear Reactors. Heather King Physics 420 The Physics of Nuclear Reactors Heather King Physics 420 Nuclear Reactions A nuclear reaction is a reaction that involves atomic nuclei, or nuclear particles (protons, neutrons), producing products different

More information

Physics 3204 UNIT 3 Test Matter Energy Interface

Physics 3204 UNIT 3 Test Matter Energy Interface Physics 3204 UNIT 3 Test Matter Energy Interface 2005 2006 Time: 60 minutes Total Value: 33 Marks Formulae and Constants v = f λ E = hf h f = E k + W 0 E = m c 2 p = h λ 1 A= A T 0 2 t 1 2 E k = ½ mv 2

More information

Chemical Engineering 412

Chemical Engineering 412 Chemical Engineering 412 Introductory Nuclear Engineering Exam 1 Review 1 Chapter 1 - Fundamentals 2 Nuclear units Elementary particles/particle physics Isotopic nomenclature Atomic weight/number density

More information

neutrons in the few kev to several MeV Neutrons are generated over a wide range of energies by a variety of different processes.

neutrons in the few kev to several MeV Neutrons are generated over a wide range of energies by a variety of different processes. Neutrons 1932: Chadwick discovers the neutron 1935: Goldhaber discovers 10 B(n,α) 7 Li reaction 1936: Locher proposes boron neutron capture as a cancer therapy 1939: Nuclear fission in 235 U induced by

More information

Nuclear Reactions A Z. Radioactivity, Spontaneous Decay: Nuclear Reaction, Induced Process: x + X Y + y + Q Q > 0. Exothermic Endothermic

Nuclear Reactions A Z. Radioactivity, Spontaneous Decay: Nuclear Reaction, Induced Process: x + X Y + y + Q Q > 0. Exothermic Endothermic Radioactivity, Spontaneous Decay: Nuclear Reactions A Z 4 P D+ He + Q A 4 Z 2 Q > 0 Nuclear Reaction, Induced Process: x + X Y + y + Q Q = ( m + m m m ) c 2 x X Y y Q > 0 Q < 0 Exothermic Endothermic 2

More information

By Tim, John, Shane, Owen

By Tim, John, Shane, Owen By Tim, John, Shane, Owen A few refreshers Atoms of the same element, which always have an identical number of protons, that have different numbers of neutrons, is an isotope. Protons and neutrons are

More information

Physics 2D Lecture Slides Jan 21. Vivek Sharma UCSD Physics

Physics 2D Lecture Slides Jan 21. Vivek Sharma UCSD Physics Physics D Lecture Slides Jan 1 Vivek Sharma UCSD Physics Particle Accelerators as Testing ground for S. Relativity When Electron Goes Fast it Gets Fat E = γ mc v As 1, γ c Apparent Mass approaches Relativistic

More information

Nuclear Energy Learning Outcomes

Nuclear Energy Learning Outcomes 1 Nuclear Energy Learning Outcomes Describe the principles underlying fission and fusion. Interpret nuclear reactions. Discuss nuclear weapons. Describe the structure and operation of a nuclear reactor.

More information

Nuclear Energy Learning Outcomes. Nuclear Fission. Chain Reaction

Nuclear Energy Learning Outcomes. Nuclear Fission. Chain Reaction by fastfission public domain by fastfission public domain 1 Nuclear Energy Learning Outcomes Describe the principles underlying fission and fusion. Interpret nuclear reactions. Discuss nuclear weapons.

More information

Elements, atoms and more. Contents. Atoms. Binding energy per nucleon. Nuclear Reactors. Atom: cloud of electrons around a nucleus

Elements, atoms and more. Contents. Atoms. Binding energy per nucleon. Nuclear Reactors. Atom: cloud of electrons around a nucleus Delft University of Technology Nuclear Reactors Jan Leen Kloosterman, Reactor Institute Delft, TU-Delft 8-6-0 Challenge the future Contents Elements, atoms and more Introductory physics Reactor physics

More information

Introduction to Nuclear Engineering

Introduction to Nuclear Engineering 2016/9/27 Introduction to Nuclear Engineering Kenichi Ishikawa ( ) http://ishiken.free.fr/english/lecture.html ishiken@n.t.u-tokyo.ac.jp 1 References Nuclear Physics basic properties of nuclei nuclear

More information

Nuclear Fission & Fusion

Nuclear Fission & Fusion Nuclear Fission & Fusion 1 Nuclear Fission 2 There is a delicate balance between nuclear attraction and electrical repulsion between protons in the nucleus. Nuclear Fission If the uranium nucleus is stretched

More information

MockTime.com. Ans: (b) Q6. Curie is a unit of [1989] (a) energy of gamma-rays (b) half-life (c) radioactivity (d) intensity of gamma-rays Ans: (c)

MockTime.com. Ans: (b) Q6. Curie is a unit of [1989] (a) energy of gamma-rays (b) half-life (c) radioactivity (d) intensity of gamma-rays Ans: (c) Chapter Nuclei Q1. A radioactive sample with a half life of 1 month has the label: Activity = 2 micro curies on 1 8 1991. What would be its activity two months earlier? [1988] 1.0 micro curie 0.5 micro

More information

A Poor Example of a Project - But Gives Some Direction

A Poor Example of a Project - But Gives Some Direction A Poor Example of a Project - But Gives Some Direction Bill Knowlton Materials Science & Engineering Electrical & Computer Engineering Boise State Unversity The idea behind this example is two-fold: 1.

More information

HTR Reactor Physics. Slowing down and thermalization of neutrons. Jan Leen Kloosterman Delft University of Technology

HTR Reactor Physics. Slowing down and thermalization of neutrons. Jan Leen Kloosterman Delft University of Technology HTR Reactor Physics Slowing down and thermalization of neutrons Jan Leen Kloosterman Delft University of Technology J.L.Kloosterman@tudelft.nl www.janleenkloosterman.nl Reactor Institute Delft / TU-Delft

More information

8: Source-Sink Problems in 1 Energy Group

8: Source-Sink Problems in 1 Energy Group 8: Source-Sink Problems in 1 Energy Group B. Rouben McMaster University Course EP 4D03/6D03 Nuclear Reactor Analysis (Reactor Physics) 015 Sept.-Dec. 015 September 1 Contents Solving the 1-group diffusion

More information

A PERTURBATION ANALYSIS SCHEME IN WIMS USING TRANSPORT THEORY FLUX SOLUTIONS

A PERTURBATION ANALYSIS SCHEME IN WIMS USING TRANSPORT THEORY FLUX SOLUTIONS A PERTURBATION ANALYSIS SCHEME IN WIMS USING TRANSPORT THEORY FLUX SOLUTIONS J G Hosking, T D Newton, B A Lindley, P J Smith and R P Hiles Amec Foster Wheeler Dorchester, Dorset, UK glynn.hosking@amecfw.com

More information

Unpressurized steam reactor. Controlled Fission Reactors. The Moderator. Global energy production 2000

Unpressurized steam reactor. Controlled Fission Reactors. The Moderator. Global energy production 2000 From last time Fission of heavy elements produces energy Only works with 235 U, 239 Pu Fission initiated by neutron absorption. Fission products are two lighter nuclei, plus individual neutrons. These

More information

Uncertainty quantification using SCALE 6.2 package and GPT techniques implemented in Serpent 2

Uncertainty quantification using SCALE 6.2 package and GPT techniques implemented in Serpent 2 6th International Serpent User Group Meeting Politecnico di Milano, Milan, Italy September 26 th -30 th, 2016 Uncertainty quantification using SCALE 6.2 package and GPT techniques implemented in Serpent

More information