2017-12-24 17:43:14 +07:00
|
|
|
--------------------------------------------------
|
|
|
|
|
:mod:`openmc.capi` -- Python bindings to the C API
|
|
|
|
|
--------------------------------------------------
|
2017-07-04 14:33:18 -05:00
|
|
|
|
2017-07-31 08:18:55 -05:00
|
|
|
.. automodule:: openmc.capi
|
|
|
|
|
|
|
|
|
|
Functions
|
|
|
|
|
---------
|
|
|
|
|
|
2017-07-17 07:58:35 -05:00
|
|
|
.. autosummary::
|
|
|
|
|
:toctree: generated
|
|
|
|
|
:nosignatures:
|
|
|
|
|
:template: myfunction.rst
|
|
|
|
|
|
2017-12-24 17:43:14 +07:00
|
|
|
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
|
2017-07-31 08:18:55 -05:00
|
|
|
|
|
|
|
|
Classes
|
|
|
|
|
-------
|
2017-07-17 07:58:35 -05:00
|
|
|
|
2017-07-04 14:33:18 -05:00
|
|
|
.. autosummary::
|
|
|
|
|
:toctree: generated
|
|
|
|
|
:nosignatures:
|
|
|
|
|
:template: myclass.rst
|
|
|
|
|
|
2017-12-24 17:43:14 +07:00
|
|
|
Cell
|
|
|
|
|
EnergyFilter
|
|
|
|
|
MaterialFilter
|
|
|
|
|
Material
|
2018-04-01 07:50:14 -05:00
|
|
|
Mesh
|
|
|
|
|
MeshFilter
|
|
|
|
|
MeshSurfaceFilter
|
2017-12-24 17:43:14 +07:00
|
|
|
Nuclide
|
|
|
|
|
Tally
|