ProtoMol - an object-oriented component based framework for Molecular Dynamics simulations.

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ProtoMol::FrictionExtendedForce Class Reference

#include <FrictionExtendedForce.h>

Inheritance diagram for ProtoMol::FrictionExtendedForce:

ProtoMol::ExtendedForce ProtoMol::Force ProtoMol::Makeable List of all members.

Public Member Functions

 FrictionExtendedForce ()
 FrictionExtendedForce (Real f, const Vector3D &random)
virtual void evaluate (const GenericTopology *topo, const Vector3DBlock *positions, const Vector3DBlock *velocities, Vector3DBlock *forces, ScalarStructure *energies)
virtual void parallelEvaluate (const GenericTopology *topo, const Vector3DBlock *positions, const Vector3DBlock *velocities, Vector3DBlock *forces, ScalarStructure *energies)
virtual std::string getKeyword () const
virtual unsigned int numberOfBlocks (const GenericTopology *topo, const Vector3DBlock *pos)
virtual std::string getIdNoAlias () const
virtual unsigned int getParameterSize () const
virtual void getParameters (std::vector< Parameter > &) const

Static Public Attributes

const std::string keyword

Private Member Functions

void doEvaluate (const GenericTopology *topo, const Vector3DBlock *positions, const Vector3DBlock *velocities, Vector3DBlock *forces, ScalarStructure *energies, int from, int to)
virtual ForcedoMake (std::string &, std::vector< Value > values) const

Private Attributes

Real myF
Vector3D myRnd

Constructor & Destructor Documentation

ProtoMol::FrictionExtendedForce::FrictionExtendedForce  ) 
 

ProtoMol::FrictionExtendedForce::FrictionExtendedForce Real  f,
const Vector3D random
 


Member Function Documentation

void ProtoMol::FrictionExtendedForce::doEvaluate const GenericTopology topo,
const Vector3DBlock positions,
const Vector3DBlock velocities,
Vector3DBlock forces,
ScalarStructure energies,
int  from,
int  to
[private]
 

Force * ProtoMol::FrictionExtendedForce::doMake std::string &  ,
std::vector< Value values
const [private, virtual]
 

Implements ProtoMol::Force.

void ProtoMol::FrictionExtendedForce::evaluate const GenericTopology topo,
const Vector3DBlock positions,
const Vector3DBlock velocities,
Vector3DBlock forces,
ScalarStructure energies
[virtual]
 

Implements ProtoMol::ExtendedForce.

virtual std::string ProtoMol::FrictionExtendedForce::getIdNoAlias  )  const [inline, virtual]
 

Implements ProtoMol::Makeable.

virtual std::string ProtoMol::FrictionExtendedForce::getKeyword  )  const [inline, virtual]
 

Implements ProtoMol::Force.

void ProtoMol::FrictionExtendedForce::getParameters std::vector< Parameter > &   )  const [virtual]
 

retrieve all parameters

Implements ProtoMol::Makeable.

virtual unsigned int ProtoMol::FrictionExtendedForce::getParameterSize  )  const [inline, virtual]
 

number of parameters

Implements ProtoMol::Makeable.

unsigned int ProtoMol::FrictionExtendedForce::numberOfBlocks const GenericTopology topo,
const Vector3DBlock pos
[virtual]
 

Reimplemented from ProtoMol::Force.

void ProtoMol::FrictionExtendedForce::parallelEvaluate const GenericTopology topo,
const Vector3DBlock positions,
const Vector3DBlock velocities,
Vector3DBlock forces,
ScalarStructure energies
[virtual]
 

Reimplemented from ProtoMol::ExtendedForce.


Member Data Documentation

const string ProtoMol::FrictionExtendedForce::keyword [static]
 

Real ProtoMol::FrictionExtendedForce::myF [private]
 

Vector3D ProtoMol::FrictionExtendedForce::myRnd [private]
 


The documentation for this class was generated from the following files: Last update: . GNU GENERAL PUBLIC LICENSE, copyrighted by the University of Notre Dame and the University of Bergen, Norway.