| actionsBeforeTimeLoop() | BaseBoundary | virtual |
| activate() | InsertionBoundary | |
| BaseBoundary() | BaseBoundary | |
| BaseBoundary(const BaseBoundary &b) | BaseBoundary | |
| BaseObject()=default | BaseObject | |
| BaseObject(const BaseObject &p)=default | BaseObject | |
| checkBoundaryAfterParticlesMove(ParticleHandler &pH) | BaseBoundary | virtual |
| checkBoundaryBeforeTimeStep(DPMBase *md) override | InsertionBoundary | virtual |
| checkParticleForInteraction_ | InsertionBoundary | |
| chosenSpecies_ | InsertionBoundary | |
| copy() const override | SphereInsertionBoundary | virtual |
| createPeriodicParticle(BaseParticle *p UNUSED, ParticleHandler &pH UNUSED) | BaseBoundary | virtual |
| createPeriodicParticles(ParticleHandler &pH UNUSED) | BaseBoundary | virtual |
| deactivate() | InsertionBoundary | |
| generateParticle(RNG &random) | InsertionBoundary | virtual |
| getCheckParticleForInteraction() const | InsertionBoundary | |
| getGroupId() const | BaseObject | inline |
| getHandler() const | BaseBoundary | |
| getId() const | BaseObject | inline |
| getIndex() const | BaseObject | inline |
| getInitialVolume() const | InsertionBoundary | |
| getMassOfParticlesInserted() const | InsertionBoundary | |
| getMaxFailed() const | InsertionBoundary | |
| getName() const override | SphereInsertionBoundary | privatevirtual |
| getNumberOfParticlesInserted() const | InsertionBoundary | |
| getOrigin() const | SphereInsertionBoundary | |
| getParticleToCopy() | InsertionBoundary | |
| getPSD() | InsertionBoundary | |
| getVolumeFlowRate() const | InsertionBoundary | |
| getVolumeOfParticlesInserted() const | InsertionBoundary | |
| groupId_ | BaseObject | private |
| handler_ | BaseBoundary | private |
| id_ | BaseObject | private |
| index_ | BaseObject | private |
| initialVolume_ | InsertionBoundary | |
| InsertionBoundary() | InsertionBoundary | |
| InsertionBoundary(const InsertionBoundary &other) | InsertionBoundary | |
| insertParticle(Mdouble time) | InsertionBoundary | |
| insertParticles(DPMBase *md) | InsertionBoundary | |
| isActivated() | InsertionBoundary | |
| isActivated_ | InsertionBoundary | |
| isManuallyInserting_ | InsertionBoundary | |
| massInserted_ | InsertionBoundary | |
| maxFailed_ | InsertionBoundary | |
| modifyGhostAfterCreation(BaseParticle *particle, int i) | BaseBoundary | virtual |
| moveInHandler(unsigned int index) | BaseObject | virtual |
| numberOfParticlesInserted_ | InsertionBoundary | |
| origin_ | SphereInsertionBoundary | protected |
| p0 | InsertionBoundary | |
| particleSizeDistributionVector_ | InsertionBoundary | |
| particleToCopy_ | InsertionBoundary | |
| phiMax_ | SphereInsertionBoundary | protected |
| phiMin_ | SphereInsertionBoundary | protected |
| placeParticle(BaseParticle *p, RNG &random) override | SphereInsertionBoundary | virtual |
| probability_ | InsertionBoundary | |
| radMax_ | SphereInsertionBoundary | protected |
| radMin_ | SphereInsertionBoundary | protected |
| read(std::istream &is) override | SphereInsertionBoundary | virtual |
| reset() | InsertionBoundary | |
| rotateBoundary(Vec3D angle) | InsertionBoundary | virtual |
| samplingInterval_ | InsertionBoundary | |
| set(BaseParticle *particleToCopy, unsigned int maxFailed, Mdouble rMin, Mdouble rMax, Mdouble thetaMin=0, Mdouble thetaMax=2.0 *constants::pi, Mdouble phiMin=0, Mdouble phiMax=constants::pi, Vec3D velMin={0, 0, 0}, Vec3D velMax={0, 0, 0}) | SphereInsertionBoundary | |
| set(BaseParticle &particleToCopy, unsigned int maxFailed, Mdouble rMin, Mdouble rMax, Mdouble thetaMin=0, Mdouble thetaMax=2.0 *constants::pi, Mdouble phiMin=0, Mdouble phiMax=constants::pi, Vec3D velMin={0, 0, 0}, Vec3D velMax={0, 0, 0}) | SphereInsertionBoundary | |
| set(std::vector< BaseParticle * > particleToCopy, unsigned int maxFailed, Mdouble rMin, Mdouble rMax, Mdouble thetaMin=0, Mdouble thetaMax=2.0 *constants::pi, Mdouble phiMin=0, Mdouble phiMax=constants::pi, Vec3D velMin={0, 0, 0}, Vec3D velMax={0, 0, 0}) | SphereInsertionBoundary | |
| set(BaseParticle *particleToCopy, unsigned int maxFailed, Mdouble radMin, Mdouble radMax, Mdouble thetaMin, Mdouble thetaMax, Mdouble phiMin, Mdouble phiMax, Vec3D velMin, Vec3D velMax, Mdouble particleRMin, Mdouble particleRMax) | SphereInsertionBoundary | |
| set(BaseParticle &particleToCopy, unsigned int maxFailed, Mdouble radMin, Mdouble radMax, Mdouble thetaMin, Mdouble thetaMax, Mdouble phiMin, Mdouble phiMax, Vec3D velMin, Vec3D velMax, Mdouble particleRMin, Mdouble particleRMax) | SphereInsertionBoundary | |
| setCheckParticleForInteraction(bool checkParticleForInteraction) | InsertionBoundary | |
| setGeometry(Mdouble rMin, Mdouble rMax, Mdouble thetaMin, Mdouble thetaMax, Mdouble phiMin, Mdouble phiMax) | SphereInsertionBoundary | |
| setGroupId(unsigned groupId) | BaseObject | inline |
| setHandler(BoundaryHandler *handler) | BaseBoundary | |
| setId(unsigned long id) | BaseObject | |
| setIndex(unsigned int index) | BaseObject | |
| setInitialVolume(Mdouble initialVolume) | InsertionBoundary | |
| setManualInsertion(bool manualInsertion) | InsertionBoundary | |
| setParticleToCopy(std::vector< BaseParticle * > particleToCopy) | InsertionBoundary | |
| setParticleToCopy(BaseParticle *particleToCopy) | InsertionBoundary | |
| setPSD(const PSD psd) | InsertionBoundary | |
| setPSD(std::vector< PSD > psd, std::vector< Mdouble > probability) | InsertionBoundary | |
| setVariableVolumeFlowRate(const std::vector< Mdouble > &variableCumulativeVolumeFlowRate, Mdouble samplingInterval) | InsertionBoundary | |
| setVolumeFlowRate(Mdouble volumeFlowRate) | InsertionBoundary | |
| shiftBoundary(Vec3D shift) override | SphereInsertionBoundary | virtual |
| SphereInsertionBoundary() | SphereInsertionBoundary | |
| SphereInsertionBoundary(const SphereInsertionBoundary &other) | SphereInsertionBoundary | |
| thetaMax_ | SphereInsertionBoundary | protected |
| thetaMin_ | SphereInsertionBoundary | protected |
| variableCumulativeVolumeFlowRate_ | InsertionBoundary | |
| velMax_ | InsertionBoundary | |
| velMin_ | InsertionBoundary | |
| volumeFlowRate_ | InsertionBoundary | |
| volumeInserted_ | InsertionBoundary | |
| write(std::ostream &os) const override | SphereInsertionBoundary | virtual |
| writeVTK(std::fstream &file) | BaseBoundary | inlinevirtual |
| ~BaseBoundary() override | BaseBoundary | |
| ~BaseObject()=default | BaseObject | virtual |
| ~InsertionBoundary() override | InsertionBoundary | |
| ~SphereInsertionBoundary() override | SphereInsertionBoundary | |