-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Add capability to store information about the plasma state during iterations #848
Add capability to store information about the plasma state during iterations #848
Conversation
Just extended test_simulation.py to include a check for the newly stored information of the plasma state during the iterations. Naturally, I'll need to update the reference data. |
@wkerzendorf - next week we should discuss how to best proceed about updating the reference data since multiple PRs require this step. |
docs/running/access_iterations.rst
Outdated
********************************************** | ||
|
||
Currently we store information about the plasma state and the inner boundary | ||
for each iteration. This is saved in the simulation object and can be accesses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accessed
@wkerzendorf - we could start merging this one. How should we proceed? First merge the respective PR on the ref-data repo? |
This PR adds the capability to store and later access information about the plasma state during the different Monte Carlo iterations. Specifically, the inner boundary temperature, the dilution factor, the radiation temperature and the electron densities are stored.