Time consuming in transporting optical photons

Dear experts,

I am trying to count the total optical photons generated by the scintillator according to the following post:

Simulating scintillation response

In the original input file provided by @vojtech.stransky , the refaction index of CsI is set to be 1.0. And the program run normally, except more slowly than the usual calculation.

Then I reassigned the actual refraction index 1.79 to CsI in OPT-PROP card.
And changed the primaries to 1e4.

The program could run normally. However, seems stuck in the transportation in the second primary.
.

Is there something wrong with the reset of refraction index?

Any suggestions are appreciated.

Dear @songhg19 ,

Raising the index of refraction above 1.0 permits total internal reflection. As a consequence, some of the optical photons produced inside the material end up trapped for a very long time. If no mechanism for photon absorption is added to the simulation to effectively limit the survival time of an optical photon you can expect very long simulation runtimes. In the original simulation, the absorption length is infinite. Try raising the absorption coefficients to values higher than 0 and notice how the runtime per primary is decreased. With an absorption coefficient of 0.1 (absorption length of 10 cm), the runtime is about 70 ms/primary. Using a coefficient of 0.01, the runtime is 400 ms/primary!

Screenshot from 2022-04-12 12-59-07

Optical photons can also be absorbed in a reflecting material (declared using “Type=METAL” in the OPT-PROP card). The absorption probability is the value of (1-r).

Dear @blefebvre
Thanks for your reply.
Could you please explain what is diffusion coefficient? How it affects the transportation of optical photons?

Dear @songhg19,

The diffusion coefficient is the inverse of the mean free path in cm for the scattering process causing diffusion. I attached figures of a pencil beam of optical photons without diffusion and with a diffusion of 0.01 cm-1 over a distance of 100 cm. You see that while most photons remain part of the beam, some fraction of the primary beam is scattered away. You can try for yourself in the flair file attached.

You will find a more detailed answer in this post: Diffusion coefficient - #3 by vojtech.stransky



diffusion.flair (2.0 KB)

2 posts were split to a new topic: Optical photons absorption and diffusion coefficients