LALSimulation  5.4.0.1-fe68b98
LALSimIMRSpinEOBAuxFuncs.c File Reference

Prototypes

static int XLALSimIMRSpinEOBCalculateSigmaKerr (REAL8Vector *sigmaKerr, REAL8 mass1, REAL8 mass2, REAL8Vector *s1, REAL8Vector *s2)
 Function to calculate normalized spin of the deformed-Kerr background in SEOBNRv1. More...
 
static int XLALSimIMRSpinEOBCalculateSigmaStar (REAL8Vector *sigmaStar, REAL8 mass1, REAL8 mass2, REAL8Vector *s1, REAL8Vector *s2)
 Function to calculate normalized spin of the test particle in SEOBNRv1. More...
 

Go to the source code of this file.

Macros

#define _LALSIMIMREOBSPINAUXFUNCS_C
 Functions for producing EOB waveforms for spinning binaries, as described in Barausse and Buonanno PRD 81, 084024 (2010). More...
 

Macro Definition Documentation

◆ _LALSIMIMREOBSPINAUXFUNCS_C

#define _LALSIMIMREOBSPINAUXFUNCS_C

Functions for producing EOB waveforms for spinning binaries, as described in Barausse and Buonanno PRD 81, 084024 (2010).

Author
Craig Robinson, Collin Capano, Yi Pan

\ file

Definition at line 30 of file LALSimIMRSpinEOBAuxFuncs.c.

Function Documentation

◆ XLALSimIMRSpinEOBCalculateSigmaKerr()

static UNUSED int XLALSimIMRSpinEOBCalculateSigmaKerr ( REAL8Vector sigmaKerr,
REAL8  mass1,
REAL8  mass2,
REAL8Vector s1,
REAL8Vector s2 
)
static

Function to calculate normalized spin of the deformed-Kerr background in SEOBNRv1.

Eq. 5.2 of Barausse and Buonanno PRD 81, 084024 (2010).

Parameters
sigmaKerr< OUTPUT, normalized (to total mass) spin of deformed-Kerr
mass1< mass 1
mass2< mass 2
s1< spin vector 1
s2< spin vector 2

Definition at line 67 of file LALSimIMRSpinEOBAuxFuncs.c.

◆ XLALSimIMRSpinEOBCalculateSigmaStar()

static UNUSED int XLALSimIMRSpinEOBCalculateSigmaStar ( REAL8Vector sigmaStar,
REAL8  mass1,
REAL8  mass2,
REAL8Vector s1,
REAL8Vector s2 
)
static

Function to calculate normalized spin of the test particle in SEOBNRv1.

Eq. 5.3 of Barausse and Buonanno PRD 81, 084024 (2010).

Parameters
sigmaStar< OUTPUT, normalized (to total mass) spin of test particle
mass1< mass 1
mass2< mass 2
s1< spin vector 1
s2< spin vector 2

Definition at line 90 of file LALSimIMRSpinEOBAuxFuncs.c.