OOFEM 3.0
Loading...
Searching...
No Matches
solidshell.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 solidshell_h
36#define solidshell_h
37
39
40
41#define _IFT_SolidShell_Name "solidshell"
42
43// EAS parameters
44#define _IFT_SolidShell_EAS_type "eas_type"
45
46
47namespace oofem {
48class FEI3dHexaLin;
49class ParamKey;
50
57class SolidShell : public LSpace
58{
59protected:
62
63public:
64 SolidShell(int n, Domain * d);
65 virtual ~SolidShell() { }
66 FEInterpolation *giveInterpolation() const override;
67 void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int lowerIndx = 1, int upperIndx = ALL_STRAINS) override;
68 void computeBHmatrixAt(GaussPoint *gp, FloatMatrix &answer) override;
69 void computeBHmatrixAt(FloatArray &lCoords, FloatMatrix &answer);
70
71 virtual void computeBEmatrixAt(GaussPoint *gp, FloatMatrix &answer, TimeStep *tStep);
72 void computeGaussPoints() override;
73 virtual void computeEASBmatrixAt(GaussPoint *gp, FloatMatrix &answer);
74 void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord) override;
75 void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep) override;
77
78 void computeFVector(FloatArray &answer, FloatArray &lCoords, FloatArray &ae);
79 void computeEVector(FloatArray &answer, FloatArray &lCoords, FloatArray &ae);
80 void computeEASfield(FloatArray &answer, TimeStep *tStep);
81
82 // definition & identification
83 const char *giveInputRecordName() const override { return _IFT_LSpace_Name; }
84 const char *giveClassName() const override { return "SolidShell"; }
85 void initializeFrom(InputRecord &ir) override;
86
87 // variables associated with EAS
95 void computeAlpha(FloatArray &answer, FloatArray &u);
96
98 void postInitialize() override;
99 int checkConsistency() override{ return 1; };
100
101private:
102 void x(int arg1);
103};
104} // end namespace oofem
105#endif
LSpace(int n, Domain *d)
Definition lspace.C:62
static ParamKey IPK_SolidShell_EAS_type
Definition solidshell.h:61
void computeGaussPoints() override
Definition solidshell.C:90
static FEI3dHexaLin interpolation
Definition solidshell.h:60
void computeAlpha(FloatArray &answer, FloatArray &u)
Definition solidshell.C:320
void initializeFrom(InputRecord &ir) override
Definition solidshell.C:104
const char * giveInputRecordName() const override
Definition solidshell.h:83
FloatMatrix invKEE
Definition solidshell.h:92
FloatMatrix KEC
Definition solidshell.h:93
virtual void computeBEmatrixAt(GaussPoint *gp, FloatMatrix &answer, TimeStep *tStep)
Definition solidshell.C:475
void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep) override
Definition solidshell.C:410
void postInitialize() override
Performs post initialization steps.
Definition solidshell.C:60
FloatArray u_k
Definition solidshell.h:91
int checkConsistency() override
Definition solidshell.h:99
virtual void computeEASBmatrixAt(GaussPoint *gp, FloatMatrix &answer)
Definition solidshell.C:257
void computeBondTransformationMatrix(FloatMatrix &answer, FloatMatrix &base)
Definition solidshell.C:301
SolidShell(int n, Domain *d)
Definition solidshell.C:51
void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int lowerIndx=1, int upperIndx=ALL_STRAINS) override
Definition solidshell.C:114
void computeEVector(FloatArray &answer, FloatArray &lCoords, FloatArray &ae)
Definition solidshell.C:572
void computeEASfield(FloatArray &answer, TimeStep *tStep)
void computeFVector(FloatArray &answer, FloatArray &lCoords, FloatArray &ae)
Definition solidshell.C:559
FloatArray alpha
Definition solidshell.h:90
void computeBHmatrixAt(GaussPoint *gp, FloatMatrix &answer) override
Definition solidshell.C:247
void computeGeometricStiffness(FloatMatrix &answer, GaussPoint *gp, TimeStep *tStep)
Definition solidshell.C:633
FEInterpolation * giveInterpolation() const override
Definition solidshell.C:100
const char * giveClassName() const override
Definition solidshell.h:84
virtual ~SolidShell()
Definition solidshell.h:65
void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord) override
Definition solidshell.C:342
void x(int arg1)
FloatArray tempAlpha
Definition solidshell.h:89
FloatArray fE
Definition solidshell.h:94
#define _IFT_LSpace_Name
Definition lspace.h:45
#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