|
IrreversibleAdhesiveSpecies contains the parameters used to describe a linear irreversible short-range force. More...
#include <IrreversibleAdhesiveSpecies.h>
Public Types | |
typedef IrreversibleAdhesiveInteraction | InteractionType |
The correct Interaction type for this AdhesiveForceSpecies. More... | |
Public Types inherited from ReversibleAdhesiveSpecies | |
typedef ReversibleAdhesiveInteraction | InteractionType |
The correct Interaction type for this AdhesiveForceSpecies. More... | |
Public Member Functions | |
IrreversibleAdhesiveSpecies () | |
The default constructor. More... | |
IrreversibleAdhesiveSpecies (const IrreversibleAdhesiveSpecies &s) | |
The default copy constructor. More... | |
~IrreversibleAdhesiveSpecies () | |
The default destructor. More... | |
std::string | getBaseName () const |
Used in Species::getName to obtain a unique name for each Species. More... | |
Public Member Functions inherited from ReversibleAdhesiveSpecies | |
ReversibleAdhesiveSpecies () | |
The default constructor. More... | |
ReversibleAdhesiveSpecies (const ReversibleAdhesiveSpecies &s) | |
The default constructor. More... | |
~ReversibleAdhesiveSpecies () | |
The default constructor. More... | |
void | read (std::istream &is) |
Reads the species properties from an input stream. More... | |
void | write (std::ostream &os) const |
Writes the species properties to an output stream. More... | |
std::string | getBaseName () const |
Used in Species::getName to obtain a unique name for each Species. More... | |
void | mix (ReversibleAdhesiveSpecies *S, ReversibleAdhesiveSpecies *T) |
creates default values for mixed species More... | |
void | setInteractionDistance () |
returns the largest separation distance at which adhesive short-range forces can occur. More... | |
void | setAdhesionStiffness (Mdouble new_k0) |
Allows the spring constant to be changed. More... | |
Mdouble | getAdhesionStiffness () const |
Allows the spring constant to be accessed. More... | |
void | setAdhesionForceMax (Mdouble new_f0) |
Allows the spring constant to be changed. More... | |
Mdouble | getAdhesionForceMax () const |
Allows the spring constant to be accessed. More... | |
Public Member Functions inherited from BaseForce | |
BaseSpecies * | getBaseSpecies () const |
void | setBaseSpecies (BaseSpecies *baseSpecies) |
IrreversibleAdhesiveSpecies contains the parameters used to describe a linear irreversible short-range force.
See IrreversibleAdhesiveInteraction::computeForce for a description of the force law.
The correct Interaction type for this AdhesiveForceSpecies.
IrreversibleAdhesiveSpecies::IrreversibleAdhesiveSpecies | ( | ) |
The default constructor.
IrreversibleAdhesiveSpecies::IrreversibleAdhesiveSpecies | ( | const IrreversibleAdhesiveSpecies & | s | ) |
IrreversibleAdhesiveSpecies::~IrreversibleAdhesiveSpecies | ( | ) |
std::string IrreversibleAdhesiveSpecies::getBaseName | ( | ) | const |