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

Postprocessor for specific eigenvalue #14292

Closed
zachmprince opened this issue Nov 4, 2019 · 1 comment · Fixed by #15791
Closed

Postprocessor for specific eigenvalue #14292

zachmprince opened this issue Nov 4, 2019 · 1 comment · Fixed by #15791
Assignees
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@zachmprince
Copy link
Contributor

Reason

With the new Eigenvalue executioner, the only way to output the converged eigenvalue is to use a vector processor, which outputs all the eigenvalues that SLEPc calculated. In reactor physics, the only eigenvalue that really matters is the smallest one, so looking through csv files to find a single eigenvalue is a bit of a hassle. I would be nice to add the eigenvalue to the screen output and within the csv file with all the other postprocessor values.

Design

Create a postprocessor where users can define which eigenvalue they want to output, with possible tags:

  • Largest/smallest magnitude
  • Largest/smallest real
  • Largest/smallest imaginary

Impact

New output capability for eigenvalue problems using SLEPc executioner.

@zachmprince zachmprince added P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software. labels Nov 4, 2019
@zachmprince
Copy link
Contributor Author

@fdkong

@fdkong fdkong self-assigned this Nov 4, 2019
fdkong added a commit to fdkong/moose that referenced this issue Sep 1, 2020
fdkong added a commit to fdkong/moose that referenced this issue Oct 7, 2020
fdkong added a commit to fdkong/moose that referenced this issue Oct 8, 2020
fdkong added a commit to fdkong/moose that referenced this issue Nov 3, 2020
jain651 pushed a commit to jain651/moose that referenced this issue Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
3 participants