Remove unimplemented 'potentialEnergy' methods from IdealMolalSoln

This commit is contained in:
Ray Speth 2014-06-20 18:44:53 +00:00
parent 3349a28d38
commit 284c0d0345

View file

@ -320,38 +320,6 @@ public:
*/
virtual doublereal thermalExpansionCoeff() const;
/**
* @}
* @name Potential Energy
*
* Species may have an additional potential energy due to the
* presence of external gravitation or electric fields. These
* methods allow specifying a potential energy for individual
* species.
* @{
*/
//!Set the potential energy of species k to pe.
/*!
* Units: J/kmol.
*
* @param k Species index
* @param pe Input potential energy.
*/
virtual void setPotentialEnergy(int k, doublereal pe) {
throw NotImplementedError("IdealMolalSoln::setPotentialEnergy");
}
/**
* Get the potential energy of species k.
* Units: J/kmol.
*
* @param k Species index
*/
virtual doublereal potentialEnergy(int k) const {
throw NotImplementedError("IdealMolalSoln::potentialEnergy");
}
/**
* @}
* @name Activities and Activity Concentrations