31 #ifdef DEBUG_CONSTRUCTOR
32 std::cout<<
"EmptyAdhesiveSpecies::EmptyAdhesiveSpecies() finished"<<std::endl;
41 #ifdef DEBUG_CONSTRUCTOR
42 std::cout<<
"EmptyAdhesiveSpecies::EmptyAdhesiveSpecies(const EmptyAdhesiveSpecies &p) finished"<<std::endl;
48 #ifdef DEBUG_DESTRUCTOR
49 std::cout<<
"EmptyAdhesiveSpecies::~EmptyAdhesiveSpecies() finished"<<std::endl;
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
Mdouble getInteractionDistance() const
returns the largest separation distance at which adhesive short-range forces can occur (0...
void write(std::ostream &os) const
Writes the species properties to an output stream.
void read(std::istream &is)
Reads the species properties from an input stream.
EmptyAdhesiveSpecies is used to create a force law without a short-range adhesive force...
void mix(EmptyAdhesiveSpecies *const S, EmptyAdhesiveSpecies *const T)
creates default values for mixed species
virtual ~EmptyAdhesiveSpecies()
The default destructor.
EmptyAdhesiveSpecies()
The default constructor.