TriangulatedScrewSelfTest.cpp File Reference

Classes

class  TriangulatedScrewSelfTest
 Tests the implementation of TriangulatedWall. More...
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
121 {
122  logger(INFO,"The simulated time interval is very small to reduce the length of this self test;"
123  " to get nice output, increase timeMax to ~3 seconds,"
124  " and add VTK output (uncomment the relevant lines in the main function).");
125 
127  //uncomment to get VTK output
128  //t.setParticlesWriteVTK(true);
130  t.solve();
131  return 0;
132 }
@ ONE_FILE
all data will be written into/ read from a single file called name_
LL< Log::INFO > INFO
Info log level.
Definition: Logger.cc:55
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
WallHandler wallHandler
An object of the class WallHandler. Contains pointers to all the walls created.
Definition: DPMBase.h:1447
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Tests the implementation of TriangulatedWall.
Definition: TriangulatedScrewSelfTest.cpp:41
void setWriteVTK(FileType)
Sets whether walls are written into a VTK file.
Definition: WallHandler.cc:467

References INFO, logger, ONE_FILE, WallHandler::setWriteVTK(), DPMBase::solve(), and DPMBase::wallHandler.