#include <ShomatePhase.h>
Public Member Functions | |
| ShomatePhase () | |
| generic constructor | |
| ShomatePhase (ShomateData *sd) | |
| constructor using ShomateData structure. | |
| virtual | ~ShomatePhase () |
| destructor | |
| virtual void | setTk (double ltk) |
| set temperature in Kelvins | |
| void | setData (ShomateData *sd) |
| set new thermo data | |
| 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 | getdCpdT () |
| derivative of Cp with respect to T | |
Protected Member Functions | |
| virtual void | init (void) |
| initialization function | |
Protected Attributes | |
| double | t |
| reduced temperature (=tk/1000) | |
| ShomateData * | dat |
| class data set | |
Generic Phase using Shomate formulation. Form often used by NIST. only defined at one bar
Definition at line 49 of file ShomatePhase.h.
1.7.1