135 problem.
setName(
"FlowOverSmoothInclinedChannelPatternInflow");
153 particleSpecies->setDensity(2550.0);
154 particleSpecies->setStiffness(1000.0);
155 particleSpecies->setSlidingStiffness(2.0/7.0*particleSpecies->getStiffness());
156 particleSpecies->setDissipation(0.0);
157 particleSpecies->setSlidingFrictionCoefficient(0.12);
159 wallParticleSpecies->setStiffness(979.38);
160 wallParticleSpecies->setDissipation(particleSpecies->getDissipation());
161 wallParticleSpecies->setSlidingStiffness(2.0/7.0*wallParticleSpecies->getStiffness());
162 wallParticleSpecies->setSlidingFrictionCoefficient(0.22);
176 problem.
solve(argc, argv);
@ NO_FILE
file will not be created/read
@ ONE_FILE
all data will be written into/ read from a single file called name_
Species< LinearViscoelasticNormalSpecies, FrictionSpecies > LinearViscoelasticFrictionSpecies
Definition: LinearViscoelasticFrictionSpecies.h:34
std::enable_if<!std::is_pointer< U >::value, U * >::type copyAndAddObject(const U &object)
Creates a copy of a Object and adds it to the BaseHandler.
Definition: BaseHandler.h:379
void setChuteAngleAndMagnitudeOfGravity(Mdouble chuteAngle, Mdouble gravity)
Sets gravity vector according to chute angle (in degrees)
Definition: Chute.cc:789
void setSaveCount(unsigned int saveCount)
Sets File::saveCount_ for all files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:408
File eneFile
An instance of class File to handle in- and output into a .ene file.
Definition: DPMBase.h:1488
SpeciesHandler speciesHandler
A handler to that stores the species type i.e. LinearViscoelasticSpecies, etc.
Definition: DPMBase.h:1427
File fStatFile
An instance of class File to handle in- and output into a .fstat file.
Definition: DPMBase.h:1483
void setName(const std::string &name)
Allows to set the name of all the files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:422
File dataFile
An instance of class File to handle in- and output into a .data file.
Definition: DPMBase.h:1478
File restartFile
An instance of class File to handle in- and output into a .restart file.
Definition: DPMBase.h:1493
void setXBallsAdditionalArguments(std::string newXBArgs)
Set the additional arguments for xballs.
Definition: DPMBase.cc:1347
void setTimeStep(Mdouble newDt)
Sets a new value for the simulation time step.
Definition: DPMBase.cc:1234
void setTimeMax(Mdouble newTMax)
Sets a new value for the maximum simulation duration.
Definition: DPMBase.cc:873
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
void setFileType(FileType fileType)
Sets the type of file needed to write into or read from. File::fileType_.
Definition: File.cc:215
Definition: MonodisperseSmoothInclinedChute.cpp:37
double insertTimeInterval
Definition: MonodisperseSmoothInclinedChute.cpp:122
double insertTime
the amount of time that new particles should be inserted.
Definition: MonodisperseSmoothInclinedChute.cpp:121
std::enable_if<!std::is_pointer< typename U::MixedSpeciesType >::value, typename U::MixedSpeciesType * >::type getMixedObject(const U *S, const U *T)
Definition: SpeciesHandler.h:74