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
BishopsPowerLaw.h
Go to the documentation of this file.
1
9
#pragma once
10
11
#include "
MaterialLib/MPL/Property.h
"
12
13
namespace
MaterialPropertyLib
14
{
16
class
BishopsPowerLaw
final :
public
Property
17
{
18
public
:
19
BishopsPowerLaw
(std::string
name
,
double
const
exponent);
20
21
void
checkScale
()
const override
;
22
23
PropertyDataType
value
(
VariableArray
const
& variable_array,
24
ParameterLib::SpatialPosition
const
&
/*pos*/
,
25
double
const
/*t*/
,
26
double
const
/*dt*/
)
const override
;
27
PropertyDataType
dValue
(
VariableArray
const
& variable_array,
28
Variable
const
variable,
29
ParameterLib::SpatialPosition
const
&
/*pos*/
,
30
double
const
/*t*/
,
31
double
const
/*dt*/
)
const override
;
32
33
private
:
34
double
const
m_
;
//< Exponent.
35
};
16
class
BishopsPowerLaw
final :
public
Property
{
…
};
36
}
// namespace MaterialPropertyLib
Property.h
MaterialPropertyLib::BishopsPowerLaw
Bishop's power law for effective stress.
Definition
BishopsPowerLaw.h:17
MaterialPropertyLib::BishopsPowerLaw::checkScale
void checkScale() const override
Definition
BishopsPowerLaw.cpp:20
MaterialPropertyLib::BishopsPowerLaw::m_
double const m_
Definition
BishopsPowerLaw.h:34
MaterialPropertyLib::BishopsPowerLaw::BishopsPowerLaw
BishopsPowerLaw(std::string name, double const exponent)
Definition
BishopsPowerLaw.cpp:14
MaterialPropertyLib::BishopsPowerLaw::dValue
PropertyDataType dValue(VariableArray const &variable_array, Variable const variable, ParameterLib::SpatialPosition const &, double const, double const) const override
Definition
BishopsPowerLaw.cpp:40
MaterialPropertyLib::Property
Definition
Property.h:51
MaterialPropertyLib::Property::value
virtual PropertyDataType value() const
Definition
Property.cpp:76
MaterialPropertyLib::VariableArray
Definition
VariableType.h:99
ParameterLib::SpatialPosition
Definition
SpatialPosition.h:28
MaterialPropertyLib
Definition
ChemicalSolverInterface.h:21
MaterialPropertyLib::Variable
Variable
Definition
VariableType.h:30
MaterialPropertyLib::name
@ name
Definition
PropertyType.h:66
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
MaterialLib
MPL
Properties
BishopsPowerLaw.h
Generated by
1.12.0