Equation of state base class. More...
#include <eos_base.h>
A base class for an equation of state
Definition at line 39 of file eos_base.h.
Public Member Functions | |
virtual void | set_thermo (thermo &th) |
Set class thermo object. | |
virtual const thermo & | get_thermo () |
Get class thermo object. | |
virtual const char * | type () |
Return string denoting type ("eos_base") | |
Public Attributes | |
thermo | def_thermo |
The default thermo object. | |
Protected Attributes | |
thermo * | eos_thermo |
A pointer to the thermo object. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).