OGS
ConstitutiveStressSaturation_StrainPressureTemperature/TraitsBase.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
8
10{
12{
13namespace MSM = MaterialLib::Solids::MFront;
14
15template <int DisplacementDim>
17 MSM::MFrontGeneric<DisplacementDim,
18 boost::mp11::mp_list<MSM::Strain, MSM::LiquidPressure>,
19 boost::mp11::mp_list<MSM::Stress, MSM::Saturation>,
20 boost::mp11::mp_list<MSM::Temperature>>;
21} // namespace ConstitutiveStressSaturation_StrainPressureTemperature
22} // 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