Skip to content

Releases: openmsr/CAD_to_OpenMC

Paper release

24 Sep 09:42
Compare
Choose a tag to compare

This marks the 1.0.0 release of CAD_to_OpenMC which is tied to the feature article submitted to Journal of Open Source Software, JOSS, (https://joss.theoj.org/).

It is more or less identical to the 0.3.6-release, except for cosmetic changes, but marks a milestone in the development of CAD_to_OpenMC.

v0.3.6

13 Sep 15:01
6ba7b3c
Compare
Choose a tag to compare
  • fixing some problem with the material tag procdures
  • allow users to set the tag delimiter. E.g. two parts named "dr_bunsen" and "dr_beaker" would by default cause both h5m-volumes to be tagged as "dr". If '_' is removed from the tag delimiters they would be tagged with different materials.

v0.3.5

18 Jul 16:17
Compare
Choose a tag to compare

Stability improvement release.

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

24 Jun 12:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v 0.3.3 ready for conda

23 Apr 09:14
Compare
Choose a tag to compare

Minor update release fixing a few bugs.

  • Adds a warning for known problematic geometries, such as degenerate toroids.
  • Streamlined package building
  • Available on conda

v0.3.2

23 Feb 15:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v 0.3.1

10 Jan 13:50
Compare
Choose a tag to compare

CAD_to_OpenMC v 0.3.1 is a respin-release of 0.3.0 which contains an improved hash-collision protection algorithm
Other highlights:

  • supports setting the implicit complement
  • inclusion into the model-benchmark-zoo project: https://github.com/fusion-energy/model_benchmark_zoo
  • automatic testing of OpenMC-neutronics using github actions
  • passes the godiva-benchmark test on par with cubit.
  • inclusion of a utility runscript with a set of command line flags.
    .. among many other improvements and bugfixes.

Release 0.2.2, (respin of 0.2.0)

10 Oct 13:16
Compare
Choose a tag to compare

This is a respin release of 0.2 to correct for a newly discovered change in the upstream dependencies of CAD_to_OpenMC. Apparently cadquery2 can no longer be installed using pip. Therefore we have had to revert to an older version of cadquery for the time being. This should not create any problems.

0.2.0 (initial release)

07 Oct 11:47
Compare
Choose a tag to compare

This is the first release of the CAD_to_OpenMC tool. At present it works well with simpler geometries, such the 7-pin geometry included with the release, and in cases for full scale reactor geometries. An instance of the latter is the ZPRE-model which can easily run neutronics "out-of-the-box". This model can be found at https://www.github.com/openmsr/zpre - on the "open"-branch.

As a release this should be considered work in progress. We aim at publishing more reactors models and meshing parameters as soon as they become available.