Public Member Functions | Public Attributes | List of all members
o2scl::thermo_tl< fp_t > Class Template Reference

A class containing three thermodynamical variables (energy density, pressure, entropy density) More...

#include <part.h>

Detailed Description

template<class fp_t = double>
class o2scl::thermo_tl< fp_t >

Definition at line 52 of file part.h.

Public Member Functions

const char * type ()
 Return string denoting type ("thermo")
 
 thermo_tl (const thermo_tl &t)
 Copy constructor.
 
thermo_tloperator= (const thermo_tl &t)
 Copy construction with operator=()
 

Public Attributes

fp_t pr
 Pressure.
 
fp_t ed
 Energy density.
 
fp_t en
 Entropy density.
 

The documentation for this class was generated from the following file:

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).