OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
concrete3.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 concrete3_h
36 #define concrete3_h
37 
38 #include "Materials/rcm2.h"
40 
42 
43 #define _IFT_Concrete3_Name "concrete3"
44 #define _IFT_Concrete3_exp_soft "exp_soft"
45 
46 
47 namespace oofem {
56 class Concrete3 : public RCM2Material
57 {
59 
60 private:
61  //double shearRetFactor; // shearRetentionFactor
63 
64 public:
65  Concrete3(int n, Domain * d);
66  virtual ~Concrete3() {
67  delete linearElasticMaterial;
68  }
69 
70  // identification and auxiliary functions
72  virtual int hasNonLinearBehaviour() { return 1; }
73  virtual const char *giveClassName() const { return "Concrete3"; }
74  virtual const char *giveInputRecordName() const { return _IFT_Concrete3_Name; }
75 
76  virtual MaterialStatus *CreateStatus(GaussPoint *gp) const;
77 
78 protected:
79  virtual double giveCrackingModulus(MatResponseMode rMode, GaussPoint *gp,
80  double crackStrain, int i);
81  //virtual double giveShearRetentionFactor(GaussPoint* gp, double eps_cr, int i);
82  virtual double giveNormalCrackingStress(GaussPoint *gp, double eps_cr, int i);
83  virtual double giveMinCrackStrainsForFullyOpenCrack(GaussPoint *gp, int i);
84  //virtual void updateStatusForNewCrack( GaussPoint*, int, double);
85  virtual double computeStrength(GaussPoint *, double);
86  virtual int checkSizeLimit(GaussPoint *gp, double);
87 };
88 } // end namespace oofem
89 #endif // concrete3_h
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Definition: concrete3.C:440
Class and object Domain.
Definition: domain.h:115
virtual const char * giveInputRecordName() const
Definition: concrete3.h:74
LinearElasticMaterial * linearElasticMaterial
Definition: rcm2.h:181
virtual double giveNormalCrackingStress(GaussPoint *gp, double eps_cr, int i)
Definition: concrete3.C:362
#define _IFT_Concrete3_Name
Definition: concrete3.h:43
MatResponseMode
Describes the character of characteristic material matrix.
virtual double giveMinCrackStrainsForFullyOpenCrack(GaussPoint *gp, int i)
Definition: concrete3.C:127
virtual double giveCrackingModulus(MatResponseMode rMode, GaussPoint *gp, double crackStrain, int i)
Definition: concrete3.C:238
This class implements a Rotating Crack Model for fracture in smeared fashion ( only material stiffnes...
Definition: rcm2.h:178
virtual int checkSizeLimit(GaussPoint *gp, double)
Definition: concrete3.C:62
virtual MaterialStatus * CreateStatus(GaussPoint *gp) const
Creates new copy of associated status and inserts it into given integration point.
Definition: concrete3.C:50
virtual int hasNonLinearBehaviour()
Returns nonzero if receiver is non linear.
Definition: concrete3.h:72
Abstract base class representing a material status information.
Definition: matstatus.h:84
IRResultType
Type defining the return values of InputRecord reading operations.
Definition: irresulttype.h:47
virtual const char * giveClassName() const
Definition: concrete3.h:73
This class implements a Concrete3 material in a finite element problem.
Definition: concrete3.h:56
Class representing the general Input Record.
Definition: inputrecord.h:101
virtual ~Concrete3()
Definition: concrete3.h:66
Concrete3_softeningMode softeningMode
Definition: concrete3.h:62
the oofem namespace is to define a context or scope in which all oofem names are defined.
Concrete3(int n, Domain *d)
Definition: concrete3.C:43
Class representing integration point in finite element program.
Definition: gausspoint.h:93
virtual double computeStrength(GaussPoint *, double)
Definition: concrete3.C:80

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