Add temperatures to statepoints, Material.from_hdf5

Also include material attributes to summary format documentation
This commit is contained in:
Andrew Johnson 2019-07-12 14:17:46 -05:00
parent 05ce0e9f51
commit 60d92f89d2
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB
3 changed files with 12 additions and 0 deletions

View file

@ -116,6 +116,13 @@ The current version of the summary file format is 6.0.
- **sab_names** (*char[][]*) -- Names of
S(:math:`\alpha,\beta`) tables assigned to the material.
:Attributes: - **volume** (*double[]*) -- Volume of this material [cm^3]. Only
present if ``volume`` supplied
- **temperature** (*double[]*) -- Temperature of this material [K].
Only present in ``temperature`` supplied
- **depletable** (*int[]*) -- ``1`` if the material can be depleted,
``0`` otherwise. Always present
**/nuclides/**
:Attributes: - **n_nuclides** (*int*) -- Number of nuclides in the problem.