Models taking into account solid deformation. More...
Models taking into account solid deformation.
Modules | |
Solid mechanics w/o fluid pressure | |
Models linear elastic deformation of a solid. Disregards fluid pressure. | |
Solid mechanics with fluid pressure | |
Models linear elastic deformation of a solid. Takes fluid pressure into account. | |
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 |
Defines a type tag and some properties for the elastic geomechanical model. | |
file | geomechanics/elastic/volumevariables.hh |
Quantities required by the elastic model defined on a sub-control volume. | |
file | geomechanics/fvproblem.hh |
Base class for all geomechanical problems. | |
file | lameparams.hh |
file | geomechanics/poroelastic/couplingmanager.hh |
Coupling manager for porous medium flow problems coupled to a poro-mechanical problem. | |
file | geomechanics/poroelastic/couplingmanager.hh |
Coupling manager for porous medium flow problems coupled to a poro-mechanical problem. | |
file | dumux/geomechanics/poroelastic/iofields.hh |
Adds I/O fields specific to the poro-elastic model. | |
file | geomechanics/poroelastic/localresidual.hh |
Element-wise calculation of the local residual for problems using the poroelastic model. | |
file | geomechanics/poroelastic/model.hh |
Defines a type tag and some properties for the poroelastic geomechanical model. | |
file | geomechanics/poroelastic/volumevariables.hh |
Quantities required by the poroelastic model defined on a sub-control volume. | |
file | geomechanics/properties.hh |
Defines a type tag and some properties for geomechanical DuMuX models. | |
file | stressvariablescache.hh |
Base class for the stress variables cache. | |
file | geomechanics/velocityoutput.hh |
Velocity output for geomechanical models. | |
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... | |
class | Dumux::GeomechanicsFVProblem< TypeTag > |
Base class for all geomechanical problems. More... | |
struct | Dumux::LameParams< Scalar > |
Structure encapsulating the lame parameters. More... | |
class | Dumux::PoroElasticIOFields |
Adds I/O fields specific to the poro-elastic model. More... | |
class | Dumux::PoroElasticLocalResidual< TypeTag > |
Element-wise calculation of the local residual for problems using the poroelastic model. More... | |
struct | Dumux::PoroElasticModelTraits< dim, numSC, numFP, numFC > |
Specifies a number properties of the poroelastic model. More... | |
class | Dumux::PoroElasticVolumeVariables< Traits > |
Contains the quantities which are constant within a finite volume in the poroelastic model. More... | |
class | Dumux::StressVariablesCache< Scalar, GridGeometry, dm > |
The stress variables cache classes for models involving geomechanics. Store data required for stress calculation. More... | |
class | Dumux::GeomechanicsVelocityOutput< GridVariables > |
Velocity output for geomechanical models. This class could be used to compute the temporal derivative of the displacement. Currently this is not implemented and we simply define this here in order to be able to reuse the VtkOutputModule which expects a VelocityOutput class. More... | |