51#ifndef DUMUX_GEOMECHANICS_ELASTIC_MODEL_HH
52#define DUMUX_GEOMECHANICS_ELASTIC_MODEL_HH
54#include <dune/common/fvector.hh>
72template<
int dim,
int numSol
idComp >
78 static constexpr int numEq() {
return dim; }
100template<
class PV,
class DV,
class MT,
class SST,
class SSY>
119template<
class TypeTag>
123template<
class TypeTag>
131template<
class TypeTag>
137 using DV = Dune::FieldVector<typename PV::value_type, dim>;
147template<
class TypeTag>
Hooke's law specialized for different discretization schemes. This computes the stress tensor and sur...
@ SST
Definition turbulencemodel.hh:75
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:150
Definition common/properties.hh:37
Type tag for numeric models.
Definition grid.hh:36
Traits class encapsulating model specifications.
Definition common/properties.hh:53
Definition common/properties.hh:74
The secondary variables within a sub-control volume.
Definition common/properties.hh:107
The type used for the evaluation of stress tensors and forces.
Definition common/properties.hh:209
This computes the stress tensor and surface forces resulting from mechanical deformation.
Definition hookeslaw_fwd.hh:39
The indices for the linear elasticity model.
Definition geomechanics/elastic/indices.hh:34
Element-wise calculation of the local residual for problems using the elastic model considering linea...
Definition geomechanics/elastic/localresidual.hh:42
Specifies a number properties of the elastic model.
Definition geomechanics/elastic/model.hh:74
static constexpr int numFluidPhases()
This model does not consider fluid phases.
Definition geomechanics/elastic/model.hh:80
ElasticIndices Indices
export the type encapsulating indices
Definition geomechanics/elastic/model.hh:76
static constexpr int numSolidComponents()
We have one solid phase here.
Definition geomechanics/elastic/model.hh:84
static constexpr int numEq()
the number of equations is equal to grid dimension
Definition geomechanics/elastic/model.hh:78
static constexpr bool enableEnergyBalance()
Energy balance not yet implemented.
Definition geomechanics/elastic/model.hh:87
static constexpr int numFluidComponents()
This model does not consider fluid phases.
Definition geomechanics/elastic/model.hh:82
Traits class for the volume variables of the elastic model.
Definition geomechanics/elastic/model.hh:102
SST SolidState
Definition geomechanics/elastic/model.hh:106
DV DisplacementVector
Definition geomechanics/elastic/model.hh:104
PV PrimaryVariables
Definition geomechanics/elastic/model.hh:103
MT ModelTraits
Definition geomechanics/elastic/model.hh:105
SSY SolidSystem
Definition geomechanics/elastic/model.hh:107
Definition geomechanics/elastic/model.hh:115
std::tuple< Geomechanics > InheritsFrom
Definition geomechanics/elastic/model.hh:115
ElasticLocalResidual< TypeTag > type
Definition geomechanics/elastic/model.hh:120
ElasticModelTraits< GetPropType< TypeTag, Properties::GridGeometry >::GridView::dimension, GetPropType< TypeTag, Properties::SolidSystem >::numComponents > type
Definition geomechanics/elastic/model.hh:126
ElasticVolumeVariables< Traits > type
Definition geomechanics/elastic/model.hh:143
HookesLaw< GetPropType< TypeTag, Properties::Scalar >, GetPropType< TypeTag, Properties::GridGeometry > > type
Definition geomechanics/elastic/model.hh:150
Contains the quantities which are constant within a finite volume in the elastic model.
Definition geomechanics/elastic/volumevariables.hh:45
Defines a type tags and some fundamental properties for all models.
Element-wise calculation of the local residual for problems using the elastic model considering linea...
Declares all properties used in Dumux.
Defines a type tag and some properties for geomechanical DuMuX models.
Defines the indices for the elastic model.
Quantities required by the elastic model defined on a sub-control volume.