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

plasma component not ignored in Reactor() class during simulation #824

Open
billingsley-john opened this issue Apr 29, 2021 · 2 comments · Fixed by #828
Open

plasma component not ignored in Reactor() class during simulation #824

billingsley-john opened this issue Apr 29, 2021 · 2 comments · Fixed by #828

Comments

@billingsley-john
Copy link

billingsley-john commented Apr 29, 2021

This might not be an issue, maybe just an observation - not sure on the intended functionality.

Plasma components are not ignored during neutronics simulations if they are in a Reactor() class, causing errors when dt_plasma material is not defined. However, this doesn't occur if a BallReactor() is used.

For example, I am using the BallReactor as a base reactor, and adding all of its components to a new Reactor() class, with additional components. If I pass the Plasma component to the new Reactor() class, the simulation errors, but if I use the ball reactor directly, the simulation runs.

@billingsley-john
Copy link
Author

(On Develop branch)

@billingsley-john
Copy link
Author

Only occurs when method = "pymoab"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant