This repository has been archived by the owner on May 9, 2022. It is now read-only.
1.3
- Add the functionality to restart a FSI computation or start with an initial displacement of the FSI interface. Follow these steps to restart a FSI simulation:
- Use
mapFields
offoam-extend
to map the fields of the solid domain to the restart computation - The utility
mapMesh
now available in FOAM-FSI deforms the fluid mesh from the initial mesh to deformed state given by the solid solver. - Possibly use
mapFields
to map the fields of the fluid domain to the restart computation. - Start the FSI simulation.
- Use
- Refactor the compilation scripts