IrreversibleAdhesiveSpecies.h
Go to the documentation of this file.
1 // This file is part of the MercuryDPM project (https://www.mercurydpm.org).
2 // Copyright (c), The MercuryDPM Developers Team. All rights reserved.
3 // License: BSD 3-Clause License; see the LICENSE file in the root directory.
4 
5 #ifndef LINEARIRREVERSIBLEADHESIVESPECIES_H
6 #define LINEARIRREVERSIBLEADHESIVESPECIES_H
7 
8 #include "Species/BaseSpecies.h"
9 #include "Math/ExtendedMath.h"
12 
18 {
19 public:
22 
25 
28 
31 
33  std::string getBaseName() const;
34 };
35 
36 #endif
Definition: IrreversibleAdhesiveInteraction.h:21
IrreversibleAdhesiveSpecies contains the parameters used to describe a linear irreversible short-rang...
Definition: IrreversibleAdhesiveSpecies.h:18
~IrreversibleAdhesiveSpecies()
The default destructor.
Definition: IrreversibleAdhesiveSpecies.cc:27
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
Definition: IrreversibleAdhesiveSpecies.cc:37
IrreversibleAdhesiveInteraction InteractionType
The correct Interaction type for this AdhesiveForceSpecies.
Definition: IrreversibleAdhesiveSpecies.h:21
IrreversibleAdhesiveSpecies()
The default constructor.
Definition: IrreversibleAdhesiveSpecies.cc:8
ReversibleAdhesiveSpecies contains the parameters used to describe a linear reversible short-range fo...
Definition: ReversibleAdhesiveSpecies.h:17
RealScalar s
Definition: level1_cplx_impl.h:130
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286