-
CAD-to-DAGMC had a recent update that slightly changes its syntax. ParaStell's `main` branch was updated to reflect this change thanks to PR #77, but the `oo_version` branch will need the same changes…
-
There is a nice opportunity to add some CI to this repo and test the code as it gets updated.
A non exhaustive list of things that could be tested
- [x] installation routes to check the software…
-
Hi ,
I'm trying to use cad_to_dagmc for step files from CATIA in order to being able to undergo simulations on it.
Here is my code I want to use :
def step_to_openmc_h5m(input_step_file_path:…
-
There is currently a typo in the `export_cad_to_dagmc` method on the `InVesselBuild` class that causes an error when adding CadQuery objects. The typo is specifically in the material tagging step.
-
## Bug Description
When running ```openmc.deplete.get_microxs_and_flux``` with a geometry that uses dagmc the dagmc h5m can't be found by the get_microxs_and_flux. I believe this is because get_mic…
-
We are trying to build a conda-recipe for installing CAD_to_OpenMC , but some issue with dependencies exist.
What works is:
> conda install moab openmc=0.14.0=dagmc_* libglu
and then
> pip instal…
-
I am converting cadquery geometry to a dagmc h5m file, and I keep getting the following error:
```
AttributeError: 'OCP.TopoDS.TopoDS_Compound' object has no attribute '_address'
```
The error…
-
The `DAGSet` class has a setter for the `id` which changes the value of the `global_id` tag in the MOAB model.
I wonder if we should be testing for the existence of a given ID in the ID space alrea…
-
Looks to be a recently introduced bug in the DAGMC_macros.cmake file, where looking to compare the version number of double down. The issue is however in the `ddConfigVersion.cmake` produced from the …
-
Hello, everyone!
I am trying to launch openmc-plotter and get the following error:
```
TypeError: 'PySide2.QtCore.Qt.Alignment' object cannot be interpreted as an integer
/home/alx8kv/venvs/env/li…