mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Adding documentation changes requested by @paulromano.
This commit is contained in:
parent
6f73ecb040
commit
56bfba392f
2 changed files with 4 additions and 4 deletions
|
|
@ -407,12 +407,12 @@ OpenMC relies on the Direct Accelerated Geometry Monte Carlo toolkit (`DAGMC
|
|||
<https://svalinn.github.io/DAGMC/>`_) to represent CAD-based geometry in a
|
||||
surface mesh format. A DAGMC run can be enabled in OpenMC by setting the
|
||||
``dagmc`` property to ``True`` in the model Settings either via the Python
|
||||
``openmc.settings`` module::
|
||||
:class:`openmc.settings` Python class::
|
||||
|
||||
settings = openmc.Settings()
|
||||
settings.dagmc = True
|
||||
|
||||
or in the `settings.xml <../io_formats/settings.html>`_ file::
|
||||
or in the :ref:`settings.xml <io_settings>` file::
|
||||
|
||||
<dagmc>true</dagmc>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue