OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
q9planstrss.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 Q9PLANSTRSS_H_
36 #define Q9PLANSTRSS_H_
37 
39 #include "zznodalrecoverymodel.h"
41 
42 #define _IFT_Q9PlaneStress2d_Name "q9planestress2d"
43 
44 namespace oofem {
45 class FEI2dQuadBiQuad;
46 
54 {
55 protected:
57 
58 public:
59  Q9PlaneStress2d(int n, Domain * d);
60  virtual ~Q9PlaneStress2d() { }
61 
62  // definition & identification
63  virtual const char *giveInputRecordName() const { return _IFT_Q9PlaneStress2d_Name; }
64  virtual const char *giveClassName() const { return "Q9PlaneStress2d"; }
65  virtual FEInterpolation *giveInterpolation() const;
66 
68 
70  InternalStateType type, TimeStep *tStep);
71 
72 };
73 } // end namespace oofem
74 #endif // qplanstrss_h
InternalStateType
Type representing the physical meaning of element or constitutive model internal variable.
The element interface required by NodalAvergagingRecoveryModel.
static FEI2dQuadBiQuad interpolation
Definition: q9planstrss.h:56
Class and object Domain.
Definition: domain.h:115
Class representing a 2d quadrilateral with bi-quadratic interpolation based on isoparametric coordina...
The element interface required by ZZNodalRecoveryModel.
Q9PlaneStress2d(int n, Domain *d)
Definition: q9planstrss.C:51
virtual const char * giveClassName() const
Definition: q9planstrss.h:64
virtual const char * giveInputRecordName() const
Definition: q9planstrss.h:63
virtual FEInterpolation * giveInterpolation() const
Definition: q9planstrss.C:60
Class representing a general abstraction for finite element interpolation class.
Definition: feinterpol.h:132
virtual Interface * giveInterface(InterfaceType it)
Interface requesting service.
Definition: q9planstrss.C:64
virtual void NodalAveragingRecoveryMI_computeNodalValue(FloatArray &answer, int node, InternalStateType type, TimeStep *tStep)
Computes the element value in given node.
Definition: q9planstrss.C:77
Class representing vector of real numbers.
Definition: floatarray.h:82
virtual ~Q9PlaneStress2d()
Definition: q9planstrss.h:60
Class Interface.
Definition: interface.h:82
#define _IFT_Q9PlaneStress2d_Name
Definition: q9planstrss.h:42
InterfaceType
Enumerative type, used to identify interface type.
Definition: interfacetype.h:43
the oofem namespace is to define a context or scope in which all oofem names are defined.
9-node plane stress element.
Definition: q9planstrss.h:53
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:30 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011