25#ifndef DUMUX_GEOMECHANICS_PROPERTIES_HH
26#define DUMUX_GEOMECHANICS_PROPERTIES_HH
48template<
class TypeTag>
56template<
class TypeTag>
60template<
class TypeTag>
71template<
class TypeTag>
Hooke's law specialized for different discretization schemes. This computes the stress tensor and sur...
Base class for the stress variables cache.
Setting constant fluid properties via the input file.
Represents all relevant thermodynamic quantities of a inert solid system.
The simplest solid phase consisting of a single solid component.
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:150
Stores data associated with flux vars.
Definition: common/properties.hh:111
The type of the solid system to use.
Definition: common/properties.hh:156
The type of the solid state to use.
Definition: common/properties.hh:158
specifies the velocity calculation module to be used
Definition: common/properties.hh:164
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:58
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.
Velocity output for porous media models.