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 ;
void operator=(const Gravastar &)
Assignment to another Gravastar.
Class for isolated rotating stars.
double rho_core
Energy density in gravastar's core.
Equation of state base class.
Basic integer array class.
virtual ostream & operator>>(ostream &) const
Operator >> (virtual function called by the operator <<).
Class for perfect fluid rotating gravastar.
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.
void equation_of_state()
Allows to computes the proper baryon and energy density, as well as pressure from the enthalpy,...
Base class for coordinate mappings.