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 everyone, I am currently working on a burnup calculation for a fuel assembly with repeated geometric structures using MCNP6. I have defined two materials (Material 1 and Material 2) which are actually the same material but located in different positions. However, after running the calculation with the BURN card, I am encountering an issue where all burnup information(power fraction(Initial input is 1,but output file is 0), burnup, mass, etc.) for Material 2 is zero, while Material 1...
Hi everyone, I'm a complete beginner with MCNP and trying to learn how to perform burnup calculations. Right now, I'm feeling a bit lost and not sure where to start. I found the OECD-NEA Burnup Credit Calculational Criticality Benchmark (Phase I-B) and was wondering if anyone has worked through this specific benchmark using MCNP6? If so, would you be willing to share your MCNP input file for it? Seeing an actual working example would be incredibly helpful for my learning. I'd be really...
Back
Top