|
MolSim
|
Model of a single particle. More...
Go to the source code of this file.
Classes | |
| class | Particle |
| Particle class modeling a particle's position, velocity, force, mass and type. More... | |
Macros | |
| #define | TYPE_DEFAULT 0 |
| #define | SIGMA_DEFAULT 1 |
| #define | EPSILON_DEFAULT 1 |
| #define | K_DEFAULT 0 |
| #define | R0_DEFAULT 0 |
| #define | FZUP_DEFAULT 0 |
| #define | MASS_ERROR "The mass of a particle must be positive for the currently available simulations!" |
| #define | DO_IF_NOT_WALL(_p, _expr) |
| #define | SKIP_IF_WALL(_p) |
| #define | CONTINUE_IF_INACTIVE(p) |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const Particle &p) |
| Overload of the << operator for output streams, used primarily with string streams or console output. | |
Model of a single particle.
| #define CONTINUE_IF_INACTIVE | ( | p | ) |
| #define DO_IF_NOT_WALL | ( | _p, | |
| _expr | |||
| ) |
| #define EPSILON_DEFAULT 1 |
| #define FZUP_DEFAULT 0 |
| #define K_DEFAULT 0 |
| #define MASS_ERROR "The mass of a particle must be positive for the currently available simulations!" |
| #define R0_DEFAULT 0 |
| #define SIGMA_DEFAULT 1 |
| #define SKIP_IF_WALL | ( | _p | ) |
| #define TYPE_DEFAULT 0 |
| std::ostream & operator<< | ( | std::ostream & | stream, |
| const Particle & | p | ||
| ) |