mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
48 lines
755 B
ReStructuredText
48 lines
755 B
ReStructuredText
--------------------------------------------------
|
|
:mod:`openmc.capi` -- Python bindings to the C API
|
|
--------------------------------------------------
|
|
|
|
.. automodule:: openmc.capi
|
|
|
|
Functions
|
|
---------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myfunction.rst
|
|
|
|
calculate_volumes
|
|
finalize
|
|
find_cell
|
|
find_material
|
|
hard_reset
|
|
init
|
|
iter_batches
|
|
keff
|
|
load_nuclide
|
|
next_batch
|
|
num_realizations
|
|
plot_geometry
|
|
reset
|
|
run
|
|
run_in_memory
|
|
simulation_init
|
|
simulation_finalize
|
|
source_bank
|
|
statepoint_write
|
|
|
|
Classes
|
|
-------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myclass.rst
|
|
|
|
Cell
|
|
EnergyFilter
|
|
MaterialFilter
|
|
Material
|
|
Nuclide
|
|
Tally
|