Loading [MathJax]/extensions/tex2jax.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-301-gee1fb4d5 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
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
▼
ProcessLib
►
Assembly
►
BoundaryConditionAndSourceTerm
►
Common
►
ComponentTransport
►
ConstitutiveRelations
►
Deformation
►
Graph
►
HeatConduction
►
HeatTransportBHE
►
HMPhaseField
►
HT
►
HydroMechanics
►
LargeDeformation
►
LIE
►
LiquidFlow
►
Output
►
PhaseField
►
Reflection
►
RichardsComponentTransport
►
RichardsFlow
►
RichardsMechanics
▼
SmallDeformation
▼
ConstitutiveRelations
►
Base.h
►
ConstitutiveData.h
►
ConstitutiveModels.h
ConstitutiveSetting.cpp
►
ConstitutiveSetting.h
CreateConstitutiveSetting.cpp
►
CreateConstitutiveSetting.h
►
FreeEnergyDensity.h
Gravity.cpp
►
Gravity.h
►
Invoke.h
►
MaterialState.h
SolidDensity.cpp
►
SolidDensity.h
SolidMechanics.cpp
►
SolidMechanics.h
►
CreateLocalAssemblers.h
►
CreateSmallDeformationProcess.cpp
►
CreateSmallDeformationProcess.h
►
LocalAssemblerInterface.h
►
MaterialForces.h
►
SmallDeformationFEM.h
SmallDeformationProcess.cpp
►
SmallDeformationProcess.h
►
SmallDeformationProcessData.h
►
SmallDeformationNonlocal
►
SteadyStateDiffusion
►
StokesFlow
►
SurfaceFlux
►
TES
►
TH2M
►
ThermalTwoPhaseFlowWithPP
►
ThermoHydroMechanics
►
ThermoMechanicalPhaseField
►
ThermoMechanics
►
ThermoRichardsFlow
►
ThermoRichardsMechanics
►
TwoPhaseFlowWithPP
►
TwoPhaseFlowWithPrho
►
Utils
►
WellboreSimulator
►
AbstractJacobianAssembler.h
AnalyticalJacobianAssembler.cpp
►
AnalyticalJacobianAssembler.h
►
AssemblyMixin.cpp
►
AssemblyMixin.h
►
CentralDifferencesJacobianAssembler.cpp
►
CentralDifferencesJacobianAssembler.h
►
CompareJacobiansJacobianAssembler.cpp
►
CompareJacobiansJacobianAssembler.h
►
CoupledSolutionsForStaggeredScheme.cpp
►
CoupledSolutionsForStaggeredScheme.h
►
CreateDeactivatedSubdomain.cpp
►
CreateDeactivatedSubdomain.h
►
CreateForwardDifferencesJacobianAssembler.cpp
►
CreateForwardDifferencesJacobianAssembler.h
►
CreateJacobianAssembler.cpp
►
CreateJacobianAssembler.h
►
CreateProcessData.cpp
►
CreateProcessData.h
►
CreateTimeLoop.cpp
►
CreateTimeLoop.h
DeactivatedSubdomain.cpp
►
DeactivatedSubdomain.h
ForwardDifferencesJacobianAssembler.cpp
►
ForwardDifferencesJacobianAssembler.h
LocalAssemblerInterface.cpp
►
LocalAssemblerInterface.h
►
LocalAssemblerTraits.h
►
Process.cpp
►
Process.h
►
ProcessData.cpp
►
ProcessData.h
►
ProcessVariable.cpp
►
ProcessVariable.h
►
SubmeshAssemblySupport.h
►
TimeLoop.cpp
►
TimeLoop.h
►
VariableTransformation.h
VectorMatrixAssembler.cpp
►
VectorMatrixAssembler.h
►
File Members
CreateConstitutiveSetting.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <map>
13
#include <memory>
14
#include <optional>
15
#include <vector>
16
17
#include "
SolidMechanics.h
"
18
19
namespace
BaseLib
20
{
21
class
ConfigTree;
22
}
23
namespace
MeshLib
24
{
25
template
<
typename
T>
26
class
PropertyVector;
27
}
28
namespace
ParameterLib
29
{
30
struct
ParameterBase;
31
struct
CoordinateSystem;
32
}
// namespace ParameterLib
33
34
namespace
ProcessLib::SmallDeformation
35
{
36
namespace
ConstitutiveRelations
37
{
38
template
<
int
DisplacementDim>
39
struct
CreateConstitutiveSetting
40
{
41
static
std::map<int,
42
std::shared_ptr<SolidConstitutiveRelation<DisplacementDim>>>
43
createSolidConstitutiveRelations
(
44
std::vector<std::unique_ptr<ParameterLib::ParameterBase>>
const
&
45
parameters,
46
std::optional<ParameterLib::CoordinateSystem>
const
&
47
local_coordinate_system,
48
MeshLib::PropertyVector<int>
const
*
const
material_ids,
49
BaseLib::ConfigTree
const
& config);
50
};
39
struct
CreateConstitutiveSetting
{
…
};
51
}
// namespace ConstitutiveRelations
52
}
// namespace ProcessLib::SmallDeformation
SolidMechanics.h
BaseLib::ConfigTree
Definition
ConfigTree.h:107
MeshLib::PropertyVector
Definition
TwoPhaseFlowWithPrhoMaterialProperties.h:28
BaseLib
Definition
TestDefinition.h:21
MeshLib
Definition
ProjectData.h:41
ParameterLib
Definition
ChemicalSolverInterface.h:26
ProcessLib::SmallDeformation
Definition
Base.h:20
ProcessLib::SmallDeformation::ConstitutiveRelations::CreateConstitutiveSetting
Definition
CreateConstitutiveSetting.h:40
ProcessLib::SmallDeformation::ConstitutiveRelations::CreateConstitutiveSetting::createSolidConstitutiveRelations
static std::map< int, std::shared_ptr< SolidConstitutiveRelation< DisplacementDim > > > createSolidConstitutiveRelations(std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, std::optional< ParameterLib::CoordinateSystem > const &local_coordinate_system, MeshLib::PropertyVector< int > const *const material_ids, BaseLib::ConfigTree const &config)
Definition
CreateConstitutiveSetting.cpp:20
ProcessLib
SmallDeformation
ConstitutiveRelations
CreateConstitutiveSetting.h
Generated by
1.12.0