25#ifndef DUMUX_GEOMECHANICS_PROPERTIES_HH
26#define DUMUX_GEOMECHANICS_PROPERTIES_HH
48template<
class TypeTag>
56template<
class TypeTag>
60template<
class TypeTag>
71template<
class TypeTag>
Stress-Strain relationship according to Hooke's law.
Setting constant fluid properties via the input file.
The simplest solid phase consisting of a single solid component.
Represents all relevant thermodynamic quantities of a inert solid system.
Base class for the stress variables cache.
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:180
Stores data associated with flux vars.
Definition: common/properties.hh:113
The type of the solid system to use.
Definition: common/properties.hh:164
The type of the solid state to use.
Definition: common/properties.hh:166
specifies the velocity calculation module to be used
Definition: common/properties.hh:172
Definition: geomechanics/properties.hh:44
std::tuple< ModelProperties > InheritsFrom
Definition: geomechanics/properties.hh:44
The stress variables cache classes for models involving geomechanics. Store data required for stress ...
Definition: stressvariablescache.hh:41
Velocity output for geomechanical models. This class could be used to compute the temporal derivative...
Definition: geomechanics/velocityoutput.hh:44
A component which returns run time specified values for all fluid properties.
Definition: constant.hh:61
Represents all relevant thermodynamic quantities of a inert solid system.
Definition: inertsolidstate.hh:35
The simplest solid phase consisting of a single solid component.
Definition: 1csolid.hh:41
Declares all properties used in Dumux.
Defines a type tags and some fundamental properties for all models.