Skip to content

Commit

Permalink
Update example_of_use.rst for better indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroCubi authored Feb 20, 2025
1 parent e8dfc35 commit fa33c8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/example_of_use.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for use in MCNP. It includes the methodology and rationale behind the process.
.. _CAD simplification:

CAD simplification
==================
~~~~~~~~~~~~~~~~~~

The CAD model of the system should undergo a process of simplification. In this process,
features that do not affect the radiation transport should be removed. The level of
Expand All @@ -26,15 +26,15 @@ by simpler surfaces like planes or cylinders.
.. _Export as STEP:

Export as STEP
==============
~~~~~~~~~~~~~~

Once the CAD is simplified, it is exported as a STEP file to be used as input by
GEOUNED.

.. _Conversion to CSG:

Conversion to CSG
=================
~~~~~~~~~~~~~~~~~

The below code is run in a Python environment with GEOUNED installed. In the comments
of the code there is an explanation of the parameters used.
Expand Down Expand Up @@ -68,7 +68,7 @@ of the code there is an explanation of the parameters used.
.. _Suspicious solids and debug:

Suspicious solids and debug
===========================
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Running the above code will generate a debug folder that contains each of the converted
solids, both the original and the decomposed ones. Those bodies can be opened and
Expand All @@ -85,7 +85,7 @@ After applying any fix necessary and exporting to STEP, the conversion can be ru
.. _Void check verification:

Void check verification
=======================
~~~~~~~~~~~~~~~~~~~~~~~

Once the conversion is finished, it is recommended to stocastically check the volume
of the solids and to make some plots.
Expand Down

0 comments on commit fa33c8a

Please sign in to comment.