You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code snippet will convert a CAD file in the STEP format called example.step into and XML file called geometry.xml that can be opened and run with OpenMC
GEOUNED converts CAD geometry to CGS and CGS to CAD.
4
+
5
+
6
+
The CSG geometry produced is compatible with Monte Carlo particle transport codes such as [OpenMC](https://github.com/openmc-dev/openmc) and [MCNP](https://mcnp.lanl.gov/).
Recommended method of installing is to make use of Conda / Mamba.
4
+
This results in installation of GEOUNED with your system Python and the most straightforward usage.
5
+
6
+
There are other options which are also documented.
7
+
The main difference between the installation options is the manner in which the main dependency FreeCAD is installed and this has consequences for how the code is used.
8
+
9
+
With some options (Conda) offering integration of FreeCAD Python API into your system Python and other options requiring GEOUNED scripts to be run with freecadcmd or freecad.cmd and integration of GEOUNED and FreeCAD performed with system path appending or freecad.pip
10
+
11
+
## Linux (Ubuntu)
12
+
13
+
### Conda
14
+
15
+
16
+
In principle, installing any Conda/Mamba distribution will work. A few Conda/Mamba options are:
0 commit comments