paramak
paramak copied to clipboard
Create parametric 3D fusion reactor CAD models
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...
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...
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) -[ ]...
Adding fillet radius to rectangular port cutter causes problems with blanket/firstwall construction
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...
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
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...
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...
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...
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," \...
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," \...