LifeV
FSIHandler.hpp File Reference

FSIHandler - File handling the solution of the FSI problem. More...

+ Include dependency graph for FSIHandler.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  FSIHandler
 FSIHandler - File handling the solution of the FSI problem. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 

Detailed Description

FSIHandler - File handling the solution of the FSI problem.

Author
Davide Forti david.nosp@m.e.fo.nosp@m.rti@e.nosp@m.pfl..nosp@m.ch
Date
28-10-2014
Maintainer:
Antonello Gerbi anton.nosp@m.ello.nosp@m..gerb.nosp@m.i@ep.nosp@m.fl.ch

This class implements a monolithic fully-implicit FSI solver. This solver features:

  • ALE treatment of the moving fluid domain
  • Linear/Nonlinear solid models can be used
  • Conforming/Nonconforming discretizations can be used
  • For the solid time discretizations one may use BDF of Newmark schemes
  • FaCSI preconitioner
  • In the fluid problem, if one chooses P1-P1 FE, a SUPG stabilization stemming from VMS approach can be used.
  • Mesh motion algorithms based on harmonic extensions or linear elasticity.
  • Multilayered structural model: a thin layer is considered underneath the thick 3D one. The thin layer is modeled by a membrane model.

In the testsuite folder, several examples which show how to properly use the solver are present.

If you are using this solver to generate results for publication, please cite:

  • S. Deparis, D. Forti, G. Grandperrin, A. Quarteroni. FaCSI: a block parallel preconditioner for fluid structure interaction in hemodynamics. JCP (327), 700-718, 2016.
  • D. Forti, L. Dede'. Semi-implicit BDF time discretization of the Navier–Stokes equations with VMS-LES modeling in a High Performance Computing framework. Comput. Fluids. 197(1):168-182.
  • S. Deparis, D. Forti, A. Quarteroni. A fluid-structure interaction algorithm using radial basis function interpolation between non conforming interfaces. In Y. Bazilevs, K. Takizawa (eds.) Advances in Computational Fluid-Structure, Modeling and Simulation in Science, Engineering and Technology. Birkhäuser Basel, 2016.
  • S. Deparis, D. Forti, P. Gervasio, and A. Quarteroni. INTERNODES: an accurate interpolation-based method for coupling the Galerkin solutions of PDEs on subdomains featuring non-conforming interfaces. Comput. Fluids. 2016
  • D. Forti, M. Bukac, A. Quaini, S. Canic, S. Deparis. A monolithic approach to solving fluid-structure interaction between multilayered structures and incompressible, viscous fluids. Accepted in JSC, 2017.

Definition in file FSIHandler.hpp.