OGS
ThermoHydroMechanicsProcessData.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <Eigen/Core>
14#include <memory>
15#include <utility>
16
21
22namespace MaterialLib
23{
24namespace Solids
25{
26template <int DisplacementDim>
27struct MechanicsBase;
28}
29} // namespace MaterialLib
30namespace ProcessLib
31{
32namespace ThermoHydroMechanics
33{
34template <int DisplacementDim>
68
69} // namespace ThermoHydroMechanics
70} // namespace ProcessLib
std::variant< NoStabilization, IsotropicDiffusionStabilization, FullUpwind, FluxCorrectedTransport > NumericalStabilization
std::unique_ptr< MaterialLib::Solids::MechanicsBase< DisplacementDim > > ice_constitutive_relation
std::map< int, std::unique_ptr< MaterialLib::Solids::MechanicsBase< DisplacementDim > > > solid_materials
The constitutive relation for the mechanical part.