Gems3k
3.1
GEMS3K standalone solver for geochemical equilibria
|
Berman model for multi-component sublattice solid solutions. More...
#include <s_solmod.h>
Public Member Functions | |
TBerman (SolutionData *sd, double *G0) | |
Constructor. | |
~TBerman () | |
Destructor. | |
long int | PTparam () |
Calculates T,P corrected interaction parameters. | |
long int | MixMod () |
Calculates activity coefficients. | |
long int | ExcessProp (double *Zex) |
Calculates excess properties. | |
long int | IdealProp (double *Zid) |
Calculates ideal mixing properties. |
Berman model for multi-component sublattice solid solutions.
To be extended with reciprocal terms. References: Wood and Nicholls (1978); Berman and Brown (1993) (c) DK/TW December 2010, June 2011
long int TBerman::ExcessProp | ( | double * | Zex | ) | [virtual] |
Calculates excess properties.
calculates bulk phase excess properties - to be done yet!
Reimplemented from TSolMod.
long int TBerman::IdealProp | ( | double * | Zid | ) | [virtual] |
long int TBerman::MixMod | ( | ) | [virtual] |
Calculates activity coefficients.
Calculates ideal config. term and activity coefficients.
Reimplemented from TSolMod.
long int TBerman::PTparam | ( | ) | [virtual] |
Calculates T,P corrected interaction parameters.
Calculates T-corrected interaction parameters.
Reimplemented from TSolMod.