Gems3k
3.1
GEMS3K standalone solver for geochemical equilibria
|
Binary Guggenheim (Redlich-Kister) model for solid solutions. More...
#include <s_solmod.h>
Public Member Functions | |
TGuggenheim (SolutionData *sd) | |
Constructor. | |
~TGuggenheim () | |
Destructor. | |
long int | PTparam () |
Calculates T,P corrected interaction parameters. | |
long int | MixMod () |
Calculates of activity coefficients. | |
long int | ExcessProp (double *Zex) |
Calculates excess properties. | |
long int | IdealProp (double *Zid) |
Calculates ideal mixing properties. |
Binary Guggenheim (Redlich-Kister) model for solid solutions.
References: Anderson and Crerar (1993); Anderson (2006) uses normalized (by RT) interaction parameters (c) TW/DK June 2009
long int TGuggenheim::ExcessProp | ( | double * | Zex | ) | [virtual] |
long int TGuggenheim::IdealProp | ( | double * | Zid | ) | [virtual] |
long int TGuggenheim::MixMod | ( | ) | [virtual] |
long int TGuggenheim::PTparam | ( | ) | [virtual] |
Calculates T,P corrected interaction parameters.
Calculates T,P corrected binary interaction parameters.
Reimplemented from TSolMod.