OGS
SmallDeformationProcessData.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <Eigen/Core>
14#include <memory>
15#include <utility>
16
19
20namespace MaterialLib
21{
22namespace Solids
23{
24template <int DisplacementDim>
25struct MechanicsBase;
26}
27} // namespace MaterialLib
28namespace ProcessLib
29{
30namespace SmallDeformation
31{
32template <int DisplacementDim>
34{
36
38
39 std::map<int, std::unique_ptr<
42
46
50 Eigen::Matrix<double, DisplacementDim, 1> const specific_body_force;
51
53
54 std::array<MeshLib::PropertyVector<double>*, 3> principal_stress_vector = {
55 nullptr, nullptr, nullptr};
57};
58
59} // namespace SmallDeformation
60} // namespace ProcessLib
Eigen::Matrix< double, DisplacementDim, 1 > const specific_body_force
std::array< MeshLib::PropertyVector< double > *, 3 > principal_stress_vector
std::map< int, std::unique_ptr< MaterialLib::Solids::MechanicsBase< DisplacementDim > > > solid_materials
ParameterLib::Parameter< double > const *const reference_temperature
ParameterLib::Parameter< double > const *const initial_stress
MaterialPropertyLib::MaterialSpatialDistributionMap media_map