26 #ifndef EMPTYTANGENTIALSPECIES_H
27 #define EMPTYTANGENTIALSPECIES_H
53 void read(std::istream& is);
56 void write(std::ostream& os)
const;
BaseSpecies is the class from which all other species are derived.
void write(std::ostream &os) const
Writes the species properties to an output stream.
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
EmptyFrictionSpecies is used to create a force law without frictional forces.
In case one wants to have a frictionless interaction between the interactables (particles or walls)...
EmptyFrictionInteraction InteractionType
The correct Interaction type for this FrictionForceSpecies.
Stores information about interactions between two interactable objects; often particles but could be ...
bool getUseAngularDOFs() const
Returns true if torques have to be calculated.
void read(std::istream &is)
Reads the species properties from an input stream.
EmptyFrictionSpecies()
The default constructor.
void mix(EmptyFrictionSpecies *const S, EmptyFrictionSpecies *const T)
creates default values for mixed species
Defines the basic properties that a interactable object can have.
virtual ~EmptyFrictionSpecies()
The default destructor.