NozzleSelfTest.cpp File Reference

Classes

class  NozzleSelfTest
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
163 {
164 
165  // Problem setup
166  NozzleSelfTest problem;
167  // Start solving in time
168  problem.solve();
169  logger(INFO,"Load %Wall_*.vtu in paraview to see the wall geometry",problem.getName());
170 
171  return 0;
172 }
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.
const std::string & getName() const
Returns the name of the file. Does not allow to change it though.
Definition: DPMBase.cc:399
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: NozzleSelfTest.cpp:37

References DPMBase::getName(), INFO, logger, and DPMBase::solve().