mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Add make_borated_water and water_density to docs
This commit is contained in:
parent
9c53c085d6
commit
e0d6640c4f
3 changed files with 3 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue