Neutron quantity normalization in an eigenvalue computation

In summary: In some cases, the value of the flux is set to the transpose of the matrix, which is the matrix with the columns swapped. In summary, the value of the flux is set to the eigenvalue of the matrix in question.
  • #1
froztiz
6
0
TL;DR Summary
Should we normalize scores by the eigenvalue in a critical calculation?
Dear Community,
I am having a question. I have developed a simple code to perform iteration power algorithm and find the keff value of a system. However, it is not still totally clear in my mind if I have to normalize all my scores by the eigenvalue, i.e. multiply by the keff (fluxes, power maps, etc...).
Does anybody knows what should be done, and could you explain why?
Thanks a lot.
Best.
 
Engineering news on Phys.org
  • #2
What kind of system?

Is this a time-dependent (keff < 1, or keff > 1) or steady-state system (keff = 1)?

What is the relationship of keff to the eigenvalue?

Note that for a critical system, keff = 1, so multiplying or dividing by unity will have no effect on the values/functions being multiplied.

The power is related to the fission rate, which is related to the product of the fissile (fertile) atom densities, their fissile cross-sections and flux(es).

Note that in a conventional thermal system (e.g., LWR), the system actually 'mixed' spectrum with fission from both thermal neutrons (in 235U, or 233U, and with burnup and conversion of 238U, in 239Pu and 241Pu) and fast neutrons (238U, 240Pu and 242Pu).
 
  • #3
Astronuc said:
What kind of system?

Is this a time-dependent (keff < 1, or keff > 1) or steady-state system (keff = 1)?

What is the relationship of keff to the eigenvalue?

Note that for a critical system, keff = 1, so multiplying or dividing by unity will have no effect on the values/functions being multiplied.

The power is related to the fission rate, which is related to the product of the fissile (fertile) atom densities, their fissile cross-sections and flux(es).

Note that in a conventional thermal system (e.g., LWR), the system actually 'mixed' spectrum with fission from both thermal neutrons (in 235U, or 233U, and with burnup and conversion of 238U, in 239Pu and 241Pu) and fast neutrons (238U, 240Pu and 242Pu).
Thank you Astronuc for your reply and sorry for the time I took to answer.
Using the power iteration algorithm, I compute the k-eigenvalue. It s a mathematical method that permits to compute the eingenvalue and the associated eigenvector (the flux) by iterations, just like it is done within MCNP, for example. So my keff is the eigenvalue. It can be depending on the geometry, below, above or equal to 1. I agree that for a keff=1 dividing by the keff won't have any effect. My question is very naive and I was just wondering if, for a flux calculation for instance, solving the eigenvalue problem, I should divide my flux by the eigenvalue. I have no idea how this is done within MCNP
 
  • #4
It sounds like you are doing an eigenvalue calculation by iteration on some sort of theoretical system (a matrix?). This isn't what MCNP does. MCNP runs a transport simulation with 1/k and evolves the guess for k until the system balances. This is the method that defines keff. I don't fully understand why this is different to calculating increase of n per generation, but it is.

Until you explain what you are doing I don't see how anyone can help.

If you don't want to show anyone your problem/code then simulate your system and compare with the output of your program. OpenMC is open source and early versions e.g. 0.7 I found really easy to use.
 
  • #5
According to my knowledge, MCNP is using (as most of the MC calculation codes) the power iteration method, as explained in the following document: https://mcnp.lanl.gov/pdf_files/la-ur-06-7094.pdf
In particular, this method is detailed after page 14.
As a consequence, my question is well defined and I am just asking if, in case of an eigenvalue problem, we need to divide all quantity scored by the eigenvalue. The legitimacy of my question is based on the mathematical aspect of an eigenvalue problem. In linear algebra, we can define a norm as being the highest eigenvalue. The power iteration method provides the highest eigenvalue. Hence, I would like to know if I have to normalize my quantities with the eigenvalue.

To answer your question, calculating the increase of neutron per generation will not provide a Monte-Carlo estimator of your eigenvalue. I believe the estimator you construct will be biased, in particular your accuracy will strongly depends on the number of neutron per cycle and not anymore of the number of collisions, as it is done for instance, in the collision estimator or in the tracklength estimator of the k-eigenvalue.
 
  • #6
You are correct that it is an eigenvalue problem and the eigenvalue is k-eff. If you write the equation in matrix form ($Ax=\lambda x$) you can see that the magnitude of the flux ($x$) is arbitrary. You can multiply the flux by any non-zero value, and it will still be a valid solution to the eigenvalue problem.

So how do set the value of the flux? There are several different conventions. If you know the total power of the system, you can normalize the flux to the power. This will give you the correct physical flux level for that power. Another convention is to normalize the flux to one fission particle. Still another convention would be to normalize the flux so that the average is 1. There is no "right" answer, it depends on what you are trying to do and what the computer code does.

But the simple answer is, no, you do not need to divide the flux by the eigenvalue, but you should normalize your results to some reasonable convention.
 
Last edited:
  • Like
Likes hutchphd
  • #7
Thank you very much RPP
 

1. What is neutron quantity normalization in an eigenvalue computation?

Neutron quantity normalization is a process used in eigenvalue computations to ensure that the total number of neutrons in a system is conserved. This is important because neutrons are a key factor in nuclear reactions and their quantity must be accurately accounted for in calculations.

2. Why is neutron quantity normalization necessary in eigenvalue computations?

Neutron quantity normalization is necessary because it helps to maintain the accuracy and consistency of calculations involving nuclear reactions. Without it, there is a risk of overestimating or underestimating the number of neutrons and therefore obtaining incorrect results.

3. How is neutron quantity normalization achieved in an eigenvalue computation?

Neutron quantity normalization is achieved by adjusting the neutron flux or current in a system to match the desired number of neutrons. This can be done through various methods such as adjusting the size or shape of the neutron source, or by using feedback mechanisms to control the neutron flux.

4. What are the potential challenges in neutron quantity normalization?

One potential challenge in neutron quantity normalization is accurately measuring the neutron flux or current in a system. This requires sophisticated instruments and techniques to ensure precise measurements. Another challenge is maintaining the stability of the neutron source and controlling external factors that may affect the neutron flux.

5. Are there any limitations to neutron quantity normalization in eigenvalue computations?

While neutron quantity normalization is an important aspect of eigenvalue computations, it may not always be applicable in all situations. For example, in highly dynamic systems where the number of neutrons is constantly changing, it may be difficult to accurately normalize the neutron quantity. Additionally, the accuracy of the normalization process may also be affected by uncertainties in other parameters used in the calculation.

Similar threads

Replies
5
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
811
Replies
2
Views
2K
Replies
6
Views
6K
Replies
3
Views
5K
  • Nuclear Engineering
Replies
3
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
18
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Programming and Computer Science
Replies
29
Views
3K
Replies
2
Views
881
Back
Top