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

Add capability to store information about the plasma state during iterations #848

Merged
merged 16 commits into from
Aug 3, 2018

Conversation

unoebauer
Copy link
Contributor

@unoebauer unoebauer commented Jul 26, 2018

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.

  • add storage for plasma information during iterations
  • add storage to HDF5 dump
  • add appropriate tests
  • add docstrings
  • update documentation
  • update reference data

@unoebauer
Copy link
Contributor Author

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.

@unoebauer
Copy link
Contributor Author

@wkerzendorf - next week we should discuss how to best proceed about updating the reference data since multiple PRs require this step.

**********************************************

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
Copy link
Contributor

Choose a reason for hiding this comment

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

accessed

@unoebauer
Copy link
Contributor Author

@wkerzendorf - we could start merging this one. How should we proceed? First merge the respective PR on the ref-data repo?

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 this pull request may close these issues.

3 participants