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