Skip to content

Draft: Feature/fsiSharpy

Mohsen Lahooti requested to merge mlahooti/nektar:feature/FsiSharpy into master

Feature branch: Adds the SHARPy structrual solver for deformable FSI

The Branch includes both SHARPy FSI and the previous DFT FSI solver

Major changes: /solvers/IncNavierStokesSolver/Forcing

  • ForcingMovingBody.h and .cpp are modified

  • Factory method added to select the structural solver

    • StructuralDriver.h and .cpp
    • SHARPySolverDriver.h and .cpp
    • DFTSolverDriver.h and .cpp
  • InletAoaCorrection.h and .cpp for correction of inlet BC

  • Added computation of Moment in AeroFilter and FilterMovingBody

Other changes:

  • Added extractrion of strips to FieldConvert
  • fixes for processing the files in homoStrip simulations
Edited by Mohsen Lahooti

Merge request reports