A class containing three thermodynamical variables (energy density, pressure, entropy density) More...
#include <part.h>
Public Member Functions | |
const char * | type () |
Return string denoting type ("thermo") | |
thermo_tl (const thermo_tl &t) | |
Copy constructor. | |
thermo_tl & | operator= (const thermo_tl &t) |
Copy construction with operator=() | |
Public Attributes | |
fp_t | pr |
Pressure. | |
fp_t | ed |
Energy density. | |
fp_t | en |
Entropy density. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).