LALSimulation  5.4.0.1-fe68b98
LALSimNeutronStarEOS.c File Reference

Prototypes

Destruction routine
void XLALDestroySimNeutronStarEOS (LALSimNeutronStarEOS *eos)
 Frees the memory associated with a pointer to an EOS structure. More...
 
Routines to access equation of state variables
charXLALSimNeutronStarEOSName (LALSimNeutronStarEOS *eos)
 The name of the equation of state. More...
 
double XLALSimNeutronStarEOSMaxPressureGeometerized (LALSimNeutronStarEOS *eos)
 Returns the maximum pressure of the EOS in geometrized units m^-2. More...
 
double XLALSimNeutronStarEOSMaxPressure (LALSimNeutronStarEOS *eos)
 Returns the maximum pressure of the EOS in Pa. More...
 
double XLALSimNeutronStarEOSMaxPseudoEnthalpy (LALSimNeutronStarEOS *eos)
 Returns the maximum pseudo enthalpy of the EOS (dimensionless). More...
 
double XLALSimNeutronStarEOSMinAcausalPseudoEnthalpy (LALSimNeutronStarEOS *eos)
 Returns the minimum pseudo-enthalpy at which EOS becomes acausal (speed of sound > speed of light) (dimensionless). More...
 
double XLALSimNeutronStarEOSEnergyDensityOfPressureGeometerized (double p, LALSimNeutronStarEOS *eos)
 Returns the energy density in geometerized units (m^-2) at a given pressure in geometerized units (m^-2). More...
 
double XLALSimNeutronStarEOSPseudoEnthalpyOfPressureGeometerized (double p, LALSimNeutronStarEOS *eos)
 Returns the dimensionless pseudo-enthalpy at a given pressure in geometerized units (m^-2). More...
 
double XLALSimNeutronStarEOSPressureOfPseudoEnthalpyGeometerized (double h, LALSimNeutronStarEOS *eos)
 Returns the pressure in geometerized units (m^-2) at a given value of the dimensionless pseudo-enthalpy. More...
 
double XLALSimNeutronStarEOSEnergyDensityOfPseudoEnthalpyGeometerized (double h, LALSimNeutronStarEOS *eos)
 Returns the energy density in geometerized units (m^-2) at a given value of the dimensionless pseudo-enthalpy. More...
 
double XLALSimNeutronStarEOSRestMassDensityOfPseudoEnthalpyGeometerized (double h, LALSimNeutronStarEOS *eos)
 Returns the rest mass density in geometerized units (m^-2) at a given value of the dimensionless pseudo-enthalpy. More...
 
double XLALSimNeutronStarEOSEnergyDensityDerivOfPressureGeometerized (double p, LALSimNeutronStarEOS *eos)
 Returns the gradient of the energy density with respect to the pressure (dimensionless) at a given value of the pressure in geometerized units (m^-2). More...
 
double XLALSimNeutronStarEOSSpeedOfSoundGeometerized (double h, LALSimNeutronStarEOS *eos)
 Returns the speed of sound in geometerized units (dimensionless) at a given value of the pseudo-enthalpy (dimensionless). More...
 
double XLALSimNeutronStarEOSEnergyDensityOfPressure (double p, LALSimNeutronStarEOS *eos)
 Returns the energy density (J m^-3) at a given pressure (Pa). More...
 
double XLALSimNeutronStarEOSPseudoEnthalpyOfPressure (double p, LALSimNeutronStarEOS *eos)
 Returns the dimensionless pseudo-enthalpy at a given pressure (Pa). More...
 
double XLALSimNeutronStarEOSPressureOfPseudoEnthalpy (double h, LALSimNeutronStarEOS *eos)
 Returns the pressure (Pa) at a given value of the dimensionless pseudo-enthalpy. More...
 
double XLALSimNeutronStarEOSEnergyDensityOfPseudoEnthalpy (double h, LALSimNeutronStarEOS *eos)
 Returns the energy density (J m^-3) at a given value of the dimensionless pseudo-enthalpy. More...
 
double XLALSimNeutronStarEOSRestMassDensityOfPseudoEnthalpy (double h, LALSimNeutronStarEOS *eos)
 Returns the rest mass density (kg m^-3) at a given value of the dimensionless pseudo-enthalpy. More...
 
double XLALSimNeutronStarEOSEnergyDensityDerivOfPressure (double p, LALSimNeutronStarEOS *eos)
 Returns the gradient of the energy density with respect to the pressure (dimensionless) at a given value of the pressure (Pa). More...
 
double XLALSimNeutronStarEOSSpeedOfSound (double h, LALSimNeutronStarEOS *eos)
 Returns the speed of sound (m s^-1) at a given value of the pseudo-enthalpy (dimensionless). More...
 
double XLALSimNeutronStarEOSPressureOfEnergyDensity (double e, LALSimNeutronStarEOS *eos)
 Returns the pressure in Pa at a given energy density in J/m^3. More...
 
double XLALSimNeutronStarEOSPressureOfRestMassDensity (double rho, LALSimNeutronStarEOS *eos)
 Returns the pressure in Pa at a given rest-mass density in kg/m^3. More...
 

Go to the source code of this file.

Variables

const char *const lalSimNeutronStarEOSNames [111]
 Recognised equations of state names. More...