- #1
lucasfaraujo
- 4
- 1
I'm dealing with a specific situation: I'm analyzing Linear Energy Transfer (LET) in a cylindrical sample. According to the definition of LET in the manual, we have:
“The linear energy transfer (LET) special tally option allows track length tallies to record flux as a function of stopping power instead of energy. When the FTn LET option is specified, the values provided in the energy bins are interpreted as stopping power values with units of MeV/cm. This option can only be applied to charged particle tallies.”
As an example, the manual uses energy bin that are interpreted as stopping power values, presented as follows:
"fc4 Proton flux LET
f4:h 77e4 1e-2 99ilog 6e4
ft4 LET
This example is a tally that records the proton flux in cell 77 for a LET tally. The tallyresults are recorded in 100 bins of stopping power from 0.01 to 60000 MeV/cm."
In my case, I'm using an Ir-192 source, so I've set the stopping power "bin" to the range of the Ir-192 photon spectrum, and in my case I'm asking for the flow of electrons. Mine is set like this:
"fc4 Electron flux LET
f4:e 623 624 625
e4 1.01e-5 599ilog 1.38
ft4 LET"
The problem is that in this first bin, defined as "1.01e-5", it computes the largest LET contribution, which seems to be arbitrary, because if I put 0 or 1E-3 in place of this bin value, it computes practically the same thing in this bin, while in other bins it computes in an extremely small order of magnitude compared to the value found in this first bin.
I was wondering if anyone could explain what could be causing this?
“The linear energy transfer (LET) special tally option allows track length tallies to record flux as a function of stopping power instead of energy. When the FTn LET option is specified, the values provided in the energy bins are interpreted as stopping power values with units of MeV/cm. This option can only be applied to charged particle tallies.”
As an example, the manual uses energy bin that are interpreted as stopping power values, presented as follows:
"fc4 Proton flux LET
f4:h 77e4 1e-2 99ilog 6e4
ft4 LET
This example is a tally that records the proton flux in cell 77 for a LET tally. The tallyresults are recorded in 100 bins of stopping power from 0.01 to 60000 MeV/cm."
In my case, I'm using an Ir-192 source, so I've set the stopping power "bin" to the range of the Ir-192 photon spectrum, and in my case I'm asking for the flow of electrons. Mine is set like this:
"fc4 Electron flux LET
f4:e 623 624 625
e4 1.01e-5 599ilog 1.38
ft4 LET"
The problem is that in this first bin, defined as "1.01e-5", it computes the largest LET contribution, which seems to be arbitrary, because if I put 0 or 1E-3 in place of this bin value, it computes practically the same thing in this bin, while in other bins it computes in an extremely small order of magnitude compared to the value found in this first bin.
I was wondering if anyone could explain what could be causing this?