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