SpeciesUnitTest.cpp File Reference
#include "Mercury3D.h"
#include <cmath>
#include <Species/LinearViscoelasticSpecies.h>

Classes

class  SpeciesTest
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
102 {
103  logger(INFO, "Species test problem ");
104  logger(INFO, "---------------------\n");
105  logger(INFO,
106  "This problem set k and gamma for different for different size particles such that the coefficent of restitution is the same");
107  logger(INFO, "Note for each collision this value should be 0.4");
108  logger(INFO, "Also this code demostrates how to use different species in the code");
110  problem.setName("SpeciesUnitTest");
111 
112  problem.solve();
113 }
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
Definition: SpeciesUnitTest.cpp:10
#define INFO(i)
Definition: mumps_solver.h:54
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References INFO, logger, and problem.