mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Get rid of last instance of internal IDs in statepoint
This commit is contained in:
parent
71b49aace8
commit
e642b401a2
4 changed files with 97 additions and 169 deletions
|
|
@ -74,16 +74,12 @@ The current revision of the statepoint file format is 16.0.
|
|||
**/tallies/**
|
||||
|
||||
:Attributes: - **n_tallies** (*int*) -- Number of user-defined tallies.
|
||||
|
||||
:Datasets: - **ids** (*int[]*) -- Internal unique ID of each tally.
|
||||
- **keys** (*int[]*) -- User-defined unique ID of each tally.
|
||||
- **ids** (*int[]*) -- User-defined unique ID of each tally.
|
||||
|
||||
**/tallies/meshes/**
|
||||
|
||||
:Attributes: - **n_meshes** (*int*) -- Number of meshes in the problem.
|
||||
|
||||
:Datasets: - **ids** (*int[]*) -- Internal unique ID of each mesh.
|
||||
- **keys** (*int[]*) -- User-identified unique ID of each mesh.
|
||||
- **ids** (*int[]*) -- User-identified unique ID of each mesh.
|
||||
|
||||
**/tallies/meshes/mesh <uid>/**
|
||||
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ The current version of the summary file format is 5.0.
|
|||
material, e.g., 'U235'.
|
||||
- **nuclide_densities** (*double[]*) -- Atom density of each nuclide.
|
||||
- **sab_names** (*char[][]*) -- Names of
|
||||
S(:math:`\alpha`,:math:`\beta`) tables assigned to the material.
|
||||
S(:math:`\alpha,\beta`) tables assigned to the material.
|
||||
|
||||
**/nuclides/**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue