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 a postprocessor that returns the time step number #29127

Open
anshchaube opened this issue Nov 23, 2024 · 0 comments · May be fixed by #29128
Open

Add a postprocessor that returns the time step number #29127

anshchaube opened this issue Nov 23, 2024 · 0 comments · May be fixed by #29128
Labels
C: Framework T: task An enhancement to the software.

Comments

@anshchaube
Copy link

Motivation

This is a minor quality-of-improvement update to allow users to easily track the time step count during a MOOSE simulation.

Design

This information is already stored in _feproblem.timeStep();

Impact

Users will be able to track the time step number using a ready-to-use postprocessor, instead of relying on, say, a ParsedPostProcessor using TimePostprocessor and TimestepSize.

@anshchaube anshchaube added the T: task An enhancement to the software. label Nov 23, 2024
anshchaube added a commit to anshchaube/moose that referenced this issue Nov 23, 2024
Minor quality-of-life improvement for users who want to track
time step counts during their MOOSE simulations.

closes idaholab#29127
anshchaube added a commit to anshchaube/moose that referenced this issue Nov 23, 2024
Minor quality-of-life improvement for users who want to track
time step counts during their MOOSE simulations.

closes idaholab#29127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants