Skip to content

Remove old time handling in Data backup - #133

Merged
mattfalcone1997 merged 1 commit into
aurora-multiphysics:mainfrom
mattfalcone1997:fix-old-timestep-fixed-point
Aug 21, 2026
Merged

Remove old time handling in Data backup#133
mattfalcone1997 merged 1 commit into
aurora-multiphysics:mainfrom
mattfalcone1997:fix-old-timestep-fixed-point

Conversation

@mattfalcone1997

Copy link
Copy Markdown
Collaborator

Summary

For the data backup and restore functionality, there was a removeOldTimes function which explicitly cleared the old time base fields due to a bug in OpenFOAM which didn't seem to remove the old fields properly. This seems to have been fixed in OpenFOAM-14, and the existing code led to compilation errors when Hippo was installed locally. We have replaced it simply with field.clearOldFields().

Checklist

  • Tests pass locally and in the CI

@mattfalcone1997
mattfalcone1997 force-pushed the fix-old-timestep-fixed-point branch from 78891cc to 805907c Compare August 21, 2026 09:39
@mattfalcone1997
mattfalcone1997 force-pushed the fix-old-timestep-fixed-point branch from 805907c to bec601d Compare August 21, 2026 09:46
@mattfalcone1997
mattfalcone1997 merged commit a2269ca into aurora-multiphysics:main Aug 21, 2026
3 checks passed
@mattfalcone1997
mattfalcone1997 deleted the fix-old-timestep-fixed-point branch August 21, 2026 10:31
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.

2 participants