I want to ask regarding atomic density input in openmc materials. As what i have read in several example, we do not need to tell openmc the atomic density of the nuclides/isotopes we want to use as materials but only the density of whole materials. So where do openmc know it?
OpenMC will renormalize whatever atom or weight fractions are specified by the total density that is given for the material. If you want to specify nuclide atom fractions exactly, then you can give them in atom/b-cm and list the density as units=“sum”, as Vedha suggests.