CylinderInsertionBoundaryUnitTest.cpp File Reference
#include <CMakeDefinitions.h>
#include "Mercury3D.h"
#include "Species/LinearViscoelasticSpecies.h"
#include "Walls/InfiniteWall.h"
#include "Boundaries/CylinderInsertionBoundary.h"

Classes

class  PSDSelfTest
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
83 {
85  problem.solve();
86 
87  // check if the particles where inserted correctly into the CylinderInsertionBoundary
88  logger.assert_always(problem.particleHandler.getSize() == 129, "The number of particles (%) in the CylinderInsertionBoundary is not correct", problem.particleHandler.getSize());
89 }
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
Definition: PSDSelfTest.cpp:19
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References logger, and problem.