24#ifndef DUMUX_MEMBRANE_PLATE_MODEL_HH
25#define DUMUX_MEMBRANE_PLATE_MODEL_HH
37template<
class PV,
class MT>
57 static constexpr int numEq() {
return 1; }
68template<
class TypeTag>
69struct ModelTraits<TypeTag, TTag::MembranePlate>
72template<
class TypeTag>
73struct LocalResidual<TypeTag, TTag::MembranePlate>
76template<
class TypeTag>
77struct VolumeVariables<TypeTag, TTag::MembranePlate>
85template<
class TypeTag>
86struct SpatialParams<TypeTag, TTag::MembranePlate>
Definition: solidmechanics/plate/membrane/spatialparams.hh:50
Local residual for the membrane plate model.
Definition: solidmechanics/plate/membrane/localresidual.hh:32
Volume variables for the membrane plate model.
Definition: solidmechanics/plate/membrane/volumevariables.hh:26
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
Default spatial parameters for the membrane plate model.
Volume variables for the membrane plate model.
Local residual for the Mindlin-Reissner model.
Definition: solidmechanics/plate/membrane/model.hh:45
static constexpr int deformationEqIdx
Definition: solidmechanics/plate/membrane/model.hh:47
static constexpr int deformationIdx
Definition: solidmechanics/plate/membrane/model.hh:46
Model traits for the membrane plate model.
Definition: solidmechanics/plate/membrane/model.hh:55
static constexpr int numEq()
Definition: solidmechanics/plate/membrane/model.hh:57
Definition: solidmechanics/plate/membrane/model.hh:39
MT ModelTraits
Definition: solidmechanics/plate/membrane/model.hh:41
PV PrimaryVariables
Definition: solidmechanics/plate/membrane/model.hh:40
GetPropType< TypeTag, Properties::GridGeometry > GridGeometry
Definition: solidmechanics/plate/membrane/model.hh:88
GetPropType< TypeTag, Properties::Scalar > Scalar
Definition: solidmechanics/plate/membrane/model.hh:89
Definition: solidmechanics/plate/membrane/model.hh:63
std::tuple< ModelProperties > InheritsFrom
Definition: solidmechanics/plate/membrane/model.hh:63
GetPropType< TypeTag, Properties::PrimaryVariables > PV
Definition: solidmechanics/plate/membrane/model.hh:79
GetPropType< TypeTag, Properties::ModelTraits > MT
Definition: solidmechanics/plate/membrane/model.hh:80