OGS
ConstitutiveStressSaturation_StrainPressureTemperature/TraitsBase.h
Go to the documentation of this file.
1
10
11#pragma once
12
15
17{
19{
20namespace MSM = MaterialLib::Solids::MFront;
21
22template <int DisplacementDim>
24 MSM::MFrontGeneric<DisplacementDim,
25 boost::mp11::mp_list<MSM::Strain, MSM::LiquidPressure>,
26 boost::mp11::mp_list<MSM::Stress, MSM::Saturation>,
27 boost::mp11::mp_list<MSM::Temperature>>;
28} // namespace ConstitutiveStressSaturation_StrainPressureTemperature
29} // namespace ProcessLib::ThermoRichardsMechanics
MSM::MFrontGeneric< DisplacementDim, boost::mp11::mp_list< MSM::Strain, MSM::LiquidPressure >, boost::mp11::mp_list< MSM::Stress, MSM::Saturation >, boost::mp11::mp_list< MSM::Temperature > > SolidConstitutiveRelation