|
EmptyAdhesiveSpecies is used to create a force law without a short-range adhesive force. More...
#include <EmptyAdhesiveSpecies.h>
Public Types | |
typedef EmptyAdhesiveInteraction | InteractionType |
The correct Interaction type for this AdhesiveForceSpecies. More... | |
Public Member Functions | |
EmptyAdhesiveSpecies () | |
The default constructor. More... | |
EmptyAdhesiveSpecies (const EmptyAdhesiveSpecies &s UNUSED) | |
The default copy constructor. More... | |
~EmptyAdhesiveSpecies () | |
The default destructor. 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 (EmptyAdhesiveSpecies *S, EmptyAdhesiveSpecies *T) |
creates default values for mixed species More... | |
Public Member Functions inherited from BaseForce | |
BaseSpecies * | getBaseSpecies () const |
void | setBaseSpecies (BaseSpecies *baseSpecies) |
EmptyAdhesiveSpecies is used to create a force law without a short-range adhesive force.
The correct Interaction type for this AdhesiveForceSpecies.
EmptyAdhesiveSpecies::EmptyAdhesiveSpecies | ( | ) |
EmptyAdhesiveSpecies::EmptyAdhesiveSpecies | ( | const EmptyAdhesiveSpecies &s | UNUSED | ) |
EmptyAdhesiveSpecies::~EmptyAdhesiveSpecies | ( | ) |
std::string EmptyAdhesiveSpecies::getBaseName | ( | ) | const |
void EmptyAdhesiveSpecies::mix | ( | EmptyAdhesiveSpecies * S | UNUSED, |
EmptyAdhesiveSpecies * T | UNUSED | ||
) |
void EmptyAdhesiveSpecies::read | ( | std::istream & | is | ) |
void EmptyAdhesiveSpecies::write | ( | std::ostream & | os | ) | const |