KyleVaughn / UM2

An unstructured mesh library for automated method of characteristic mesh generation
https://univeristy-of-michigan-unstructured-mesh-code.readthedocs.io/en/main/index.html#
MIT License
7 stars 2 forks source link

Add convenience functions to create common materials #164

Open KyleVaughn opened 3 months ago

KyleVaughn commented 3 months ago

It's painful to create materials one isotope at a time, especially given how often some common materials are used. Therefore, we should mimic the Material.setUO2 routine, which uses the density of the material along with user-specified U-235 enrichment (wt%) and Gd2O3 concentration (wt%) to set the material's nuclides and number densities.

Add the following: