LALSimulation  5.4.0.1-fe68b98
LALSimInspiralTaylorLength.c File Reference

NONE. More...

Prototypes

static REAL8 XLALSimInspiralTofVIntegrand (REAL8 v, void *params)
 
static REAL8 XLALSimInspiralTofV (REAL8 v, void *params)
 
REAL8 XLALSimInspiralTaylorLength (REAL8 deltaT, REAL8 m1, REAL8 m2, REAL8 f_min, int O)
 

Detailed Description

NONE.

Author
Sathyaprakash, B. S.

This module outputs

\begin{equation} tofv = t - t_0 + m \int_{v_0}^{v} \frac{E'(v)}{{\cal F}(v)} \, dv\,. \end{equation}

where the constants \(t,\) \(t_0,\) \(v_0,\) and functions in the integrand \(E'(v)\) and \({\cal F}(v)\) are defined in the void structure params.

Definition in file LALSimInspiralTaylorLength.c.

Go to the source code of this file.

Function Documentation

◆ XLALSimInspiralTofVIntegrand()

static REAL8 XLALSimInspiralTofVIntegrand ( REAL8  v,
void *  params 
)
static

Definition at line 47 of file LALSimInspiralTaylorLength.c.

◆ XLALSimInspiralTofV()

static REAL8 XLALSimInspiralTofV ( REAL8  v,
void *  params 
)
static

Definition at line 67 of file LALSimInspiralTaylorLength.c.

◆ XLALSimInspiralTaylorLength()

REAL8 XLALSimInspiralTaylorLength ( REAL8  deltaT,
REAL8  m1,
REAL8  m2,
REAL8  f_min,
int  O 
)
Parameters
deltaTsampling interval
m1mass of companion 1
m2mass of companion 2
f_minstart frequency
Otwice post-Newtonian order

Definition at line 131 of file LALSimInspiralTaylorLength.c.