#include <Bunsenite.h>
Public Member Functions | |
Bunsenite () | |
generic constructor | |
virtual | ~Bunsenite () |
destructor | |
virtual void | setTk (double tk) |
set temperature in Kelvins | |
virtual double | getGibbs () |
apparent Gibbs free energy | |
virtual double | getEnthalpy () |
apparent enthalpy | |
virtual double | getEntropy () |
third law entropy | |
virtual double | getCp () |
heat capacity | |
virtual double | getVolume () |
molar volume in m^3 (dummied out) | |
Protected Attributes | |
O2Gas * | o2 |
oxygen object | |
NiMet * | ni |
Ni-metal object. | |
double | a1 |
Oneill and Pownceby's constants. | |
double | a2 |
double | a3 |
Bunsenite (NiO) model. Implements Oneill and Pownceby (1993) CMP 114:296-314
Definition at line 20 of file Bunsenite.h.