mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Update docs for distribmat
This commit is contained in:
parent
d5d486536b
commit
e2a8b96cfd
4 changed files with 22 additions and 14 deletions
|
|
@ -891,7 +891,9 @@ Each ``<cell>`` element can have the following attributes or sub-elements:
|
|||
|
||||
:material:
|
||||
The ``id`` of the material that this cell contains. If the cell should
|
||||
contain no material, this can also be set to "void".
|
||||
contain no material, this can also be set to "void". A list of materials
|
||||
can be specified for the "distributed material" feature. This will give each
|
||||
unique instance of the cell its own material.
|
||||
|
||||
.. note:: If a material is specified, no fill should be given.
|
||||
|
||||
|
|
|
|||
|
|
@ -91,10 +91,12 @@ The current revision of the summary file format is 1.
|
|||
|
||||
Type of fill for the cell. Can be 'normal', 'universe', or 'lattice'.
|
||||
|
||||
**/geometry/cells/cell <uid>/material** (*int*)
|
||||
**/geometry/cells/cell <uid>/material** (*int* or *int[]*)
|
||||
|
||||
Unique ID of the material assigned to the cell. This dataset is present only
|
||||
if fill_type is set to 'normal'.
|
||||
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.
|
||||
|
||||
**/geometry/cells/cell <uid>/offset** (*int[]*)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue