ESyS-Particle
2.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
EEdgeInteraction.h
Go to the documentation of this file.
1
// //
3
// Copyright (c) 2003-2014 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.opensource.org/licenses/osl-3.0.php //
10
// //
12
13
#ifndef __EEDGEINTERACTION_H
14
#define __EEDGEINTERACTION_H
15
16
// -- Project includes --
17
#include "
Foundation/vec3.h
"
18
#include "
Geometry/Edge.h
"
19
#include "
Model/Particle.h
"
20
#include "
Model/ETriMeshIP.h
"
29
class
EEdgeInteraction
30
{
31
private
:
32
CParticle
*
m_p
;
33
Edge
*
m_edge
;
34
double
m_k
;
35
39
bool
m_inner_flag
;
40
41
public
:
42
EEdgeInteraction
();
43
EEdgeInteraction
(
CParticle
*,
Edge
*,
ETriMeshIP
,
bool
iflag=
true
);
44
virtual
~EEdgeInteraction
();
45
46
bool
isInner
(){
return
m_inner_flag
;};
47
virtual
void
calcForces
();
48
};
49
#endif // __EEDGEINTERACTION_H
ETriMeshIP.h
EEdgeInteraction::m_k
double m_k
spring constant
Definition:
EEdgeInteraction.h:34
Edge.h
EEdgeInteraction::m_p
CParticle * m_p
Definition:
EEdgeInteraction.h:32
EEdgeInteraction::m_inner_flag
bool m_inner_flag
Definition:
EEdgeInteraction.h:39
vec3.h
EEdgeInteraction::EEdgeInteraction
EEdgeInteraction()
Definition:
EEdgeInteraction.cpp:23
Edge
Class representing the edge of a polygon.
Definition:
Edge.h:35
EEdgeInteraction::isInner
bool isInner()
Definition:
EEdgeInteraction.h:46
EEdgeInteraction
unbonded elastic interaction between a Edge in a TriangleMesh and a particle
Definition:
EEdgeInteraction.h:29
EEdgeInteraction::~EEdgeInteraction
virtual ~EEdgeInteraction()
Definition:
EEdgeInteraction.cpp:55
Particle.h
EEdgeInteraction::m_edge
Edge * m_edge
Definition:
EEdgeInteraction.h:33
CParticle
Class for a basic particle.
Definition:
Particle.h:50
EEdgeInteraction::calcForces
virtual void calcForces()
Definition:
EEdgeInteraction.cpp:62
ETriMeshIP
Definition:
ETriMeshIP.h:17
Model
EEdgeInteraction.h
Generated on Mon Sep 15 2014 16:24:07 for ESyS-Particle by
1.8.8