26 #ifndef PARHAMIMCMEEKINGSINTERINTERACTION_H
27 #define PARHAMIMCMEEKINGSINTERINTERACTION_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: ParhamiMcMeekingSinterInteraction.h:43
Mdouble getElasticEnergy() const override
Returns the amount of Elastic energy involved in an interaction. Basically used in case you want to w...
Definition: ParhamiMcMeekingSinterInteraction.cc:120
void computeAdhesionForce()
Computes the adhesive forces.
Definition: ParhamiMcMeekingSinterInteraction.cc:92
const SpeciesType * getSpecies() const
Returns a pointer to the adhesive force species ReversibleAdhesiveSpecies.
Definition: ParhamiMcMeekingSinterInteraction.cc:128
ParhamiMcMeekingSinterInteraction()
Definition: ParhamiMcMeekingSinterInteraction.cc:59
void read(std::istream &is) override
Interaction read function, which accepts an std::istream as input.
Definition: ParhamiMcMeekingSinterInteraction.cc:86
~ParhamiMcMeekingSinterInteraction() override
Destructor.
Definition: ParhamiMcMeekingSinterInteraction.cc:70
void write(std::ostream &os) const override
Interaction print function, which accepts an std::ostream as input.
Definition: ParhamiMcMeekingSinterInteraction.cc:80
ParhamiMcMeekingSinterSpecies SpeciesType
Setting an alias name for ReversibleAdhesiveSpecies.
Definition: ParhamiMcMeekingSinterInteraction.h:48
std::string getBaseName() const
Returns the name of the interaction, see Interaction.h.
Definition: ParhamiMcMeekingSinterInteraction.cc:136
ParhamiMcMeekingSinterSpecies contains the parameters used to describe a linear reversible short-rang...
Definition: ParhamiMcMeekingSinterSpecies.h:38
double P
Uniform pressure.
Definition: TwenteMeshGluing.cpp:73