#include <RobiePhase.h>
  
Public Member Functions | |
| RobiePhase () | |
| generic constructor  | |
| virtual | ~RobiePhase () | 
| destructor  | |
| 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 () | 
| volume in m^3  | |
Protected Member Functions | |
| virtual void | init (void) | 
| Initialization function.  | |
Protected Attributes | |
| double | Hf | 
| Enthalpy of formation at stp.  | |
| double | Gf | 
| Gibbs energy of formation at stp.  | |
| double | S | 
| Entropy at stp.  | |
| double | V | 
| Volume in m^3.  | |
| double | a1 | 
| heat capacity coefficients  | |
| double | a2 | 
| double | a3 | 
| double | a4 | 
| double | a5 | 
structure to use data from Robie and Hemingway.
Definition at line 18 of file RobiePhase.h.
 1.7.1