ESyS-Particle
4.0.1
|
#include <RotThermPairInteraction.h>
Public Member Functions | |
ARotThermPairInteraction (CRotThermParticle *, CRotThermParticle *) | |
const CRotThermParticle * | first () const |
const CRotThermParticle * | second () const |
CRotThermParticle * | first () |
CRotThermParticle * | second () |
pair< int, int > | getPairID () const |
virtual Vec3 | getPos () const =0 |
virtual void | calcForces ()=0 |
virtual void | calcHeatFrict () |
virtual void | calcHeatTrans () |
void | checkIDs () |
virtual bool | hasTag (int, int) const |
virtual Vec3 | getPosFirst () const |
virtual Vec3 | getPosSecond () const |
void | setPP (CRotThermParticle *, CRotThermParticle *) |
void | setPP (const vector< CRotThermParticle * >) |
esys::lsm::quintuple< Vec3, double, Vec3, double, Vec3 > | getRaw2Data () const |
![]() | |
bool | initialized () const |
vector< int > | getAllID () const |
int | getID () |
double | Count () const |
Protected Attributes | |
CRotThermParticle * | m_p1 |
CRotThermParticle * | m_p2 |
![]() | |
vector< int > | m_id |
id's of the particles involved | |
int | m_iid |
interaction id | |
bool | m_init |
Abstract base class interactions between 2 rotational particles
|
virtual |
check if any of the particles in the interaction fits tag & mask
tag | the tag |
mask | the mask |
Implements AInteraction.