OOFEM 3.0
Loading...
Searching...
No Matches
structural3delement.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 - 2025 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 structural3delement_h
36#define structural3delement_h
37
39
40
41#define _IFT_Structural3DElement_materialCoordinateSystem "matcs"
42
43namespace oofem {
44class GaussPoint;
45class FloatMatrix;
46class FloatArray;
47class IntArray;
48class ParamKey;
49
57{
58protected:
61public:
67 Structural3DElement(int n, Domain *d);
70
71 void initializeFrom(InputRecord &ir, int priority) override;
72
73 MaterialMode giveMaterialMode() override;
74 int computeNumberOfDofs() override;
75 void giveDofManDofIDMask(int inode, IntArray &answer) const override;
76 double computeVolumeAround(GaussPoint *gp) override;
77
78 double giveCharacteristicLength(const FloatArray &normalToCrackPlane) override;
79
81 void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep) override;
82 void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override;
83 void computeConstitutiveMatrix_dPdF_At(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override;
84
85 void computeInitialStressMatrix(FloatMatrix &answer, TimeStep *tStep) override;
86
87protected:
88 void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int lowerIndx = 1, int upperIndx = ALL_STRAINS) override;
89 void computeBHmatrixAt(GaussPoint *gp, FloatMatrix &answer) override;
90 void computeGaussPoints() override;
91
92 // Edge support
93 void giveEdgeDofMapping(IntArray &answer, int iEdge) const override;
94 double computeEdgeVolumeAround(GaussPoint *gp, int iEdge) override;
95 int computeLoadLEToLRotationMatrix(FloatMatrix &answer, int iEdge, GaussPoint *gp) override;
96
98 { return ( ( ( ext == Element_EdgeLoadSupport ) || ( ext == Element_SurfaceLoadSupport ) ) ? 1 : 0 ); }
99
100 void computeSurfaceNMatrixAt(FloatMatrix &answer, int iSurf, GaussPoint *gp);
101 void giveSurfaceDofMapping(IntArray &answer, int) const override;
102 double computeSurfaceVolumeAround(GaussPoint *gp, int) override;
103 int computeLoadLSToLRotationMatrix(FloatMatrix &answer, int, GaussPoint *gp) override;
104
105private:
106 double dnx(int i, int arg2);
107};
108} // end namespace oofem
109#endif // structural3delement_h
NLStructuralElement(int n, Domain *d)
void giveDofManDofIDMask(int inode, IntArray &answer) const override
double dnx(int i, int arg2)
void computeBHmatrixAt(GaussPoint *gp, FloatMatrix &answer) override
void giveSurfaceDofMapping(IntArray &answer, int) const override
double giveCharacteristicLength(const FloatArray &normalToCrackPlane) override
void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int lowerIndx=1, int upperIndx=ALL_STRAINS) override
Structural3DElement(int n, Domain *d)
int testElementExtension(ElementExtension ext) override
int computeLoadLSToLRotationMatrix(FloatMatrix &answer, int, GaussPoint *gp) override
static ParamKey IPK_Structural3DElement_materialCoordinateSystem
[optional] Material coordinate system (local) for the element.
double computeSurfaceVolumeAround(GaussPoint *gp, int) override
void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override
void initializeFrom(InputRecord &ir, int priority) override
double computeVolumeAround(GaussPoint *gp) override
int computeLoadLEToLRotationMatrix(FloatMatrix &answer, int iEdge, GaussPoint *gp) override
virtual ~Structural3DElement()
Destructor.
MaterialMode giveMaterialMode() override
double computeEdgeVolumeAround(GaussPoint *gp, int iEdge) override
void computeConstitutiveMatrix_dPdF_At(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override
void giveEdgeDofMapping(IntArray &answer, int iEdge) const override
void computeInitialStressMatrix(FloatMatrix &answer, TimeStep *tStep) override
void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep) override
void giveMaterialOrientationAt(FloatArray &x, FloatArray &y, FloatArray &z, const FloatArray &lcoords)
void computeSurfaceNMatrixAt(FloatMatrix &answer, int iSurf, GaussPoint *gp)
@ Element_EdgeLoadSupport
Element extension for edge loads.
@ Element_SurfaceLoadSupport
Element extension for surface loads.
#define ALL_STRAINS

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011