Loading [MathJax]/extensions/MathZoom.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-276-g3d6bff6232 source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
▼
MaterialLib
►
Adsorption
►
Fluid
►
FractureModels
▼
MPL
►
Components
►
Properties
▼
Utils
►
CheckMPLPhasesForSinglePhaseFlow.cpp
►
CheckMPLPhasesForSinglePhaseFlow.h
►
CheckVanGenuchtenExponentRange.cpp
►
CheckVanGenuchtenExponentRange.h
►
FormEffectiveThermalConductivity.cpp
►
FormEffectiveThermalConductivity.h
►
FormEigenTensor.cpp
►
FormEigenTensor.h
►
FormEigenVector.cpp
►
FormEigenVector.h
►
FormKelvinVector.cpp
►
FormKelvinVector.h
►
GetFluidDensityAndViscosity.cpp
►
GetFluidDensityAndViscosity.h
►
GetLiquidThermalExpansivity.cpp
►
GetLiquidThermalExpansivity.h
►
GetSymmetricTensor.cpp
►
GetSymmetricTensor.h
SigmoidFunction.cpp
►
SigmoidFunction.h
►
Tensor.h
►
CheckMaterialSpatialDistributionMap.h
►
Component.cpp
►
Component.h
►
CreateComponent.cpp
►
CreateComponent.h
►
CreateMaterialSpatialDistributionMap.cpp
►
CreateMaterialSpatialDistributionMap.h
►
CreateMedium.cpp
►
CreateMedium.h
►
CreatePhase.cpp
►
CreatePhase.h
►
CreateProperty.cpp
►
CreateProperty.h
MaterialSpatialDistributionMap.cpp
►
MaterialSpatialDistributionMap.h
►
Medium.cpp
►
Medium.h
►
Phase.cpp
►
Phase.h
►
Property.cpp
►
Property.h
►
PropertyType.cpp
►
PropertyType.h
►
VariableType.cpp
►
VariableType.h
►
PorousMedium
►
SolidModels
►
Utils
►
PhysicalConstant.h
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
FormKelvinVector.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#include <Eigen/Core>
15
#include <variant>
16
17
#include "
MaterialLib/MPL/Property.h
"
18
#include "
MathLib/KelvinVector.h
"
19
20
namespace
MaterialPropertyLib
21
{
34
template
<
int
GlobalDim>
35
MathLib::KelvinVector::KelvinVectorType<GlobalDim>
formKelvinVector
(
36
MaterialPropertyLib::PropertyDataType
const
& values);
37
38
extern
template
MathLib::KelvinVector::KelvinVectorType<2>
formKelvinVector<2>
(
39
MaterialPropertyLib::PropertyDataType
const
& values);
40
41
extern
template
MathLib::KelvinVector::KelvinVectorType<3>
formKelvinVector<3>
(
42
MaterialPropertyLib::PropertyDataType
const
& values);
43
44
}
// namespace MaterialPropertyLib
KelvinVector.h
Property.h
MaterialPropertyLib
Definition
ChemicalSolverInterface.h:21
MaterialPropertyLib::formKelvinVector
MathLib::KelvinVector::KelvinVectorType< GlobalDim > formKelvinVector(MaterialPropertyLib::PropertyDataType const &values)
A function to form a Kelvin vector from strain or stress alike property like thermal expansivity for ...
Definition
FormKelvinVector.cpp:82
MaterialPropertyLib::formKelvinVector< 2 >
template MathLib::KelvinVector::KelvinVectorType< 2 > formKelvinVector< 2 >(MaterialPropertyLib::PropertyDataType const &values)
MaterialPropertyLib::formKelvinVector< 3 >
template MathLib::KelvinVector::KelvinVectorType< 3 > formKelvinVector< 3 >(MaterialPropertyLib::PropertyDataType const &values)
MaterialPropertyLib::PropertyDataType
std::variant< double, Eigen::Matrix< double, 2, 1 >, Eigen::Matrix< double, 3, 1 >, Eigen::Matrix< double, 2, 2 >, Eigen::Matrix< double, 3, 3 >, Eigen::Matrix< double, 4, 1 >, Eigen::Matrix< double, 6, 1 >, Eigen::MatrixXd > PropertyDataType
Definition
Property.h:31
MathLib::KelvinVector::KelvinVectorType
Eigen::Matrix< double, kelvin_vector_dimensions(DisplacementDim), 1, Eigen::ColMajor > KelvinVectorType
Definition
KelvinVector.h:47
MaterialLib
MPL
Utils
FormKelvinVector.h
Generated by
1.12.0