26 #ifndef HERTZIANSINTERINTERACTION_H
27 #define HERTZIANSINTERINTERACTION_H
66 virtual void read(std::istream& is);
70 virtual void write(std::ostream& os)
const;
const HertzianSinterNormalSpecies * getSpecies() const
virtual std::string getBaseName() const
Returns the name of the interaction.
virtual void read(std::istream &is)
Interaction read function, which accepts an std::istream as input.
void setMaxOverlap(const Mdouble)
Stores information about interactions between two interactable objects; often particles but could be ...
virtual ~HertzianSinterInteraction()
Destructor.
Mdouble getElasticEnergy() const
Computes and returns the amount of elastic energy stored in the spring.
virtual void write(std::ostream &os) const
Interaction write function, which accepts an std::ostream as input.
void computeNormalForce()
Calls computeSinterForce().
HertzianSinterNormalSpecies contains the parameters used to describe a plastic-cohesive normal force ...
Computes normal forces in case of a linear plastic visco-elastic interaction.
void computeSinterForce()
Creates a copy of an object of this class. (Deep copy)
Mdouble getUnloadingModulus() const
Defines the basic properties that a interactable object can have.
Mdouble getMaxOverlap() const
HertzianSinterInteraction(BaseInteractable *P, BaseInteractable *I, Mdouble timeStamp)
Constructor.