MercuryDPM  Alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Deprecated List
Member BaseParticle::oldRead (std::istream &is)

Should NOT BE USED by any new users! Is expected to be obsolete by Mercury 2.0. Please use BaseParticle::read() instead.

Should be gone in Mercury 2.0. Use BaseParticle::read() instead.

Member BaseParticle::setIndSpecies (unsigned int indSpecies)
Please use setSpecies(const ParticleSpecies*) instead.
Member BaseParticle::setMass (const Mdouble mass)
Please do not set the mass yourself, but use ParticleSpecies->computeMass instead. That makes sure
Member BaseWall::clear ()
Please don't use any clear() anymore, it will be gone soon.
Member BaseWall::setIndSpecies (unsigned int indSpecies)
TW: this function should be taken out and replaced by setSpecies
Member ChuteInsertionBoundary::oldRead (std::istream &is)
Should be gone by Mercury 2.0. Instead, use CubeInsertionBoundary::read().
Member Coil::oldRead (std::istream &is)
If you have old restart files, please convert them to the current version of the restart files and use read(std::istream&) instead of oldRead(std::istream&).
Member CubeInsertionBoundary::oldRead (std::istream &is)
Should be gone by Mercury 2.0. Instead, use CubeInsertionBoundary::read().
Class CylindricalWall
This class will be gone in Mercury 2.0, use AxisymmetricIntersectionOfWalls instead.
Member DeletionBoundary::oldRead (std::istream &is)
Should be gone by Mercury 2.0. Use DeletionBoundary::read() instead.
Member Files::getDataFile () const
dataFile is now protected, so it can be used by all applications. Please don't use getDataFile() anymore.
Member Files::getDataFile ()
dataFile is now protected, so it can be used by all applications. Please don't use getDataFile() anymore.
Member Files::getEneFile () const
eneFile is now protected, so it can be used by all applications. Please don't use getEneFile() anymore.
Member Files::getEneFile ()
eneFile is now protected, so it can be used by all applications. Please don't use getEneFile() anymore.
Member Files::getFStatFile () const
fStatFile is now protected, so it can be used by all applications. Please don't use getFStatFile() anymore.
Member Files::getFStatFile ()
fStatFile is now protected, so it can be used by all applications. Please don't use getFStatFile() anymore.
Member Files::getRestartFile () const
restartFile is now protected, so it can be used by all applications. Please don't use getRestartFile() anymore.
Member Files::getRestartFile ()
restartFile is now protected, so it can be used by all applications. Please don't use getRestartFile() anymore.
Member Files::getStatFile () const
statFile is now protected, so it can be used by all applications. Please don't use getStatFile() anymore.
Member Files::getStatFile ()
statFile is now protected, so it can be used by all applications. Please don't use getStatFile() anymore.
Member helpers::computeCollisionTimeFromDispAndRestitutionCoefficientAndEffectiveMass (Mdouble disp, Mdouble r, Mdouble mass)
use species->computeCollisionTime(2.0*effectiveMass) instead
Member helpers::computeCollisionTimeFromKAndDispAndEffectiveMass (Mdouble k, Mdouble disp, Mdouble mass)
use species->computeCollisionTime(2.0*effectiveMass) instead
Member helpers::computeCollisionTimeFromKAndRestitutionCoefficientAndEffectiveMass (Mdouble k, Mdouble r, Mdouble mass)
use species->computeCollisionTime(2.0*effectiveMass) instead
Member helpers::computeDispFromCollisionTimeAndRestitutionCoefficientAndEffectiveMass (Mdouble tc, Mdouble r, Mdouble mass)
use species->setCollisionTimeAndRestitutionCoefficient(2.0*effectiveMass) instead
Member helpers::computeDispFromKAndCollisionTimeAndEffectiveMass (Mdouble k, Mdouble tc, Mdouble mass)
use species->setStiffnessAndRestitutionCoefficient(2.0*effectiveMass) instead
Member helpers::computeKAndDispFromCollisionTimeAndRestitutionCoefficientAndEffectiveMass (Mdouble tc, Mdouble r, Mdouble mass)
use species->setCollisionTimeAndRestitutionCoefficient(collisionTime, dissipationTimeScale, 2.0*effectiveMass); instead
Member helpers::computeKFromCollisionTimeAndRestitutionCoefficientAndEffectiveMass (Mdouble tc, Mdouble r, Mdouble mass)
use species->setCollisionTimeAndRestitutionCoefficient(2.0*effectiveMass) instead
Member helpers::computeRestitutionCoefficientFromCollisionTimeAndDispAndEffectiveMass (Mdouble tc, Mdouble disp, Mdouble mass)
use species->computeRestitutionCoefficient(2.0*effectiveMass) instead
Member helpers::computeRestitutionCoefficientFromKAndCollisionTimeAndEffectiveMass (Mdouble k, Mdouble tc, Mdouble mass)
use species->computeRestitutionCoefficient(2.0*effectiveMass) instead
Member helpers::computeRestitutionCoefficientFromKAndDispAndEffectiveMass (Mdouble k, Mdouble disp, Mdouble mass)
use species->computeRestitutionCoefficient(2.0*effectiveMass) instead
Member HopperInsertionBoundary::oldRead (std::istream &is)
Should be gone by Mercury 2.0. Instead, use CubeInsertionBoundary::read().
Member InfiniteWall::move (Mdouble position)
In Mercury 2, the user will have the new interface, namely move(Vec3D) that is implemented in BaseInteractable.
Member InfiniteWall::set (Vec3D normal, Mdouble position)
In Mercury 2, the user will have to use the new interface, namely set(Vec3D, Vec3D).
Class InfiniteWallWithHole
Use AxisymmetricIntersectionOfWalls instead.
Member IntersectionOfWalls::addObject (Vec3D normal, Mdouble position)
Don't use this function, instead use the function addObject(Vec3D, Vec3D).
Member IntersectionOfWalls::clear () override
Please don't use any clear() anymore, it will be gone soon.
Member PeriodicBoundary::oldRead (std::istream &is)
Should be gone by Mercury 2.0. Instead, use CubeInsertionBoundary::read().