30char eos_fps_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Eos/eos_fps.C,v 1.3 2014/10/13 08:52:53 j_novak Exp $" ;
103 cout <<
"The second EOS is not of type Eos_FPS !" << endl ;
125 "EOS of class Eos_FPS : Friedman-Pandharipande + Skyrme "
127 ost <<
" (Lorenz, Ravenhall, Petick)" << endl ;
129 ost <<
" composition : n,p,e,mu" << endl ;
130 ost <<
" model : effective nucleon energy functional, FPS" << endl ;
131 ost <<
" BPS EOS below neutron drip point" << endl ;
132 ost <<
" Crust bottom at n = 0.0957 fm^{-3}" << endl ;
Eos_FPS(const char *path)
Standard constructor.
virtual ~Eos_FPS()
Destructor.
virtual int identify() const
Returns a number to identify the sub-classe of Eos the object belongs to.
virtual ostream & operator>>(ostream &) const
Operator >>
virtual bool operator!=(const Eos &) const
Comparison operator (difference)
virtual bool operator==(const Eos &) const
Comparison operator (egality)
Base class for tabulated equations of state.
Equation of state base class.
virtual int identify() const =0
Returns a number to identify the sub-classe of Eos the object belongs to.