cad_to_dagmc icon indicating copy to clipboard operation
cad_to_dagmc copied to clipboard

Convert CAD geometry (STP files) or Cadquery assemblies to DAGMC h5m files

Results 11 cad_to_dagmc issues
Sort by recently updated
recently updated
newest added

gmsh allows for certain algorithms to parallelize the meshing operation, e.g. of possible implementation ``` gmsh.option.setNumber("Mesh.MaxNumThreads1D", number_of_threads) gmsh.option.setNumber("Mesh.MaxNumThreads2D", number_of_threads) gmsh.option.setNumber("Mesh.MaxNumThreads3D", number_of_threads) ```

openmc execuatable can be checked with openmc.lib._dagmc_enabled(): perhaps we should add this check and warn the user

Hi All, I have created a h5m model using the cad_to_dagmc conversion. It uses the DEMO model found in paramak. The layers of the blanket have been sliced into thin...

To keep the CI concise we can make use of the openmc docker image that includes dagmc. The trouble is that this docker image currently uses an older version of...

CI currently uses conda but we could make one with pip and cmake here is a start ``` # This CI will launch a Docker image that contains all the...

Hi all! I am trying to follow the installation instructions here: https://pypi.org/project/cad-to-dagmc/ Install using Conda and pip However, when I run a simple script ` import cad_to_dagmc ` I have...

instead of installing gmsh we could potential use cadquery to facet the geometry. here is some code that doesn't quite produce watertight geometry but looks like it is close ```python...

Work in progress This PR aims to add a html streamlit based web app GUI for the package.

Looks like we can reduce the mesh element count by setting mesh.MeshSizeFactor to a large number. - [] check curved shapes - [] find a suitable default value