26 #ifndef EMPTYADHESIVESPECIES_H
27 #define EMPTYADHESIVESPECIES_H
51 void read(std::istream& is);
54 void write(std::ostream& os)
const;
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
BaseSpecies is the class from which all other species are derived.
Mdouble getInteractionDistance() const
returns the largest separation distance at which adhesive short-range forces can occur (0...
void write(std::ostream &os) const
Writes the species properties to an output stream.
void read(std::istream &is)
Reads the species properties from an input stream.
EmptyAdhesiveSpecies is used to create a force law without a short-range adhesive force...
EmptyAdhesiveInteraction InteractionType
The correct Interaction type for this AdhesiveForceSpecies.
void mix(EmptyAdhesiveSpecies *const S, EmptyAdhesiveSpecies *const T)
creates default values for mixed species
In case one doesn't want to have an adhesive (short range non contact) interaction between the intera...
virtual ~EmptyAdhesiveSpecies()
The default destructor.
EmptyAdhesiveSpecies()
The default constructor.