neutronics_material_maker icon indicating copy to clipboard operation
neutronics_material_maker copied to clipboard

A tool for making parametric material cards for use in neutronics codes. Original developed for the Paramak

Results 10 neutronics_material_maker issues
Sort by recently updated
recently updated
newest added

this just adds a try except to the reading of the json file

Super news that a new PNNL compendium has been released paper https://www.osti.gov/biblio/1782721-compendium-material-composition-data-radiation-transport-modeling pdf https://www.osti.gov/servlets/purl/1782721/ I think there might be a json format file somewhere But this should probably be added...

Sticking with the "there should be one way to do things" suggestion. It appears a user can set both the density and the density_equation attribute and then it become unclear...

Chatting with @eepeterson and perhaps the MultiMaterial class should be removed Everything should just be a Material class as this a simpler and more predictable approach Perhaps mixed materials can...

There are a couple of simplifications I think that could be made to improve accessing materials. I think if the user wants to access a specific material contained in one...

When specifying a Material() with Isotopes and a name the program will look up the name internally and find might find (if it exsits) the corresponding name. Then the isotopes,...

It would be useful to add a pyne integration now that pyne is easier to install that would allow writing of HDF5 based materials objects for DAGMC

Currently the temperature (`temperature_in_K` and `temperature_in_C`) and pressure (`pressure_in_Pa`) are exposed via properties. However, nmm does not handle side effects of varying one of these properties. For example, changing the...

Adding openmoc support should be possible using inbuild openmc methods, perhaps this helps ```python try: import openmoc except ImportError as err: raise err('openmoc not found, Material.openmoc_material method not available') self.openmoc_material...

Add new materials for structural materials and shields WC-FeCr with Fe92Cr8 binder , binder at 10 wt.%, binder composition was Fe-8 wt.% Cr. http://wrap.warwick.ac.uk/94047/1/WRAP-thermophysical-properties-hardmetals-Marshall-2017.pdf https://www.sciencedirect.com/science/article/pii/S1359646218303816 Vanadium 4 perhaps 6.05 ,...