#include <FeNiMet.h>
Public Member Functions | |
FeNiMet () | |
blank constructor | |
~FeNiMet () | |
destructor | |
virtual void | setTk (double ltk) |
Set temperature in Kelvins. | |
virtual double | getMu (int i) |
chemical potential for component i | |
virtual double | getdMudX (int i, int j) |
dmu[i]/dx[j] | |
virtual void | getd2Gdm2 (double **d2gdm2) |
d2Gdm2 matrix | |
virtual double | getHmix () |
enthalpy of mixing | |
virtual double | getSmix () |
entropy of mixing | |
Public Attributes | |
const int | FE |
index for Fe component | |
const int | NI |
index for Ni component | |
Protected Member Functions | |
virtual void | init () |
initialization routine | |
Protected Attributes | |
const int | NCOMP |
number of components | |
double | BH1 |
mixing parameters | |
double | BS1 |
double | BH2 |
double | BS2 |
double | BH3 |
double | BS3 |
double | B1 |
double | B2 |
double | B3 |
Fe-Ni metal alloy class class Redlich-Kister parameters from Tomiska and Neckel (1985) #1468
Definition at line 13 of file FeNiMet.h.