LALSimulation  5.4.0.1-fe68b98
LALSimInspiralEOBPAAuxiliaryFuncs.c File Reference

Prototypes

REAL8 XLALSimInspiralEOBPACalculateMassRatio (const REAL8 m1, const REAL8 m2)
 Function which calculates the mass ratio q from the masses m1 and m2. More...
 
REAL8 XLALSimInspiralEOBPACalculateSymmetricMassRatio (const REAL8 q)
 Function which calculates the symmetric mass ratio nu from the mass ratio q. More...
 
REAL8 XLALSimInspiralEOBPACalculateX1 (REAL8 nu)
 Function which calculates the parameter X1 from the symmetric mass ratio nu. More...
 
REAL8 XLALSimInspiralEOBPACalculateX2 (const REAL8 nu)
 Function which calculates the parameter X2 from the symmetric mass ratio nu. More...
 
REAL8 XLALSimInspiralEOBPACalculatea (REAL8 X, REAL8 chi)
 Function which calculates the spin parameter a. More...
 
REAL8 XLALSimInspiralEOBPACalculateSstar (REAL8 X1, REAL8 X2, REAL8 chi1, REAL8 chi2)
 Function which calculates the spin parameter Sstar (S*) More...
 
REAL8 XLALSimIMRSpinAlignedEOBPACalculateOmega (REAL8 polarDynamics[], REAL8 dr, SpinEOBParams *seobParams, LALDict *LALParams)
 Function which calculates the frequency Omega. More...
 
REAL8 XLALSimInspiralEOBPostAdiabaticFinalRadiusAlternative (REAL8 a)
 Function which calculates the final radius at which the post-adiabatic routine stops. More...
 
REAL8 XLALSimInspiralEOBPACalculatedr (REAL8 rStart, REAL8 rFinal, UINT4 rSize)
 Function which calculates the spacing of the radial grid. More...
 
REAL8 XLALSimInspiralEOBPACalculateNewtonianj0 (REAL8 r)
 Function which calculates the circular angular momentum j0. More...
 

Go to the source code of this file.

Function Documentation

◆ XLALSimInspiralEOBPACalculateMassRatio()

REAL8 XLALSimInspiralEOBPACalculateMassRatio ( const REAL8  m1,
const REAL8  m2 
)

Function which calculates the mass ratio q from the masses m1 and m2.

Parameters
m1< Mass of the primary
m2< Mass of the secondary

Definition at line 30 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.

◆ XLALSimInspiralEOBPACalculateSymmetricMassRatio()

REAL8 XLALSimInspiralEOBPACalculateSymmetricMassRatio ( const REAL8  q)

Function which calculates the symmetric mass ratio nu from the mass ratio q.

Parameters
q< Mass ratio

Definition at line 54 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.

◆ XLALSimInspiralEOBPACalculateX1()

REAL8 XLALSimInspiralEOBPACalculateX1 ( REAL8  nu)

Function which calculates the parameter X1 from the symmetric mass ratio nu.

Parameters
nu< Symmetric mass ratio

Definition at line 74 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.

◆ XLALSimInspiralEOBPACalculateX2()

REAL8 XLALSimInspiralEOBPACalculateX2 ( const REAL8  nu)

Function which calculates the parameter X2 from the symmetric mass ratio nu.

Parameters
nu< Symmetric mass ratio

Definition at line 102 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.

◆ XLALSimInspiralEOBPACalculatea()

REAL8 XLALSimInspiralEOBPACalculatea ( REAL8  X,
REAL8  chi 
)

Function which calculates the spin parameter a.

Parameters
X< Parameter X for the binary component
chi< Spin of the binary component

Definition at line 118 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.

◆ XLALSimInspiralEOBPACalculateSstar()

REAL8 XLALSimInspiralEOBPACalculateSstar ( REAL8  X1,
REAL8  X2,
REAL8  chi1,
REAL8  chi2 
)

Function which calculates the spin parameter Sstar (S*)

Parameters
X1< Parameter X1
X2< Parameter X2
chi1< Spin of the primary component
chi2< Spin of the secondary component

Definition at line 135 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.

◆ XLALSimIMRSpinAlignedEOBPACalculateOmega()

REAL8 XLALSimIMRSpinAlignedEOBPACalculateOmega ( REAL8  polarDynamics[],
REAL8  dr,
SpinEOBParams seobParams,
LALDict *  LALParams 
)

Function which calculates the frequency Omega.

Parameters
polarDynamics< The polar coordinates of a point along the binary inspiral
dr< The spacing of the radial grid
seobParams< Struct of additional parameters
LALParams< Pointer to a dictionary containing additional

Definition at line 156 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.

◆ XLALSimInspiralEOBPostAdiabaticFinalRadiusAlternative()

REAL8 XLALSimInspiralEOBPostAdiabaticFinalRadiusAlternative ( REAL8  a)

Function which calculates the final radius at which the post-adiabatic routine stops.

Parameters
a< Spin parameter a

Definition at line 197 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.

◆ XLALSimInspiralEOBPACalculatedr()

REAL8 XLALSimInspiralEOBPACalculatedr ( REAL8  rStart,
REAL8  rFinal,
UINT4  rSize 
)

Function which calculates the spacing of the radial grid.

Parameters
rStart< The starting radius
rFinal< The final radius
rSize< The number of points along the post-adiabatic inspiral

Definition at line 220 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.

◆ XLALSimInspiralEOBPACalculateNewtonianj0()

REAL8 XLALSimInspiralEOBPACalculateNewtonianj0 ( REAL8  r)

Function which calculates the circular angular momentum j0.

Parameters
r< Value of the radius

Definition at line 240 of file LALSimInspiralEOBPAAuxiliaryFuncs.c.