5 #ifndef LiquidBridgeBagheriSpecies_H
6 #define LiquidBridgeBagheriSpecies_H
32 void read(std::istream& is);
35 void write(std::ostream& os)
const;
Definition: BaseAdhesiveForce.h:10
Defines the liquid bridge Bagheri interaction between two particles or walls.
Definition: LiquidBridgeBagheriInteraction.h:22
LiquidBridgeBagheriSpecies contains the parameters used to describe a short-range force caused by liq...
Definition: LiquidBridgeBagheriSpecies.h:17
Mdouble getLiquidBridgeVolume() const
used to access the Volume of the liquid bridge.
Definition: LiquidBridgeBagheriSpecies.cc:107
Mdouble contactAngle_
contact angle between particle and liquid bridge surface
Definition: LiquidBridgeBagheriSpecies.h:105
Mdouble getContactAngle() const
used to access the contact angle between particle and liquid bridge surface.
Definition: LiquidBridgeBagheriSpecies.cc:144
void setContactAngle(Mdouble contactAngle)
used to set the contact angle between particle and liquid bridge surface.
Definition: LiquidBridgeBagheriSpecies.cc:132
LiquidBridgeBagheriInteraction InteractionType
The correct Interaction type for this AdhesiveForceSpecies.
Definition: LiquidBridgeBagheriSpecies.h:20
~LiquidBridgeBagheriSpecies()
The default destructor.
Definition: LiquidBridgeBagheriSpecies.cc:35
void write(std::ostream &os) const
Writes the species properties to an output stream.
Definition: LiquidBridgeBagheriSpecies.cc:45
Mdouble getSurfaceTension() const
used to access the surface tension of the liquid.
Definition: LiquidBridgeBagheriSpecies.cc:124
void setMeanRadius(Mdouble meanRadius)
used to access the mean radius of the particle.
void mix(LiquidBridgeBagheriSpecies *S, LiquidBridgeBagheriSpecies *T)
creates default values for mixed species
Definition: LiquidBridgeBagheriSpecies.cc:78
Mdouble getMeanRadius() const
used to access the mean radius of the particle.
void setLiquidBridgeVolume(Mdouble liquidBridgeVolume)
used to set the Volume of the liquid bridge.
Definition: LiquidBridgeBagheriSpecies.cc:96
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
Definition: LiquidBridgeBagheriSpecies.cc:68
void setSurfaceTension(Mdouble surfaceTension)
used to set the surface tension of the liquid.
Definition: LiquidBridgeBagheriSpecies.cc:115
LiquidBridgeBagheriSpecies()
The default constructor.
Definition: LiquidBridgeBagheriSpecies.cc:9
void read(std::istream &is)
Reads the species properties from an input stream.
Definition: LiquidBridgeBagheriSpecies.cc:55
Mdouble liquidBridgeVolume_
Volume of the liquid bridge.
Definition: LiquidBridgeBagheriSpecies.h:92
Mdouble meanRadius_
mean radius of the particles
Definition: LiquidBridgeBagheriSpecies.h:115
Mdouble cbrtLiquidBridgeVolume_
Cube root of the liquid bridge.
Definition: LiquidBridgeBagheriSpecies.h:100
Mdouble surfaceTension_
surface tension of the liquid
Definition: LiquidBridgeBagheriSpecies.h:110
void setInteractionDistance()
Definition: LiquidBridgeBagheriSpecies.cc:88
RealScalar s
Definition: level1_cplx_impl.h:130
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286
@ S
Definition: quadtree.h:62