Skip to content

Implement a HippoInterface class to streamline access to core underlying OpenFOAM and Hippo objects - #125

Merged
mattfalcone1997 merged 12 commits into
aurora-multiphysics:mainfrom
mattfalcone1997:develop-hippo-interface
Aug 26, 2026
Merged

Implement a HippoInterface class to streamline access to core underlying OpenFOAM and Hippo objects#125
mattfalcone1997 merged 12 commits into
aurora-multiphysics:mainfrom
mattfalcone1997:develop-hippo-interface

Conversation

@mattfalcone1997

@mattfalcone1997 mattfalcone1997 commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

Creates a HippoInterface base class that stores references to the underlying OpenFOAM objects such as

  • fvMesh
  • Foam::Time
  • FoamProblem
  • ...

We should consider adding other Hippo/OpenFOAM objects here.

Related Issue

Resolves #117

Checklist

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

@mattfalcone1997
mattfalcone1997 marked this pull request as ready for review June 29, 2026 14:33
@mattfalcone1997
mattfalcone1997 requested a review from k-collie June 29, 2026 14:33
Comment thread include/base/HippoInterface.h Outdated
Comment thread include/base/HippoInterface.h
Comment thread src/actions/AddFoamBCAction.C
Comment thread include/base/HippoInterface.h Outdated
Comment thread include/base/HippoInterface.h
@mattfalcone1997
mattfalcone1997 force-pushed the develop-hippo-interface branch from e2a7688 to b07884c Compare August 19, 2026 16:18
@mattfalcone1997
mattfalcone1997 force-pushed the develop-hippo-interface branch 3 times, most recently from a955802 to 787fd65 Compare August 21, 2026 10:33
Comment thread test/tests/base/hippo_interface/main.i Outdated
Comment thread test/tests/base/hippo_interface/tests
@mattfalcone1997
mattfalcone1997 force-pushed the develop-hippo-interface branch from 39de9d3 to 1723b30 Compare August 26, 2026 12:38
@mattfalcone1997
mattfalcone1997 merged commit a3744d3 into aurora-multiphysics:main Aug 26, 2026
3 checks passed
@mattfalcone1997
mattfalcone1997 deleted the develop-hippo-interface branch August 26, 2026 13:14
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.

Create HippoInterface base class

2 participants