Hello,
I converted the MCNP input content introduced by the ICSBEP handbook to the input card of OpenMC.
The density of OpenMC materials is set by MCNP setting density (material density == add each atomic density in the material),the result of the calculation is 1.02858 +/- 0.00100; then I change the material density to Materials.set_density(‘sum’), the result is 0.99872 +/- 0.00103,and very close to the MCNP result (1.0004±0.0008).
I don’t know what the reason is, can you tell me?
Atom_b_cm.py is the first described fiel, and sum.py is the changed file.
Best,
Tang
sum.py (3.06 KB)
atom_b_cm.py (3.26 KB)