Linear Dashpot Interaction between free or bonded particles (to be used in addition to an elastic or bonded Interaction, not exclusively)
More...
#include <LinearDashpotInteraction.h>
List of all members.
Public Types |
typedef double(CLinearDashpotInteraction::* | ScalarFieldFunction )() const |
typedef Vec3(CLinearDashpotInteraction::* | VectorFieldFunction )() const |
typedef pair< bool, double >
(CLinearDashpotInteraction::* | CheckedScalarFieldFunction )() const |
typedef CLinearDashpotIGP | ParameterType |
Public Member Functions |
| CLinearDashpotInteraction (CParticle *, CParticle *, const CLinearDashpotIGP &) |
virtual Vec3 | getPos () const |
double | getPotentialEnergy () const |
virtual void | calcForces () |
Vec3 | getForce () const |
| APairInteraction (CParticle *, CParticle *) |
const CParticle * | first () const |
const CParticle * | second () const |
CParticle * | first () |
CParticle * | second () |
pair< int, int > | getPairID () const |
void | setPP (CParticle *, CParticle *) |
void | checkIDs () |
virtual bool | hasTag (int, int) const |
virtual Vec3 | getPosFirst () const |
virtual Vec3 | getPosSecond () const |
esys::lsm::quintuple< Vec3,
double, Vec3, double, Vec3 > | getRaw2Data () const |
template<class TmplParticle > |
void | setPP (const vector< TmplParticle * > &pp) |
virtual void | saveRestartData (std::ostream &oStream) |
virtual void | loadRestartData (std::istream &iStream) |
bool | initialized () const |
virtual void | calcHeatTrans () |
virtual void | calcHeatFrict () |
vector< int > | getAllID () const |
int | getID () |
double | Count () const |
Additional Inherited Members |
CParticle * | m_p1 |
CParticle * | m_p2 |
vector< int > | m_id |
| id's of the particles involved
|
int | m_iid |
| interaction id
|
bool | m_init |
Detailed Description
Linear Dashpot Interaction between free or bonded particles (to be used in addition to an elastic or bonded Interaction, not exclusively)
- Author:
- Steffen Abe
- Revision:
- 1201
- Date:
- 2009-07-31 12:25:45 +0200 (Fri, 31 Jul 2009)
Member Function Documentation
void CLinearDashpotInteraction::calcForces |
( |
| ) |
|
|
virtual |
CLinearDashpotInteraction::CheckedScalarFieldFunction CLinearDashpotInteraction::getCheckedScalarFieldFunction |
( |
const string & |
name | ) |
|
|
static |
Vec3 CLinearDashpotInteraction::getForce |
( |
| ) |
const |
CLinearDashpotInteraction::ScalarFieldFunction CLinearDashpotInteraction::getScalarFieldFunction |
( |
const string & |
name | ) |
|
|
static |
Get the particle member function which returns a scalar field of a given name.
- Parameters:
-
name | the name of the field |
CLinearDashpotInteraction::VectorFieldFunction CLinearDashpotInteraction::getVectorFieldFunction |
( |
const string & |
name | ) |
|
|
static |
Get the particle member function which returns a vector field of a given name.
- Parameters:
-
name | the name of the field |
References getForce().
The documentation for this class was generated from the following files: