mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -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
|
|
@ -93,8 +93,8 @@ you care. This element has the following attributes/sub-elements:
|
|||
--------------------------------
|
||||
|
||||
When the DAGMC mode is enabled, the OpenMC geometry will be read from the file
|
||||
``dagmc.h5m``. If a `geometry.xml <../io_formats/geometry.html>`_ file is
|
||||
present with ``dagmc`` set to ``True``, it will be ignored.
|
||||
``dagmc.h5m``. If a :ref:`geometry.xml <io_geometry>` file is present with
|
||||
``dagmc`` set to ``true``, it will be ignored.
|
||||
|
||||
--------------------------------
|
||||
``<electron_treatment>`` Element
|
||||
|
|
|
|||
|
|
@ -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