166 LiquidMigrationProblem.
setName(
"LiquidMigrationSelfTest");
171 species->setDensity(2000);
172 species->setStiffness(10000);
173 species->setLiquidBridgeVolumeMax(5
e-12);
174 species->setDistributionCoefficient(0.8);
175 species->setSurfaceTension(1.0);
182 LiquidMigrationProblem.
solve();
Array< double, 1, 3 > e(1./3., 0.5, 2.)
@ NO_FILE
file will not be created/read
Species< LinearViscoelasticNormalSpecies, FrictionSpecies, LiquidMigrationWilletSpecies > LinearViscoelasticFrictionLiquidMigrationWilletSpecies
Definition: LinearViscoelasticFrictionLiquidMigrationWilletSpecies.h:13
void setSaveCount(unsigned int saveCount)
Sets File::saveCount_ for all files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:386
SpeciesHandler speciesHandler
A handler to that stores the species type i.e. LinearViscoelasticSpecies, etc.
Definition: DPMBase.h:1433
File fStatFile
An instance of class File to handle in- and output into a .fstat file.
Definition: DPMBase.h:1489
void setName(const std::string &name)
Allows to set the name of all the files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:400
void setXBallsAdditionalArguments(std::string newXBArgs)
Set the additional arguments for xballs.
Definition: DPMBase.cc:1338
void setTimeStep(Mdouble newDt)
Sets a new value for the simulation time step.
Definition: DPMBase.cc:1225
void setTimeMax(Mdouble newTMax)
Sets a new value for the maximum simulation duration.
Definition: DPMBase.cc:864
void setSystemDimensions(unsigned int newDim)
Sets the system dimensionality.
Definition: DPMBase.cc:1408
void solve()
The work horse of the code.
Definition: DPMBase.cc:4334
void setFileType(FileType fileType)
Sets the type of file needed to write into or read from. File::fileType_.
Definition: File.cc:193
In this file two particles are symmetrically placed in a bi-axial box are allowed to jump around unde...
Definition: LiquidMigrationSelfTest.cpp:16
void addObject(ParticleSpecies *S) override
Adds a new ParticleSpecies to the SpeciesHandler.
Definition: SpeciesHandler.cc:1008
const Mdouble pi
Definition: ExtendedMath.h:23