28 #ifndef __GRAVASTAR_H_ 29 #define __GRAVASTAR_H_ 76 Gravastar(
Map& mp_i,
int nzet_i,
const Eos& eos_i,
const double rho_core_i) ;
183 int nzadapt,
const Tbl& ent_limit,
184 const Itbl& icontrol,
const Tbl& control,
194 virtual ostream&
operator>>(ostream& )
const ;
Class for perfect fluid rotating gravastar.
void equation_of_state()
Allows to computes the proper baryon and energy density, as well as pressure from the enthalpy...
Equation of state base class.
Base class for coordinate mappings.
Basic integer array class.
void operator=(const Gravastar &)
Assignment to another Gravastar.
Class for isolated rotating stars.
double rho_core
Energy density in gravastar's core.
virtual ostream & operator>>(ostream &) const
Operator >> (virtual function called by the operator <<).
void equilibrium(double omega0, double fact_omega, int nzadapt, const Tbl &ent_limit, const Itbl &icontrol, const Tbl &control, Tbl &diff, Param *=0x0)
Computes an equilibrium configuration.
Gravastar(Map &mp_i, int nzet_i, const Eos &eos_i, const double rho_core_i)
Standard constructor.