Add material density to properties.h5

This commit is contained in:
Paul Romano 2021-06-23 11:39:22 +07:00
parent 482848cadb
commit ef7b43d986
3 changed files with 46 additions and 2 deletions

View file

@ -69,6 +69,14 @@ public:
//! Write material data to HDF5
void to_hdf5(hid_t group) const;
//! Export physical properties to HDF5
//! \param[in] group HDF5 group to write to
void export_properties_hdf5(hid_t group) const;
//! Import physical properties from HDF5
//! \param[in] group HDF5 group to read from
void import_properties_hdf5(hid_t group);
//! Add nuclide to the material
//
//! \param[in] nuclide Name of the nuclide