aurora-multiphysics / hippo

hippo is an integration of OpenFOAM and MOOSE to enable thermohydraulic simulations
GNU General Public License v3.0
3 stars 0 forks source link

Update TimeStepper to enable fixed point iterations #14

Closed hsaunders1904 closed 1 month ago

hsaunders1904 commented 1 month ago

Summary

Updates the FoamTimeStepper to take time parameters from MOOSE and set them on the OpenFOAM problem. This is in contrast to what we previously had, where the time step and limits were taken from OpenFOAM and set on the MOOSE solve.

This change is mainly to enable the use of fixed point iterations for multiapps, where MOOSE may want to change the time/time-step and the OpenFOAM solve needs to be updated to reflect this.

Checklist