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.
A solid phase consisting of a single inert solid component.
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition: propertysystem.hh:149
Stores data associated with flux vars.
Definition: common/properties.hh:182
The type of the solid system to use.
Definition: common/properties.hh:227
The type of the solid state to use.
Definition: common/properties.hh:229
specifies the velocity calculation module to be used
Definition: common/properties.hh:235
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
A solid phase consisting of a single inert solid component.
Definition: inertsolidphase.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.