OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
quadaxisym1_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 - 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 quadaxisym1_ht_h
36 #define quadaxisym1_ht_h
37 
38 #include "quad1_ht.h"
39 
40 #define _IFT_QuadAxisym1_ht_Name "quadaxisym1ht"
41 #define _IFT_QuadAxisym1_hmt_Name "quadaxisym1hmt"
42 #define _IFT_QuadAxisym1_mt_Name "quadaxisym1mt"
43 
44 namespace oofem {
49 class QuadAxisym1_ht : public Quad1_ht
50 {
51 public:
52  QuadAxisym1_ht(int n, Domain * d);
53  virtual ~QuadAxisym1_ht();
54 
55  virtual double computeVolumeAround(GaussPoint *gp);
56  virtual double giveThicknessAt(const FloatArray &gcoords);
57 
58  virtual const char *giveClassName() const { return "QuadAxisym1_ht"; }
59  virtual IntegrationRule* giveBoundaryEdgeIntegrationRule (int order, int boundary);
60  virtual IntegrationRule* giveBoundarySurfaceIntegrationRule (int order, int boundary);
61 
62 protected:
63  virtual double computeEdgeVolumeAround(GaussPoint *gp, int iEdge);
64  virtual double computeRadiusAt(GaussPoint *gp);
65  virtual int giveApproxOrder(int unknownIndx) { return 2; }
66 };
67 
72 {
73 public:
74  QuadAxisym1_hmt(int n, Domain * d);
75 
76  virtual const char *giveClassName() const { return "QuadAxisym1_hmt"; }
77 };
78 
79 
84 {
85 public:
86  QuadAxisym1_mt(int n, Domain * d);
87  virtual const char *giveClassName() const { return "QuadAxisym1_mt"; }
88 };
89 } // end namespace oofem
90 #endif // quadaxisym1_ht_h
Class and object Domain.
Definition: domain.h:115
virtual IntegrationRule * giveBoundaryEdgeIntegrationRule(int order, int boundary)
Returns boundary edge integration rule.
Class for mass transfer.
virtual double computeEdgeVolumeAround(GaussPoint *gp, int iEdge)
Computes the length around a integration point on a edge.
Same as QuadAxisym1_ht but for heat+mass transfer.
virtual double computeVolumeAround(GaussPoint *gp)
Returns volume related to given integration point.
virtual IntegrationRule * giveBoundarySurfaceIntegrationRule(int order, int boundary)
Returns boundary surface integration rule.
Abstract base class representing integration rule.
virtual int giveApproxOrder(int unknownIndx)
QuadAxisym1_ht(int n, Domain *d)
Quadratic axisymmetric element with linear approximation for heat transfer.
virtual double computeRadiusAt(GaussPoint *gp)
virtual const char * giveClassName() const
Quadratic (2d) element with linear approximation for heat transfer.
Definition: quad1_ht.h:52
Class representing vector of real numbers.
Definition: floatarray.h:82
virtual double giveThicknessAt(const FloatArray &gcoords)
Gives the thickness at some global coordinate.
virtual const char * giveClassName() const
virtual const char * giveClassName() const
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

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