SetDistributionPhiNormalSelfTest.cpp File Reference

Classes

class  SetDistributionPhiNormalSelfTest
 

Functions

int main (int argc UNUSED, char *argv[] UNUSED)
 

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
91  {
92 
94  st.setName("SetDistributionPhiNormalSelfTest");
95  st.setMax({0.005,0.005,0.005});
96  st.setGravity({0.0,0.0,-9.8});
97  st.setD50StandardDeviationAndNumofPSD(0.00025, 0.5, 100);
98 
100  st.solve();
101 
102 }
@ 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

References ONE_FILE, SetDistributionPhiNormalSelfTest::setD50StandardDeviationAndNumofPSD(), DPMBase::setFileType(), DPMBase::setGravity(), DPMBase::setMax(), DPMBase::setName(), and DPMBase::solve().