Jonathan Shimwell

Results 224 issues of Jonathan Shimwell

Dear all Many thanks for all your wonderful efforts with Plotly I just wanted to ask if it might be possible to tweak the range function a little currently an...

type: feature
status: discussion needed
♥ NEEDS SPON$OR

Currently the CadQuery export STL feature makes use of OCP.StlAPI_Writer This writes an ASCII STL file but it would be helpful (to preserve high precision) to be able to write...

enhancement
OCC feature

Perhaps quite low down on the list of nice features but it would be great if the BREP support allowed an optional removal of duplicate surfaces and use of virtual...

OCC feature
svg

**Describe the bug** Converting a gmsh msh file that has physical groups in to a h5m mesh file brings up an error ```python ValueError: Unable to create group (name already...

needs triage

**Describe the bug** converting a h5m file to a msh file then back again into a msh h5m file results in an error **To Reproduce** With this file [geometry_for_meshio_test.zip](https://github.com/nschloe/meshio/files/7747318/geometry_for_meshio_test.zip) ```bash...

needs triage

Currently there is a [script](https://github.com/openmc-dev/openmc/blob/develop/scripts/openmc-track-to-vtk) that one can run from the terminal on a tracks.h5 file. This PR adds the ability to write vtk files of tracks from within the...

Hi all, This PR attempts to add the ability to add material composition and density from a predefined collection / library. This PR follows on from [this](https://openmc.discourse.group/t/add-pnnl-15870-to-openmc-model/1134/4) discussion where adding...

On hold

the ```settings.max_tracks``` defaults to None in the python layer https://github.com/openmc-dev/openmc/blob/e27c3b4a5bb6ac97ffe1f01a06b96a6d65d83471/openmc/settings.py#L298 and the docs state **all** particles will be written if run in tracks mode https://github.com/openmc-dev/openmc/blob/e27c3b4a5bb6ac97ffe1f01a06b96a6d65d83471/openmc/model/model.py#L519-L520 https://github.com/openmc-dev/openmc/blob/e27c3b4a5bb6ac97ffe1f01a06b96a6d65d83471/openmc/settings.py#L108-L109 However it defaults to...

Work in progress, not ready for review I just wanted to show that I've been working on migrating from the now [deprecated](https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html) setup.py to a shiny new setup.cfg. :snake: The...

On hold

While looking through PR #2135 I was thinking it might be useful if the openmc.data.Decay class have an ```export_to_hdf5``` and a ```from_hdf5``` classmethod. This would allow us to process [endf...