|
ESyS-Particle
4.0.1
|
Abstract base class interactions between 2 rotational particles. More...
#include <RotPairInteraction.h>


Public Member Functions | |
| ARotPairInteraction (CRotParticle *, CRotParticle *) | |
| const CParticle * | first () const |
| const CParticle * | second () const |
| CRotParticle * | first () |
| CRotParticle * | second () |
| pair< int, int > | getPairID () const |
| virtual Vec3 | getPos () const =0 |
| virtual void | calcForces ()=0 |
| void | checkIDs () |
| virtual bool | hasTag (int, int) const |
| virtual Vec3 | getPosFirst () const |
| virtual Vec3 | getPosSecond () const |
| void | setPP (CRotParticle *, CRotParticle *) |
| void | setPP (const vector< CRotParticle * >) |
|
esys::lsm::quintuple< Vec3, double, Vec3, double, Vec3 > | getRaw2Data () const |
| virtual void | calcHeatTrans () |
| virtual void | calcHeatFrict () |
| virtual void | saveRestartData (std::ostream &oStream) |
| virtual void | loadRestartData (std::istream &iStream) |
Protected Attributes | |
| CRotParticle * | m_p1 |
| CRotParticle * | m_p2 |
Abstract base class interactions between 2 rotational particles.
| bool ARotPairInteraction::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