LifeV
FSIOperator.hpp File Reference

Pure virtual operator class for FSI solvers. More...

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

Go to the source code of this file.

Data Structures

class  FSIOperator
 Fluid-Structure Interface operator class. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 

Detailed Description

Pure virtual operator class for FSI solvers.

Author
Simone Deparis simon.nosp@m.e.de.nosp@m.paris.nosp@m.@epf.nosp@m.l.ch
Contributor:
Gilles Fourestey foure.nosp@m.stey.nosp@m.@cscs.nosp@m..ch
Contributor:
Paolo Crosetto paolo.nosp@m..cro.nosp@m.setto.nosp@m.@epf.nosp@m.l.ch
Maintainer:
Paolo Crosetto paolo.nosp@m..cro.nosp@m.setto.nosp@m.@epf.nosp@m.l.ch
Date
10-12-2010

This is the base class for the FSI solvers in LifeV. It contains the methods to evaluate the residual and compute the Jacobian matrix, which make it suited for the generalized Newton algorithm implemented in NonlinearRichardson.hpp. The fluid and structure classes are members of this class and different formulations (e.g. Monolithic [4] , segregated Newton [6] , Dirichlet–Neumann [5] , Robin Neumann [1] ) are implemented in the derived classes.

Definition in file FSIOperator.hpp.