Jonathan Shimwell

Results 279 issues of Jonathan Shimwell

Remi makes use of a different menthod of running the test notebooks. Compare this to what we have and see if we can upgrade the method used ```yml # This...

User request for spheres, these could also be useful for plotting the source particles. my_model = NeutronicsModel().export_stp() could export source points This is how cadquery makes spheres ``` import cadquery...

the use of materials to perform cell tallies means that unique materials are needed for each unique cell tally. This can be a little restrictive and can become complicated when...

## Proposed changes This is a test PR to see if cubit learn can be built in the docker image ## Types of changes - [ ] Bugfix (non-breaking change...

Draft

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

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

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

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

I keen having to make this extruded slice shape and was thinking it would be handy to have a new parametric shape to make this easier Currently I am doing...