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

Simulation progress output #22906

Closed
dschwen opened this issue Dec 7, 2022 · 0 comments · Fixed by #25503
Closed

Simulation progress output #22906

dschwen opened this issue Dec 7, 2022 · 0 comments · Fixed by #25503
Assignees
Labels
T: task An enhancement to the software.

Comments

@dschwen
Copy link
Member

dschwen commented Dec 7, 2022

Reason

For long production runs with given start and end times it can be tedious to see how far the run has progressed. A quick and intuitive way of visualizing simulation progress would be neat...

Design

...so I wrote one for a project that I'm currently running simulations for

+-progress-------------------------------------------------------------------------------------------+
|#########################################################################################...........|
+----------------------------------------------------------------------------------------------------+

Time Step 25, time = 9.43447e+08, dt = 1.4891e+07
 0 Nonlinear |R| = 3.812269e-07
   Solution, reference convergence variable norms:
   disp_x (grouped) : 3.81227e-07  disp_x (grouped) _ref: 3.07309e-07
   T:                 4.10509e-12  T_ref:                 13.9749
      0 Linear |R| = 3.812269e-07
      1 Linear |R| = 1.509571e-18

It currently only uses start and end times, but with a small modification could also use num_steps (if both criteria are in effect and the time step is allowed to vary the progress will be a estimate, so this mostly makes sense for times)

Impact

Users will be able to see how far along their runs are at a glance.

@dschwen dschwen added the T: task An enhancement to the software. label Dec 7, 2022
@dschwen dschwen self-assigned this Dec 7, 2022
dschwen added a commit to dschwen/moose that referenced this issue Jan 26, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 18, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 18, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 18, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 18, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 19, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 20, 2023
Co-authored-by: Alex Lindsay <alexander.lindsay@inl.gov>
dschwen added a commit to dschwen/moose that referenced this issue Sep 20, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 20, 2023
Co-authored-by: Alex Lindsay <alexander.lindsay@inl.gov>
dschwen added a commit to dschwen/moose that referenced this issue Sep 20, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 20, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 20, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 20, 2023
Co-authored-by: Alex Lindsay <alexander.lindsay@inl.gov>
dschwen added a commit to dschwen/moose that referenced this issue Sep 20, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 22, 2023
dschwen added a commit to dschwen/moose that referenced this issue Sep 22, 2023
Co-authored-by: Alex Lindsay <alexander.lindsay@inl.gov>
dschwen added a commit to dschwen/moose that referenced this issue Sep 22, 2023
yfche pushed a commit to yfche/moose that referenced this issue Sep 24, 2023
yfche pushed a commit to yfche/moose that referenced this issue Sep 24, 2023
Co-authored-by: Alex Lindsay <alexander.lindsay@inl.gov>
yfche pushed a commit to yfche/moose that referenced this issue Sep 24, 2023
oanaoana pushed a commit to oanaoana/moose that referenced this issue Oct 19, 2023
oanaoana pushed a commit to oanaoana/moose that referenced this issue Oct 19, 2023
Co-authored-by: Alex Lindsay <alexander.lindsay@inl.gov>
oanaoana pushed a commit to oanaoana/moose that referenced this issue Oct 19, 2023
oanaoana pushed a commit to oanaoana/moose that referenced this issue Nov 7, 2023
oanaoana pushed a commit to oanaoana/moose that referenced this issue Nov 7, 2023
Co-authored-by: Alex Lindsay <alexander.lindsay@inl.gov>
oanaoana pushed a commit to oanaoana/moose that referenced this issue Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant