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

Use correct density as initial condition for Picard iterations #17

Open
2 tasks
paulromano opened this issue May 15, 2019 · 0 comments
Open
2 tasks

Use correct density as initial condition for Picard iterations #17

paulromano opened this issue May 15, 2019 · 0 comments

Comments

@paulromano
Copy link
Member

Moving issue 31 from gitlab originally submitted by @aprilnovak:

If we're going to save densities between Picard iterations and possibly use them for computing norms, we need to save the initial value used in the neutronics solver (since it runs first). So, CoupledDriver should add densities_ and densities_prev_ members, where densities_prev for the first iteration is either:

  • read from the OpenMC input file, or

  • computed based on Nek temperatures from a restart file using IAPWS

We can indicate which of these two options we would like to use by adding another XML tag in enrico.xml - density_ic, similar to temperature_ic.

aprilnovak added a commit to aprilnovak/enrico that referenced this issue Jun 12, 2019
aprilnovak added a commit to aprilnovak/enrico that referenced this issue Jun 12, 2019
aprilnovak added a commit to aprilnovak/enrico that referenced this issue Jun 12, 2019
aprilnovak added a commit to aprilnovak/enrico that referenced this issue Jun 12, 2019
aprilnovak added a commit to aprilnovak/enrico that referenced this issue Jun 16, 2019
aprilnovak added a commit to aprilnovak/enrico that referenced this issue Jun 16, 2019
aprilnovak added a commit to aprilnovak/enrico that referenced this issue Jun 19, 2019
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

No branches or pull requests

1 participant