26 #ifndef PARHAMIMCMEEKINGSINTERINTERACTION_H
27 #define PARHAMIMCMEEKINGSINTERINTERACTION_H
65 void read(std::istream& is);
69 void write(std::ostream& os)
const;
ParhamiMcMeekingSinterInteraction(BaseInteractable *P, BaseInteractable *I, Mdouble timeStamp)
Constructor.
void write(std::ostream &os) const
Interaction print function, which accepts an std::ostream as input.
virtual ~ParhamiMcMeekingSinterInteraction()
Destructor.
Stores information about interactions between two interactable objects; often particles but could be ...
ParhamiMcMeekingSinterSpecies contains the parameters used to describe a linear reversible short-rang...
std::string getBaseName() const
Returns the name of the interaction, see Interaction.h.
const SpeciesType * getSpecies() const
A dynamic_cast of BaseSpecies pointer type to a pointer to an object of type ReversibleAdhesiveSpecie...
void computeAdhesionForce()
Computes the adhesive forces.
ParhamiMcMeekingSinterSpecies SpeciesType
Setting an alias name for ReversibleAdhesiveSpecies.
Defines the basic properties that a interactable object can have.
void read(std::istream &is)
Interaction read function, which accepts an std::istream as input.
Mdouble getElasticEnergy() const
Returns the amount of Elastic energy involved in an interaction. Basically used in case you want to w...