5 #ifndef EMPTYTANGENTIALSPECIES_H
6 #define EMPTYTANGENTIALSPECIES_H
36 void read(std::istream& is);
39 void write(std::ostream& os)
const;
#define UNUSED
Definition: GeneralDefine.h:18
Definition: BaseFrictionForce.h:10
Defines the basic properties that a interactable object can have.
Definition: BaseInteractable.h:34
Stores information about interactions between two interactable objects; often particles but could be ...
Definition: BaseInteraction.h:39
In case one wants to have a frictionless interaction between the interactables (particles or walls),...
Definition: EmptyFrictionInteraction.h:25
EmptyFrictionSpecies is used to create a force law without frictional forces.
Definition: EmptyFrictionSpecies.h:21
~EmptyFrictionSpecies()
The default destructor.
Definition: EmptyFrictionSpecies.cc:24
bool getUseAngularDOFs() const override
Returns true if torques have to be calculated.
Definition: EmptyFrictionSpecies.cc:66
EmptyFrictionInteraction InteractionType
The correct Interaction type for this FrictionForceSpecies.
Definition: EmptyFrictionSpecies.h:24
EmptyFrictionSpecies()
The default constructor.
Definition: EmptyFrictionSpecies.cc:7
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
Definition: EmptyFrictionSpecies.cc:48
void write(std::ostream &os) const
Writes the species properties to an output stream.
Definition: EmptyFrictionSpecies.cc:34
void read(std::istream &is)
Reads the species properties from an input stream.
Definition: EmptyFrictionSpecies.cc:41
void mix(EmptyFrictionSpecies *S, EmptyFrictionSpecies *T)
creates default values for mixed species
Definition: EmptyFrictionSpecies.cc:56
RealScalar s
Definition: level1_cplx_impl.h:130
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286
@ S
Definition: quadtree.h:62