26 #ifndef EMPTYADHESIVESPECIES_H
27 #define EMPTYADHESIVESPECIES_H
53 void read(std::istream& is);
56 void write(std::ostream& os)
const;
#define UNUSED
Definition: GeneralDefine.h:39
Definition: BaseAdhesiveForce.h:31
In case one doesn't want to have an adhesive (short range non contact) interaction between the intera...
Definition: EmptyAdhesiveInteraction.h:45
EmptyAdhesiveSpecies is used to create a force law without a short-range adhesive force.
Definition: EmptyAdhesiveSpecies.h:38
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
Definition: EmptyAdhesiveSpecies.cc:70
~EmptyAdhesiveSpecies()
The default destructor.
Definition: EmptyAdhesiveSpecies.cc:46
void write(std::ostream &os) const
Writes the species properties to an output stream.
Definition: EmptyAdhesiveSpecies.cc:56
void mix(EmptyAdhesiveSpecies *S, EmptyAdhesiveSpecies *T)
creates default values for mixed species
Definition: EmptyAdhesiveSpecies.cc:78
void read(std::istream &is)
Reads the species properties from an input stream.
Definition: EmptyAdhesiveSpecies.cc:63
EmptyAdhesiveInteraction InteractionType
The correct Interaction type for this AdhesiveForceSpecies.
Definition: EmptyAdhesiveSpecies.h:41
EmptyAdhesiveSpecies()
The default constructor.
Definition: EmptyAdhesiveSpecies.cc:29