LifeV
|
Pure virtual operator class for FSI solvers. More...
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Pure virtual operator class for FSI solvers.
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.cpp.