|
ESyS-Particle
2.3.4
|
#include "Model/RotBondedInteraction.h"#include "Model/BondedInteractionCpData.h"#include "Foundation/console.h"#include "tml/message/packed_message_interface.h"#include <stdexcept>
Functions | |
| double | calc_angle (double s_in, double c_os) |
| ostream & | operator<< (ostream &ost, const CRotBondedInteraction &BI) |
Variables | |
| const double | HALF_SQRT_2 = 0.5*sqrt(2.0) |
| double calc_angle | ( | double | , |
| double | |||
| ) |
Interaction parameters for bonded interaction between thermal, rotational particles
Referenced by CRotBondedInteraction::calcForces(), and CRotThermBondedInteraction::calcForces().

| ostream& operator<< | ( | ostream & | ost, |
| const CRotBondedInteraction & | BI | ||
| ) |
References CBasicParticle::getID(), ARotPairInteraction::m_p1, and ARotPairInteraction::m_p2.

| const double HALF_SQRT_2 = 0.5*sqrt(2.0) |
Referenced by CRotBondedInteraction::calcForces().