paramak icon indicating copy to clipboard operation
paramak copied to clipboard

Create parametric 3D fusion reactor CAD models

Results 79 paramak issues
Sort by recently updated
recently updated
newest added

Not sure whether this is an issue for here or it if it should be elsewhere, if would be useful if there was a debug mode which produced way more...

enhancement

A while ago I am sure we made a couple of class diagrams. One was on mathch.com and that was not very good and there was another one somewhere that...

documentation

To include neutronics simulations of the shapes and componetns we a few extra parts: -[ ] Include an export_h5m for Shape objects (currently it just works for reactors) -[ ]...

CI

When fillet radius of PortCutterRectangular is not none, the outboard blanket/firstwall components in a BallReactor are not constructed correctly, despite the port cutter itself being constructed correctly. Some port cuts...

bug

CadQuery recently introduced **assemblies** and there is a tutorial for this feature https://cadquery.readthedocs.io/en/latest/assy.html We should consider converting the Reactor() class into an assembly

enhancement

Looking through the examples I couldn't find a good plasma source one. Perhaps we sould include something like this in the neutronics utils ```python """ This is a simple wrapper...

examples

This requires the parametric plasma source to be fully working Currently there are a few open PR on the plasma source repo that are planning to fix the issue https://github.com/open-radiation-sources/parametric-plasma-source/pull/16...

examples

The impact of ports on the TBR is a common request for parameter studies. Perhaps we can add another reactor based on the ball reactor that allows port to be...

enhancement

Testing of import errors would ideally be implemented into the test suite. We don't currently test the following lines ``` except (ImportError, ModuleNotFoundError): msg = "Conversion to VTK requested," \...

CI

Testing of import errors would ideally be implemented into the test suite. We don't currently test the following lines ``` except (ImportError, ModuleNotFoundError): msg = "Conversion to VTK requested," \...

CI