Models linear elastic deformation of a solid. Disregards fluid pressure. More...
Models linear elastic deformation of a solid. Disregards fluid pressure.
For a detailed model description see geomechanics/elastic/model.hh
Files | |
file | geomechanics/elastic/indices.hh |
Defines the indices for the elastic model. | |
file | geomechanics/elastic/localresidual.hh |
Element-wise calculation of the local residual for problems using the elastic model considering linear elasticity. | |
file | geomechanics/elastic/model.hh |
A geomechanical model. | |
file | geomechanics/elastic/volumevariables.hh |
Quantities required by the elastic model defined on a sub-control volume. | |
Classes | |
struct | Dumux::ElasticIndices |
The indices for the linear elasticity model. More... | |
class | Dumux::ElasticLocalResidual< TypeTag > |
Element-wise calculation of the local residual for problems using the elastic model considering linear elasticity. More... | |
struct | Dumux::ElasticModelTraits< dim, numSolidComp > |
Specifies a number properties of the elastic model. More... | |
struct | Dumux::ElasticVolumeVariablesTraits< PV, DV, MT, SST, SSY > |
Traits class for the volume variables of the elastic model. More... | |
class | Dumux::ElasticVolumeVariables< Traits > |
Contains the quantities which are constant within a finite volume in the elastic model. More... | |