OGS
StressData.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "
MathLib/KelvinVector.h
"
13
#include "
ProcessLib/Reflection/ReflectionData.h
"
14
15
namespace
ProcessLib::ConstitutiveRelations
16
{
17
template
<
int
DisplacementDim>
18
struct
StressData
19
{
20
MathLib::KelvinVector::KelvinVectorType<DisplacementDim>
sigma
;
21
22
static
auto
reflect
()
23
{
24
using
Self =
StressData<DisplacementDim>
;
25
26
return
ProcessLib::Reflection::reflectWithName
(
"sigma"
, &Self::sigma);
27
}
28
};
29
}
// namespace ProcessLib::ConstitutiveRelations
KelvinVector.h
ReflectionData.h
MathLib::KelvinVector::KelvinVectorType
Eigen::Matrix< double, kelvin_vector_dimensions(DisplacementDim), 1, Eigen::ColMajor > KelvinVectorType
Definition
KelvinVector.h:47
ProcessLib::ConstitutiveRelations
Definition
Base.h:17
ProcessLib::Reflection::reflectWithName
auto reflectWithName(std::string name, Member Class::*member)
Definition
ReflectionData.h:79
ProcessLib::ConstitutiveRelations::StressData
Definition
StressData.h:19
ProcessLib::ConstitutiveRelations::StressData::sigma
MathLib::KelvinVector::KelvinVectorType< DisplacementDim > sigma
Definition
StressData.h:20
ProcessLib::ConstitutiveRelations::StressData::reflect
static auto reflect()
Definition
StressData.h:22
ProcessLib
ConstitutiveRelations
StressData.h
Generated by
1.12.0