Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

1.3

Compare
Choose a tag to compare
@davidsblom davidsblom released this 29 Apr 15:31
· 1175 commits to master since this release
  • 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:
    1. Use mapFields of foam-extend to map the fields of the solid domain to the restart computation
    2. The utility mapMesh now available in FOAM-FSI deforms the fluid mesh from the initial mesh to deformed state given by the solid solver.
    3. Possibly use mapFields to map the fields of the fluid domain to the restart computation.
    4. Start the FSI simulation.
  • Refactor the compilation scripts