OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
cdefnode2node.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 contactdefinitionnode2node_h
36 #define contactdefinitionnode2node_h
37 
39 
40 
42 
43 #define _IFT_ContactDefinitionNode2Node_Name "cdef_node2nodep"
44 #define _IFT_ContactDefinitionNode2Node_MasterNodes "masternodes"
45 #define _IFT_ContactDefinitionNode2Node_SlaveNodes "slavenodes"
46 #define _IFT_ContactDefinitionNode2Node_PenaltyN "penaltyn"
47 
48 #define _IFT_ContactDefinitionNode2NodeL_Name "cdef_node2nodeL"
49 
50 
51 namespace oofem {
52 class Domain;
53 class ContactManager;
54 class ContactObject;
55 class ContactElement;
56 
57 class ContactMaterial; // write this
58 
59 
66 class OOFEM_EXPORT ContactDefinitionNode2Node : public ContactDefinition
67 {
68 private:
69  double epsN;
70  double epsT; // these should be 'contactmaterial' par
71 
72 public:
73 
78 
79  virtual IRResultType initializeFrom(InputRecord *ir);
80 
81  virtual const char *giveClassName() const { return "ContactDefinitionNode2Node"; }
82  virtual const char *giveInputRecordName() const { return _IFT_ContactDefinitionNode2Node_Name; }
83 
84 };
85 
86 
87 
88 
89 
96 {
97 
98 public:
99 
104 
105  virtual IRResultType initializeFrom(InputRecord *ir);
106 
107  virtual const char *giveClassName() const { return "ContactDefinitionNode2NodeL"; }
108  virtual const char *giveInputRecordName() const { return _IFT_ContactDefinitionNode2NodeL_Name; }
109 
110 };
111 
112 
113 } // end namespace oofem
114 #endif // contactdefinitionnode2node_h
#define _IFT_ContactDefinitionNode2Node_Name
Definition: cdefnode2node.h:43
This class manages a none to node contact definition with enforcement using Lagrange multipliers...
Definition: cdefnode2node.h:95
virtual const char * giveClassName() const
Definition: cdefnode2node.h:81
virtual const char * giveInputRecordName() const
Definition: cdefnode2node.h:82
This class manages all the contacts in a domain.
#define _IFT_ContactDefinitionNode2NodeL_Name
Definition: cdefnode2node.h:48
virtual ~ContactDefinitionNode2Node()
Destructor.
Definition: cdefnode2node.h:77
virtual ~ContactDefinitionNode2NodeL()
Destructor.
IRResultType
Type defining the return values of InputRecord reading operations.
Definition: irresulttype.h:47
Class representing the general Input Record.
Definition: inputrecord.h:101
virtual const char * giveClassName() const
virtual const char * giveInputRecordName() const
This class manages a particular contact definition.
This class manages a particular contact definition.
Definition: cdefnode2node.h:66
the oofem namespace is to define a context or scope in which all oofem names are defined.

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:27 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011