TriangulatedScrewSelfTest.cpp File Reference

Classes

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

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
100 {
101  logger(INFO,"The simulated time interval is very small to reduce the length of this self test;"
102  " to get nice output, increase timeMax to ~3 seconds,"
103  " and add VTK output (uncomment the relevant lines in the main function).");
104 
106  //uncomment to get VTK output
107  //t.setParticlesWriteVTK(true);
108  t.wallHandler.setWriteVTK(FileType::ONE_FILE);
109  t.solve();
110  return 0;
111 }
@ ONE_FILE
all data will be written into/ read from a single file called name_
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
Tests the implementation of TriangulatedWall.
Definition: TriangulatedScrewSelfTest.cpp:20
#define INFO(i)
Definition: mumps_solver.h:54
t
Definition: plotPSD.py:36

References INFO, logger, ONE_FILE, and plotPSD::t.