OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
structmatsettable.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 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 #ifndef structmatsettable_h
35 #define structmatsettable_h
36 
37 #include "floatarray.h"
38 #include "floatmatrix.h"
39 
40 #include "../sm/Materials/structuralms.h"
41 #include "../sm/Materials/structuralmaterial.h"
42 
44 
46 
47 #define _IFT_StructuralMaterialSettable_Name "structmatsettable"
48 #define _IFT_StructuralMaterialSettable_e "e"
49 #define _IFT_StructuralMaterialSettable_nu "nu"
50 
51 
52 namespace oofem {
53 
58 {
59 private:
61 
62 public:
67 
69 
70  virtual const char *giveClassName() const { return "StructuralMaterialSettable"; }
71  virtual const char *giveInputRecordName() const { return _IFT_StructuralMaterialSettable_Name; }
72 
73  virtual void giveRealStressVector_3d(FloatArray &answer,
74  GaussPoint *gp,
75  const FloatArray &strainVector,
76  TimeStep *atTime);
77 
78  virtual void give3dMaterialStiffnessMatrix(FloatMatrix &answer,
79  MatResponseMode mode,
80  GaussPoint *gp,
81  TimeStep *atTime);
82 
83  virtual MaterialStatus *CreateStatus(GaussPoint *gp) const;
84 
85 };
86 } // end namespace oofem
87 #endif // structmatsettable_h
Class and object Domain.
Definition: domain.h:115
#define _IFT_StructuralMaterialSettable_Name
virtual void giveRealStressVector_3d(FloatArray &answer, GaussPoint *gp, const FloatArray &strainVector, TimeStep *atTime)
Default implementation relies on giveRealStressVector for second Piola-Kirchoff stress.
IsotropicLinearElasticMaterial * isoLE
MatResponseMode
Describes the character of characteristic material matrix.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
virtual MaterialStatus * CreateStatus(GaussPoint *gp) const
Creates new copy of associated status and inserts it into given integration point.
This class implements TODO.
This class implements an isotropic linear elastic material in a finite element problem.
virtual const char * giveClassName() const
Abstract base class representing a material status information.
Definition: matstatus.h:84
Class representing vector of real numbers.
Definition: floatarray.h:82
virtual const char * giveInputRecordName() const
Implementation of matrix containing floating point numbers.
Definition: floatmatrix.h:94
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 void give3dMaterialStiffnessMatrix(FloatMatrix &answer, MatResponseMode mode, GaussPoint *gp, TimeStep *atTime)
Computes full 3d material stiffness matrix at given integration point, time, respecting load history ...
Abstract base class for all "structural" constitutive models.
StructuralMaterialSettable(int n, Domain *d)
Constructor.
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 ~StructuralMaterialSettable()
Destructor.
Class representing solution step.
Definition: timestep.h: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:31 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011