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
►
Common
►
HydroMechanics
▼
SmallDeformation
▼
LocalAssembler
►
CreateLocalAssemblers.h
►
IntegrationPointDataFracture.h
►
IntegrationPointDataMatrix.h
►
LocalDataInitializer.h
►
SecondaryData.h
SmallDeformationLocalAssemblerFracture-impl.h
►
SmallDeformationLocalAssemblerFracture.h
►
SmallDeformationLocalAssemblerInterface.h
SmallDeformationLocalAssemblerMatrix-impl.h
►
SmallDeformationLocalAssemblerMatrix.h
SmallDeformationLocalAssemblerMatrixNearFracture-impl.h
►
SmallDeformationLocalAssemblerMatrixNearFracture.h
►
CreateSmallDeformationProcess.cpp
►
CreateSmallDeformationProcess.h
SmallDeformationProcess.cpp
►
SmallDeformationProcess.h
►
SmallDeformationProcessData.h
►
LiquidFlow
►
Output
►
PhaseField
►
Reflection
►
RichardsComponentTransport
►
RichardsFlow
►
RichardsMechanics
►
SmallDeformation
►
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
IntegrationPointDataFracture.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <Eigen/Core>
14
15
#include "
MaterialLib/FractureModels/FractureModelBase.h
"
16
17
namespace
ProcessLib
18
{
19
namespace
LIE
20
{
21
namespace
SmallDeformation
22
{
23
template
<
typename
HMatricesType,
int
DisplacementDim>
24
struct
IntegrationPointDataFracture
final
25
{
26
explicit
IntegrationPointDataFracture
(
27
MaterialLib::Fracture::FractureModelBase<DisplacementDim>
&
28
fracture_material_)
29
:
fracture_material
(fracture_material_),
30
material_state_variables
(
31
fracture_material
.createMaterialStateVariables())
32
{
33
}
26
explicit
IntegrationPointDataFracture
( {
…
}
34
35
typename
HMatricesType::HMatrixType
h_matrices
;
36
typename
HMatricesType::ForceVectorType
sigma
,
sigma_prev
;
37
typename
HMatricesType::ForceVectorType
w
,
w_prev
;
38
double
aperture
= 0.0;
39
double
aperture_prev
= 0.0;
40
double
aperture0
= 0.0;
41
42
MaterialLib::Fracture::FractureModelBase<DisplacementDim>
&
43
fracture_material
;
44
std::unique_ptr<
typename
MaterialLib::Fracture::FractureModelBase
<
45
DisplacementDim>::MaterialStateVariables>
46
material_state_variables
;
47
48
Eigen::MatrixXd
C
;
49
double
integration_weight
;
50
51
void
pushBackState
()
52
{
53
w_prev
=
w
;
54
sigma_prev
=
sigma
;
55
aperture_prev
=
aperture
;
56
material_state_variables
->pushBackState();
57
}
51
void
pushBackState
() {
…
}
58
59
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
;
60
};
24
struct
IntegrationPointDataFracture
final {
…
};
61
62
}
// namespace SmallDeformation
63
}
// namespace LIE
64
}
// namespace ProcessLib
FractureModelBase.h
MaterialLib::Fracture::FractureModelBase
Definition
FractureModelBase.h:27
ProcessLib
Definition
ProjectData.h:51
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture
Definition
IntegrationPointDataFracture.h:25
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::material_state_variables
std::unique_ptr< typename MaterialLib::Fracture::FractureModelBase< DisplacementDim >::MaterialStateVariables > material_state_variables
Definition
IntegrationPointDataFracture.h:46
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::fracture_material
MaterialLib::Fracture::FractureModelBase< DisplacementDim > & fracture_material
Definition
IntegrationPointDataFracture.h:43
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::w_prev
HMatricesType::ForceVectorType w_prev
Definition
IntegrationPointDataFracture.h:37
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::C
Eigen::MatrixXd C
Definition
IntegrationPointDataFracture.h:48
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::sigma_prev
HMatricesType::ForceVectorType sigma_prev
Definition
IntegrationPointDataFracture.h:36
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::IntegrationPointDataFracture
IntegrationPointDataFracture(MaterialLib::Fracture::FractureModelBase< DisplacementDim > &fracture_material_)
Definition
IntegrationPointDataFracture.h:26
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::sigma
HMatricesType::ForceVectorType sigma
Definition
IntegrationPointDataFracture.h:36
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::aperture
double aperture
Definition
IntegrationPointDataFracture.h:38
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::integration_weight
double integration_weight
Definition
IntegrationPointDataFracture.h:49
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::pushBackState
void pushBackState()
Definition
IntegrationPointDataFracture.h:51
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::w
HMatricesType::ForceVectorType w
Definition
IntegrationPointDataFracture.h:37
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::aperture_prev
double aperture_prev
Definition
IntegrationPointDataFracture.h:39
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::aperture0
double aperture0
Definition
IntegrationPointDataFracture.h:40
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::EIGEN_MAKE_ALIGNED_OPERATOR_NEW
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
Definition
IntegrationPointDataFracture.h:59
ProcessLib::LIE::SmallDeformation::IntegrationPointDataFracture::h_matrices
HMatricesType::HMatrixType h_matrices
Definition
IntegrationPointDataFracture.h:35
ProcessLib
LIE
SmallDeformation
LocalAssembler
IntegrationPointDataFracture.h
Generated by
1.12.0