To simulate the interaction of gamma photons with only oxygen (O) atom

AI Thread Summary
To simulate gamma photon interactions with only oxygen atoms in MCNP while using silicon dioxide (SiO2), two methods can be employed. One method involves removing silicon from the material definition and adjusting the density accordingly. The second method utilizes the mx card in MCNP6+ to disable photonuclear processes specifically for silicon-28. The choice between these methods depends on the desired outcome, as they affect the simulation differently. Clarification on the MCNP version being used is also necessary for tailored advice.
Marina123456
Messages
2
Reaction score
0
Hello! i need help in such case. I want to simulate the interaction of gamma photons with only oxygen (O) atoms in MCNP, while am using the material card for silicon dioxide (SiO2). Which card shall I use to get the photon interacted with only the oxygen component separately. Thanks for help.
 
Engineering news on Phys.org
Marina123456,
There are two ways of doing this that I know and I am unsure what you need. You can remove the Silicon from your material definition in the m card, and also reduce the density in the cell definitions for every use to account for the loss of the silicon. (d*32/60).

The other way prevents photonuclear processes with silicon with the mx card. This is in MCNP6+. If, for example, your silicon dioxide is m6 in your input file and silicon-28 is the first entry;
Code:
mx6:p z1=0
Ought to turn photonuclear processes off for silicon-28. (Turning things off does not work for any other process). I have never tried this!

So to be clear, these two methods do different things and I don't know what that means practically, it may depend on what you are trying to do. One takes entries on the m card out, the other turns off just photonuclear processes for selected entries on m cards.
 
Last edited by a moderator:
Marina123456 said:
Hello! i need help in such case. I want to simulate the interaction of gamma photons with only oxygen (O) atoms in MCNP, while am using the material card for silicon dioxide (SiO2). Which card shall I use to get the photon interacted with only the oxygen component separately. Thanks for help.
Whats your MCNP version?
 
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