OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
steel1.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 steel1_h
36 #define steel1_h
37 
40 
42 
43 #define _IFT_Steel1_Name "steel1"
44 #define _IFT_Steel1_ry "ry"
45 
46 
47 namespace oofem {
48 class Domain;
54 {
55 public:
56  Steel1(int n, Domain * d);
57  virtual ~Steel1() { }
58 
60  virtual const char *giveInputRecordName() const { return _IFT_Steel1_Name; }
61  virtual const char *giveClassName() const { return "Steel1MaterialClass"; }
62  virtual void updateIfFailure(GaussPoint *gp, FloatArray *, FloatArray *) { }
63  virtual int hasCastingTimeSupport() { return 1.; }
64 
65 protected:
66  //
67  // yield(YC-like functions) and loading(LC-like functions) criteria specific section
68  //
69  virtual double computeYCValueAt(GaussPoint *, FloatArray *, FloatArray *);
74  virtual void updateTempYC(GaussPoint *, FloatArray *, FloatArray *) { }
75  virtual void updateTempLC(GaussPoint *, FloatArray *, FloatArray *) { }
76  // update during computation
77 
78  // auxiliary function
80 };
81 } // end namespace oofem
82 #endif // steel1_h
virtual FloatArray * GiveYCPlasticStrainGradient(GaussPoint *, FloatArray *, FloatArray *)
Definition: steel1.C:149
Class and object Domain.
Definition: domain.h:115
This class implements a isotropic perfectly plastic linear material in a finite element problem...
Definition: steel1.h:53
virtual void updateTempYC(GaussPoint *, FloatArray *, FloatArray *)
Definition: steel1.h:74
virtual void updateIfFailure(GaussPoint *gp, FloatArray *, FloatArray *)
Definition: steel1.h:62
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Definition: steel1.C:177
virtual const char * giveInputRecordName() const
Definition: steel1.h:60
virtual int hasCastingTimeSupport()
Tests if material supports casting time.
Definition: steel1.h:63
double computeJ2InvariantAt(FloatArray *)
Definition: steel1.C:72
This class implements a perfectly plastic material in a finite element problem.
virtual FloatArray * GiveLCPlasticStrainGradient(GaussPoint *, FloatArray *, FloatArray *)
Definition: steel1.C:163
virtual FloatArray * GiveYCStressGradient(GaussPoint *, FloatArray *, FloatArray *)
Definition: steel1.C:98
virtual void updateTempLC(GaussPoint *, FloatArray *, FloatArray *)
Definition: steel1.h:75
virtual double computeYCValueAt(GaussPoint *, FloatArray *, FloatArray *)
Definition: steel1.C:52
Steel1(int n, Domain *d)
Definition: steel1.C:43
Class representing vector of real numbers.
Definition: floatarray.h:82
IRResultType
Type defining the return values of InputRecord reading operations.
Definition: irresulttype.h:47
Class representing the general Input Record.
Definition: inputrecord.h:101
virtual ~Steel1()
Definition: steel1.h:57
virtual const char * giveClassName() const
Definition: steel1.h:61
#define _IFT_Steel1_Name
Definition: steel1.h:43
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
virtual FloatArray * GiveLCStressGradient(GaussPoint *, FloatArray *, FloatArray *)
Definition: steel1.C:135

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:31 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011