[Thermo] DebyeHuckel::_nonpolarActCoeff is a static method
Definition now corresponds to documentation
This commit is contained in:
parent
94be25ae97
commit
46684646ee
2 changed files with 2 additions and 2 deletions
|
|
@ -937,7 +937,7 @@ private:
|
|||
*
|
||||
* @param IionicMolality Value of the ionic molality (sqrt(gmol/kg))
|
||||
*/
|
||||
double _nonpolarActCoeff(double IionicMolality) const;
|
||||
static double _nonpolarActCoeff(double IionicMolality);
|
||||
|
||||
//! Formula for the osmotic coefficient that occurs in the GWB.
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -936,7 +936,7 @@ bool DebyeHuckel::addSpecies(shared_ptr<Species> spec)
|
|||
return added;
|
||||
}
|
||||
|
||||
double DebyeHuckel::_nonpolarActCoeff(double IionicMolality) const
|
||||
double DebyeHuckel::_nonpolarActCoeff(double IionicMolality)
|
||||
{
|
||||
// These are coefficients to describe the increase in activity coeff for
|
||||
// non-polar molecules due to the electrolyte becoming stronger (the so-
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue