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

Currently we run Cubit with the --batch command and point it to a old python script However we can import Cubit into the system python https://coreform.com/cubit_help/cubithelp.htm?#t=appendix%2Fpython%2Fimporting_cubit_into_python.htm

Currently we test about 99% of the code in the CI on github actions and circle CI but we are not able to test the Trelis scripts for making the...

enhancement

include_neutronics=true/false has been left out of the selective testing matrix because some scripts still have neutronics dependencies which cause their tests to fail in the non-neutronics tests. I.e. the run_scripts.sh...

## Proposed changes Starting PR which updates the method for performing boolean operations of cut, union and intersect. At the moment, the order in which these operations are performed is...

Draft

Reported by a user that the instructions don't quite work. Step 3 sudo docker run -p 8888:8888 ukaea/paramak /bin/bash -c "jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root" doesn’t seem to...

documentation

PRs #766 and #767 both experience what seems to be randomly failing tests. See : https://github.com/ukaea/paramak/pull/766/checks?check_run_id=2048177525 This is the error message. ``` =================================== FAILURES =================================== ______ TestNeutronicsBallReactor.test_reactor_from_shapes_2d_mesh_tallies ______ self =...

bug
CI

The graveyard creation can be slow as it loops through every shape in the Reactor Perhaps adding an optional argument to the reactor.make_graveyard method that allows a subset of shapes...

enhancement

When trying to cut an ExtrudeSpline **How to reproduce** ```python import paramak shape1 = paramak.RotateSplineShape( points=[ (1.1 + 0, 0), (1.1 + 0.5, 0), (1.1 + 0.5, 0.5), (1.1 +...

bug

I have found a few cases where stp files provided are difficult to reproduce with the paramak and are already clean enough to be used in the neutronics simulations. When...

enhancement

As seen below, the neutronics example tests take nearly 2min to run, perhaps they should be run alongside with the other examples, after the quick tests. ![image](https://user-images.githubusercontent.com/40028739/109395393-6f6f0200-792c-11eb-8af2-431c319f5c63.png)

CI