OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
cohint.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 - 2013 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 library is free software; you can redistribute it and/or
21  * modify it under the terms of the GNU Lesser General Public
22  * License as published by the Free Software Foundation; either
23  * version 2.1 of the License, or (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 GNU
28  * Lesser General Public License for more details.
29  *
30  * You should have received a copy of the GNU Lesser General Public
31  * License along with this library; if not, write to the Free Software
32  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33  */
34 
35 #ifndef cohint_h
36 #define cohint_h
37 
40 
41 namespace oofem {
43 
44 #define _IFT_CohesiveInterfaceMaterial_Name "cohint"
45 #define _IFT_CohesiveInterfaceMaterial_kn "kn"
46 #define _IFT_CohesiveInterfaceMaterial_transitionopening "transitionopening"
47 #define _IFT_CohesiveInterfaceMaterial_ks "ks"
48 #define _IFT_CohesiveInterfaceMaterial_stiffCoeffKn "stiffcoeffkn"
49 #define _IFT_CohesiveInterfaceMaterial_smoothMag "smoothmag"
50 
51 
57 {
58 protected:
60  double kn, ks;
61 
63  double stiffCoeffKn;
64 
67 
72  double smoothMag;
73 
74 public:
79 
80  virtual int hasNonLinearBehaviour() { return 0; }
81  virtual bool hasAnalyticalTangentStiffness() const { return true; }
82 
83  virtual const char *giveClassName() const { return "CohesiveInterfaceMaterial"; }
84  virtual const char *giveInputRecordName() const { return _IFT_CohesiveInterfaceMaterial_Name; }
85 
86  virtual void giveEngTraction_3d(FloatArray &answer, GaussPoint *gp, const FloatArray &jump, TimeStep *tStep);
87  virtual void give3dStiffnessMatrix_Eng(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep);
88 
89  virtual int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep);
90 
92  virtual void giveInputRecord(DynamicInputRecord &input);
93 
95 };
96 } // namespace oofem
97 #endif
InternalStateType
Type representing the physical meaning of element or constitutive model internal variable.
virtual void giveInputRecord(DynamicInputRecord &input)
Setups the input record string of receiver.
Definition: cohint.C:149
Class and object Domain.
Definition: domain.h:115
double stiffCoeffKn
Reduction of normal stiffness when in tension.
Definition: cohint.h:63
Domain * domain
Link to domain object, useful for communicating with other FEM components.
Definition: femcmpnn.h:82
virtual void giveEngTraction_3d(FloatArray &answer, GaussPoint *gp, const FloatArray &jump, TimeStep *tStep)
Definition: cohint.C:51
#define _IFT_CohesiveInterfaceMaterial_Name
Definition: cohint.h:44
virtual int hasNonLinearBehaviour()
Returns nonzero if receiver is non linear.
Definition: cohint.h:80
MatResponseMode
Describes the character of characteristic material matrix.
virtual const char * giveClassName() const
Definition: cohint.h:83
CohesiveInterfaceMaterial(int n, Domain *d)
Constructor.
Definition: cohint.C:48
Class representing cohesive interface material model.
Definition: cohint.h:56
virtual int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep)
Returns the integration point corresponding value in Reduced form.
Definition: cohint.C:123
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Definition: cohint.C:129
This class implements a structural interface material status information.
double transitionOpening
Opening when material stiffness changes from kn to kn*stiffCoeffKn.
Definition: cohint.h:66
Abstract base class representing a material status information.
Definition: matstatus.h:84
double kn
Elastic properties (normal and shear moduli).
Definition: cohint.h:60
virtual MaterialStatus * CreateStatus(GaussPoint *gp) const
Creates new copy of associated status and inserts it into given integration point.
Definition: cohint.h:94
Class representing vector of real numbers.
Definition: floatarray.h:82
Implementation of matrix containing floating point numbers.
Definition: floatmatrix.h:94
virtual void give3dStiffnessMatrix_Eng(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep)
Definition: cohint.C:77
IRResultType
Type defining the return values of InputRecord reading operations.
Definition: irresulttype.h:47
double smoothMag
Smoothing region between tension and compression stiffness.
Definition: cohint.h:72
Class representing the general Input Record.
Definition: inputrecord.h:101
virtual ~CohesiveInterfaceMaterial()
Destructor.
Definition: cohint.h:78
Class representing the a dynamic Input Record.
virtual const char * giveInputRecordName() const
Definition: cohint.h:84
Abstract base class for all "structural" interface models.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing integration point in finite element program.
Definition: gausspoint.h:93
Class representing solution step.
Definition: timestep.h:80
virtual bool hasAnalyticalTangentStiffness() const
Tells if the model has implemented analytical tangent stiffness.
Definition: cohint.h:81

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:27 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011