Update documentation about C API dependence of CMFD and necessary import statements

This commit is contained in:
Shikhar Kumar 2018-12-19 02:24:42 -05:00
parent bb45f220d4
commit c14680c26d

View file

@ -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