suanPan
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
Variables
Typedefs
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class 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
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
x
y
z
Typedefs
Enumerations
Related Symbols
c
g
o
p
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
s
Typedefs
a
b
c
d
e
g
i
l
m
n
o
r
s
t
Enumerations
Enumerator
Macros
▼
suanPan
Changelog
Contributor Covenant Code of Conduct
Contribution
►
Topics
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
Checker
►
Constraint
►
Converger
►
Database
►
Developer
►
Domain
►
Element
►
Enhancement
►
Load
▼
Material
►
Material1D
►
Material2D
▼
Material3D
►
Clay
▼
Concrete
CDP.cpp
CDP.h
CDPM2.cpp
CDPM2.h
CustomCDP.cpp
CustomCDP.h
NonlinearCDP.cpp
NonlinearCDP.h
Rebar3D.cpp
Rebar3D.h
TableCDP.cpp
TableCDP.h
►
Damage
►
DruckerPrager
►
Elastic
►
Hoffman
►
Sand
►
vonMises
►
Wrapper
Material3D.cpp
Material3D.h
►
MaterialOS
►
Special
ExternalMaterial.cpp
ExternalMaterial.h
►
ExternalMaterialData.h
►
Material.cpp
►
Material.h
►
MaterialParser.cpp
►
MaterialParser.h
MaterialTemplate.cpp
MaterialTemplate.h
►
MaterialTester.cpp
►
MaterialTester.h
►
ParameterType.h
►
MPI
►
Recorder
►
Resource
►
Section
►
Solver
►
Step
►
Toolbox
►
UnitTest
►
suanPan.cpp
►
suanPan.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
CDP.h
Go to the documentation of this file.
1
/*******************************************************************************
2
* Copyright (C) 2017-2024 Theodore Chang
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
******************************************************************************/
45
#ifndef CDP_H
46
#define CDP_H
47
48
#include "
NonlinearCDP.h
"
49
50
class
CDP
final :
public
NonlinearCDP
{
51
const
double
a_t, cb_t, f_t;
52
const
double
a_c, cb_c, f_c;
53
54
[[nodiscard]] podarray<double> compute_tension_backbone(
double
)
const override
;
55
[[nodiscard]] podarray<double> compute_compression_backbone(
double
)
const override
;
56
57
public
:
58
explicit
CDP
(
59
unsigned
= 0,
// tag
60
double
= 3E4,
// elastic modulus
61
double
= .2,
// poissons ratio
62
double
= 3.,
// crack stress (+)
63
double
= 30.,
// crush stress (-)
64
double
= 1
E
-3,
// normalized crack energy (+)
65
double
= 1
E
-1,
// normalized crush energy (+)
66
double
= .8,
// hardening after crack stress a_t
67
double
= 4.,
// hardening after crush stress a_c
68
double
= .6,
// reference damage factor at half crack stress
69
double
= .6,
// reference damage factor at crush stress
70
double
= .2,
// dilatancy parameter
71
double
= 1.16,
// biaxial compression strength ratio
72
double
= .5,
// stiffness recovery
73
double
= 2400
E
-12
// density
74
);
75
76
unique_ptr<Material>
get_copy
()
override
;
77
};
50
class
CDP
final :
public
NonlinearCDP
{
…
};
78
79
#endif
80
NonlinearCDP.h
CDP
The CDP class.
Definition
CDP.h:50
CDP::CDP
CDP(unsigned=0, double=3E4, double=.2, double=3., double=30., double=1E-3, double=1E-1, double=.8, double=4., double=.6, double=.6, double=.2, double=1.16, double=.5, double=2400E-12)
Definition
CDP.cpp:56
CDP::get_copy
unique_ptr< Material > get_copy() override
Definition
CDP.cpp:80
NonlinearCDP
The NonlinearCDP class.
Definition
NonlinearCDP.h:54
PlaneType::E
@ E
Material
Material3D
Concrete
CDP.h
Generated by
1.10.0