Add make_borated_water and water_density to docs

This commit is contained in:
Sterling Harper 2018-02-11 15:03:48 -05:00
parent 9c53c085d6
commit e0d6640c4f
3 changed files with 3 additions and 6 deletions

View file

@ -34,6 +34,7 @@ Core Functions
openmc.data.atomic_mass
openmc.data.linearize
openmc.data.thin
openmc.data.water_density
openmc.data.write_compact_458_library
Angle-Energy Distributions

View file

@ -5,11 +5,6 @@
Convenience Functions
---------------------
Several helper functions are available here. Ther first two create rectangular
and hexagonal prisms defined by the intersection of four and six surface
half-spaces, respectively. The last function takes a sequence of surfaces and
returns the regions that separate them.
.. autosummary::
:toctree: generated
:nosignatures:
@ -17,6 +12,7 @@ returns the regions that separate them.
openmc.model.get_hexagonal_prism
openmc.model.get_rectangular_prism
openmc.model.make_borated_water
openmc.model.subdivide
TRISO Fuel Modeling