#include <BermanPhase.h>
Public Attributes | |
char * | label |
name of phase | |
char * | formula |
formula of phase | |
double | mw |
molecular weight of component | |
double | hr |
reference enthalpy | |
double | sr |
reference entropy | |
double | k [4] |
Berman k's. | |
double | v [5] |
Berman v's. Note that v[0] is reference volume and 1-4 are Berman v terms. | |
double | Tt |
transition temperature | |
double | Ht |
transition enthalpy | |
double | l [2] |
Berman l's. |
Structure for holding Berman type data. Layout is holdover from Ghiorso's version.
Definition at line 12 of file BermanPhase.h.