All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Protected Attributes
o2scl::eos_tov_polytrope Class Reference

Standard polytropic EOS $ P = K \varepsilon^{1+1/n} $. More...

Detailed Description

The quantity $ K $ must be in units of $ \left(M_{\odot}/km^3\right)^{-1/n} $ .

Definition at line 303 of file eos_tov.h.

#include <eos_tov.h>

Inheritance diagram for o2scl::eos_tov_polytrope:
o2scl::eos_tov

Public Member Functions

void set_coeff_index (double coeff, double index)
 Desc.
 
void set_baryon_density (double nb, double ed)
 Set the baryon density.
 
virtual void get_eden (double P, double &e, double &nb)
 Given the pressure, produce the energy and number densities.
 
- Public Member Functions inherited from o2scl::eos_tov
virtual void get_aux (double P, size_t &np, std::vector< double > &auxp)
 Given the pressure, produce all the remaining quantities. More...
 
virtual void get_names_units (size_t &np, std::vector< std::string > &pnames, std::vector< std::string > &punits)
 Fill a list with strings for the names of the remaining quanities.
 
void check_nb (double &avg_abs_dev, double &max_abs_dev)
 Check that the baryon density is consistent with the EOS.
 

Protected Attributes

double nb1
 The baryon density at ed1.
 
double ed1
 The energy density for which the baryon density is known.
 
double pr1
 The pressure at ed1.
 
double K
 Coefficient (default 1.0)
 
double n
 Index (default 3.0)
 
- Protected Attributes inherited from o2scl::eos_tov
bool baryon_column
 Set to true if the baryon density is provided in the EOS (default false)
 

Additional Inherited Members

- Data Fields inherited from o2scl::eos_tov
int verbose
 Control for output (default 1)
 

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).
Hosted at Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads..