26 #ifndef EMPTYTANGENTIALSPECIES_H
27 #define EMPTYTANGENTIALSPECIES_H
57 void read(std::istream& is);
60 void write(std::ostream& os)
const;
#define UNUSED
Definition: GeneralDefine.h:39
Definition: BaseFrictionForce.h:31
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
In case one wants to have a frictionless interaction between the interactables (particles or walls),...
Definition: EmptyFrictionInteraction.h:46
EmptyFrictionSpecies is used to create a force law without frictional forces.
Definition: EmptyFrictionSpecies.h:42
~EmptyFrictionSpecies()
The default destructor.
Definition: EmptyFrictionSpecies.cc:45
bool getUseAngularDOFs() const override
Returns true if torques have to be calculated.
Definition: EmptyFrictionSpecies.cc:87
EmptyFrictionInteraction InteractionType
The correct Interaction type for this FrictionForceSpecies.
Definition: EmptyFrictionSpecies.h:45
EmptyFrictionSpecies()
The default constructor.
Definition: EmptyFrictionSpecies.cc:28
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
Definition: EmptyFrictionSpecies.cc:69
void write(std::ostream &os) const
Writes the species properties to an output stream.
Definition: EmptyFrictionSpecies.cc:55
void read(std::istream &is)
Reads the species properties from an input stream.
Definition: EmptyFrictionSpecies.cc:62
void mix(EmptyFrictionSpecies *S, EmptyFrictionSpecies *T)
creates default values for mixed species
Definition: EmptyFrictionSpecies.cc:77