64#ifndef DUMUX_MINDLIN_REISSNER_PLATE_MODEL_HH
65#define DUMUX_MINDLIN_REISSNER_PLATE_MODEL_HH
78template<
class MDTraits>
84 using ParentType::ParentType;
90template<
class PV,
class MT>
114template<
class TypeTag>
115struct ModelTraits<TypeTag, TTag::MindlinReissnerPlateDeformation>
118template<
class TypeTag>
119struct LocalResidual<TypeTag, TTag::MindlinReissnerPlateDeformation>
123template<
class TypeTag>
124struct VolumeVariables<TypeTag, TTag::MindlinReissnerPlateDeformation>
136template<
class TypeTag>
137struct ModelTraits<TypeTag, TTag::MindlinReissnerPlateRotation>
140template<
class TypeTag>
141struct LocalResidual<TypeTag, TTag::MindlinReissnerPlateRotation>
145template<
class TypeTag>
146struct VolumeVariables<TypeTag, TTag::MindlinReissnerPlateRotation>
Definition: solidmechanics/plate/kirchhoff_love/couplingmanager.hh:38
Volume variables for the rotations.
Definition: solidmechanics/plate/kirchhoff_love/volumevariables.hh:55
Definition: solidmechanics/plate/mindlin_reissner/model.hh:81
Local residual for the Mindlin-Reissner model (rotations)
Definition: solidmechanics/plate/mindlin_reissner/localresidual.hh:124
Defines a type tags and some fundamental properties for all models.
Defines all properties used in Dumux.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:296
Type tag for numeric models.
Definition: grid.hh:24
The energy balance equation for a porous solid.
Definition: common/properties.hh:26
KirchhoffLovePlateTraits MindlinReissnerPlateTraits
Definition: solidmechanics/plate/mindlin_reissner/model.hh:87
KirchhoffLovePlateRotationModelTraits MindlinReissnerPlateRotationModelTraits
Definition: solidmechanics/plate/mindlin_reissner/model.hh:88
Coupling manager for the Kirchhoff-Love model.
Kirchhoff-Love plate model.
Volume variables for the Kirchhoff-Love model.
Local residual for the Mindlin-Reissner model.
KirchhoffLovePlateRotationModelTraits.
Definition: solidmechanics/plate/kirchhoff_love/model.hh:119
KirchhoffLovePlateTraits.
Definition: solidmechanics/plate/kirchhoff_love/model.hh:100
Definition: solidmechanics/plate/mindlin_reissner/model.hh:92
MT ModelTraits
Definition: solidmechanics/plate/mindlin_reissner/model.hh:94
PV PrimaryVariables
Definition: solidmechanics/plate/mindlin_reissner/model.hh:93
Definition: solidmechanics/plate/mindlin_reissner/model.hh:109
std::tuple< ModelProperties > InheritsFrom
Definition: solidmechanics/plate/mindlin_reissner/model.hh:109
GetPropType< TypeTag, Properties::ModelTraits > MT
Definition: solidmechanics/plate/mindlin_reissner/model.hh:149
GetPropType< TypeTag, Properties::PrimaryVariables > PV
Definition: solidmechanics/plate/mindlin_reissner/model.hh:148