OOFEM 3.0
Loading...
Searching...
No Matches
expczmaterial.h
Go to the documentation of this file.
1/*
2 *
3 * ##### ##### ###### ###### ### ###
4 * ## ## ## ## ## ## ## ### ##
5 * ## ## ## ## #### #### ## # ##
6 * ## ## ## ## ## ## ## ##
7 * ## ## ## ## ## ## ## ##
8 * ##### ##### ## ###### ## ##
9 *
10 *
11 * OOFEM : Object Oriented Finite Element Code
12 *
13 * Copyright (C) 1993 - 2025 Borek Patzak
14 *
15 *
16 *
17 * Czech Technical University, Faculty of Civil Engineering,
18 * Department of Structural Mechanics, 166 29 Prague, Czech Republic
19 *
20 * This program is free software; you can redistribute it and/or modify
21 * it under the terms of the GNU General Public License as published by
22 * the Free Software Foundation; either version 2 of the License, or
23 * (at your option) any later version.
24 *
25 * This program is distributed in the hope that it will be useful,
26 * but WITHOUT ANY WARRANTY; without even the implied warranty of
27 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 * GNU General Public License for more details.
29 *
30 * You should have received a copy of the GNU General Public License
31 * along with this program; if not, write to the Free Software
32 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33 */
34
35#ifndef expczmaterial_h
36#define expczmaterial_h
37
40
42
43#define _IFT_ExpCZMaterial_kn "kn"
44#define _IFT_ExpCZMaterial_ks "ks"
45#define _IFT_ExpCZMaterial_knc "knc"
46#define _IFT_ExpCZMaterial_g1c "g1c"
47#define _IFT_ExpCZMaterial_sigfn "sigfn"
48#define _IFT_ExpCZMaterial_sigfs "sigfs"
50
51namespace oofem {
52
57{
58protected:
59
60public:
63
64 void printOutputAt(FILE *file, TimeStep *tStep) override;
65
66 const char *giveClassName() const override { return "ExpCZMaterialStatus"; }
67
68 void initTempStatus() override;
69 void updateYourself(TimeStep *tStep) override;
70
71 //void saveContext(DataStream &stream, ContextMode mode) override;
72 //void restoreContext(DataStream &stream, ContextMode mode) override;
73};
74
75
89{
90protected:
92 double kn0 = 0.;
93 double ks0 = 0.;
94 double GIc = 0.;
95 double GIIc = 0.;
96 double sigfn = 0.;
97 double sigfs = 0.;
98
100 double gn0 = 0.;
102 double gs0 = 0.;
103 double q = 0.;
104 double r = 0.;
105
106public:
108 ExpCZMaterial(int n, Domain * d);
109
110 int checkConsistency() override;
111
112 const char *giveClassName() const override { return "ExpCZMaterial"; }
113
114 void giveEngTraction_3d(FloatArray &answer, GaussPoint *gp, const FloatArray &jump, TimeStep *tStep) override;
115 void give3dStiffnessMatrix_Eng(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override;
116
117 int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override;
118
119 void initializeFrom(InputRecord &ir) override;
120
121 MaterialStatus *CreateStatus(GaussPoint *gp) const override { return new ExpCZMaterialStatus(gp); }
122 void printYourself() override;
123};
124} // end namespace oofem
125#endif // isointerfacedamage01_h
void updateYourself(TimeStep *tStep) override
void printOutputAt(FILE *file, TimeStep *tStep) override
void initTempStatus() override
const char * giveClassName() const override
ExpCZMaterialStatus(GaussPoint *g)
Constructor.
double gn0
normal jump at damage initiation
void initializeFrom(InputRecord &ir) override
MaterialStatus * CreateStatus(GaussPoint *gp) const override
ExpCZMaterial(int n, Domain *d)
Constructor.
const char * giveClassName() const override
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override
void printYourself() override
Prints receiver state on stdout. Useful for debugging.
void giveEngTraction_3d(FloatArray &answer, GaussPoint *gp, const FloatArray &jump, TimeStep *tStep) override
void give3dStiffnessMatrix_Eng(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override
int checkConsistency() override
double gs0
shear jump at damage initiations
double kn0
Material parameters.
StructuralInterfaceMaterialStatus(GaussPoint *g)
Constructor. Creates new StructuralInterfaceMaterialStatus with number n, belonging to domain d and I...

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011