From 284c0d03450fc1b8e410cca043aec264119c4679 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 20 Jun 2014 18:44:53 +0000 Subject: [PATCH] Remove unimplemented 'potentialEnergy' methods from IdealMolalSoln --- include/cantera/thermo/IdealMolalSoln.h | 32 ------------------------- 1 file changed, 32 deletions(-) diff --git a/include/cantera/thermo/IdealMolalSoln.h b/include/cantera/thermo/IdealMolalSoln.h index 5de25753e..bf8b00d52 100644 --- a/include/cantera/thermo/IdealMolalSoln.h +++ b/include/cantera/thermo/IdealMolalSoln.h @@ -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