26 #ifndef BondedSpecies_h
27 #define BondedSpecies_h
31 #include "../BaseSpecies.h"
53 void read(std::istream& is);
56 void write(std::ostream& os)
const;
Mdouble getBondDissipation() const
Allows the spring constant to be accessed.
BondedSpecies contains the parameters used to describe a linear irreversible short-range force...
BaseSpecies is the class from which all other species are derived.
void read(std::istream &is)
Reads the species properties from an input stream.
virtual ~BondedSpecies()
The default destructor.
void setBondForceMax(Mdouble new_f0)
Allows the spring constant to be changed.
void setBondDissipation(Mdouble disp)
Allows the spring constant to be changed.
void mix(BondedSpecies *const S, BondedSpecies *const T)
creates default values for mixed species
Mdouble bondDissipation_
dissipation in bond
Mdouble getInteractionDistance() const
returns the largest separation distance at which adhesive short-range forces can occur (0...
BondedSpecies()
The default constructor.
Mdouble bondForceMax_
adhesion force at zero overlap
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
void write(std::ostream &os) const
Writes the species properties to an output stream.
Mdouble getBondForceMax() const
Allows the spring constant to be accessed.
BondedInteraction InteractionType
The correct Interaction type for this AdhesiveForceSpecies.