mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Add material density to properties.h5
This commit is contained in:
parent
482848cadb
commit
ef7b43d986
3 changed files with 46 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue