mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
update name of function in example
This commit is contained in:
parent
7e671d4e57
commit
030e14a799
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ or from data arrays::
|
|||
'O16': 4.64e22,
|
||||
'O17': 1.76e19}
|
||||
volume = 0.5
|
||||
op = FluxDepletionOperator.from_nuclide_dict(volume, nuclides, micro_xs, flux, chain_file)
|
||||
op = FluxDepletionOperator.from_nuclides(volume, nuclides, micro_xs, flux, chain_file)
|
||||
|
||||
A user can then define an integrator class as they would for a coupled
|
||||
transport-depletion calculation and follow the same steps from there.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue