mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Update docs/source/usersguide/volume.rst
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
919c19c909
commit
a4f98661c1
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ Of course, the volumes that you *need* this capability for are often the ones
|
|||
with complex definitions.
|
||||
|
||||
A threshold can be applied for the calculation's variance, standard deviation,
|
||||
or relative error of volume estimates using ::attr::`openmc.VolumeCalculation.set_trigger`::
|
||||
or relative error of volume estimates using :meth:`openmc.VolumeCalculation.set_trigger`::
|
||||
|
||||
vol_calc.set_trigger(1e-05, 'std_dev')
|
||||
|
||||
|
|
@ -76,4 +76,4 @@ After the results are loaded, volume estimates will be stored in
|
|||
:attr:`VolumeCalculation.volumes`. There is also a
|
||||
:attr:`VolumeCalculation.atoms_dataframe` attribute that shows stochastic
|
||||
estimates of the number of atoms of each type of nuclide within the specified
|
||||
domains along with their uncertainties.
|
||||
domains along with their uncertainties.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue