v1.0
Functions
SingleParticleSegregationDemo.cpp File Reference
#include "
SingleParticleSegregation.h
"
Functions
int
main
(
int
argc,
char
*argv[])
Function Documentation
◆
main()
int
main
(
int
argc
,
char
*
argv
[]
)
8
{
9
// Print description to console
10
logger
(
INFO
,
"\nDescription: Simulate a single intruder particle in a chute flow."
);
11
12
// Create problem instance
13
SingleParticleSegregation
problem
;
14
15
// Run solver
16
problem
.solve(argc, argv);
17
}
logger
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
SingleParticleSegregation
Definition:
SingleParticleSegregation.h:25
INFO
#define INFO(i)
Definition:
mumps_solver.h:54
problem
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition:
steady_axisym_advection_diffusion.cc:213
References
INFO
,
logger
, and
problem
.
Drivers
Segregation
SingleParticleSegregationDemo.cpp
Generated on Wed Aug 27 2025 17:05:07 for MercuryDPM by
1.9.1