26 #ifndef LINEARREVERSIBLEADHESIVEINTERACTION_H
27 #define LINEARREVERSIBLEADHESIVEINTERACTION_H
76 void read(std::istream& is)
override;
81 void write(std::ostream& os)
const override;
Defines the basic properties that a interactable object can have.
Definition: BaseInteractable.h:55
Stores information about interactions between two interactable objects; often particles but could be ...
Definition: BaseInteraction.h:60
Definition: BaseParticle.h:54
Definition: ReversibleAdhesiveInteraction.h:43
~ReversibleAdhesiveInteraction() override
Destructor.
Definition: ReversibleAdhesiveInteraction.cc:72
ReversibleAdhesiveInteraction()
Definition: ReversibleAdhesiveInteraction.cc:50
void computeAdhesionForce()
Computes the adhesive forces.
Definition: ReversibleAdhesiveInteraction.cc:94
ReversibleAdhesiveSpecies SpeciesType
Setting an alias name for ReversibleAdhesiveSpecies.
Definition: ReversibleAdhesiveInteraction.h:48
void read(std::istream &is) override
Interaction read function, which accepts an std::istream as input.
Definition: ReversibleAdhesiveInteraction.cc:88
std::string getBaseName() const
Returns the name of the interaction, see Interaction.h.
Definition: ReversibleAdhesiveInteraction.cc:125
const ReversibleAdhesiveSpecies * getSpecies() const
Returns a pointer to the adhesive force species ReversibleAdhesiveSpecies.
Definition: ReversibleAdhesiveInteraction.cc:117
Mdouble getElasticEnergy() const override
Returns the amount of Elastic energy involved in an interaction. Basically used in case you want to w...
Definition: ReversibleAdhesiveInteraction.cc:109
void write(std::ostream &os) const override
Interaction print function, which accepts an std::ostream as input.
Definition: ReversibleAdhesiveInteraction.cc:82
ReversibleAdhesiveSpecies contains the parameters used to describe a linear reversible short-range fo...
Definition: ReversibleAdhesiveSpecies.h:38
double P
Uniform pressure.
Definition: TwenteMeshGluing.cpp:73