26 #ifndef LINEARIRREVERSIBLEADHESIVEINTERACTION_H
27 #define LINEARIRREVERSIBLEADHESIVEINTERACTION_H
75 void read(std::istream& is)
override;
80 void write(std::ostream& os)
const override;
Defines the basic properties that a interactable object can have.
Definition: BaseInteractable.h:55
Definition: BaseParticle.h:54
Definition: IrreversibleAdhesiveInteraction.h:42
Mdouble getElasticEnergy() const override
Returns the elastic energy stored in the adhesive spring.
Definition: IrreversibleAdhesiveInteraction.cc:138
void computeAdhesionForce()
Computes the Adhesive force.
Definition: IrreversibleAdhesiveInteraction.cc:102
bool getWasInContact() const
Definition: IrreversibleAdhesiveInteraction.cc:150
void read(std::istream &is) override
Interaction read function, which accepts an std::istream as input.
Definition: IrreversibleAdhesiveInteraction.cc:93
void write(std::ostream &os) const override
Interaction print function, which accepts an std::ostream as input.
Definition: IrreversibleAdhesiveInteraction.cc:85
bool wasInContact_
A history parameter to store if the particles were in contact or not. Useful to compute adhesive forc...
Definition: IrreversibleAdhesiveInteraction.h:106
IrreversibleAdhesiveInteraction()
Definition: IrreversibleAdhesiveInteraction.cc:50
IrreversibleAdhesiveSpecies SpeciesType
An alias name for IrreversibleAdhesiveSpecies data type.
Definition: IrreversibleAdhesiveInteraction.h:47
~IrreversibleAdhesiveInteraction() override
Destructor.
Definition: IrreversibleAdhesiveInteraction.cc:75
std::string getBaseName() const
Returns the name of the interaction, see Interaction.h.
Definition: IrreversibleAdhesiveInteraction.cc:128
const IrreversibleAdhesiveSpecies * getSpecies() const
Returns a pointer to the adhesive force species IrreversibleAdhesiveSpecies.
Definition: IrreversibleAdhesiveInteraction.cc:119
void setWasInContact(bool wasInContact)
Definition: IrreversibleAdhesiveInteraction.cc:155
IrreversibleAdhesiveSpecies contains the parameters used to describe a linear irreversible short-rang...
Definition: IrreversibleAdhesiveSpecies.h:39
Definition: ReversibleAdhesiveInteraction.h:43
double P
Uniform pressure.
Definition: TwenteMeshGluing.cpp:73