3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Modules | Files | Classes
Geomechanics Models

Models taking into account solid deformation. More...

Description

Models taking into account solid deformation.

Modules

 Solid mechanics w/o fluid pressure
 Models linear elastic deformation of a solid. Disregards fluid pressure. For a detailed model decription see geomechanics/elastic/model.hh.
 
 Solid mechanics with fluid pressure
 Models linear elastic deformation of a solid. Takes fluid pressure into account. For a detailed model decription see geomechanics/poroelastic/model.hh.
 

Files

file  geomechanics/fvproblem.hh
 Base class for all geomechanical problems.
 
file  lameparams.hh
 
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

class  Dumux::GeomechanicsFVProblem< TypeTag >
 Base class for all geomechanical problems. More...
 
struct  Dumux::LameParams< Scalar >
 Structure encapsulating the lame parameters. 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...