|
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 |
Protected Attributes | |
| CRotThermParticle * | m_p1 |
| CRotThermParticle * | m_p2 |
Abstract base class interactions between 2 rotational particles
| bool ARotThermPairInteraction::hasTag | ( | int | tag, |
| int | mask | ||
| ) | const [virtual] |
check if any of the particles in the interaction fits tag & mask
| tag | the tag |
| mask | the mask |
Implements AInteraction.
1.7.6.1