mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add PointCloud spatial distribution (#3161)
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
0ecd45c906
commit
58400cbf10
9 changed files with 306 additions and 12 deletions
|
|
@ -192,7 +192,9 @@ distributions using spherical or cylindrical coordinates, you can use
|
|||
:class:`openmc.stats.SphericalIndependent` or
|
||||
: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.
|
||||
by specifying a mesh and source strengths for each mesh element. It is also
|
||||
possible to define a "cloud" of source points, each with a different relative
|
||||
probability, using :class:`openmc.stats.PointCloud`.
|
||||
|
||||
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