Skip to content

Comments

275 progress reporter#283

Merged
PhiSpel merged 5 commits intolettucecfd:masterfrom
MaxBille:275-progress-reporter
Dec 18, 2025
Merged

275 progress reporter#283
PhiSpel merged 5 commits intolettucecfd:masterfrom
MaxBille:275-progress-reporter

Conversation

@MaxBille
Copy link
Collaborator

@MaxBille MaxBille commented Sep 4, 2025

Description

Closes #275
added a progress reporter that reports current time, elapsed time, time estimated remaining etc. AND a warning, if the estimated total time is longer than the t_max specified by the user.

example in examples/simple_flows/example_progress_reporter_based_on_simplest_TGV.py

…ining and warns, when estimated time is more than max time (in seconds). Could be extended to write a checkpoint when t_elapsed > t_max. But sim.write_checkpoint can't be found...
…o file.

Example under examples/simple_flows/example_progress_reporter_based_on_simplest_TGV.py
@MaxBille MaxBille requested review from McBs and PhiSpel September 4, 2025 15:45
@MaxBille MaxBille requested review from McBs and PhiSpel December 17, 2025 15:36
Copy link
Contributor

@PhiSpel PhiSpel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One open question only, all else looks good

…code reformatting and comments, minor changes in printed messages
@MaxBille MaxBille requested a review from PhiSpel December 18, 2025 12:03
Copy link
Contributor

@PhiSpel PhiSpel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thank you @MaxBille !

@PhiSpel PhiSpel merged commit b06b12f into lettucecfd:master Dec 18, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

[Feature]: progress reporter - it's nice to know stuff about your running simulation

3 participants