Skip to content

Unify timesteppers and prevent unnecessary time step cutbacks#98

Open
mattfalcone1997 wants to merge 7 commits intoaurora-multiphysics:mainfrom
mattfalcone1997:unify-timesteppers
Open

Unify timesteppers and prevent unnecessary time step cutbacks#98
mattfalcone1997 wants to merge 7 commits intoaurora-multiphysics:mainfrom
mattfalcone1997:unify-timesteppers

Conversation

@mattfalcone1997
Copy link
Collaborator

@mattfalcone1997 mattfalcone1997 commented Feb 13, 2026

Summary

Create new FoamTimeStepper which builds on FoamControlledTimeStepper but also includes time stepping specified from the Hippo input files and hence replacing the need for the original FoamTimeStepper. We also prevent the timestep cutbacks induced by MOOSE synchronisation points affecting future time steps which should cut the number of required time steps for a simulation.

Related Issue

Resolves #68
Resolves #81

Checklist

  • Tests have been written for the new/changed behaviour.
  • Documentation/examples have been added/updated for the new changes.

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.

Update timestepper to avoid unnecessary dt cut-backs Unify FoamTimeStepper and FoamControlledTimeStepper

1 participant