OGS
ThermoMechanicsProcessData.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 #include <Eigen/Eigen>
14 #include <memory>
15 #include <utility>
16 
18 #include "ParameterLib/Parameter.h"
19 
20 namespace MaterialLib
21 {
22 namespace Solids
23 {
24 template <int DisplacementDim>
25 struct MechanicsBase;
26 }
27 }
28 namespace ProcessLib
29 {
30 namespace ThermoMechanics
31 {
32 template <int DisplacementDim>
34 {
36 
37  std::unique_ptr<MaterialPropertyLib::MaterialSpatialDistributionMap>
38  media_map = nullptr;
39 
41  std::map<int, std::unique_ptr<
44 
48 
49  Eigen::Matrix<double, DisplacementDim, 1> const specific_body_force;
50 
53 
56 
58 };
59 
60 } // namespace ThermoMechanics
61 } // namespace ProcessLib
Eigen::Matrix< double, DisplacementDim, 1 > const specific_body_force
int const heat_conduction_process_id
ID of heat conduction process.
std::unique_ptr< MaterialPropertyLib::MaterialSpatialDistributionMap > media_map
std::map< int, std::unique_ptr< MaterialLib::Solids::MechanicsBase< DisplacementDim > > > solid_materials
The constitutive relation for the mechanical part.
ParameterLib::Parameter< double > const *const initial_stress
MeshLib::PropertyVector< int > const *const material_ids