Skip to content
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

Updates Serpent models #25

Merged
merged 14 commits into from
Nov 13, 2020
Merged

Updates Serpent models #25

merged 14 commits into from
Nov 13, 2020

Conversation

robfairh
Copy link
Collaborator

@robfairh robfairh commented Nov 9, 2020

Fixes #24, #26, and #27.

This PR additionally defines an input file for a fuel column with lumped burnable poisons.
And it also adds a jupyter notebook with the material composition calculation.

@robfairh robfairh marked this pull request as draft November 9, 2020 20:59
@robfairh robfairh changed the title Updates Serpent geometries Updates Serpent models Nov 9, 2020
@robfairh robfairh marked this pull request as ready for review November 9, 2020 22:40
@robfairh robfairh added Comp:Core This issue has to do with the main bulk of the code or document. (methods, main content) Difficulty:1-Beginner This issue does not require expert knowledge and may be a good issue for new contributors. Priority:2-Normal This work is important and should be completed ASAP. Status:5-In Review This issue has been handled, and the solution is being reviewed. (probably as a PR) Type:Feature New feature or feature request labels Nov 9, 2020
Copy link
Contributor

@abachma2 abachma2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, it looks good. Nice consistency in cell and material numbering between files. A few questions about things that weren't obvious to me.

serpent/compact Outdated
Comment on lines 11 to 15
* Kernel radius 2.125e-6 cm *
* Buffer radius 3.125e-6 cm *
* IPyC radius 3.475e-6 cm *
* SiC radius 3.825e-6 cm *
* OPyC radius 4.225e-6 cm *
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these just unit conversions?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. This is just a comment though, it doesn't affect the simulation

"wo16: 0.0897065977520648\n",
"wc12: 0.0224266494380162\n",
"\n",
"Nu235: 0.0036633202990892723\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly are the N values? The number density?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

serpent/compact Outdated
Comment on lines 11 to 15
* Kernel radius 212.5e-6 m *
* Buffer radius 312.5e-6 m *
* IPyC radius 347.5e-6 m *
* SiC radius 382.5e-6 m *
* OPyC radius 422.5e-6 m *
* Kernel radius 2.125e-6 cm *
* Buffer radius 3.125e-6 cm *
* IPyC radius 3.475e-6 cm *
* SiC radius 3.825e-6 cm *
* OPyC radius 4.225e-6 cm *
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these just unit conversions?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. This is just a comment though, it doesn't affect the simulation

@@ -17,7 +17,6 @@
* OPyC radius 422.5e-6 m *
* Matrix Graphite *
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you also want to reflect the unit conversions here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I just fixed all the unit conversions. They were all wrong ...

serpent/oecd-fullcore Outdated Show resolved Hide resolved
Copy link
Contributor

@abachma2 abachma2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks for making the changes. I'll go ahead and merge this PR.

@abachma2 abachma2 closed this Nov 13, 2020
@abachma2 abachma2 reopened this Nov 13, 2020
@abachma2 abachma2 merged commit 830ad8e into arfc:master Nov 13, 2020
This was referenced Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Comp:Core This issue has to do with the main bulk of the code or document. (methods, main content) Difficulty:1-Beginner This issue does not require expert knowledge and may be a good issue for new contributors. Priority:2-Normal This work is important and should be completed ASAP. Status:5-In Review This issue has been handled, and the solution is being reviewed. (probably as a PR) Type:Feature New feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Serpent geometries and material compositions
2 participants