NozzleDemo.cpp File Reference

Classes

class  NozzleDemo
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
165 {
166 
167  // Problem setup
168  NozzleDemo problem;
169  // Start solving in time
170  problem.solve();
171  logger(INFO,"Load %Wall_*.vtu in paraview to see the wall geometry",problem.getName());
172 
173  return 0;
174 }
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: NozzleDemo.cpp:39

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