LifeV
|
Implementation of Linear elastic structural model. More...
#include <lifev/core/LifeV.hpp>
#include <lifev/core/array/VectorEpetra.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/fem/BCManage.hpp>
#include <lifev/eta/fem/ETFESpace.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/eta/expression/Integrate.hpp>
Go to the source code of this file.
Data Structures | |
class | LinearElasticity |
Namespaces | |
LifeV | |
Default Physical Solver. | |
Implementation of Linear elastic structural model.
This file contains an ETA implementation of a linear elastic structural model. This class temporary as it will disappear when the new structure model will be released.
This class contains also an implementation of a thin layer structural model which can be used together with the 3D structure to form a multilayered structure. As a reference for applications of such multilayered computational model in the context of fluid-structure interaction, please refer to:
D. Forti, M. Bukac, A. Quaini, S. Čanić, and S. Deparis, "A Monolithic Approach to Fluid-Composite Structure Interaction" available as NA & SC Preprint Series No. 47 - February, 2016. Accepted in JSC. (http://www.uh.edu/nsm/_docs/math/NASC-preprint-series/2015_2016/Preprint_No16-47.pdf)
Definition in file LinearElasticity.hpp.