LALSimulation  5.4.0.1-fe68b98
LALSimInspiralEOS.c File Reference

Prototypes

LALEquationOfState XLALSimEOSfromString (char eos_name[])
 
REAL8 XLALSimInspiralEOSLambda (LALEquationOfState eos_type, REAL8 m_intr_msun)
 
REAL8 XLALLambdaQuadratic (REAL8 c0, REAL8 c1, REAL8 c2, REAL8 mass)
 
REAL8 XLALSimInspiralEOSQfromLambda (REAL8 lambda)
 
REAL8 XLALSimInspiralEOSqmparameter (LALEquationOfState eos_type, REAL8 m_intr_msun)
 
REAL8 XLALSimInspiralNSRadiusOfLambdaM (REAL8 m_intr_msun, REAL8 barlambda)
 This function estimates the radius of a NS of a given mass and tidal deformability parameter, based on the "I-Love-Q forever" relation of Maselli et al, arXiv:1304.2052v1. More...
 
REAL8 XLALSimInspiralContactFrequency (REAL8 m1_intr, REAL8 barlambda1, REAL8 m2_intr, REAL8 barlambda2)
 This function estimates the radius for a binary of given masses and tidal deformability parameters. More...
 

Go to the source code of this file.

Function Documentation

◆ XLALSimEOSfromString()

LALEquationOfState XLALSimEOSfromString ( char  eos_name[])

Definition at line 25 of file LALSimInspiralEOS.c.

◆ XLALSimInspiralEOSLambda()

REAL8 XLALSimInspiralEOSLambda ( LALEquationOfState  eos_type,
REAL8  m_intr_msun 
)

this must be fed the INTRINSIC mass

Definition at line 48 of file LALSimInspiralEOS.c.

◆ XLALLambdaQuadratic()

REAL8 XLALLambdaQuadratic ( REAL8  c0,
REAL8  c1,
REAL8  c2,
REAL8  mass 
)

Definition at line 95 of file LALSimInspiralEOS.c.

◆ XLALSimInspiralEOSQfromLambda()

REAL8 XLALSimInspiralEOSQfromLambda ( REAL8  lambda)

Definition at line 104 of file LALSimInspiralEOS.c.

◆ XLALSimInspiralEOSqmparameter()

REAL8 XLALSimInspiralEOSqmparameter ( LALEquationOfState  eos_type,
REAL8  m_intr_msun 
)

Definition at line 125 of file LALSimInspiralEOS.c.

◆ XLALSimInspiralNSRadiusOfLambdaM()

REAL8 XLALSimInspiralNSRadiusOfLambdaM ( REAL8  m_intr_msun,
REAL8  barlambda 
)

This function estimates the radius of a NS of a given mass and tidal deformability parameter, based on the "I-Love-Q forever" relation of Maselli et al, arXiv:1304.2052v1.

To be used for masses within [1.2,2]M_sun, and preferably not for strange quark stars (since the relation is calibrated for this mass range and for the EoS APR4, MS1, H4). For a BH, (lambda=0) it returns the Schwarzschild radius. The arguments are: m_intr_msun the intrinsic mass in solar masses barlambda the dimensionless tidal deformability (lambda/m^5) The return value is the radius in meters.

Definition at line 187 of file LALSimInspiralEOS.c.

◆ XLALSimInspiralContactFrequency()

REAL8 XLALSimInspiralContactFrequency ( REAL8  m1_intr,
REAL8  barlambda1,
REAL8  m2_intr,
REAL8  barlambda2 
)

This function estimates the radius for a binary of given masses and tidal deformability parameters.

It uses XLALSimInspiralNSRadiusOfLambdaM() to calculate radii (see above). The arguments are: m1_intr, m2_intr the intrinsic masses in solar masses barlambda1, barlambda2 the dimensionless tidal deformabilities (lambda_i/m_i^5) The return value is the GW contact frequency in Hz.

Definition at line 236 of file LALSimInspiralEOS.c.