OOFEM 3.0
Loading...
Searching...
No Matches
intmatbilinczelastic.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 IntMatBilinearCZElastic_h
36#define IntMatBilinearCZElastic_h
37
40
42
43#define _IFT_IntMatBilinearCZElastic_Name "intmatbilinearczelastic"
44#define _IFT_IntMatBilinearCZElastic_kn "kn"
45#define _IFT_IntMatBilinearCZElastic_ks "ks"
46#define _IFT_IntMatBilinearCZElastic_knc "knc"
47#define _IFT_IntMatBilinearCZElastic_g1c "g1c"
48#define _IFT_IntMatBilinearCZElastic_sigfn "sigfn"
49#define _IFT_IntMatBilinearCZElastic_sigfs "sigfs"
51
52namespace oofem {
57{
58public:
61
62 double giveDamage() const override { return 0.0; } // no damage in this model
63 void printOutputAt(FILE *file, TimeStep *tStep) const override;
64
65 const char *giveClassName() const override { return "IntMatBilinearCZElasticStatus"; }
66
67 void initTempStatus() override;
68 void updateYourself(TimeStep *tStep) override;
69
70 //void saveContext(DataStream &stream, ContextMode mode) override;
71 //void restoreContext(DataStream &stream, ContextMode mode) override;
72};
73
74
88{
89protected:
91 double kn0 = 0.;
92 double ks0 = 0.;
93 double knc = 0.; // stiffness in compression
94 double GIc = 0.;
95 double sigfn = 0.;
96 double sigfs = 0.;
97
98 double gn0 = 0.; // normal jump at damage initiation
99 double gs0 = 0.; // shear jump at damage initiations
100 double gnmax = 0.; // max normal jump
101
102 double kn1 = 0.; // slope during softening part
103
104 int checkConsistency() override;
105 void give3dInterfaceMaterialStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode,
106 GaussPoint *gp, TimeStep *tStep);
107public:
110
111 const char *giveClassName() const override { return "IntMatBilinearCZElastic"; }
112 const char *giveInputRecordName() const override { return _IFT_IntMatBilinearCZElastic_Name; }
113
114 FloatArrayF<3> giveFirstPKTraction_3d(const FloatArrayF<3> &jump, const FloatMatrixF<3,3> &F, GaussPoint *gp, TimeStep *tStep) const override;
115 FloatMatrixF<3,3> give3dStiffnessMatrix_dTdj(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const override;
116
117 void initializeFrom(InputRecord &ir) override;
118 void giveInputRecord(DynamicInputRecord &input) override;
119
120 std::unique_ptr<MaterialStatus> CreateStatus(GaussPoint *gp) const override { return std::make_unique<StructuralInterfaceMaterialStatus>(gp); }
121 void printYourself() override;
122 bool hasAnalyticalTangentStiffness() const override { return true; }
123};
124} // end namespace oofem
125#endif // isointerfacedamage01_h
const char * giveClassName() const override
void updateYourself(TimeStep *tStep) override
void printOutputAt(FILE *file, TimeStep *tStep) const override
Print receiver's output to given stream.
IntMatBilinearCZElasticStatus(GaussPoint *g)
Constructor.
FloatMatrixF< 3, 3 > give3dStiffnessMatrix_dTdj(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const override
void printYourself() override
Prints receiver state on stdout. Useful for debugging.
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
void give3dInterfaceMaterialStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep)
IntMatBilinearCZElastic(int n, Domain *d)
Constructor.
bool hasAnalyticalTangentStiffness() const override
void giveInputRecord(DynamicInputRecord &input) override
const char * giveClassName() const override
double kn0
Material parameters.
void initializeFrom(InputRecord &ir) override
FloatArrayF< 3 > giveFirstPKTraction_3d(const FloatArrayF< 3 > &jump, const FloatMatrixF< 3, 3 > &F, GaussPoint *gp, TimeStep *tStep) const override
const char * giveInputRecordName() const override
StructuralInterfaceMaterialStatus(GaussPoint *g)
Constructor. Creates new StructuralInterfaceMaterialStatus with number n, belonging to domain d and I...
#define _IFT_IntMatBilinearCZElastic_Name

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