13#ifndef DUMUX_GEOMECHANICS_PROPERTIES_HH
14#define DUMUX_GEOMECHANICS_PROPERTIES_HH
36template<
class TypeTag>
37struct FluxVariablesCache<TypeTag,
TTag::Geomechanics>
44template<
class TypeTag>
48template<
class TypeTag>
49struct SolidState<TypeTag,
TTag::Geomechanics>
59template<
class TypeTag>
60struct 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:49
Velocity output for geomechanical models. This class could be used to compute the temporal derivative...
Definition geomechanics/velocityoutput.hh:32
Represents all relevant thermodynamic quantities of a inert solid system.
Definition inertsolidstate.hh:23
The stress variables cache classes for models involving geomechanics. Store data required for stress ...
Definition 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.
Velocity output for geomechanical models.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296
OneCSolid< Scalar, ComponentT, true > InertSolidPhase
A solid phase consisting of a single inert solid component.
Definition 1csolid.hh:125
Stress-Strain relationship according to Hooke's law.
Represents all relevant thermodynamic quantities of a inert solid system.
Type tag for numeric models.
Definition grid.hh:24
The energy balance equation for a porous solid.
Definition common/properties.hh:26
Base class for the stress variables cache.
StressVariablesCache< GetPropType< TypeTag, Properties::Scalar >, GetPropType< TypeTag, Properties::GridGeometry > > type
Definition geomechanics/properties.hh:39
InertSolidState< Scalar, SolidSystem > type
Definition geomechanics/properties.hh:55
SolidSystems::InertSolidPhase< Scalar, InertComponent > type
Definition geomechanics/properties.hh:66
Definition geomechanics/properties.hh:32
std::tuple< ModelProperties > InheritsFrom
Definition geomechanics/properties.hh:32
GeomechanicsVelocityOutput< GetPropType< TypeTag, Properties::GridVariables > > type
Definition geomechanics/properties.hh:45