Merge pull request #1232 from paulromano/rotate-lattice

Allow cells filled with lattices to be translated/rotated
This commit is contained in:
Patrick Shriwise 2019-06-24 15:47:47 -05:00 committed by GitHub
commit dccc9105cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 710 additions and 348 deletions

View file

@ -0,0 +1,13 @@
.. _notebook_hexagonal:
===========================
Modeling Hexagonal Lattices
===========================
.. only:: html
.. notebook:: ../../../examples/jupyter/hexagonal-lattice.ipynb
.. only:: latex
IPython notebooks must be viewed in the online HTML documentation.

View file

@ -8,9 +8,9 @@ The following series of `Jupyter <https://jupyter.org/>`_ Notebooks provide
examples for how to use various features of OpenMC by leveraging the
:ref:`pythonapi`.
-----------
Basic Usage
-----------
-------------
General Usage
-------------
.. toctree::
:maxdepth: 1
@ -21,12 +21,21 @@ Basic Usage
tally-arithmetic
expansion-filters
search
triso
candu
nuclear-data
nuclear-data-resonance-covariance
cad-geom
--------
Geometry
--------
.. toctree::
:maxdepth: 1
hexagonal
triso
candu
------------------------------------
Multi-Group Cross Section Generation
------------------------------------

View file

@ -12,8 +12,8 @@ Convenience Functions
openmc.model.borated_water
openmc.model.cylinder_from_points
openmc.model.get_hexagonal_prism
openmc.model.get_rectangular_prism
openmc.model.hexagonal_prism
openmc.model.rectangular_prism
openmc.model.subdivide
TRISO Fuel Modeling