![]() |
|
#include "BaseBoundary.h"#include "InsertionBoundary.h"#include "Particles/BaseParticle.h"#include "Math/RNG.h"#include "Math/Vector.h"#include <vector>Go to the source code of this file.
Classes | |
| class | PolydisperseInsertionBoundary |
| Like an InsertionBoundary but generates particles of multiple types. Note that, as a child of InsertionBoundary, this class has a member called particleToCopy_, which is a pointer to a particle. This pointer needs to point to something arbitrary but it doesn't matter what the value is. More... | |