LORENE
Lorene::Eos_CompOSE Class Reference

Equation of state for the CompOSE database. More...

#include <eos_compose.h>

Inheritance diagram for Lorene::Eos_CompOSE:
Lorene::Eos_tabul Lorene::Eos Lorene::Eos_consistent

Public Member Functions

 Eos_CompOSE (const string &files_path)
 Constructor from CompOSE data.
 
 Eos_CompOSE (const char *file_name)
 Standard constructor.
 
virtual ~Eos_CompOSE ()
 Destructor.
 
virtual bool operator== (const Eos &) const
 Comparison operator (egality)
 
virtual bool operator!= (const Eos &) const
 Comparison operator (difference)
 
virtual int identify () const
 Returns a number to identify the sub-classe of Eos the object belongs to.
 
virtual void sauve (FILE *) const
 Save in a file.
 
virtual double nbar_ent_p (double ent, const Param *par=0x0) const
 Computes the baryon density from the log-enthalpy.
 
virtual double ener_ent_p (double ent, const Param *par=0x0) const
 Computes the total energy density from the log-enthalpy.
 
virtual double press_ent_p (double ent, const Param *par=0x0) const
 Computes the pressure from the log-enthalpy.
 
virtual double der_nbar_ent_p (double ent, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln n/d\ln H$ from the log-enthalpy.
 
virtual double der_ener_ent_p (double ent, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln e/d\ln H$ from the log-enthalpy.
 
virtual double der_press_ent_p (double ent, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln p/d\ln H$ from the log-enthalpy.
 
virtual double der_press_nbar_p (double ent, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln p/d\ln n$ from the log-enthalpy.
 
const charget_name () const
 Returns the EOS name.
 
void set_name (const char *name_i)
 Sets the EOS name.
 
Cmp nbar_ent (const Cmp &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the baryon density field from the log-enthalpy field and extra parameters.
 
Scalar nbar_ent (const Scalar &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the baryon density field from the log-enthalpy field and extra parameters.
 
Cmp ener_ent (const Cmp &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the total energy density from the log-enthalpy and extra parameters.
 
Scalar ener_ent (const Scalar &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the total energy density from the log-enthalpy and extra parameters.
 
Cmp press_ent (const Cmp &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the pressure from the log-enthalpy and extra parameters.
 
Scalar press_ent (const Scalar &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the pressure from the log-enthalpy and extra parameters.
 
Cmp der_nbar_ent (const Cmp &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln n/d\ln H$ from the log-enthalpy and extra parameters.
 
Scalar der_nbar_ent (const Scalar &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln n/d\ln H$ from the log-enthalpy and extra parameters.
 
Cmp der_ener_ent (const Cmp &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln e/d\ln H$ from the log-enthalpy and extra parameters.
 
Scalar der_ener_ent (const Scalar &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln e/d\ln H$ from the log-enthalpy and extra parameters.
 
Cmp der_press_ent (const Cmp &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln p/d\ln H$ from the log-enthalpy and extra parameters.
 
Scalar der_press_ent (const Scalar &ent, int nzet, int l_min=0, const Param *par=0x0) const
 Computes the logarithmic derivative $d\ln p/d\ln H$ from the log-enthalpy and extra parameters.
 

Static Public Member Functions

static Eoseos_from_file (FILE *)
 Construction of an EOS from a binary file.
 
static Eoseos_from_file (ifstream &)
 Construction of an EOS from a formatted file.
 

Protected Member Functions

 Eos_CompOSE (FILE *)
 Constructor from a binary file (created by the function sauve(FILE*) ).
 
 Eos_CompOSE (ifstream &)
 Constructor from a formatted file.
 
virtual ostreamoperator>> (ostream &) const
 Operator >>
 
void read_table ()
 Reads the file containing the table and initializes in the arrays logh , logp and dlpsdlh .
 
void calcule (const Cmp &thermo, int nzet, int l_min, double(Eos::*fait)(double, const Param *) const, const Param *par, Cmp &resu) const
 General computational method for Cmp 's.
 
void calcule (const Scalar &thermo, int nzet, int l_min, double(Eos::*fait)(double, const Param *) const, const Param *par, Scalar &resu) const
 General computational method for Scalar 's.
 

Protected Attributes

string tablename
 Name of the file containing the tabulated data.
 
string authors
 Authors - reference for the table.
 
double hmin
 Lower boundary of the enthalpy interval.
 
double hmax
 Upper boundary of the enthalpy interval.
 
Tbllogh
 Table of $\log H$.
 
Tbllogp
 Table of $\log p$.
 
Tbldlpsdlh
 Table of $d\log P/d\log H$.
 
Tbllognb
 Table of $\log n_b$.
 
Tbldlpsdlnb
 Table of $d\log P/d\log nb$.
 
doublepress
 
doublenb
 
doublero
 
char name [100]
 EOS name.
 

Private Member Functions

 Eos_CompOSE (const Eos_CompOSE &)
 Copy constructor (private to make Eos_CompOSE a non-copiable class)
 

Friends

EosEos::eos_from_file (FILE *)
 The construction functions from a file.
 
EosEos::eos_from_file (ifstream &)
 

Detailed Description

Equation of state for the CompOSE database.

General tabulated EOS, reading a table passed as an argument to the constructor. When built with Eos::eos_from_file(), the file must be composed of the following lines:

17 Type of the EOS 
1   0: standard format  1: CompOSE format 
Tabulated EoS
/full/path/to/the/eos/table/name_of_the_table 

On the second line '0' means that the table has the standard LORENE format for tabulated EoSs. '1' means that the files from the CompOSE database are used and that the 'name_of_the_table' should be without suffix: e.g. great_eos would stand for files great_eos.nb and great_eos.thermo (see CompOSE documentation).

Definition at line 77 of file eos_compose.h.

Constructor & Destructor Documentation

◆ Eos_CompOSE() [1/5]

Lorene::Eos_CompOSE::Eos_CompOSE ( const string files_path)

Constructor from CompOSE data.

Parameters
files_pathAbsolute name (including path), but without extensions of the CompOSE data, e.g. /home/foo/eos/my_eos standing for files my_eos.nb and my_eos.thermo as dowloaded from the CompOSE server.

Definition at line 99 of file eos_compose.C.

References Lorene::Eos_tabul::dlpsdlh, Lorene::Eos_tabul::dlpsdlnb, Lorene::Eos_tabul::hmax, Lorene::Eos_tabul::hmin, Lorene::log(), Lorene::log10(), Lorene::Eos_tabul::logh, Lorene::Eos_tabul::lognb, Lorene::Eos_tabul::logp, Lorene::pow(), Lorene::Tbl::set(), Lorene::Tbl::set_etat_qcq(), and Lorene::Eos_tabul::tablename.

◆ Eos_CompOSE() [2/5]

Lorene::Eos_CompOSE::Eos_CompOSE ( const char file_name)

Standard constructor.

Parameters
file_nameAbsolute name (including path) containing the EOS file. This file should contain a header with the following first lines:
# Comments ...
# Name of the authors / reference
# Comments ...
# Comments ...
# Comments
XXX  <-- Number of lines
#
#  index      n_B [fm^{-3}]  rho [g/cm^3]   p [dyn/cm^2]
# 
where 'XXX' is the number of following lines of the EoS, each line containing an index (integer), baryon density, energy total density and pressure in the units given above.

Definition at line 80 of file eos_compose.C.

◆ Eos_CompOSE() [3/5]

Lorene::Eos_CompOSE::Eos_CompOSE ( FILE fich)
protected

Constructor from a binary file (created by the function sauve(FILE*) ).

This constructor is protected because any EOS construction from a binary file must be done via the function Eos::eos_from_file(FILE*) .

Definition at line 87 of file eos_compose.C.

◆ Eos_CompOSE() [4/5]

Lorene::Eos_CompOSE::Eos_CompOSE ( ifstream fich)
protected

Constructor from a formatted file.

This constructor is protected because any EOS construction from a formatted file must be done via the function Eos::eos_from_file(ifstream& ) .

Definition at line 93 of file eos_compose.C.

◆ Eos_CompOSE() [5/5]

Lorene::Eos_CompOSE::Eos_CompOSE ( const Eos_CompOSE )
private

Copy constructor (private to make Eos_CompOSE a non-copiable class)

◆ ~Eos_CompOSE()

Lorene::Eos_CompOSE::~Eos_CompOSE ( )
virtual

Destructor.

Definition at line 274 of file eos_compose.C.

Member Function Documentation

◆ calcule() [1/2]

void Lorene::Eos::calcule ( const Cmp thermo,
int  nzet,
int  l_min,
double(Eos::*)(double, const Param *) const  fait,
const Param par,
Cmp resu 
) const
protectedinherited

General computational method for Cmp 's.

Parameters
thermo[input] thermodynamical quantity (for instance the enthalpy field)from which the thermodynamical quantity resu is to be computed.
nzet[input] number of domains where resu is to be computed.
l_min[input] index of the innermost domain is which resu is to be computed [default value: 0]; resu is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
fait[input] pointer on the member function of class Eos which performs the pointwise calculation.
parpossible extra parameters of the EOS
resu[output] result of the computation.

Definition at line 203 of file eos.C.

◆ calcule() [2/2]

void Lorene::Eos::calcule ( const Scalar thermo,
int  nzet,
int  l_min,
double(Eos::*)(double, const Param *) const  fait,
const Param par,
Scalar resu 
) const
protectedinherited

General computational method for Scalar 's.

Parameters
thermo[input] thermodynamical quantity (for instance the enthalpy field)from which the thermodynamical quantity resu is to be computed.
nzet[input] number of domains where resu is to be computed.
l_min[input] index of the innermost domain is which resu is to be computed [default value: 0]; resu is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
fait[input] pointer on the member function of class Eos which performs the pointwise calculation.
parpossible extra parameters of the EOS
resu[output] result of the computation.

Definition at line 268 of file eos.C.

◆ der_ener_ent() [1/2]

Cmp Lorene::Eos::der_ener_ent ( const Cmp ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the logarithmic derivative $d\ln e/d\ln H$ from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the derivative dln(e)/dln(H) is to be computed.
l_minindex of the innermost domain is which the coefficient dln(n)/dln(H) is to be computed [default value: 0]; the derivative dln(e)/dln(H) is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
dln(e)/dln(H)

Definition at line 430 of file eos.C.

References Lorene::Cmp::get_mp().

◆ der_ener_ent() [2/2]

Scalar Lorene::Eos::der_ener_ent ( const Scalar ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the logarithmic derivative $d\ln e/d\ln H$ from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the derivative dln(e)/dln(H) is to be computed.
l_minindex of the innermost domain is which the coefficient dln(n)/dln(H) is to be computed [default value: 0]; the derivative dln(e)/dln(H) is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
dln(e)/dln(H)

Definition at line 440 of file eos.C.

References Lorene::Tensor::get_mp().

◆ der_ener_ent_p()

double Lorene::Eos_tabul::der_ener_ent_p ( double  ent,
const Param par = 0x0 
) const
virtualinherited

Computes the logarithmic derivative $d\ln e/d\ln H$ from the log-enthalpy.

Parameters
ent[input, unit: $c^2$] log-enthalpy H
Returns
dln(e)/dln(H)

Implements Lorene::Eos.

Definition at line 510 of file eos_tabul.C.

References Lorene::Eos_tabul::der_nbar_ent_p(), Lorene::Eos_tabul::ener_ent_p(), Lorene::Eos_tabul::hmax, Lorene::Eos_tabul::hmin, and Lorene::Eos_tabul::press_ent_p().

◆ der_nbar_ent() [1/2]

Cmp Lorene::Eos::der_nbar_ent ( const Cmp ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the logarithmic derivative $d\ln n/d\ln H$ from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the derivative dln(n)/dln(H) is to be computed.
l_minindex of the innermost domain is which the coefficient dln(n)/dln(H) is to be computed [default value: 0]; the derivative dln(n)/dln(H) is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
dln(n)/dln(H)

Definition at line 407 of file eos.C.

References Lorene::Cmp::get_mp().

◆ der_nbar_ent() [2/2]

Scalar Lorene::Eos::der_nbar_ent ( const Scalar ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the logarithmic derivative $d\ln n/d\ln H$ from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the derivative dln(n)/dln(H) is to be computed.
l_minindex of the innermost domain is which the coefficient dln(n)/dln(H) is to be computed [default value: 0]; the derivative dln(n)/dln(H) is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
dln(n)/dln(H)

Definition at line 417 of file eos.C.

References Lorene::Tensor::get_mp().

◆ der_nbar_ent_p()

double Lorene::Eos_tabul::der_nbar_ent_p ( double  ent,
const Param par = 0x0 
) const
virtualinherited

Computes the logarithmic derivative $d\ln n/d\ln H$ from the log-enthalpy.

Parameters
ent[input, unit: $c^2$] log-enthalpy H
Returns
dln(n)/dln(H)

Implements Lorene::Eos.

Definition at line 487 of file eos_tabul.C.

References Lorene::Eos_tabul::der_press_ent_p(), Lorene::Eos_tabul::der_press_nbar_p(), Lorene::Eos_tabul::hmax, and Lorene::Eos_tabul::hmin.

◆ der_press_ent() [1/2]

Cmp Lorene::Eos::der_press_ent ( const Cmp ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the logarithmic derivative $d\ln p/d\ln H$ from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the derivative dln(p)/dln(H) is to be computed.
parpossible extra parameters of the EOS
l_minindex of the innermost domain is which the coefficient dln(n)/dln(H) is to be computed [default value: 0]; the derivative dln(p)/dln(H) is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
Returns
dln(p)/dln(H)

Definition at line 452 of file eos.C.

References Lorene::Cmp::get_mp().

◆ der_press_ent() [2/2]

Scalar Lorene::Eos::der_press_ent ( const Scalar ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the logarithmic derivative $d\ln p/d\ln H$ from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the derivative dln(p)/dln(H) is to be computed.
parpossible extra parameters of the EOS
l_minindex of the innermost domain is which the coefficient dln(n)/dln(H) is to be computed [default value: 0]; the derivative dln(p)/dln(H) is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
Returns
dln(p)/dln(H)

Definition at line 462 of file eos.C.

References Lorene::Tensor::get_mp().

◆ der_press_ent_p()

double Lorene::Eos_tabul::der_press_ent_p ( double  ent,
const Param par = 0x0 
) const
virtualinherited

Computes the logarithmic derivative $d\ln p/d\ln H$ from the log-enthalpy.

Parameters
ent[input, unit: $c^2$] log-enthalpy H
Returns
dln(p)/dln(H)

Implements Lorene::Eos.

Definition at line 530 of file eos_tabul.C.

References Lorene::Eos_tabul::dlpsdlh, Lorene::Tbl::get_taille(), Lorene::Eos_tabul::hmax, Lorene::Eos_tabul::hmin, Lorene::log10(), Lorene::Eos_tabul::logh, and Lorene::Eos_tabul::logp.

◆ der_press_nbar_p()

double Lorene::Eos_tabul::der_press_nbar_p ( double  ent,
const Param par = 0x0 
) const
virtualinherited

Computes the logarithmic derivative $d\ln p/d\ln n$ from the log-enthalpy.

Parameters
ent[input, unit: $c^2$] log-enthalpy H
Returns
dln(p)/dln(n)

Definition at line 560 of file eos_tabul.C.

References Lorene::Eos_tabul::dlpsdlnb, Lorene::Tbl::get_taille(), Lorene::Eos_tabul::hmax, Lorene::Eos_tabul::hmin, Lorene::log10(), and Lorene::Eos_tabul::logh.

◆ ener_ent() [1/2]

Cmp Lorene::Eos::ener_ent ( const Cmp ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the total energy density from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the energy density is to be computed.
l_minindex of the innermost domain is which the energy density is to be computed [default value: 0]; the energy density is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
energy density [unit: $\rho_{\rm nuc} c^2$], where $\rho_{\rm nuc} := 1.66\ 10^{17} \ {\rm kg/m}^3$

Definition at line 363 of file eos.C.

References Lorene::Cmp::get_mp().

◆ ener_ent() [2/2]

Scalar Lorene::Eos::ener_ent ( const Scalar ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the total energy density from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the energy density is to be computed.
l_minindex of the innermost domain is which the energy density is to be computed [default value: 0]; the energy density is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
energy density [unit: $\rho_{\rm nuc} c^2$], where $\rho_{\rm nuc} := 1.66\ 10^{17} \ {\rm kg/m}^3$

Definition at line 373 of file eos.C.

References Lorene::Tensor::get_mp().

◆ ener_ent_p()

double Lorene::Eos_tabul::ener_ent_p ( double  ent,
const Param par = 0x0 
) const
virtualinherited

Computes the total energy density from the log-enthalpy.

Parameters
ent[input, unit: $c^2$] log-enthalpy H
Returns
energy density e [unit: $\rho_{\rm nuc} c^2$], where $\rho_{\rm nuc} := 1.66\ 10^{17} \ {\rm kg/m}^3$

Implements Lorene::Eos.

Reimplemented in Lorene::Eos_consistent.

Definition at line 434 of file eos_tabul.C.

References Lorene::Eos_tabul::dlpsdlh, Lorene::Tbl::get_taille(), Lorene::Eos_tabul::hmax, Lorene::Eos_tabul::hmin, Lorene::log10(), Lorene::Eos_tabul::logh, Lorene::Eos_tabul::logp, and Lorene::pow().

◆ eos_from_file() [1/2]

Eos * Lorene::Eos::eos_from_file ( FILE fich)
staticinherited

Construction of an EOS from a binary file.

The file must have been created by the function sauve(FILE*) .

Definition at line 177 of file eos_from_file.C.

References Lorene::fread_be().

◆ eos_from_file() [2/2]

Eos * Lorene::Eos::eos_from_file ( ifstream fich)
staticinherited

Construction of an EOS from a formatted file.

The fist line of the file must start by the EOS number, according to the following conventions:

  • 1 = relativistic polytropic EOS (class Eos_poly ).
  • 2 = Newtonian polytropic EOS (class Eos_poly_newt ).
  • 3 = Relativistic incompressible EOS (class Eos_incomp ).
  • 4 = Newtonian incompressible EOS (class Eos_incomp_newt ).
  • 5 = Strange matter (MIT Bag model)
  • 6 = Strange matter (MIT Bag model) with crust
  • 10 = SLy4 (Douchin & Haensel 2001)
  • 11 = FPS (Friedman-Pandharipande + Skyrme)
  • 12 = BPAL12 (Bombaci et al. 1995)
  • 13 = AkmalPR (Akmal, Pandharipande & Ravenhall 1998)
  • 14 = BBB2 (Baldo, Bombaci & Burgio 1997)
  • 15 = BalbN1H1 (Balberg 2000)
  • 16 = GlendNH3 (Glendenning 1985, case 3)
  • 17 = Compstar (Tabulated EOS for 2010 CompStar school)
  • 18 = magnetized (tabulated) equation of state
  • 19 = relativistic ideal Fermi gas at zero temperature (class Eos_Fermi)
  • 100 = Multi-domain EOS (class MEos )
  • 110 = Multi-polytropic EOS (class Eos_multi_poly )
  • 120 = Fitted SLy4 (Shibata 2004)
  • 121 = Fitted FPS (Shibata 2004)
  • 122 = Fitted AkmalPR (Taniguchi 2005)

The second line in the file should contain a name given by the user to the EOS. The following lines should contain the EOS parameters (one parameter per line), in the same order than in the class declaration.

Definition at line 314 of file eos_from_file.C.

◆ get_name()

const char * Lorene::Eos::get_name ( ) const
inherited

Returns the EOS name.

Definition at line 169 of file eos.C.

References Lorene::Eos::name.

◆ identify()

int Lorene::Eos_CompOSE::identify ( ) const
virtual

Returns a number to identify the sub-classe of Eos the object belongs to.

Implements Lorene::Eos.

Reimplemented in Lorene::Eos_consistent.

Definition at line 155 of file eos_from_file.C.

◆ nbar_ent() [1/2]

Cmp Lorene::Eos::nbar_ent ( const Cmp ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the baryon density field from the log-enthalpy field and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the baryon density is to be computed.
l_minindex of the innermost domain is which the baryon density is to be computed [default value: 0]; the baryon density is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
baryon density [unit: $n_{\rm nuc} := 0.1 \ {\rm fm}^{-3}$]

Definition at line 338 of file eos.C.

References Lorene::Cmp::get_mp().

◆ nbar_ent() [2/2]

Scalar Lorene::Eos::nbar_ent ( const Scalar ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the baryon density field from the log-enthalpy field and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the baryon density is to be computed.
l_minindex of the innermost domain is which the baryon density is to be computed [default value: 0]; the baryon density is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
baryon density [unit: $n_{\rm nuc} := 0.1 \ {\rm fm}^{-3}$]

Definition at line 348 of file eos.C.

References Lorene::Tensor::get_mp().

◆ nbar_ent_p()

double Lorene::Eos_tabul::nbar_ent_p ( double  ent,
const Param par = 0x0 
) const
virtualinherited

Computes the baryon density from the log-enthalpy.

Parameters
ent[input, unit: $c^2$] log-enthalpy H
Returns
baryon density n [unit: $n_{\rm nuc} := 0.1 \ {\rm fm}^{-3}$]

Implements Lorene::Eos.

Reimplemented in Lorene::Eos_consistent.

Definition at line 406 of file eos_tabul.C.

References Lorene::Eos_tabul::dlpsdlh, Lorene::exp(), Lorene::Tbl::get_taille(), Lorene::Eos_tabul::hmax, Lorene::Eos_tabul::hmin, Lorene::log10(), Lorene::Eos_tabul::logh, Lorene::Eos_tabul::logp, and Lorene::pow().

◆ operator!=()

bool Lorene::Eos_CompOSE::operator!= ( const Eos eos_i) const
virtual

Comparison operator (difference)

Implements Lorene::Eos.

Reimplemented in Lorene::Eos_consistent.

Definition at line 299 of file eos_compose.C.

References operator==().

◆ operator==()

bool Lorene::Eos_CompOSE::operator== ( const Eos eos_i) const
virtual

Comparison operator (egality)

Implements Lorene::Eos.

Reimplemented in Lorene::Eos_consistent.

Definition at line 286 of file eos_compose.C.

References identify(), and Lorene::Eos::identify().

◆ operator>>()

ostream & Lorene::Eos_CompOSE::operator>> ( ostream ost) const
protectedvirtual

◆ press_ent() [1/2]

Cmp Lorene::Eos::press_ent ( const Cmp ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the pressure from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the pressure is to be computed.
l_minindex of the innermost domain is which the pressure is to be computed [default value: 0]; the pressure is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
pressure [unit: $\rho_{\rm nuc} c^2$], where $\rho_{\rm nuc} := 1.66\ 10^{17} \ {\rm kg/m}^3$

Definition at line 385 of file eos.C.

References Lorene::Cmp::get_mp().

◆ press_ent() [2/2]

Scalar Lorene::Eos::press_ent ( const Scalar ent,
int  nzet,
int  l_min = 0,
const Param par = 0x0 
) const
inherited

Computes the pressure from the log-enthalpy and extra parameters.

Parameters
ent[input, unit: $c^2$] log-enthalpy H defined by $H = c^2 \ln\left( {e+p \over m_B c^2 n} \right) $, where e is the (total) energy density, p the pressure, n the baryon density, and $m_B$ the baryon mass
nzetnumber of domains where the pressure is to be computed.
l_minindex of the innermost domain is which the pressure is to be computed [default value: 0]; the pressure is computed only in domains whose indices are in [l_min,l_min+nzet-1] . In the other domains, it is set to zero.
parpossible extra parameters of the EOS
Returns
pressure [unit: $\rho_{\rm nuc} c^2$], where $\rho_{\rm nuc} := 1.66\ 10^{17} \ {\rm kg/m}^3$

Definition at line 395 of file eos.C.

References Lorene::Tensor::get_mp().

◆ press_ent_p()

double Lorene::Eos_tabul::press_ent_p ( double  ent,
const Param par = 0x0 
) const
virtualinherited

Computes the pressure from the log-enthalpy.

Parameters
ent[input, unit: $c^2$] log-enthalpy H
Returns
pressure p [unit: $\rho_{\rm nuc} c^2$], where $\rho_{\rm nuc} := 1.66\ 10^{17} \ {\rm kg/m}^3$

Implements Lorene::Eos.

Reimplemented in Lorene::Eos_consistent.

Definition at line 462 of file eos_tabul.C.

References Lorene::Eos_tabul::dlpsdlh, Lorene::Tbl::get_taille(), Lorene::Eos_tabul::hmax, Lorene::Eos_tabul::hmin, Lorene::log10(), Lorene::Eos_tabul::logh, Lorene::Eos_tabul::logp, and Lorene::pow().

◆ read_table()

void Lorene::Eos_tabul::read_table ( )
protectedinherited

◆ sauve()

void Lorene::Eos_tabul::sauve ( FILE fich) const
virtualinherited

Save in a file.

Reimplemented from Lorene::Eos.

Definition at line 213 of file eos_tabul.C.

References Lorene::Eos::sauve(), and Lorene::Eos_tabul::tablename.

◆ set_name()

void Lorene::Eos::set_name ( const char name_i)
inherited

Sets the EOS name.

Definition at line 163 of file eos.C.

References Lorene::Eos::name.

Friends And Related Symbol Documentation

◆ Eos::eos_from_file

Eos * Eos::eos_from_file ( FILE )
friend

The construction functions from a file.

Member Data Documentation

◆ authors

string Lorene::Eos_tabul::authors
protectedinherited

Authors - reference for the table.

Definition at line 158 of file eos_tabul.h.

◆ dlpsdlh

Tbl* Lorene::Eos_tabul::dlpsdlh
protectedinherited

Table of $d\log P/d\log H$.

Definition at line 173 of file eos_tabul.h.

◆ dlpsdlnb

Tbl* Lorene::Eos_tabul::dlpsdlnb
protectedinherited

Table of $d\log P/d\log nb$.

Definition at line 179 of file eos_tabul.h.

◆ hmax

double Lorene::Eos_tabul::hmax
protectedinherited

Upper boundary of the enthalpy interval.

Definition at line 164 of file eos_tabul.h.

◆ hmin

double Lorene::Eos_tabul::hmin
protectedinherited

Lower boundary of the enthalpy interval.

Definition at line 161 of file eos_tabul.h.

◆ logh

Tbl* Lorene::Eos_tabul::logh
protectedinherited

Table of $\log H$.

Definition at line 167 of file eos_tabul.h.

◆ lognb

Tbl* Lorene::Eos_tabul::lognb
protectedinherited

Table of $\log n_b$.

Definition at line 176 of file eos_tabul.h.

◆ logp

Tbl* Lorene::Eos_tabul::logp
protectedinherited

Table of $\log p$.

Definition at line 170 of file eos_tabul.h.

◆ name

char Lorene::Eos::name[100]
protectedinherited

EOS name.

Definition at line 196 of file eos.h.

◆ nb

double* Lorene::Eos_tabul::nb
protectedinherited

Definition at line 182 of file eos_tabul.h.

◆ press

double* Lorene::Eos_tabul::press
protectedinherited

Definition at line 181 of file eos_tabul.h.

◆ ro

double* Lorene::Eos_tabul::ro
protectedinherited

Definition at line 183 of file eos_tabul.h.

◆ tablename

string Lorene::Eos_tabul::tablename
protectedinherited

Name of the file containing the tabulated data.

Definition at line 156 of file eos_tabul.h.


The documentation for this class was generated from the following files: