Remove unimplemented 'potentialEnergy' methods from IdealMolalSoln
This commit is contained in:
parent
3349a28d38
commit
284c0d0345
1 changed files with 0 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue