ESyS-Particle
2.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
ECornerInteraction.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 __ECORNERINTERACTION_H
14
#define __ECORNERINTERACTION_H
15
16
// -- Project includes --
17
#include "
Foundation/vec3.h
"
18
#include "
Geometry/Corner.h
"
19
#include "
Model/Particle.h
"
20
#include "
Model/ETriMeshIP.h
"
21
30
class
ECornerInteraction
31
{
32
private
:
33
CParticle
*
m_p
;
34
Corner
*
m_corner
;
35
double
m_k
;
36
40
bool
m_inner_flag
;
41
42
public
:
43
ECornerInteraction
();
44
ECornerInteraction
(
CParticle
*,
Corner
*,
ETriMeshIP
,
bool
iflag=
true
);
45
virtual
~ECornerInteraction
();
46
47
bool
isInner
(){
return
m_inner_flag
;};
48
virtual
void
calcForces
();
49
};
50
51
#endif //__ECORNERINTERACTION_H
ETriMeshIP.h
ECornerInteraction::~ECornerInteraction
virtual ~ECornerInteraction()
Definition:
ECornerInteraction.cpp:50
vec3.h
ECornerInteraction::m_corner
Corner * m_corner
Definition:
ECornerInteraction.h:34
ECornerInteraction::calcForces
virtual void calcForces()
Definition:
ECornerInteraction.cpp:56
Corner.h
ECornerInteraction::ECornerInteraction
ECornerInteraction()
Definition:
ECornerInteraction.cpp:18
ECornerInteraction::m_k
double m_k
spring constant
Definition:
ECornerInteraction.h:35
ECornerInteraction::m_p
CParticle * m_p
Definition:
ECornerInteraction.h:33
Particle.h
Corner
Class representing the corner of a polygon.
Definition:
Corner.h:34
CParticle
Class for a basic particle.
Definition:
Particle.h:50
ECornerInteraction::isInner
bool isInner()
Definition:
ECornerInteraction.h:47
ECornerInteraction::m_inner_flag
bool m_inner_flag
Definition:
ECornerInteraction.h:40
ECornerInteraction
unbonded elastic interaction between a Corner in a TriangleMesh and a particle
Definition:
ECornerInteraction.h:30
ETriMeshIP
Definition:
ETriMeshIP.h:17
Model
ECornerInteraction.h
Generated on Mon Sep 15 2014 16:24:07 for ESyS-Particle by
1.8.8