-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding regular mesh based shut down dose rate example #258
base: main
Are you sure you want to change the base?
Conversation
Paul has a nice PR that solves the multiple materials on a single mesh voxel problem. usage is so it should be possible for me to finish of this example now @rlbarker fyi |
tasks/task_11_CSG_shut_down_dose_tallies/3_mesh_based_shut_down_dose_rate_example.py
Outdated
Show resolved
Hide resolved
tasks/task_11_CSG_shut_down_dose_tallies/3_mesh_based_shut_down_dose_rate_example.py
Outdated
Show resolved
Hide resolved
The recent improvements in openmc reduce the complexity of this time of simulation considerably many thanks to @paulromano I've tidied up the example and it is more concise but it is still not quite ready for use yet, sorry @rlbarker Either I have made a mistake with my meshes or there is an openmc bug that when using a mesh source and a mesh tally then they both end up using the same mesh instead of different meshes. In this case I've got two meshes and want to make the source on a course regularmesh and tally the dose on a finer regular mesh but it appears to be using just the one mesh. I can look into this more. |
we will need the features in this PR as well openmc-dev/openmc#3000 |
Not ready yet but this PR aims to add a mesh based R2S shut down dose rate simulation to the examples. There are a few more parts that need to be added to openmc before this PR can be finished. Currently the meshes that contain two or more materials are not modelled correctly