Skip to content

Commit

Permalink
Document units of Margules interaction parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Feb 4, 2019
1 parent d9b95b2 commit 9f5dfbd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions include/cantera/thermo/MargulesVPSSTP.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,16 +358,16 @@ class MargulesVPSSTP : public GibbsExcessVPSSTP

//! Add a binary species interaction with the specified parameters
/*!
* @param speciesA name of the first species
* @param speciesB name of the second species
* @param h0 first excess enthalpy coefficient
* @param h1 second excess enthalpy coefficient
* @param s0 first excess entropy coefficient
* @param s1 second excess entropy coefficient
* @param vh0 first enthalpy coefficient for excess volume
* @param vh1 second enthalpy coefficient for excess volume
* @param vs0 first entropy coefficient for excess volume
* @param vs1 second entropy coefficient for excess volume
* @param speciesA name of the first species
* @param speciesB name of the second species
* @param h0 first excess enthalpy coefficient [J/kmol]
* @param h1 second excess enthalpy coefficient [J/kmol]
* @param s0 first excess entropy coefficient [J/kmol/K]
* @param s1 second excess entropy coefficient [J/kmol/K]
* @param vh0 first enthalpy coefficient for excess volume [m^3/kmol]
* @param vh1 second enthalpy coefficient for excess volume [m^3/kmol]
* @param vs0 first entropy coefficient for excess volume [m^3/kmol/K]
* @param vs1 second entropy coefficient for excess volume [m^3/kmol/K]
*/
void addBinaryInteraction(const std::string& speciesA,
const std::string& speciesB, double h0, double h1, double s0, double s1,
Expand Down

0 comments on commit 9f5dfbd

Please sign in to comment.