-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
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
… OpenmcNekDriver syntax accordingly. Refs enrico-dev#17
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
… OpenmcNekDriver syntax accordingly. Refs enrico-dev#17
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
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 adddensities_
anddensities_prev_
members, wheredensities_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 totemperature_ic
.The text was updated successfully, but these errors were encountered: