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

The CI github action returns as passed if the dockerfile is successfully built and the tests run. It does not indicate whether tests have passed or failed (only if they...

CI

The PR #600 added the ability to perform neutronics simulations in the test suite. The PR also added a single test case for reactors This should be expanded across the...

CI

CadQuery has really nice interactive 3d objects that can be rotated in the browser. Super nice and useful for users to explore the shapes and also could remove the need...

documentation

Recently some new images have been made using draw.io instead of mathch. This was done for the paper but the images could be recycled to improve the docs. Updated images...

documentation

When testing the next export_html with facetets on the reactor models I noticed a few potential overlaps. It appears that the faceteted spline that makes up the rear surface of...

bug

I've found that Cubit commands are often a little easier to read / more maintainable using the `.format()` method. For instance, turn this: https://github.com/ukaea/paramak/blob/7924ab0b20e53b0122f56789734bfb795cd73d38/paramak/parametric_neutronics/make_faceteted_neutronics_model.py#L79-L83 into: ```` cubit.cmd("unite vol {} with...

enhancement

Currently matplotlib functions are used to plot 2D slice mesh tally results. However plotly can also do this and the results are then interactive. This snippet takes a slice from...

enhancement

The current method relies on the points and doesn't show splines or circles very well. Another method could make a large flat slicing face (extrude it by a tiny amount)...

enhancement

Request from potential user, could we support exodus outputs. This could be done by including gmsh and or https://github.com/nschloe/meshio Perhaps this should be an example instead of fully integrated into...

enhancement

To prepare for future workflows we need a Brep file of the Cad geomentry. This can be produced using the PPP https://github.com/ukaea/parallel-preprocessor The future workflows this could be useful for...

enhancement