mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add some documentation for the new MeshSpatial class.
This commit is contained in:
parent
580096d423
commit
8657123bac
2 changed files with 4 additions and 1 deletions
|
|
@ -57,6 +57,7 @@ Spatial Distributions
|
|||
openmc.stats.SphericalIndependent
|
||||
openmc.stats.Box
|
||||
openmc.stats.Point
|
||||
openmc.stats.MeshSpatial
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
|
|
|
|||
|
|
@ -187,7 +187,9 @@ The spatial distribution can be set equal to a sub-class of
|
|||
:class:`openmc.stats.CartesianIndependent`. To independently specify
|
||||
distributions using spherical or cylindrical coordinates, you can use
|
||||
:class:`openmc.stats.SphericalIndependent` or
|
||||
:class:`openmc.stats.CylindricalIndependent`, respectively.
|
||||
:class:`openmc.stats.CylindricalIndependent`, respectively. Meshes can also be
|
||||
used to represent spatial distributions with :class:`openmc.stats.MeshSpatial`
|
||||
by specifying a mesh and source strengths for each mesh element.
|
||||
|
||||
The angular distribution can be set equal to a sub-class of
|
||||
:class:`openmc.stats.UnitSphere` such as :class:`openmc.stats.Isotropic`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue