Six group point kinetic equation

AI Thread Summary
The discussion focuses on seeking assistance with the numerical solution of six group point kinetic equations using Mathematica, specifically under a constant reactivity step change. The equations involve one-group diffusion with six delayed groups, addressing the dynamics of neutron population and precursor concentrations. The user has a subcritical reactor scenario and is transitioning reactivity values, aiming to compute n(t) in a six-group approximation. They plan to utilize the Runge-Kutta method for numerical solutions and are looking for shared experiences or insights from others. The conversation highlights the complexity of solving coupled differential equations in reactor kinetics.
caldus2311
Messages
6
Reaction score
0
Hello.

I would be very thankful with some help with the numerical solution of the six group point kinetic equations, with the constant reactivity (step change).

I would like to do this with the Mathematica.

Thanks.

Dusan
 
Engineering news on Phys.org
Does anyone have any experience with numerical solution of the 6 group point kinetic equation, with the step reactivity change?

Anyone?

Thanks.
 
Dose the solution involve one-group diffusion with 6 delayed groups, so that one is solving the one group neutron diffusion equation and 6 equations for each group of precursors? Presumably the reactivity is between 0 and beta?

I've solved the inhour equation and one group w/ one delyed, but that was 25 years ago, so I may be slow on this.

What equations are you using?
 
Hello.

I am trying to solve the following 7 equations:
dn(t)/dt=ρ-β/l n(t)+∑6i=1 λiCi+Q0/l

dCi(t)/dt= βi* n(t)/l- λiCi.

Where Q0 is constant extra source with neutrons per second.

Lets say that I have the subcritical reactor with the reactivity ρ=-0.0526, which corresponds to k=0,95 (multiplication factor).

Now I increase the reactivity to ρ=-0.04167 (step reactivity change), which corresponds to k=0,96.

What is the n(t) in 6 group approximation.

I already made the analytical solution with one group approximation and now I am trying to find the numerical six group solution. Most probably I will do this with Runge-Kutta method. I just wanted to ask if there is someone with any experiences?

Thanks
 
Runge-Kutta is the standard approach to solving these couple diff EQs.
 
Hello, I'm currently trying to compare theoretical results with an MCNP simulation. I'm using two discrete sets of data, intensity (probability) and linear attenuation coefficient, both functions of energy, to produce an attenuated energy spectrum after x-rays have passed through a thin layer of lead. I've been running through the calculations and I'm getting a higher average attenuated energy (~74 keV) than initial average energy (~33 keV). My guess is I'm doing something wrong somewhere...
Back
Top