Class thermo_tl (o2scl)

O2scl : Class List

template<class fp_t = double>
class thermo_tl

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

Public Functions

inline const char *type()

Return string denoting type (“thermo”)

inline thermo_tl()
inline thermo_tl(const thermo_tl &t)

Copy constructor.

inline thermo_tl &operator=(const thermo_tl &t)

Copy construction with operator=()

Public Members

fp_t pr

Pressure.

fp_t ed

Energy density.

fp_t en

Entropy density.