mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Replace 'count_all' with 'distribcell_active'
This commit is contained in:
parent
d0a0dda0b5
commit
a5dc14a33b
3 changed files with 39 additions and 42 deletions
|
|
@ -94,9 +94,9 @@ The current revision of the summary file format is 1.
|
|||
**/geometry/cells/cell <uid>/material** (*int* or *int[]*)
|
||||
|
||||
Unique ID of the material(s) assigned to the cell. This dataset is present
|
||||
only if fill_type is set to 'normal'. The data is an array if the cell uses
|
||||
distributed materials, otherwise it is a scalar. The value '-1' signifies
|
||||
void material.
|
||||
only if fill_type is set to 'normal'. The value '-1' signifies void
|
||||
material. The data is an array if the cell uses distributed materials,
|
||||
otherwise it is a scalar.
|
||||
|
||||
**/geometry/cells/cell <uid>/offset** (*int[]*)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue