ESyS-Particle  2.3.4
BTriMeshInteraction.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2017 by The University of Queensland //
4 // Centre for Geoscience Computing //
5 // http://earth.uq.edu.au/centre-geoscience-computing //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.apache.org/licenses/LICENSE-2.0 //
10 // //
12 
13 #ifndef __BTRIMESHINTERACTION_H
14 #define __BTRIMESHINTERACTION_H
15 
16 // --- project includes ---
18 //#include "Model/BEdgeInteraction.h"
19 //#include "Model/BCornerInteraction.h"
20 #include "Model/BTriMeshIP.h"
21 
23 {
26  //typedef BEdgeInteraction EdgeIntType;
27  //typedef BCornerInteraction CornerIntType;
28 
29  static string getType(){return "BondedTriMesh";};
30 };
31 
32 #endif //__BTRIMESHINTERACTION_H
BTriMeshInteraction::getType
static string getType()
Definition: BTriMeshInteraction.h:29
BTriangleInteraction
bonded elastic interaction between a Triangle and a particle
Definition: BTriangleInteraction.h:32
BTriMeshInteraction::ParameterType
BTriMeshIP ParameterType
Definition: BTriMeshInteraction.h:24
BTriangleInteraction.h
BTriMeshInteraction
Definition: BTriMeshInteraction.h:23
BTriMeshIP
Definition: BTriMeshIP.h:19
BTriMeshInteraction::TriIntType
BTriangleInteraction TriIntType
Definition: BTriMeshInteraction.h:25
BTriMeshIP.h