13#ifndef DUMUX_GEOMECHANICS_PROPERTIES_HH
14#define DUMUX_GEOMECHANICS_PROPERTIES_HH
16#warning "This header is deprecated and will be removed after 3.10."
39template<
class TypeTag>
40struct FluxVariablesCache<TypeTag, TTag::Geomechanics>
47template<
class TypeTag>
51template<
class TypeTag>
52struct SolidState<TypeTag, TTag::Geomechanics>
62template<
class TypeTag>
63struct SolidSystem<TypeTag, TTag::Geomechanics>
The simplest solid phase consisting of a single solid component.
A component which returns run time specified values for all fluid properties.
Definition: constant.hh:48
Velocity output for geomechanical models. This class could be used to compute the temporal derivative...
Definition: geomechanics/velocityoutput.hh:33
Represents all relevant thermodynamic quantities of a inert solid system.
Definition: inertsolidstate.hh:23
The simplest solid phase consisting of a single solid component.
Definition: 1csolid.hh:29
The stress variables cache classes for models involving solid mechanics. Store data required for stre...
Definition: solidmechanics/elastic/stressvariablescache.hh:29
Velocity output for implicit (porous media) models.
Definition: io/velocityoutput.hh:29
Defines a type tags and some fundamental properties for all models.
Defines all properties used in Dumux.
Setting constant fluid properties via the input file.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:296
Stress-Strain relationship according to Hooke's law.
Represents all relevant thermodynamic quantities of a inert solid system.
Base class for the stress variables cache.
Definition: geomechanics/properties.hh:35
std::tuple< ModelProperties > InheritsFrom
Definition: geomechanics/properties.hh:35