26 #ifndef LINEARREVERSIBLEADHESIVESPECIES_H
27 #define LINEARREVERSIBLEADHESIVESPECIES_H
52 void read(std::istream& is);
55 void write(std::ostream& os)
const;
ReversibleAdhesiveSpecies()
The default constructor.
BaseSpecies is the class from which all other species are derived.
Mdouble getAdhesionForceMax() const
Allows the spring constant to be accessed.
void setAdhesionStiffness(Mdouble new_k0)
Allows the spring constant to be changed.
ReversibleAdhesiveSpecies contains the parameters used to describe a linear reversible short-range fo...
ReversibleAdhesiveInteraction InteractionType
The correct Interaction type for this AdhesiveForceSpecies.
Mdouble getInteractionDistance() const
returns the largest separation distance at which adhesive short-range forces can occur.
Mdouble adhesionStiffness_
stiffness of linear adhesion force
virtual ~ReversibleAdhesiveSpecies()
The default constructor.
void mix(ReversibleAdhesiveSpecies *const S, ReversibleAdhesiveSpecies *const T)
creates default values for mixed species
Mdouble adhesionForceMax_
adhesion force at zero overlap
void read(std::istream &is)
Reads the species properties from an input stream.
Mdouble getAdhesionStiffness() const
Allows the spring constant to be accessed.
void write(std::ostream &os) const
Writes the species properties to an output stream.
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
void setAdhesionForceMax(Mdouble new_f0)
Allows the spring constant to be changed.