X-ray simulation: discrepancy with Matlab and no results on usrbin

Dear experts:
I have some questions for you.

I’m simulating x-rays penetrating a sphere and imaging it on a scintillator.

  1. How can I get the energy distribution of a certain axis (X or Y)? My results are very different from those calculated by matlab.

  2. Why is there no energy deposition at the corresponding position of the ball on the scintillator, even where the thickness of the ball’s edge is lower?

Thank you for the help. This is a most useful forum.

This is some results.

8keV-Si-Qiu

Related documents.inp (1.6 KB)

Dear FLUKA Experts:
I am a beginner in FLUKA. I am simulating x-rays penetrating a sphere of silicon deposited in a scintillator of lyso. Now I have some problems and hope to get some help.

  1. I used MATLAB to calculate the relationship curve of the total absorption characteristic of X-rays in the radial direction (the total absorption characteristic obtained by multiplying the transmittance of the ball by the deposition rate of the scintillator), and then used FLUKA for simulation to obtain the deposition energy distribution , take the 1D Projection of the y-axis, normalize it, and then compare the two images, and find that the overall data of FLUKA is larger than the result calculated by MATLAB. I would like to ask why?
  2. If what I want to get is the transmittance of X-rays passing through the ball, how should I simulate it correctly?
  3. If I want to get the total absorption characteristic curve of the final process of X-ray penetrating beads deposited on the scintillator, what should I do more correctly?
    Because I am a beginner in FLUKA, I may not express clearly. Thanks for any tips in advance.

Kind regards.

Dong.


guang.inp (1.7 KB)

Welcome to the forum!

Regarding your questions:

  1. You can get the 2D distribution of the energy deposition as you did with the USRBIN. Then you make the projections on the axis you want. (I see in your following post that you did this already).

  2. It is because of the energy of the X-ray, which is set to 8e-6 GeV = 80 keV, it is too small to penetrate the sphere material. If you increase the energy of the photons you will see that they can go through.

For what concern your second post,

The first thing I see is that the problem you are simulating is rather different from the previous one (geometry, thresholds). Please, next time, make a new post in order to keep the replies separated and better organized for future interested users.

  1. I am afraid that I cannot comment on the comparison between MATLAB and FLUKA, since I am not familiar on how MATLAB is treating the problem.
    In relation to the FLUKA questions:
    The energy deposition distribution is obtained with USRBIN, as you correctly implemented. Notice that the 1D projection provides the energy deposition along the selected axis averaged over a certain range on the other two axes. For instance, if you ask for the 1D projection in Y, the curve you get is averaged over [x_min,x_max] and [z_min,z_max]. It is important that you check carefully in which range you do the projection since you may include data out of the region of interest that can contribute to the energy deposition, leading to an overestimation/underestimation.
    In addition, in the plots you attached, I see that the x-axis is labelled as ‘r’, if that corresponds to the radius you may need to consider cylindrical coordinates instead of Cartesians.

  2. I think the USRBIN you defined is correct. Check the previous point and the normalization factor.

  3. In order to get the characteristic curve of the X-ray penetrating a material you need to obtain the energy spectrum. To do so, either define a USRTRACK in a region or a URYIELD in a boundary crossing (please check the manual for further information).

I hope this tips may help you.
Kind regards

Thank you for your help. Your tips will help me a lot