Class classical_deriv_thermo_tl (o2scl)¶
-
template<class
fp_t
= double>
classo2scl
::
classical_deriv_thermo_tl
: public o2scl::deriv_thermo_base_tl<double>¶ Equation of state for a classical particle with derivatives.
Public Functions
-
classical_deriv_thermo_tl
()¶
-
~classical_deriv_thermo_tl
()¶
-
void
calc_mu
(part_deriv &p, fp_t temper)¶ Compute the properties of particle
p
at temperaturetemper
from its chemical potential.
-
void
calc_density
(part_deriv &p, fp_t temper)¶ Compute the properties of particle
p
at temperaturetemper
from its density.
-
const char *
type
()¶ Return string denoting type (“classical_deriv_thermo”)
Protected Attributes
-
classical_thermo_tl<fp_t>
cl
¶ For computing non-derivative properties.
-