mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update TransportOperator.get_results_info docstring
The volume entry returned by the canonical Operator is a dictionary of string material ids to volumes. This form is expected by the Result objects in transfer_volumes and when writing attributes to the hdf5 file.
This commit is contained in:
parent
44563a30a7
commit
eab6042637
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class TransportOperator(ABC):
|
|||
|
||||
Returns
|
||||
-------
|
||||
volume : list of float
|
||||
volume : dict of str to float
|
||||
Volumes corresponding to materials in burn_list
|
||||
nuc_list : list of str
|
||||
A list of all nuclide names. Used for sorting the simulation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue