94 st.
setName(
"SetDistributionPhiNormalSelfTest");
95 st.
setMax({0.005,0.005,0.005});
@ ONE_FILE
all data will be written into/ read from a single file called name_
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 setFileType(FileType fileType)
Sets File::fileType_ for all files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:437
void solve()
The work horse of the code.
Definition: DPMBase.cc:4334
void setMax(const Vec3D &max)
Sets the maximum coordinates of the problem domain.
Definition: DPMBase.cc:1073
void setGravity(Vec3D newGravity)
Sets a new value for the gravitational acceleration.
Definition: DPMBase.cc:1374
Definition: SetDistributionPhiNormalSelfTest.cpp:16
void setD50StandardDeviationAndNumofPSD(double D50, double std, int num)
Definition: SetDistributionPhiNormalSelfTest.cpp:80