Loading [MathJax]/extensions/MathMenu.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
ConstitutiveSetting.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "
ConstitutiveData.h
"
13
#include "
ConstitutiveModels.h
"
14
15
namespace
ProcessLib::SmallDeformation
16
{
17
namespace
ConstitutiveRelations
18
{
19
template
<
int
DisplacementDim>
20
struct
ConstitutiveSetting
21
{
23
void
eval
(
ConstitutiveModels<DisplacementDim>
& models,
double
const
t,
24
double
const
dt,
ParameterLib::SpatialPosition
const
& x_position,
25
MaterialPropertyLib::Medium
const
& medium,
double
const
T_ref,
26
KelvinVector<DisplacementDim>
const
& eps,
27
KelvinVector<DisplacementDim>
const
& eps_prev,
28
StatefulData<DisplacementDim>
& state,
29
StatefulDataPrev<DisplacementDim>
const
& prev_state,
30
MaterialStateData<DisplacementDim>
& mat_state,
31
ConstitutiveTempData<DisplacementDim>
& tmp,
32
OutputData<DisplacementDim>
& out,
33
ConstitutiveData<DisplacementDim>
& cd)
const
;
34
};
20
struct
ConstitutiveSetting
{
…
};
35
36
extern
template
struct
ConstitutiveSetting<2>
;
37
extern
template
struct
ConstitutiveSetting<3>
;
38
}
// namespace ConstitutiveRelations
39
}
// namespace ProcessLib::SmallDeformation
ConstitutiveData.h
ConstitutiveModels.h
MaterialPropertyLib::Medium
Definition
Medium.h:32
ParameterLib::SpatialPosition
Definition
SpatialPosition.h:28
ProcessLib::SmallDeformation::MaterialStateData
Definition
MaterialState.h:18
ProcessLib::SmallDeformation
Definition
Base.h:20
ProcessLib::SmallDeformation::KelvinVector
KV::KelvinVectorType< DisplacementDim > KelvinVector
Definition
Base.h:26
ProcessLib::SmallDeformation::ConstitutiveRelations::ConstitutiveData
Data that is needed for the equation system assembly.
Definition
ConstitutiveData.h:70
ProcessLib::SmallDeformation::ConstitutiveRelations::ConstitutiveModels
Constitutive models used for assembly.
Definition
ConstitutiveModels.h:23
ProcessLib::SmallDeformation::ConstitutiveRelations::ConstitutiveSetting
Definition
ConstitutiveSetting.h:21
ProcessLib::SmallDeformation::ConstitutiveRelations::ConstitutiveSetting::eval
void eval(ConstitutiveModels< DisplacementDim > &models, double const t, double const dt, ParameterLib::SpatialPosition const &x_position, MaterialPropertyLib::Medium const &medium, double const T_ref, KelvinVector< DisplacementDim > const &eps, KelvinVector< DisplacementDim > const &eps_prev, StatefulData< DisplacementDim > &state, StatefulDataPrev< DisplacementDim > const &prev_state, MaterialStateData< DisplacementDim > &mat_state, ConstitutiveTempData< DisplacementDim > &tmp, OutputData< DisplacementDim > &out, ConstitutiveData< DisplacementDim > &cd) const
Evaluate the constitutive setting.
Definition
ConstitutiveSetting.cpp:19
ProcessLib::SmallDeformation::ConstitutiveRelations::ConstitutiveTempData
Definition
ConstitutiveData.h:79
ProcessLib::SmallDeformation::ConstitutiveRelations::OutputData
Data that is needed for output purposes, but not directly for the assembly.
Definition
ConstitutiveData.h:54
ProcessLib::SmallDeformation::ConstitutiveRelations::StatefulDataPrev
Data whose state must be tracked by the process.
Definition
ConstitutiveData.h:39
ProcessLib::SmallDeformation::ConstitutiveRelations::StatefulData
Data whose state must be tracked by the process.
Definition
ConstitutiveData.h:25
ProcessLib
SmallDeformation
ConstitutiveRelations
ConstitutiveSetting.h
Generated by
1.12.0