mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Update documentation about C API dependence of CMFD and necessary import statements
This commit is contained in:
parent
bb45f220d4
commit
c14680c26d
1 changed files with 3 additions and 1 deletions
|
|
@ -203,7 +203,9 @@ Coarse Mesh Finite Difference Acceleration
|
|||
|
||||
CMFD is implemented in OpenMC and allows users to accelerate fission source
|
||||
convergence during inactive neutron batches. To run CMFD, the CMFDRun class
|
||||
should be used.
|
||||
should be used, and :mod:`from openmc import cmfd` should be included at the
|
||||
top of the Python input file. Additionally, this class has a dependence on the
|
||||
C API.
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue