mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Continue adding docstrings and updating modules.
This commit is contained in:
parent
7ed1dd17e6
commit
c8e176a9f7
17 changed files with 760 additions and 635 deletions
|
|
@ -6,4 +6,3 @@ OpenCG Compatibility
|
|||
|
||||
.. automodule:: openmc.opencg_compatible
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ Particle Restart
|
|||
|
||||
.. automodule:: openmc.particle_restart
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ Plots
|
|||
|
||||
.. automodule:: openmc.plots
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ Settings
|
|||
|
||||
.. automodule:: openmc.settings
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ Statepoint
|
|||
|
||||
.. automodule:: openmc.statepoint
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ Summary
|
|||
|
||||
.. automodule:: openmc.summary
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ Surface
|
|||
|
||||
.. automodule:: openmc.surface
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ Tallies
|
|||
|
||||
.. automodule:: openmc.tallies
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ Trigger
|
|||
|
||||
.. automodule:: openmc.trigger
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ Universe
|
|||
|
||||
.. automodule:: openmc.universe
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -481,7 +481,7 @@ attributes/sub-elements:
|
|||
|
||||
:parameters:
|
||||
For an "isotropic" angular distribution, ``parameters`` should not be
|
||||
specified
|
||||
specified.
|
||||
|
||||
For a "monodirectional" angular distribution, ``parameters`` should be
|
||||
given as three real numbers which specify the angular cosines with respect
|
||||
|
|
@ -605,8 +605,6 @@ survival biasing, otherwise known as implicit capture or absorption.
|
|||
|
||||
*Default*: false
|
||||
|
||||
.. _trace:
|
||||
|
||||
``<threads>`` Element
|
||||
---------------------
|
||||
|
||||
|
|
@ -615,6 +613,8 @@ a simulation. It has no attributes and accepts a positive integer value.
|
|||
|
||||
*Default*: None (Determined by environment variable :envvar:`OMP_NUM_THREADS`)
|
||||
|
||||
.. _trace:
|
||||
|
||||
``<trace>`` Element
|
||||
-------------------
|
||||
|
||||
|
|
@ -631,9 +631,9 @@ integers: the batch number, generation number, and particle number.
|
|||
|
||||
The ``<track>`` element specifies particles for which OpenMC will output binary
|
||||
files describing particle position at every step of its transport. This element
|
||||
should be followed by triplets of integers. Each triplet describes one particle
|
||||
. The integers in each triplet specify the batch number, generation number, and
|
||||
particle number, respectively.
|
||||
should be followed by triplets of integers. Each triplet describes one
|
||||
particle. The integers in each triplet specify the batch number, generation
|
||||
number, and particle number, respectively.
|
||||
|
||||
*Default*: None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue