OOFEM 3.0
Loading...
Searching...
No Matches
qwedge_ht.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
36#ifndef qwedge_ht_h
37#define qwedge_ht_h
38
39
41#include "spatiallocalizer.h"
45
46
47#define _IFT_QWedge_ht_Name "qwedgeht"
48#define _IFT_QWedge_hmt_Name "qwedgehmt"
49#define _IFT_QWedge_mt_Name "qwedgemt"
50
51namespace oofem {
52class FEI3dWedgeQuad;
53
58{
59protected:
61
62
63public:
64 QWedge_ht(int, Domain *);
65
66 double computeVolumeAround(GaussPoint *gp) override;
67 FEInterpolation *giveInterpolation() const override;
68
69 // definition & identification
70 const char *giveInputRecordName() const override { return _IFT_QWedge_ht_Name; }
71 const char *giveClassName() const override { return "QWedge_ht"; }
72 Element_Geometry_Type giveGeometryType() const override {return EGT_wedge_2;}
73
74
75 int computeNumberOfDofs() override { return 15; }
76 void initializeFrom(InputRecord &ir, int priority) override;
77 MaterialMode giveMaterialMode() override { return _3dHeat; }
78
81 { return ( ext == Element_EdgeLoadSupport );}
82
84 void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap) override;
87 void NodalAveragingRecoveryMI_computeNodalValue(FloatArray &answer, int node, InternalStateType type, TimeStep *tStep) override;
88
89 protected:
90 void computeGaussPoints() override;
91 double computeEdgeVolumeAround(GaussPoint *gp, int iEdge) override;
92};
93
94
95
99class QWedge_hmt : public QWedge_ht
100{
101public:
102 QWedge_hmt(int n, Domain * d);
103
104 const char *giveInputRecordName() const override { return _IFT_QWedge_hmt_Name; }
105 const char *giveClassName() const override { return "QWedge_hmt"; }
106 int computeNumberOfDofs() override { return 24; }
107 MaterialMode giveMaterialMode() override { return _3dHeMo; }
108};
109
113class QWedge_mt : public QWedge_ht
114{
115public:
116 QWedge_mt(int n, Domain * d);
117
118 const char *giveInputRecordName() const override { return _IFT_QWedge_mt_Name; }
119 const char *giveClassName() const override { return "QWedge_mt"; }
120 int computeNumberOfDofs() override { return 15; }
121 MaterialMode giveMaterialMode() override { return _3dHeat; }
122};
123
124
125} // end namespace oofem
126#endif
const char * giveInputRecordName() const override
Definition qwedge_ht.h:104
int computeNumberOfDofs() override
Definition qwedge_ht.h:106
MaterialMode giveMaterialMode() override
Definition qwedge_ht.h:107
QWedge_hmt(int n, Domain *d)
Definition qwedge_ht.C:62
const char * giveClassName() const override
Definition qwedge_ht.h:105
Element_Geometry_Type giveGeometryType() const override
Definition qwedge_ht.h:72
const char * giveClassName() const override
Definition qwedge_ht.h:71
Interface * giveInterface(InterfaceType t) override
Definition qwedge_ht.C:119
double computeVolumeAround(GaussPoint *gp) override
Definition qwedge_ht.C:93
void SPRNodalRecoveryMI_giveSPRAssemblyPoints(IntArray &pap) override
Definition qwedge_ht.C:136
void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap) override
Definition qwedge_ht.C:145
QWedge_ht(int, Domain *)
Definition qwedge_ht.C:55
SPRPatchType SPRNodalRecoveryMI_givePatchType() override
Definition qwedge_ht.C:171
void NodalAveragingRecoveryMI_computeNodalValue(FloatArray &answer, int node, InternalStateType type, TimeStep *tStep) override
Definition qwedge_ht.C:178
MaterialMode giveMaterialMode() override
Definition qwedge_ht.h:77
static FEI3dWedgeQuad interpolation
Definition qwedge_ht.h:60
const char * giveInputRecordName() const override
Definition qwedge_ht.h:70
int computeNumberOfDofs() override
Definition qwedge_ht.h:75
double computeEdgeVolumeAround(GaussPoint *gp, int iEdge) override
Definition qwedge_ht.C:104
void computeGaussPoints() override
Definition qwedge_ht.C:82
void initializeFrom(InputRecord &ir, int priority) override
Definition qwedge_ht.C:74
int SPRNodalRecoveryMI_giveNumberOfIP() override
Definition qwedge_ht.C:164
int testElementExtension(ElementExtension ext) override
Definition qwedge_ht.h:80
FEInterpolation * giveInterpolation() const override
Definition qwedge_ht.C:112
MaterialMode giveMaterialMode() override
Definition qwedge_ht.h:121
const char * giveClassName() const override
Definition qwedge_ht.h:119
const char * giveInputRecordName() const override
Definition qwedge_ht.h:118
int computeNumberOfDofs() override
Definition qwedge_ht.h:120
QWedge_mt(int n, Domain *d)
Definition qwedge_ht.C:67
SpatialLocalizerInterface(Element *element)
TransportElement(int n, Domain *d, ElementMode em=HeatTransferEM)
ZZNodalRecoveryModelInterface(Element *element)
Constructor.
@ Element_EdgeLoadSupport
Element extension for edge loads.
#define _IFT_QWedge_hmt_Name
Definition qwedge_ht.h:48
#define _IFT_QWedge_mt_Name
Definition qwedge_ht.h:49
#define _IFT_QWedge_ht_Name
Definition qwedge_ht.h:47

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