![]() |
v0.14.0 |
Implementation of Kelvin Voigt Damper. More...
#include <users_modules/basic_finite_elements/src/KelvinVoigtDamper.hpp>
Classes | |
struct | AssembleMatrix |
struct | AssembleVector |
struct | BlockMaterialData |
Dumper material parameters. More... | |
struct | CommonData |
Common data for nonlinear_elastic_elem model. More... | |
struct | ConstitutiveEquation |
Constitutive model functions. More... | |
struct | DamperFE |
definition of volume element More... | |
struct | OpGetDataAtGaussPts |
struct | OpJacobian |
struct | OpLhsdxdot |
Assemble matrix. More... | |
struct | OpLhsdxdx |
Assemble matrix. More... | |
struct | OpRhsStress |
Assemble internal force vector. More... | |
Public Types | |
enum | TagEvaluate { DAMPERSTRESS } |
typedef boost::ptr_map< int, KelvinVoigtDamper::ConstitutiveEquation< adouble > > | ConstitutiveEquationMap |
Public Member Functions | |
KelvinVoigtDamper (MoFEM::Interface &m_field) | |
MoFEMErrorCode | setBlockDataMap () |
MoFEMErrorCode | setOperators (const int tag) |
Public Attributes | |
MoFEM::Interface & | mField |
std::map< int, BlockMaterialData > | blockMaterialDataMap |
ConstitutiveEquationMap | constitutiveEquationMap |
CommonData | commonData |
DamperFE | feRhs |
DamperFE | feLhs |
Implementation of Kelvin Voigt Damper.
Definition at line 20 of file KelvinVoigtDamper.hpp.
typedef boost::ptr_map<int, KelvinVoigtDamper::ConstitutiveEquation<adouble> > KelvinVoigtDamper::ConstitutiveEquationMap |
Definition at line 163 of file KelvinVoigtDamper.hpp.
|
inline |
Definition at line 249 of file KelvinVoigtDamper.hpp.
|
inline |
Definition at line 792 of file KelvinVoigtDamper.hpp.
|
inline |
Definition at line 812 of file KelvinVoigtDamper.hpp.
std::map<int, BlockMaterialData> KelvinVoigtDamper::blockMaterialDataMap |
Definition at line 37 of file KelvinVoigtDamper.hpp.
CommonData KelvinVoigtDamper::commonData |
Definition at line 198 of file KelvinVoigtDamper.hpp.
ConstitutiveEquationMap KelvinVoigtDamper::constitutiveEquationMap |
Definition at line 164 of file KelvinVoigtDamper.hpp.
DamperFE KelvinVoigtDamper::feLhs |
Definition at line 247 of file KelvinVoigtDamper.hpp.
DamperFE KelvinVoigtDamper::feRhs |
Definition at line 247 of file KelvinVoigtDamper.hpp.
MoFEM::Interface& KelvinVoigtDamper::mField |
Definition at line 24 of file KelvinVoigtDamper.hpp.